SMT_WaringSetting.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. namespace UAS_MES.SMT
  2. {
  3. partial class SMT_WaringSetting
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SMT_WaringSetting));
  29. this.mc_madeqty_label = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  34. this.EarlyWarning = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  35. this.UnitTime = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  36. this.Cycle = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  37. this.de_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  38. this.headBar1 = new UAS_MES.CustomControl.HeadBar();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.SuspendLayout();
  41. //
  42. // mc_madeqty_label
  43. //
  44. this.mc_madeqty_label.AutoSize = true;
  45. this.mc_madeqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.mc_madeqty_label.ForeColor = System.Drawing.Color.Red;
  47. this.mc_madeqty_label.Location = new System.Drawing.Point(57, 115);
  48. this.mc_madeqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  49. this.mc_madeqty_label.Name = "mc_madeqty_label";
  50. this.mc_madeqty_label.Size = new System.Drawing.Size(126, 27);
  51. this.mc_madeqty_label.TabIndex = 7;
  52. this.mc_madeqty_label.Text = "刷新周期(秒)";
  53. //
  54. // label1
  55. //
  56. this.label1.AutoSize = true;
  57. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.label1.ForeColor = System.Drawing.Color.Red;
  59. this.label1.Location = new System.Drawing.Point(90, 84);
  60. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(92, 27);
  63. this.label1.TabIndex = 9;
  64. this.label1.Text = "机台编号";
  65. //
  66. // label2
  67. //
  68. this.label2.AutoSize = true;
  69. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.label2.ForeColor = System.Drawing.Color.Red;
  71. this.label2.Location = new System.Drawing.Point(56, 154);
  72. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  73. this.label2.Name = "label2";
  74. this.label2.Size = new System.Drawing.Size(126, 27);
  75. this.label2.TabIndex = 11;
  76. this.label2.Text = "单件耗时(秒)";
  77. //
  78. // label3
  79. //
  80. this.label3.AutoSize = true;
  81. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.label3.ForeColor = System.Drawing.Color.Red;
  83. this.label3.Location = new System.Drawing.Point(17, 190);
  84. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  85. this.label3.Name = "label3";
  86. this.label3.Size = new System.Drawing.Size(166, 27);
  87. this.label3.TabIndex = 13;
  88. this.label3.Text = "缺料预警提前(分)";
  89. //
  90. // Confirm
  91. //
  92. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  93. this.Confirm.Location = new System.Drawing.Point(197, 238);
  94. this.Confirm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  95. this.Confirm.Name = "Confirm";
  96. this.Confirm.Power = null;
  97. this.Confirm.Size = new System.Drawing.Size(80, 35);
  98. this.Confirm.TabIndex = 15;
  99. this.Confirm.Text = "确认";
  100. this.Confirm.UseVisualStyleBackColor = true;
  101. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  102. //
  103. // EarlyWarning
  104. //
  105. this.EarlyWarning.ID = null;
  106. this.EarlyWarning.Location = new System.Drawing.Point(235, 195);
  107. this.EarlyWarning.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  108. this.EarlyWarning.Name = "EarlyWarning";
  109. this.EarlyWarning.Power = null;
  110. this.EarlyWarning.Size = new System.Drawing.Size(199, 25);
  111. this.EarlyWarning.Str = null;
  112. this.EarlyWarning.Str1 = null;
  113. this.EarlyWarning.Str2 = null;
  114. this.EarlyWarning.TabIndex = 4;
  115. //
  116. // UnitTime
  117. //
  118. this.UnitTime.ID = null;
  119. this.UnitTime.Location = new System.Drawing.Point(235, 159);
  120. this.UnitTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  121. this.UnitTime.Name = "UnitTime";
  122. this.UnitTime.Power = null;
  123. this.UnitTime.Size = new System.Drawing.Size(199, 25);
  124. this.UnitTime.Str = null;
  125. this.UnitTime.Str1 = null;
  126. this.UnitTime.Str2 = null;
  127. this.UnitTime.TabIndex = 3;
  128. //
  129. // Cycle
  130. //
  131. this.Cycle.ID = null;
  132. this.Cycle.Location = new System.Drawing.Point(235, 120);
  133. this.Cycle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  134. this.Cycle.Name = "Cycle";
  135. this.Cycle.Power = null;
  136. this.Cycle.Size = new System.Drawing.Size(199, 25);
  137. this.Cycle.Str = null;
  138. this.Cycle.Str1 = null;
  139. this.Cycle.Str2 = null;
  140. this.Cycle.TabIndex = 2;
  141. //
  142. // de_code
  143. //
  144. this.de_code.Caller = null;
  145. this.de_code.Condition = null;
  146. this.de_code.DBTitle = "机台查询";
  147. this.de_code.FormName = null;
  148. this.de_code.Location = new System.Drawing.Point(235, 85);
  149. this.de_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  150. this.de_code.Name = "de_code";
  151. this.de_code.Power = "ifread";
  152. this.de_code.SelectField = null;
  153. this.de_code.SetValueField = null;
  154. this.de_code.Size = new System.Drawing.Size(203, 26);
  155. this.de_code.TabIndex = 17;
  156. this.de_code.TableName = null;
  157. this.de_code.TextBoxEnable = false;
  158. //
  159. // headBar1
  160. //
  161. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  162. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  163. this.headBar1.Location = new System.Drawing.Point(0, 0);
  164. this.headBar1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  165. this.headBar1.Name = "headBar1";
  166. this.headBar1.Size = new System.Drawing.Size(472, 40);
  167. this.headBar1.TabIndex = 18;
  168. //
  169. // label4
  170. //
  171. this.label4.AutoSize = true;
  172. this.label4.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  173. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.label4.ForeColor = System.Drawing.Color.White;
  175. this.label4.Location = new System.Drawing.Point(9, 5);
  176. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  177. this.label4.Name = "label4";
  178. this.label4.Size = new System.Drawing.Size(132, 27);
  179. this.label4.TabIndex = 19;
  180. this.label4.Text = "机台预警设置";
  181. //
  182. // 用料预警设置
  183. //
  184. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  185. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  186. this.ClientSize = new System.Drawing.Size(472, 292);
  187. this.Controls.Add(this.label4);
  188. this.Controls.Add(this.headBar1);
  189. this.Controls.Add(this.de_code);
  190. this.Controls.Add(this.Confirm);
  191. this.Controls.Add(this.EarlyWarning);
  192. this.Controls.Add(this.label3);
  193. this.Controls.Add(this.UnitTime);
  194. this.Controls.Add(this.label2);
  195. this.Controls.Add(this.label1);
  196. this.Controls.Add(this.Cycle);
  197. this.Controls.Add(this.mc_madeqty_label);
  198. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  199. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  200. this.Name = "用料预警设置";
  201. this.Tag = "ShowDialogWindow";
  202. this.Text = "用料预警设置";
  203. this.Load += new System.EventHandler(this.用料预警设置_Load);
  204. this.ResumeLayout(false);
  205. this.PerformLayout();
  206. }
  207. #endregion
  208. private System.Windows.Forms.Label label3;
  209. private CustomControl.TextBoxWithIcon.EnterTextBox EarlyWarning;
  210. private System.Windows.Forms.Label label2;
  211. private CustomControl.TextBoxWithIcon.EnterTextBox UnitTime;
  212. private System.Windows.Forms.Label label1;
  213. private System.Windows.Forms.Label mc_madeqty_label;
  214. private CustomControl.TextBoxWithIcon.EnterTextBox Cycle;
  215. private CustomControl.ButtonUtil.NormalButton Confirm;
  216. private CustomControl.TextBoxWithIcon.SearchTextBox de_code;
  217. private CustomControl.HeadBar headBar1;
  218. private System.Windows.Forms.Label label4;
  219. }
  220. }