AutoSMTRXY.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. namespace FileWatcher
  2. {
  3. partial class AutoSMTRXY
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.OperateResult = new System.Windows.Forms.RichTextBox();
  29. this.Clean = new System.Windows.Forms.Button();
  30. this.MakeCode_lable = new System.Windows.Forms.Label();
  31. this.Type = new System.Windows.Forms.ComboBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.AutoStart = new System.Windows.Forms.CheckBox();
  34. this.NowQTY = new System.Windows.Forms.TextBox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.li_code = new FileWatcher.SearchTextBox();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.ma_code = new FileWatcher.SearchTextBox();
  39. this.label6 = new System.Windows.Forms.Label();
  40. this.pr_pcbacount = new System.Windows.Forms.NumericUpDown();
  41. this.ms_sncode = new FileWatcher.EnterTextBox();
  42. this.label2 = new System.Windows.Forms.Label();
  43. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // OperateResult
  47. //
  48. this.OperateResult.Location = new System.Drawing.Point(892, 22);
  49. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  50. this.OperateResult.Name = "OperateResult";
  51. this.OperateResult.Size = new System.Drawing.Size(517, 535);
  52. this.OperateResult.TabIndex = 7;
  53. this.OperateResult.Text = "";
  54. //
  55. // Clean
  56. //
  57. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.Clean.Location = new System.Drawing.Point(1096, 580);
  59. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  60. this.Clean.Name = "Clean";
  61. this.Clean.Size = new System.Drawing.Size(112, 48);
  62. this.Clean.TabIndex = 8;
  63. this.Clean.Text = "清除";
  64. this.Clean.UseVisualStyleBackColor = true;
  65. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  66. //
  67. // MakeCode_lable
  68. //
  69. this.MakeCode_lable.AutoSize = true;
  70. this.MakeCode_lable.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.MakeCode_lable.Location = new System.Drawing.Point(51, 60);
  72. this.MakeCode_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  73. this.MakeCode_lable.Name = "MakeCode_lable";
  74. this.MakeCode_lable.Size = new System.Drawing.Size(104, 38);
  75. this.MakeCode_lable.TabIndex = 12;
  76. this.MakeCode_lable.Text = "工单号";
  77. //
  78. // Type
  79. //
  80. this.Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  81. this.Type.FormattingEnabled = true;
  82. this.Type.Items.AddRange(new object[] {
  83. "投入",
  84. "产出"});
  85. this.Type.Location = new System.Drawing.Point(221, 207);
  86. this.Type.Name = "Type";
  87. this.Type.Size = new System.Drawing.Size(436, 32);
  88. this.Type.TabIndex = 18;
  89. //
  90. // label1
  91. //
  92. this.label1.AutoSize = true;
  93. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.label1.Location = new System.Drawing.Point(51, 201);
  95. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  96. this.label1.Name = "label1";
  97. this.label1.Size = new System.Drawing.Size(75, 38);
  98. this.label1.TabIndex = 19;
  99. this.label1.Text = "类型";
  100. //
  101. // AutoStart
  102. //
  103. this.AutoStart.AutoSize = true;
  104. this.AutoStart.Checked = true;
  105. this.AutoStart.CheckState = System.Windows.Forms.CheckState.Checked;
  106. this.AutoStart.Location = new System.Drawing.Point(695, 67);
  107. this.AutoStart.Name = "AutoStart";
  108. this.AutoStart.Size = new System.Drawing.Size(186, 28);
  109. this.AutoStart.TabIndex = 20;
  110. this.AutoStart.Text = "开机自动启动";
  111. this.AutoStart.UseVisualStyleBackColor = true;
  112. //
  113. // NowQTY
  114. //
  115. this.NowQTY.Location = new System.Drawing.Point(221, 360);
  116. this.NowQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  117. this.NowQTY.Name = "NowQTY";
  118. this.NowQTY.Size = new System.Drawing.Size(146, 35);
  119. this.NowQTY.TabIndex = 26;
  120. //
  121. // label4
  122. //
  123. this.label4.AutoSize = true;
  124. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.label4.Location = new System.Drawing.Point(51, 357);
  126. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  127. this.label4.Name = "label4";
  128. this.label4.Size = new System.Drawing.Size(133, 38);
  129. this.label4.TabIndex = 25;
  130. this.label4.Text = "当前计数";
  131. //
  132. // li_code
  133. //
  134. this.li_code.AllPower = null;
  135. this.li_code.Caller = null;
  136. this.li_code.Condition = null;
  137. this.li_code.DBTitle = null;
  138. this.li_code.FormName = null;
  139. this.li_code.Location = new System.Drawing.Point(221, 131);
  140. this.li_code.Name = "li_code";
  141. this.li_code.Power = null;
  142. this.li_code.ReturnData = null;
  143. this.li_code.SelectField = null;
  144. this.li_code.SetValueField = null;
  145. this.li_code.Size = new System.Drawing.Size(436, 41);
  146. this.li_code.TabIndex = 28;
  147. this.li_code.TableName = null;
  148. this.li_code.TextBoxEnable = false;
  149. //
  150. // label5
  151. //
  152. this.label5.AutoSize = true;
  153. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  154. this.label5.Location = new System.Drawing.Point(51, 131);
  155. this.label5.Name = "label5";
  156. this.label5.Size = new System.Drawing.Size(82, 41);
  157. this.label5.TabIndex = 27;
  158. this.label5.Text = "线别";
  159. //
  160. // ma_code
  161. //
  162. this.ma_code.AllPower = null;
  163. this.ma_code.Caller = null;
  164. this.ma_code.Condition = null;
  165. this.ma_code.DBTitle = null;
  166. this.ma_code.FormName = null;
  167. this.ma_code.Location = new System.Drawing.Point(221, 54);
  168. this.ma_code.Name = "ma_code";
  169. this.ma_code.Power = null;
  170. this.ma_code.ReturnData = null;
  171. this.ma_code.SelectField = null;
  172. this.ma_code.SetValueField = null;
  173. this.ma_code.Size = new System.Drawing.Size(436, 41);
  174. this.ma_code.TabIndex = 29;
  175. this.ma_code.TableName = null;
  176. this.ma_code.TextBoxEnable = false;
  177. //
  178. // label6
  179. //
  180. this.label6.AutoSize = true;
  181. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.label6.Location = new System.Drawing.Point(51, 277);
  183. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  184. this.label6.Name = "label6";
  185. this.label6.Size = new System.Drawing.Size(104, 38);
  186. this.label6.TabIndex = 30;
  187. this.label6.Text = "拼版数";
  188. //
  189. // pr_pcbacount
  190. //
  191. this.pr_pcbacount.Location = new System.Drawing.Point(221, 280);
  192. this.pr_pcbacount.Name = "pr_pcbacount";
  193. this.pr_pcbacount.Size = new System.Drawing.Size(120, 35);
  194. this.pr_pcbacount.TabIndex = 32;
  195. this.pr_pcbacount.Value = new decimal(new int[] {
  196. 1,
  197. 0,
  198. 0,
  199. 0});
  200. //
  201. // ms_sncode
  202. //
  203. this.ms_sncode.AllPower = null;
  204. this.ms_sncode.BackColor = System.Drawing.Color.White;
  205. this.ms_sncode.ID = null;
  206. this.ms_sncode.Location = new System.Drawing.Point(221, 460);
  207. this.ms_sncode.Name = "ms_sncode";
  208. this.ms_sncode.Power = null;
  209. this.ms_sncode.Size = new System.Drawing.Size(333, 35);
  210. this.ms_sncode.Str = null;
  211. this.ms_sncode.Str1 = null;
  212. this.ms_sncode.Str2 = null;
  213. this.ms_sncode.TabIndex = 33;
  214. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  215. //
  216. // label2
  217. //
  218. this.label2.AutoSize = true;
  219. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.label2.Location = new System.Drawing.Point(51, 454);
  221. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  222. this.label2.Name = "label2";
  223. this.label2.Size = new System.Drawing.Size(104, 38);
  224. this.label2.TabIndex = 34;
  225. this.label2.Text = "录入框";
  226. //
  227. // AutoSMTRXY
  228. //
  229. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  230. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  231. this.ClientSize = new System.Drawing.Size(1443, 640);
  232. this.Controls.Add(this.label2);
  233. this.Controls.Add(this.ms_sncode);
  234. this.Controls.Add(this.pr_pcbacount);
  235. this.Controls.Add(this.label6);
  236. this.Controls.Add(this.ma_code);
  237. this.Controls.Add(this.li_code);
  238. this.Controls.Add(this.label5);
  239. this.Controls.Add(this.NowQTY);
  240. this.Controls.Add(this.label4);
  241. this.Controls.Add(this.AutoStart);
  242. this.Controls.Add(this.label1);
  243. this.Controls.Add(this.Type);
  244. this.Controls.Add(this.MakeCode_lable);
  245. this.Controls.Add(this.Clean);
  246. this.Controls.Add(this.OperateResult);
  247. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  248. this.MaximizeBox = false;
  249. this.Name = "AutoSMTRXY";
  250. this.Text = "UAS设备数据解析 2023-06-29 10:05";
  251. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  252. this.Load += new System.EventHandler(this.Form1_Load);
  253. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).EndInit();
  254. this.ResumeLayout(false);
  255. this.PerformLayout();
  256. }
  257. #endregion
  258. private System.Windows.Forms.RichTextBox OperateResult;
  259. private System.Windows.Forms.Button Clean;
  260. private System.Windows.Forms.Label MakeCode_lable;
  261. private System.Windows.Forms.ComboBox Type;
  262. private System.Windows.Forms.Label label1;
  263. private System.Windows.Forms.CheckBox AutoStart;
  264. private System.Windows.Forms.TextBox NowQTY;
  265. private System.Windows.Forms.Label label4;
  266. private SearchTextBox li_code;
  267. private System.Windows.Forms.Label label5;
  268. private SearchTextBox ma_code;
  269. private System.Windows.Forms.Label label6;
  270. private System.Windows.Forms.NumericUpDown pr_pcbacount;
  271. private EnterTextBox ms_sncode;
  272. private System.Windows.Forms.Label label2;
  273. }
  274. }