UControl_Init.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. namespace HOZProject
  2. {
  3. partial class UControl_Init
  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.btnClose = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.tbCutHoleFilePath = new System.Windows.Forms.TextBox();
  32. this.tbTemplateFilePath = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.pbTemplateFile = new System.Windows.Forms.PictureBox();
  36. this.pbCutHoleFile = new System.Windows.Forms.PictureBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.tbSampleName = new System.Windows.Forms.TextBox();
  39. this.checkBox1 = new System.Windows.Forms.CheckBox();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.panel1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.pbTemplateFile)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // btnClose
  47. //
  48. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  49. this.btnClose.Location = new System.Drawing.Point(357, 0);
  50. this.btnClose.Name = "btnClose";
  51. this.btnClose.Size = new System.Drawing.Size(30, 30);
  52. this.btnClose.TabIndex = 3;
  53. this.btnClose.Text = "X";
  54. this.btnClose.UseVisualStyleBackColor = true;
  55. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  56. //
  57. // label1
  58. //
  59. this.label1.AutoSize = true;
  60. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  61. this.label1.ForeColor = System.Drawing.Color.Black;
  62. this.label1.Location = new System.Drawing.Point(13, 8);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(77, 14);
  65. this.label1.TabIndex = 0;
  66. this.label1.Text = "初始化设置";
  67. //
  68. // panel1
  69. //
  70. this.panel1.BackColor = System.Drawing.Color.White;
  71. this.panel1.Controls.Add(this.btnClose);
  72. this.panel1.Controls.Add(this.label1);
  73. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  74. this.panel1.Location = new System.Drawing.Point(0, 0);
  75. this.panel1.Name = "panel1";
  76. this.panel1.Size = new System.Drawing.Size(387, 30);
  77. this.panel1.TabIndex = 3;
  78. //
  79. // tbCutHoleFilePath
  80. //
  81. this.tbCutHoleFilePath.Font = new System.Drawing.Font("宋体", 10F);
  82. this.tbCutHoleFilePath.Location = new System.Drawing.Point(17, 51);
  83. this.tbCutHoleFilePath.Name = "tbCutHoleFilePath";
  84. this.tbCutHoleFilePath.ReadOnly = true;
  85. this.tbCutHoleFilePath.Size = new System.Drawing.Size(276, 23);
  86. this.tbCutHoleFilePath.TabIndex = 5;
  87. this.tbCutHoleFilePath.Text = "导入切孔文件";
  88. //
  89. // tbTemplateFilePath
  90. //
  91. this.tbTemplateFilePath.Font = new System.Drawing.Font("宋体", 10F);
  92. this.tbTemplateFilePath.Location = new System.Drawing.Point(17, 122);
  93. this.tbTemplateFilePath.Name = "tbTemplateFilePath";
  94. this.tbTemplateFilePath.ReadOnly = true;
  95. this.tbTemplateFilePath.Size = new System.Drawing.Size(276, 23);
  96. this.tbTemplateFilePath.TabIndex = 7;
  97. this.tbTemplateFilePath.Text = "导入模板文件";
  98. //
  99. // label2
  100. //
  101. this.label2.AutoSize = true;
  102. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  103. this.label2.ForeColor = System.Drawing.Color.LightGray;
  104. this.label2.Location = new System.Drawing.Point(17, 91);
  105. this.label2.Name = "label2";
  106. this.label2.Size = new System.Drawing.Size(126, 14);
  107. this.label2.TabIndex = 8;
  108. this.label2.Text = "成功导入0个切孔";
  109. //
  110. // label3
  111. //
  112. this.label3.AutoSize = true;
  113. this.label3.Font = new System.Drawing.Font("宋体", 10F);
  114. this.label3.ForeColor = System.Drawing.Color.LightGray;
  115. this.label3.Location = new System.Drawing.Point(17, 162);
  116. this.label3.Name = "label3";
  117. this.label3.Size = new System.Drawing.Size(105, 14);
  118. this.label3.TabIndex = 9;
  119. this.label3.Text = "当前模板:XXXXX";
  120. //
  121. // pbTemplateFile
  122. //
  123. this.pbTemplateFile.BackColor = System.Drawing.Color.LightGray;
  124. this.pbTemplateFile.Location = new System.Drawing.Point(298, 122);
  125. this.pbTemplateFile.Name = "pbTemplateFile";
  126. this.pbTemplateFile.Size = new System.Drawing.Size(77, 23);
  127. this.pbTemplateFile.TabIndex = 6;
  128. this.pbTemplateFile.TabStop = false;
  129. //
  130. // pbCutHoleFile
  131. //
  132. this.pbCutHoleFile.BackColor = System.Drawing.Color.LightGray;
  133. this.pbCutHoleFile.Location = new System.Drawing.Point(298, 51);
  134. this.pbCutHoleFile.Name = "pbCutHoleFile";
  135. this.pbCutHoleFile.Size = new System.Drawing.Size(77, 23);
  136. this.pbCutHoleFile.TabIndex = 4;
  137. this.pbCutHoleFile.TabStop = false;
  138. //
  139. // label4
  140. //
  141. this.label4.AutoSize = true;
  142. this.label4.Font = new System.Drawing.Font("宋体", 10F);
  143. this.label4.ForeColor = System.Drawing.Color.LightGray;
  144. this.label4.Location = new System.Drawing.Point(17, 193);
  145. this.label4.Name = "label4";
  146. this.label4.Size = new System.Drawing.Size(49, 14);
  147. this.label4.TabIndex = 10;
  148. this.label4.Text = "样品名";
  149. //
  150. // tbSampleName
  151. //
  152. this.tbSampleName.Font = new System.Drawing.Font("宋体", 10F);
  153. this.tbSampleName.Location = new System.Drawing.Point(69, 189);
  154. this.tbSampleName.Name = "tbSampleName";
  155. this.tbSampleName.Size = new System.Drawing.Size(224, 23);
  156. this.tbSampleName.TabIndex = 11;
  157. //
  158. // checkBox1
  159. //
  160. this.checkBox1.AutoSize = true;
  161. this.checkBox1.Font = new System.Drawing.Font("宋体", 9F);
  162. this.checkBox1.Location = new System.Drawing.Point(17, 224);
  163. this.checkBox1.Name = "checkBox1";
  164. this.checkBox1.Size = new System.Drawing.Size(15, 14);
  165. this.checkBox1.TabIndex = 12;
  166. this.checkBox1.UseVisualStyleBackColor = true;
  167. //
  168. // label5
  169. //
  170. this.label5.AutoSize = true;
  171. this.label5.Font = new System.Drawing.Font("宋体", 10F);
  172. this.label5.ForeColor = System.Drawing.Color.LightGray;
  173. this.label5.Location = new System.Drawing.Point(32, 224);
  174. this.label5.Name = "label5";
  175. this.label5.Size = new System.Drawing.Size(77, 14);
  176. this.label5.TabIndex = 13;
  177. this.label5.Text = "是否使用PT";
  178. //
  179. // UControl_Init
  180. //
  181. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  182. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  183. this.BackColor = System.Drawing.Color.Black;
  184. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  185. this.Controls.Add(this.label5);
  186. this.Controls.Add(this.checkBox1);
  187. this.Controls.Add(this.tbSampleName);
  188. this.Controls.Add(this.label4);
  189. this.Controls.Add(this.label3);
  190. this.Controls.Add(this.label2);
  191. this.Controls.Add(this.tbTemplateFilePath);
  192. this.Controls.Add(this.pbTemplateFile);
  193. this.Controls.Add(this.tbCutHoleFilePath);
  194. this.Controls.Add(this.pbCutHoleFile);
  195. this.Controls.Add(this.panel1);
  196. this.Name = "UControl_Init";
  197. this.Size = new System.Drawing.Size(387, 252);
  198. this.panel1.ResumeLayout(false);
  199. this.panel1.PerformLayout();
  200. ((System.ComponentModel.ISupportInitialize)(this.pbTemplateFile)).EndInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).EndInit();
  202. this.ResumeLayout(false);
  203. this.PerformLayout();
  204. }
  205. #endregion
  206. private System.Windows.Forms.Button btnClose;
  207. private System.Windows.Forms.Label label1;
  208. private System.Windows.Forms.Panel panel1;
  209. private System.Windows.Forms.PictureBox pbCutHoleFile;
  210. private System.Windows.Forms.TextBox tbCutHoleFilePath;
  211. private System.Windows.Forms.TextBox tbTemplateFilePath;
  212. private System.Windows.Forms.PictureBox pbTemplateFile;
  213. private System.Windows.Forms.Label label2;
  214. private System.Windows.Forms.Label label3;
  215. private System.Windows.Forms.Label label4;
  216. private System.Windows.Forms.TextBox tbSampleName;
  217. private System.Windows.Forms.CheckBox checkBox1;
  218. private System.Windows.Forms.Label label5;
  219. }
  220. }