SMT_WaringSetting.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. namespace UAS_MES_NEW.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_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.EarlyWarning = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  35. this.UnitTime = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  36. this.Cycle = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  37. this.de_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  38. this.headBar1 = new UAS_MES_NEW.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(43, 92);
  48. this.mc_madeqty_label.Name = "mc_madeqty_label";
  49. this.mc_madeqty_label.Size = new System.Drawing.Size(100, 21);
  50. this.mc_madeqty_label.TabIndex = 7;
  51. this.mc_madeqty_label.Text = "刷新周期(秒)";
  52. //
  53. // label1
  54. //
  55. this.label1.AutoSize = true;
  56. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.label1.ForeColor = System.Drawing.Color.Red;
  58. this.label1.Location = new System.Drawing.Point(68, 67);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(74, 21);
  61. this.label1.TabIndex = 9;
  62. this.label1.Text = "机台编号";
  63. //
  64. // label2
  65. //
  66. this.label2.AutoSize = true;
  67. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.label2.ForeColor = System.Drawing.Color.Red;
  69. this.label2.Location = new System.Drawing.Point(42, 123);
  70. this.label2.Name = "label2";
  71. this.label2.Size = new System.Drawing.Size(100, 21);
  72. this.label2.TabIndex = 11;
  73. this.label2.Text = "单件耗时(秒)";
  74. //
  75. // label3
  76. //
  77. this.label3.AutoSize = true;
  78. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.label3.ForeColor = System.Drawing.Color.Red;
  80. this.label3.Location = new System.Drawing.Point(13, 152);
  81. this.label3.Name = "label3";
  82. this.label3.Size = new System.Drawing.Size(132, 21);
  83. this.label3.TabIndex = 13;
  84. this.label3.Text = "缺料预警提前(分)";
  85. //
  86. // Confirm
  87. //
  88. this.Confirm.AllPower = null;
  89. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  90. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  91. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  92. this.Confirm.IsShowBorder = true;
  93. this.Confirm.Location = new System.Drawing.Point(148, 190);
  94. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  95. this.Confirm.Name = "Confirm";
  96. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  97. this.Confirm.Power = null;
  98. this.Confirm.Size = new System.Drawing.Size(60, 28);
  99. this.Confirm.TabIndex = 15;
  100. this.Confirm.Text = "确认";
  101. this.Confirm.UseVisualStyleBackColor = true;
  102. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  103. //
  104. // EarlyWarning
  105. //
  106. this.EarlyWarning.AllPower = null;
  107. this.EarlyWarning.BackColor = System.Drawing.Color.White;
  108. this.EarlyWarning.ID = null;
  109. this.EarlyWarning.Location = new System.Drawing.Point(176, 156);
  110. this.EarlyWarning.Name = "EarlyWarning";
  111. this.EarlyWarning.Power = null;
  112. this.EarlyWarning.Size = new System.Drawing.Size(150, 21);
  113. this.EarlyWarning.Str = null;
  114. this.EarlyWarning.Str1 = null;
  115. this.EarlyWarning.Str2 = null;
  116. this.EarlyWarning.TabIndex = 4;
  117. //
  118. // UnitTime
  119. //
  120. this.UnitTime.AllPower = null;
  121. this.UnitTime.BackColor = System.Drawing.Color.White;
  122. this.UnitTime.ID = null;
  123. this.UnitTime.Location = new System.Drawing.Point(176, 127);
  124. this.UnitTime.Name = "UnitTime";
  125. this.UnitTime.Power = null;
  126. this.UnitTime.Size = new System.Drawing.Size(150, 21);
  127. this.UnitTime.Str = null;
  128. this.UnitTime.Str1 = null;
  129. this.UnitTime.Str2 = null;
  130. this.UnitTime.TabIndex = 3;
  131. //
  132. // Cycle
  133. //
  134. this.Cycle.AllPower = null;
  135. this.Cycle.BackColor = System.Drawing.Color.White;
  136. this.Cycle.ID = null;
  137. this.Cycle.Location = new System.Drawing.Point(176, 96);
  138. this.Cycle.Name = "Cycle";
  139. this.Cycle.Power = null;
  140. this.Cycle.Size = new System.Drawing.Size(150, 21);
  141. this.Cycle.Str = null;
  142. this.Cycle.Str1 = null;
  143. this.Cycle.Str2 = null;
  144. this.Cycle.TabIndex = 2;
  145. //
  146. // de_code
  147. //
  148. this.de_code.AllPower = null;
  149. this.de_code.Caller = null;
  150. this.de_code.Condition = null;
  151. this.de_code.DBTitle = "机台查询";
  152. this.de_code.FormName = null;
  153. this.de_code.Location = new System.Drawing.Point(176, 68);
  154. this.de_code.Name = "de_code";
  155. this.de_code.Power = "ifread";
  156. this.de_code.SelectField = null;
  157. this.de_code.SetValueField = null;
  158. this.de_code.Size = new System.Drawing.Size(150, 21);
  159. this.de_code.TabIndex = 17;
  160. this.de_code.TableName = null;
  161. this.de_code.TextBoxEnable = false;
  162. //
  163. // headBar1
  164. //
  165. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  166. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  167. this.headBar1.Location = new System.Drawing.Point(0, 0);
  168. this.headBar1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  169. this.headBar1.Name = "headBar1";
  170. this.headBar1.Size = new System.Drawing.Size(354, 32);
  171. this.headBar1.TabIndex = 18;
  172. //
  173. // label4
  174. //
  175. this.label4.AutoSize = true;
  176. this.label4.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  177. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.label4.ForeColor = System.Drawing.Color.White;
  179. this.label4.Location = new System.Drawing.Point(7, 4);
  180. this.label4.Name = "label4";
  181. this.label4.Size = new System.Drawing.Size(106, 21);
  182. this.label4.TabIndex = 19;
  183. this.label4.Text = "机台预警设置";
  184. //
  185. // SMT_WaringSetting
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.ClientSize = new System.Drawing.Size(354, 234);
  190. this.Controls.Add(this.label4);
  191. this.Controls.Add(this.headBar1);
  192. this.Controls.Add(this.de_code);
  193. this.Controls.Add(this.Confirm);
  194. this.Controls.Add(this.EarlyWarning);
  195. this.Controls.Add(this.label3);
  196. this.Controls.Add(this.UnitTime);
  197. this.Controls.Add(this.label2);
  198. this.Controls.Add(this.label1);
  199. this.Controls.Add(this.Cycle);
  200. this.Controls.Add(this.mc_madeqty_label);
  201. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  202. this.Name = "SMT_WaringSetting";
  203. this.Tag = "ShowDialogWindow";
  204. this.Text = "用料预警设置";
  205. this.Load += new System.EventHandler(this.用料预警设置_Load);
  206. this.ResumeLayout(false);
  207. this.PerformLayout();
  208. }
  209. #endregion
  210. private System.Windows.Forms.Label label3;
  211. private CustomControl.TextBoxWithIcon.MaCodeTextBox EarlyWarning;
  212. private System.Windows.Forms.Label label2;
  213. private CustomControl.TextBoxWithIcon.MaCodeTextBox UnitTime;
  214. private System.Windows.Forms.Label label1;
  215. private System.Windows.Forms.Label mc_madeqty_label;
  216. private CustomControl.TextBoxWithIcon.MaCodeTextBox Cycle;
  217. private CustomControl.ButtonUtil.NormalButton Confirm;
  218. private CustomControl.TextBoxWithIcon.SearchTextBox de_code;
  219. private CustomControl.HeadBar headBar1;
  220. private System.Windows.Forms.Label label4;
  221. }
  222. }