AutoSMTRXY.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  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.components = new System.ComponentModel.Container();
  29. this.OperateResult = new System.Windows.Forms.RichTextBox();
  30. this.Clean = new System.Windows.Forms.Button();
  31. this.MakeCode_lable = new System.Windows.Forms.Label();
  32. this.Type = new System.Windows.Forms.ComboBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.AutoStart = new System.Windows.Forms.CheckBox();
  35. this.NowQTY = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.RemindTimer = new System.Windows.Forms.Timer(this.components);
  40. this.ms_sncode = new FileWatcher.EnterTextBox();
  41. this.ma_code = new FileWatcher.SearchTextBox();
  42. this.li_code = new FileWatcher.SearchTextBox();
  43. this.RemindVoice = new System.Windows.Forms.CheckBox();
  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, 286);
  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, 283);
  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. // label5
  133. //
  134. this.label5.AutoSize = true;
  135. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  136. this.label5.Location = new System.Drawing.Point(51, 131);
  137. this.label5.Name = "label5";
  138. this.label5.Size = new System.Drawing.Size(82, 41);
  139. this.label5.TabIndex = 27;
  140. this.label5.Text = "线别";
  141. //
  142. // label2
  143. //
  144. this.label2.AutoSize = true;
  145. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.label2.Location = new System.Drawing.Point(51, 364);
  147. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  148. this.label2.Name = "label2";
  149. this.label2.Size = new System.Drawing.Size(104, 38);
  150. this.label2.TabIndex = 34;
  151. this.label2.Text = "录入框";
  152. //
  153. // RemindTimer
  154. //
  155. this.RemindTimer.Interval = 5000;
  156. this.RemindTimer.Tick += new System.EventHandler(this.RemindTimer_Tick);
  157. //
  158. // ms_sncode
  159. //
  160. this.ms_sncode.AllPower = null;
  161. this.ms_sncode.BackColor = System.Drawing.Color.White;
  162. this.ms_sncode.ID = null;
  163. this.ms_sncode.Location = new System.Drawing.Point(221, 370);
  164. this.ms_sncode.Name = "ms_sncode";
  165. this.ms_sncode.Power = null;
  166. this.ms_sncode.Size = new System.Drawing.Size(333, 35);
  167. this.ms_sncode.Str = null;
  168. this.ms_sncode.Str1 = null;
  169. this.ms_sncode.Str2 = null;
  170. this.ms_sncode.TabIndex = 33;
  171. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  172. //
  173. // ma_code
  174. //
  175. this.ma_code.AllPower = null;
  176. this.ma_code.Caller = null;
  177. this.ma_code.Condition = null;
  178. this.ma_code.DBTitle = null;
  179. this.ma_code.FormName = null;
  180. this.ma_code.Location = new System.Drawing.Point(221, 54);
  181. this.ma_code.Name = "ma_code";
  182. this.ma_code.Power = null;
  183. this.ma_code.ReturnData = null;
  184. this.ma_code.SelectField = null;
  185. this.ma_code.SetValueField = null;
  186. this.ma_code.Size = new System.Drawing.Size(436, 41);
  187. this.ma_code.TabIndex = 29;
  188. this.ma_code.TableName = null;
  189. this.ma_code.TextBoxEnable = false;
  190. //
  191. // li_code
  192. //
  193. this.li_code.AllPower = null;
  194. this.li_code.Caller = null;
  195. this.li_code.Condition = null;
  196. this.li_code.DBTitle = null;
  197. this.li_code.FormName = null;
  198. this.li_code.Location = new System.Drawing.Point(221, 131);
  199. this.li_code.Name = "li_code";
  200. this.li_code.Power = null;
  201. this.li_code.ReturnData = null;
  202. this.li_code.SelectField = null;
  203. this.li_code.SetValueField = null;
  204. this.li_code.Size = new System.Drawing.Size(436, 41);
  205. this.li_code.TabIndex = 28;
  206. this.li_code.TableName = null;
  207. this.li_code.TextBoxEnable = false;
  208. //
  209. // RemindVoice
  210. //
  211. this.RemindVoice.AutoSize = true;
  212. this.RemindVoice.Checked = true;
  213. this.RemindVoice.CheckState = System.Windows.Forms.CheckState.Checked;
  214. this.RemindVoice.Location = new System.Drawing.Point(695, 131);
  215. this.RemindVoice.Name = "RemindVoice";
  216. this.RemindVoice.Size = new System.Drawing.Size(162, 28);
  217. this.RemindVoice.TabIndex = 35;
  218. this.RemindVoice.Text = "开启提示音";
  219. this.RemindVoice.UseVisualStyleBackColor = true;
  220. //
  221. // AutoSMTRXY
  222. //
  223. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  224. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  225. this.ClientSize = new System.Drawing.Size(1443, 640);
  226. this.Controls.Add(this.RemindVoice);
  227. this.Controls.Add(this.label2);
  228. this.Controls.Add(this.ms_sncode);
  229. this.Controls.Add(this.ma_code);
  230. this.Controls.Add(this.li_code);
  231. this.Controls.Add(this.label5);
  232. this.Controls.Add(this.NowQTY);
  233. this.Controls.Add(this.label4);
  234. this.Controls.Add(this.AutoStart);
  235. this.Controls.Add(this.label1);
  236. this.Controls.Add(this.Type);
  237. this.Controls.Add(this.MakeCode_lable);
  238. this.Controls.Add(this.Clean);
  239. this.Controls.Add(this.OperateResult);
  240. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  241. this.MaximizeBox = false;
  242. this.Name = "AutoSMTRXY";
  243. this.Text = "UAS设备数据解析 2023-06-29 10:05";
  244. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  245. this.Load += new System.EventHandler(this.Form1_Load);
  246. this.ResumeLayout(false);
  247. this.PerformLayout();
  248. }
  249. #endregion
  250. private System.Windows.Forms.RichTextBox OperateResult;
  251. private System.Windows.Forms.Button Clean;
  252. private System.Windows.Forms.Label MakeCode_lable;
  253. private System.Windows.Forms.ComboBox Type;
  254. private System.Windows.Forms.Label label1;
  255. private System.Windows.Forms.CheckBox AutoStart;
  256. private System.Windows.Forms.TextBox NowQTY;
  257. private System.Windows.Forms.Label label4;
  258. private SearchTextBox li_code;
  259. private System.Windows.Forms.Label label5;
  260. private SearchTextBox ma_code;
  261. private EnterTextBox ms_sncode;
  262. private System.Windows.Forms.Label label2;
  263. private System.Windows.Forms.Timer RemindTimer;
  264. private System.Windows.Forms.CheckBox RemindVoice;
  265. }
  266. }