OTSInclusionsTraceability.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. 
  2. namespace OTSInclusionsTraceability
  3. {
  4. partial class InclusionsTraceability
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.comboBox_SourceType = new System.Windows.Forms.ComboBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.bn_Find = new System.Windows.Forms.Button();
  34. this.cB_contain = new System.Windows.Forms.CheckBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.tB_EquivalentCircularDiameter = new System.Windows.Forms.TextBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.dgV_Traceablilty = new System.Windows.Forms.DataGridView();
  40. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  41. this.复制全部ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.复制图像ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  43. this.复制图像ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.ExportExecl = new System.Windows.Forms.ToolStripMenuItem();
  45. this.panel1.SuspendLayout();
  46. this.panel2.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.dgV_Traceablilty)).BeginInit();
  48. this.contextMenuStrip1.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // panel1
  52. //
  53. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  54. | System.Windows.Forms.AnchorStyles.Left)
  55. | System.Windows.Forms.AnchorStyles.Right)));
  56. this.panel1.Controls.Add(this.comboBox_SourceType);
  57. this.panel1.Controls.Add(this.label3);
  58. this.panel1.Controls.Add(this.bn_Find);
  59. this.panel1.Controls.Add(this.cB_contain);
  60. this.panel1.Controls.Add(this.label2);
  61. this.panel1.Controls.Add(this.tB_EquivalentCircularDiameter);
  62. this.panel1.Controls.Add(this.label1);
  63. this.panel1.Location = new System.Drawing.Point(12, 12);
  64. this.panel1.Name = "panel1";
  65. this.panel1.Size = new System.Drawing.Size(1591, 54);
  66. this.panel1.TabIndex = 0;
  67. //
  68. // comboBox_SourceType
  69. //
  70. this.comboBox_SourceType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  71. this.comboBox_SourceType.FormattingEnabled = true;
  72. this.comboBox_SourceType.Location = new System.Drawing.Point(1341, 15);
  73. this.comboBox_SourceType.Name = "comboBox_SourceType";
  74. this.comboBox_SourceType.Size = new System.Drawing.Size(141, 20);
  75. this.comboBox_SourceType.TabIndex = 7;
  76. //
  77. // label3
  78. //
  79. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  80. this.label3.AutoSize = true;
  81. this.label3.Location = new System.Drawing.Point(1269, 18);
  82. this.label3.Name = "label3";
  83. this.label3.Size = new System.Drawing.Size(65, 12);
  84. this.label3.TabIndex = 6;
  85. this.label3.Text = "显示类型:";
  86. //
  87. // bn_Find
  88. //
  89. this.bn_Find.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  90. this.bn_Find.Location = new System.Drawing.Point(1504, 13);
  91. this.bn_Find.Name = "bn_Find";
  92. this.bn_Find.Size = new System.Drawing.Size(75, 23);
  93. this.bn_Find.TabIndex = 5;
  94. this.bn_Find.Text = "查找";
  95. this.bn_Find.UseVisualStyleBackColor = true;
  96. this.bn_Find.Click += new System.EventHandler(this.bn_Find_Click);
  97. //
  98. // cB_contain
  99. //
  100. this.cB_contain.AutoSize = true;
  101. this.cB_contain.Location = new System.Drawing.Point(395, 17);
  102. this.cB_contain.Name = "cB_contain";
  103. this.cB_contain.Size = new System.Drawing.Size(72, 16);
  104. this.cB_contain.TabIndex = 3;
  105. this.cB_contain.Text = "是否包含";
  106. this.cB_contain.UseVisualStyleBackColor = true;
  107. this.cB_contain.Visible = false;
  108. //
  109. // label2
  110. //
  111. this.label2.AutoSize = true;
  112. this.label2.Location = new System.Drawing.Point(360, 18);
  113. this.label2.Name = "label2";
  114. this.label2.Size = new System.Drawing.Size(29, 12);
  115. this.label2.TabIndex = 2;
  116. this.label2.Text = "微米";
  117. //
  118. // tB_EquivalentCircularDiameter
  119. //
  120. this.tB_EquivalentCircularDiameter.Location = new System.Drawing.Point(247, 15);
  121. this.tB_EquivalentCircularDiameter.Name = "tB_EquivalentCircularDiameter";
  122. this.tB_EquivalentCircularDiameter.Size = new System.Drawing.Size(107, 21);
  123. this.tB_EquivalentCircularDiameter.TabIndex = 1;
  124. this.tB_EquivalentCircularDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  125. //
  126. // label1
  127. //
  128. this.label1.AutoSize = true;
  129. this.label1.Location = new System.Drawing.Point(14, 18);
  130. this.label1.Name = "label1";
  131. this.label1.Size = new System.Drawing.Size(227, 12);
  132. this.label1.TabIndex = 0;
  133. this.label1.Text = "请输入判定外来夹杂物的最小等效圆尺寸:";
  134. //
  135. // panel2
  136. //
  137. this.panel2.Controls.Add(this.dgV_Traceablilty);
  138. this.panel2.Location = new System.Drawing.Point(12, 80);
  139. this.panel2.Name = "panel2";
  140. this.panel2.Size = new System.Drawing.Size(1594, 725);
  141. this.panel2.TabIndex = 1;
  142. //
  143. // dgV_Traceablilty
  144. //
  145. this.dgV_Traceablilty.AllowUserToAddRows = false;
  146. this.dgV_Traceablilty.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  147. | System.Windows.Forms.AnchorStyles.Left)
  148. | System.Windows.Forms.AnchorStyles.Right)));
  149. this.dgV_Traceablilty.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  150. this.dgV_Traceablilty.ContextMenuStrip = this.contextMenuStrip1;
  151. this.dgV_Traceablilty.Location = new System.Drawing.Point(0, 0);
  152. this.dgV_Traceablilty.Name = "dgV_Traceablilty";
  153. this.dgV_Traceablilty.RowHeadersVisible = false;
  154. this.dgV_Traceablilty.Size = new System.Drawing.Size(1591, 725);
  155. this.dgV_Traceablilty.TabIndex = 0;
  156. //
  157. // contextMenuStrip1
  158. //
  159. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  160. this.复制全部ToolStripMenuItem,
  161. this.复制图像ToolStripMenuItem1,
  162. this.复制图像ToolStripMenuItem,
  163. this.ExportExecl});
  164. this.contextMenuStrip1.Name = "contextMenuStrip1";
  165. this.contextMenuStrip1.Size = new System.Drawing.Size(149, 92);
  166. //
  167. // 复制全部ToolStripMenuItem
  168. //
  169. this.复制全部ToolStripMenuItem.Name = "复制全部ToolStripMenuItem";
  170. this.复制全部ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
  171. this.复制全部ToolStripMenuItem.Text = "复制整个表";
  172. this.复制全部ToolStripMenuItem.Click += new System.EventHandler(this.复制全部ToolStripMenuItem_Click);
  173. //
  174. // 复制图像ToolStripMenuItem1
  175. //
  176. this.复制图像ToolStripMenuItem1.Name = "复制图像ToolStripMenuItem1";
  177. this.复制图像ToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
  178. this.复制图像ToolStripMenuItem1.Text = "复制选择区域";
  179. this.复制图像ToolStripMenuItem1.Click += new System.EventHandler(this.CopySelectToolStripMenuItem1_Click);
  180. //
  181. // 复制图像ToolStripMenuItem
  182. //
  183. this.复制图像ToolStripMenuItem.Name = "复制图像ToolStripMenuItem";
  184. this.复制图像ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
  185. this.复制图像ToolStripMenuItem.Text = "复制图像";
  186. this.复制图像ToolStripMenuItem.Click += new System.EventHandler(this.复制图像ToolStripMenuItem_Click);
  187. //
  188. // ExportExecl
  189. //
  190. this.ExportExecl.Name = "ExportExecl";
  191. this.ExportExecl.Size = new System.Drawing.Size(148, 22);
  192. this.ExportExecl.Text = "导出execl";
  193. this.ExportExecl.Click += new System.EventHandler(this.ExportExecl_Click);
  194. //
  195. // InclusionsTraceability
  196. //
  197. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  198. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  199. this.ClientSize = new System.Drawing.Size(1615, 814);
  200. this.Controls.Add(this.panel2);
  201. this.Controls.Add(this.panel1);
  202. this.Name = "InclusionsTraceability";
  203. this.ShowIcon = false;
  204. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  205. this.Text = "InclusionsTraceability";
  206. this.Load += new System.EventHandler(this.InclusionsTraceability_Load);
  207. this.Resize += new System.EventHandler(this.InclusionsTraceability_Resize);
  208. this.panel1.ResumeLayout(false);
  209. this.panel1.PerformLayout();
  210. this.panel2.ResumeLayout(false);
  211. ((System.ComponentModel.ISupportInitialize)(this.dgV_Traceablilty)).EndInit();
  212. this.contextMenuStrip1.ResumeLayout(false);
  213. this.ResumeLayout(false);
  214. }
  215. #endregion
  216. private System.Windows.Forms.Panel panel1;
  217. private System.Windows.Forms.Button bn_Find;
  218. private System.Windows.Forms.CheckBox cB_contain;
  219. private System.Windows.Forms.Label label2;
  220. private System.Windows.Forms.TextBox tB_EquivalentCircularDiameter;
  221. private System.Windows.Forms.Label label1;
  222. private System.Windows.Forms.Panel panel2;
  223. private System.Windows.Forms.DataGridView dgV_Traceablilty;
  224. private System.Windows.Forms.ComboBox comboBox_SourceType;
  225. private System.Windows.Forms.Label label3;
  226. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  227. private System.Windows.Forms.ToolStripMenuItem ExportExecl;
  228. private System.Windows.Forms.ToolStripMenuItem 复制全部ToolStripMenuItem;
  229. private System.Windows.Forms.ToolStripMenuItem 复制图像ToolStripMenuItem;
  230. private System.Windows.Forms.ToolStripMenuItem 复制图像ToolStripMenuItem1;
  231. }
  232. }