OTSInclusionsTraceability.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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.Left)
  54. | System.Windows.Forms.AnchorStyles.Right)));
  55. this.panel1.Controls.Add(this.comboBox_SourceType);
  56. this.panel1.Controls.Add(this.label3);
  57. this.panel1.Controls.Add(this.bn_Find);
  58. this.panel1.Controls.Add(this.cB_contain);
  59. this.panel1.Controls.Add(this.label2);
  60. this.panel1.Controls.Add(this.tB_EquivalentCircularDiameter);
  61. this.panel1.Controls.Add(this.label1);
  62. this.panel1.Location = new System.Drawing.Point(12, 12);
  63. this.panel1.Name = "panel1";
  64. this.panel1.Size = new System.Drawing.Size(1364, 54);
  65. this.panel1.TabIndex = 0;
  66. //
  67. // comboBox_SourceType
  68. //
  69. this.comboBox_SourceType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  70. this.comboBox_SourceType.FormattingEnabled = true;
  71. this.comboBox_SourceType.Location = new System.Drawing.Point(1082, 15);
  72. this.comboBox_SourceType.Name = "comboBox_SourceType";
  73. this.comboBox_SourceType.Size = new System.Drawing.Size(141, 20);
  74. this.comboBox_SourceType.TabIndex = 7;
  75. //
  76. // label3
  77. //
  78. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  79. this.label3.AutoSize = true;
  80. this.label3.Location = new System.Drawing.Point(1010, 18);
  81. this.label3.Name = "label3";
  82. this.label3.Size = new System.Drawing.Size(65, 12);
  83. this.label3.TabIndex = 6;
  84. this.label3.Text = "显示类型:";
  85. //
  86. // bn_Find
  87. //
  88. this.bn_Find.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  89. this.bn_Find.Location = new System.Drawing.Point(1245, 13);
  90. this.bn_Find.Name = "bn_Find";
  91. this.bn_Find.Size = new System.Drawing.Size(75, 23);
  92. this.bn_Find.TabIndex = 5;
  93. this.bn_Find.Text = "查找";
  94. this.bn_Find.UseVisualStyleBackColor = true;
  95. this.bn_Find.Click += new System.EventHandler(this.bn_Find_Click);
  96. //
  97. // cB_contain
  98. //
  99. this.cB_contain.AutoSize = true;
  100. this.cB_contain.Location = new System.Drawing.Point(395, 17);
  101. this.cB_contain.Name = "cB_contain";
  102. this.cB_contain.Size = new System.Drawing.Size(72, 16);
  103. this.cB_contain.TabIndex = 3;
  104. this.cB_contain.Text = "是否包含";
  105. this.cB_contain.UseVisualStyleBackColor = true;
  106. this.cB_contain.Visible = false;
  107. //
  108. // label2
  109. //
  110. this.label2.AutoSize = true;
  111. this.label2.Location = new System.Drawing.Point(360, 18);
  112. this.label2.Name = "label2";
  113. this.label2.Size = new System.Drawing.Size(29, 12);
  114. this.label2.TabIndex = 2;
  115. this.label2.Text = "微米";
  116. //
  117. // tB_EquivalentCircularDiameter
  118. //
  119. this.tB_EquivalentCircularDiameter.Location = new System.Drawing.Point(247, 15);
  120. this.tB_EquivalentCircularDiameter.Name = "tB_EquivalentCircularDiameter";
  121. this.tB_EquivalentCircularDiameter.Size = new System.Drawing.Size(107, 21);
  122. this.tB_EquivalentCircularDiameter.TabIndex = 1;
  123. this.tB_EquivalentCircularDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  124. //
  125. // label1
  126. //
  127. this.label1.AutoSize = true;
  128. this.label1.Location = new System.Drawing.Point(14, 18);
  129. this.label1.Name = "label1";
  130. this.label1.Size = new System.Drawing.Size(227, 12);
  131. this.label1.TabIndex = 0;
  132. this.label1.Text = "请输入判定外来夹杂物的最小等效圆尺寸:";
  133. //
  134. // panel2
  135. //
  136. this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  137. | System.Windows.Forms.AnchorStyles.Left)
  138. | System.Windows.Forms.AnchorStyles.Right)));
  139. this.panel2.Controls.Add(this.dgV_Traceablilty);
  140. this.panel2.Location = new System.Drawing.Point(12, 80);
  141. this.panel2.Name = "panel2";
  142. this.panel2.Size = new System.Drawing.Size(1364, 604);
  143. this.panel2.TabIndex = 1;
  144. //
  145. // dgV_Traceablilty
  146. //
  147. this.dgV_Traceablilty.AllowUserToAddRows = false;
  148. this.dgV_Traceablilty.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  149. | System.Windows.Forms.AnchorStyles.Left)
  150. | System.Windows.Forms.AnchorStyles.Right)));
  151. this.dgV_Traceablilty.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  152. this.dgV_Traceablilty.ContextMenuStrip = this.contextMenuStrip1;
  153. this.dgV_Traceablilty.Location = new System.Drawing.Point(0, 0);
  154. this.dgV_Traceablilty.Name = "dgV_Traceablilty";
  155. this.dgV_Traceablilty.RowHeadersVisible = false;
  156. this.dgV_Traceablilty.Size = new System.Drawing.Size(1361, 601);
  157. this.dgV_Traceablilty.TabIndex = 0;
  158. //
  159. // contextMenuStrip1
  160. //
  161. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  162. this.复制全部ToolStripMenuItem,
  163. this.复制图像ToolStripMenuItem1,
  164. this.复制图像ToolStripMenuItem,
  165. this.ExportExecl});
  166. this.contextMenuStrip1.Name = "contextMenuStrip1";
  167. this.contextMenuStrip1.Size = new System.Drawing.Size(149, 92);
  168. //
  169. // 复制全部ToolStripMenuItem
  170. //
  171. this.复制全部ToolStripMenuItem.Name = "复制全部ToolStripMenuItem";
  172. this.复制全部ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
  173. this.复制全部ToolStripMenuItem.Text = "复制整个表";
  174. this.复制全部ToolStripMenuItem.Click += new System.EventHandler(this.复制全部ToolStripMenuItem_Click);
  175. //
  176. // 复制图像ToolStripMenuItem1
  177. //
  178. this.复制图像ToolStripMenuItem1.Name = "复制图像ToolStripMenuItem1";
  179. this.复制图像ToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
  180. this.复制图像ToolStripMenuItem1.Text = "复制选择区域";
  181. this.复制图像ToolStripMenuItem1.Click += new System.EventHandler(this.CopySelectToolStripMenuItem1_Click);
  182. //
  183. // 复制图像ToolStripMenuItem
  184. //
  185. this.复制图像ToolStripMenuItem.Name = "复制图像ToolStripMenuItem";
  186. this.复制图像ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
  187. this.复制图像ToolStripMenuItem.Text = "复制图像";
  188. this.复制图像ToolStripMenuItem.Click += new System.EventHandler(this.复制图像ToolStripMenuItem_Click);
  189. //
  190. // ExportExecl
  191. //
  192. this.ExportExecl.Name = "ExportExecl";
  193. this.ExportExecl.Size = new System.Drawing.Size(148, 22);
  194. this.ExportExecl.Text = "导出execl";
  195. this.ExportExecl.Click += new System.EventHandler(this.ExportExecl_Click);
  196. //
  197. // InclusionsTraceability
  198. //
  199. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  200. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  201. this.ClientSize = new System.Drawing.Size(1380, 688);
  202. this.Controls.Add(this.panel2);
  203. this.Controls.Add(this.panel1);
  204. this.Name = "InclusionsTraceability";
  205. this.ShowIcon = false;
  206. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  207. this.Text = "InclusionsTraceability";
  208. this.Load += new System.EventHandler(this.InclusionsTraceability_Load);
  209. this.panel1.ResumeLayout(false);
  210. this.panel1.PerformLayout();
  211. this.panel2.ResumeLayout(false);
  212. ((System.ComponentModel.ISupportInitialize)(this.dgV_Traceablilty)).EndInit();
  213. this.contextMenuStrip1.ResumeLayout(false);
  214. this.ResumeLayout(false);
  215. }
  216. #endregion
  217. private System.Windows.Forms.Panel panel1;
  218. private System.Windows.Forms.Button bn_Find;
  219. private System.Windows.Forms.CheckBox cB_contain;
  220. private System.Windows.Forms.Label label2;
  221. private System.Windows.Forms.TextBox tB_EquivalentCircularDiameter;
  222. private System.Windows.Forms.Label label1;
  223. private System.Windows.Forms.Panel panel2;
  224. private System.Windows.Forms.DataGridView dgV_Traceablilty;
  225. private System.Windows.Forms.ComboBox comboBox_SourceType;
  226. private System.Windows.Forms.Label label3;
  227. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  228. private System.Windows.Forms.ToolStripMenuItem ExportExecl;
  229. private System.Windows.Forms.ToolStripMenuItem 复制全部ToolStripMenuItem;
  230. private System.Windows.Forms.ToolStripMenuItem 复制图像ToolStripMenuItem;
  231. private System.Windows.Forms.ToolStripMenuItem 复制图像ToolStripMenuItem1;
  232. }
  233. }