ElementCompositionAvgGrid.designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. namespace OTSIncAReportGrids
  2. {
  3. partial class ElementCompositionAvgGrid
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ElementCompositionAvgGrid));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  33. this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  34. this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  35. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  36. this.ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  37. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  38. this.panel1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.contextMenuStrip1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // panel1
  45. //
  46. this.panel1.AutoScroll = true;
  47. this.panel1.Controls.Add(this.pictureBox2);
  48. this.panel1.Controls.Add(this.pictureBox1);
  49. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.panel1.Location = new System.Drawing.Point(0, 0);
  51. this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  52. this.panel1.Name = "panel1";
  53. this.panel1.Size = new System.Drawing.Size(667, 520);
  54. this.panel1.TabIndex = 5;
  55. //
  56. // pictureBox1
  57. //
  58. this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
  59. this.pictureBox1.Location = new System.Drawing.Point(1202, 791);
  60. this.pictureBox1.Name = "pictureBox1";
  61. this.pictureBox1.Size = new System.Drawing.Size(169, 32);
  62. this.pictureBox1.TabIndex = 1;
  63. this.pictureBox1.TabStop = false;
  64. //
  65. // contextMenuStrip1
  66. //
  67. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  68. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  69. this.ToolStripMenuItem1,
  70. this.ToolStripMenuItem2,
  71. this.toolStripSeparator1,
  72. this.ToolStripMenuItem3});
  73. this.contextMenuStrip1.Name = "contextMenuStrip1";
  74. this.contextMenuStrip1.Size = new System.Drawing.Size(169, 100);
  75. //
  76. // ToolStripMenuItem1
  77. //
  78. this.ToolStripMenuItem1.Image = global::OTSIncAReportApp.Properties.Resources.复制;
  79. this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
  80. this.ToolStripMenuItem1.Size = new System.Drawing.Size(168, 30);
  81. this.ToolStripMenuItem1.Text = "复制整个表";
  82. this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
  83. //
  84. // ToolStripMenuItem2
  85. //
  86. this.ToolStripMenuItem2.Image = global::OTSIncAReportApp.Properties.Resources.复制全部;
  87. this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
  88. this.ToolStripMenuItem2.Size = new System.Drawing.Size(168, 30);
  89. this.ToolStripMenuItem2.Text = "复制选择区域";
  90. this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
  91. //
  92. // toolStripSeparator1
  93. //
  94. this.toolStripSeparator1.Name = "toolStripSeparator1";
  95. this.toolStripSeparator1.Size = new System.Drawing.Size(165, 6);
  96. //
  97. // ToolStripMenuItem3
  98. //
  99. this.ToolStripMenuItem3.Image = global::OTSIncAReportApp.Properties.Resources.恢复;
  100. this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
  101. this.ToolStripMenuItem3.Size = new System.Drawing.Size(168, 30);
  102. this.ToolStripMenuItem3.Text = "恢复至初始状态";
  103. this.ToolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3_Click);
  104. //
  105. // pictureBox2
  106. //
  107. this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  108. this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
  109. this.pictureBox2.Location = new System.Drawing.Point(1198, 790);
  110. this.pictureBox2.Name = "pictureBox2";
  111. this.pictureBox2.Size = new System.Drawing.Size(170, 30);
  112. this.pictureBox2.TabIndex = 2;
  113. this.pictureBox2.TabStop = false;
  114. //
  115. // ElementCompositionAvgGrid
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.Controls.Add(this.panel1);
  120. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  121. this.Name = "ElementCompositionAvgGrid";
  122. this.Size = new System.Drawing.Size(667, 520);
  123. this.Load += new System.EventHandler(this.ElementContentGrid_Load);
  124. this.panel1.ResumeLayout(false);
  125. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  126. this.contextMenuStrip1.ResumeLayout(false);
  127. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  128. this.ResumeLayout(false);
  129. }
  130. #endregion
  131. private System.Windows.Forms.Panel panel1;
  132. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  133. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
  134. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem2;
  135. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  136. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem3;
  137. public OTSGridView Gview_gz;
  138. private System.Windows.Forms.PictureBox pictureBox1;
  139. private System.Windows.Forms.PictureBox pictureBox2;
  140. }
  141. }