SMT_MaterialsWaring.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. namespace UAS_MES_NEW.SMT
  2. {
  3. partial class SMT_MaterialsWaring
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SMT_MaterialsWaring));
  30. this.msl_devcode_label = new System.Windows.Forms.Label();
  31. this.mc_madeqty_label = new System.Windows.Forms.Label();
  32. this.mc_qty_label = new System.Windows.Forms.Label();
  33. this.mc_makecode_label = new System.Windows.Forms.Label();
  34. this.Setting = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  35. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  36. this.ma_qty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  37. this.ma_madeqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  38. this.dsl_devcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  39. this.SMTMaterialsDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  40. this.msl_location = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.msl_table = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.msl_baseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.msl_needqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.msl_remainqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.msl_getqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.msl_fecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.msl_fespec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.msl_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.msl_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.DoSerach = new System.Windows.Forms.Timer(this.components);
  51. ((System.ComponentModel.ISupportInitialize)(this.SMTMaterialsDGV)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // msl_devcode_label
  55. //
  56. this.msl_devcode_label.AutoSize = true;
  57. this.msl_devcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.msl_devcode_label.Location = new System.Drawing.Point(21, 68);
  59. this.msl_devcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  60. this.msl_devcode_label.Name = "msl_devcode_label";
  61. this.msl_devcode_label.Size = new System.Drawing.Size(92, 27);
  62. this.msl_devcode_label.TabIndex = 1;
  63. this.msl_devcode_label.Text = "机台编号";
  64. //
  65. // mc_madeqty_label
  66. //
  67. this.mc_madeqty_label.AutoSize = true;
  68. this.mc_madeqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.mc_madeqty_label.Location = new System.Drawing.Point(961, 68);
  70. this.mc_madeqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  71. this.mc_madeqty_label.Name = "mc_madeqty_label";
  72. this.mc_madeqty_label.Size = new System.Drawing.Size(72, 27);
  73. this.mc_madeqty_label.TabIndex = 2;
  74. this.mc_madeqty_label.Text = "完成数";
  75. //
  76. // mc_qty_label
  77. //
  78. this.mc_qty_label.AutoSize = true;
  79. this.mc_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.mc_qty_label.Location = new System.Drawing.Point(677, 68);
  81. this.mc_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  82. this.mc_qty_label.Name = "mc_qty_label";
  83. this.mc_qty_label.Size = new System.Drawing.Size(52, 27);
  84. this.mc_qty_label.TabIndex = 3;
  85. this.mc_qty_label.Text = "数量";
  86. //
  87. // mc_makecode_label
  88. //
  89. this.mc_makecode_label.AutoSize = true;
  90. this.mc_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.mc_makecode_label.Location = new System.Drawing.Point(344, 68);
  92. this.mc_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  93. this.mc_makecode_label.Name = "mc_makecode_label";
  94. this.mc_makecode_label.Size = new System.Drawing.Size(92, 27);
  95. this.mc_makecode_label.TabIndex = 4;
  96. this.mc_makecode_label.Text = "制造单号";
  97. //
  98. // Setting
  99. //
  100. this.Setting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.Setting.Image = ((System.Drawing.Image)(resources.GetObject("Setting.Image")));
  102. this.Setting.Location = new System.Drawing.Point(26, 14);
  103. this.Setting.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  104. this.Setting.Name = "Setting";
  105. this.Setting.Power = null;
  106. this.Setting.Size = new System.Drawing.Size(85, 38);
  107. this.Setting.TabIndex = 9;
  108. this.Setting.Text = "设置";
  109. this.Setting.UseVisualStyleBackColor = true;
  110. this.Setting.Click += new System.EventHandler(this.Setting_Click);
  111. //
  112. // ma_code
  113. //
  114. this.ma_code.Enabled = false;
  115. this.ma_code.ID = null;
  116. this.ma_code.Location = new System.Drawing.Point(469, 71);
  117. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  118. this.ma_code.Name = "ma_code";
  119. this.ma_code.Power = null;
  120. this.ma_code.Size = new System.Drawing.Size(180, 25);
  121. this.ma_code.Str = null;
  122. this.ma_code.Str1 = null;
  123. this.ma_code.Str2 = null;
  124. this.ma_code.TabIndex = 8;
  125. //
  126. // ma_qty
  127. //
  128. this.ma_qty.Enabled = false;
  129. this.ma_qty.ID = null;
  130. this.ma_qty.Location = new System.Drawing.Point(755, 71);
  131. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  132. this.ma_qty.Name = "ma_qty";
  133. this.ma_qty.Power = null;
  134. this.ma_qty.Size = new System.Drawing.Size(180, 25);
  135. this.ma_qty.Str = null;
  136. this.ma_qty.Str1 = null;
  137. this.ma_qty.Str2 = null;
  138. this.ma_qty.TabIndex = 7;
  139. //
  140. // ma_madeqty
  141. //
  142. this.ma_madeqty.Enabled = false;
  143. this.ma_madeqty.ID = null;
  144. this.ma_madeqty.Location = new System.Drawing.Point(1056, 71);
  145. this.ma_madeqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  146. this.ma_madeqty.Name = "ma_madeqty";
  147. this.ma_madeqty.Power = null;
  148. this.ma_madeqty.Size = new System.Drawing.Size(180, 25);
  149. this.ma_madeqty.Str = null;
  150. this.ma_madeqty.Str1 = null;
  151. this.ma_madeqty.Str2 = null;
  152. this.ma_madeqty.TabIndex = 6;
  153. //
  154. // dsl_devcode
  155. //
  156. this.dsl_devcode.Enabled = false;
  157. this.dsl_devcode.ID = null;
  158. this.dsl_devcode.Location = new System.Drawing.Point(143, 71);
  159. this.dsl_devcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  160. this.dsl_devcode.Name = "dsl_devcode";
  161. this.dsl_devcode.Power = null;
  162. this.dsl_devcode.Size = new System.Drawing.Size(180, 25);
  163. this.dsl_devcode.Str = null;
  164. this.dsl_devcode.Str1 = null;
  165. this.dsl_devcode.Str2 = null;
  166. this.dsl_devcode.TabIndex = 5;
  167. //
  168. // SMTMaterialsDGV
  169. //
  170. this.SMTMaterialsDGV.AllowUserToAddRows = false;
  171. this.SMTMaterialsDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  172. this.SMTMaterialsDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  173. this.msl_location,
  174. this.msl_table,
  175. this.msl_baseqty,
  176. this.msl_needqty,
  177. this.msl_remainqty,
  178. this.msl_getqty,
  179. this.msl_fecode,
  180. this.msl_fespec,
  181. this.msl_prodcode,
  182. this.msl_barcode});
  183. this.SMTMaterialsDGV.Location = new System.Drawing.Point(0, 112);
  184. this.SMTMaterialsDGV.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  185. this.SMTMaterialsDGV.Name = "SMTMaterialsDGV";
  186. this.SMTMaterialsDGV.RowTemplate.Height = 23;
  187. this.SMTMaterialsDGV.Size = new System.Drawing.Size(1255, 645);
  188. this.SMTMaterialsDGV.TabIndex = 0;
  189. this.SMTMaterialsDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.SMTMaterialsDGV_CellPainting);
  190. //
  191. // msl_location
  192. //
  193. this.msl_location.DataPropertyName = "msl_location";
  194. this.msl_location.HeaderText = "站位";
  195. this.msl_location.Name = "msl_location";
  196. //
  197. // msl_table
  198. //
  199. this.msl_table.DataPropertyName = "msl_table";
  200. this.msl_table.HeaderText = "版面";
  201. this.msl_table.Name = "msl_table";
  202. //
  203. // msl_baseqty
  204. //
  205. this.msl_baseqty.DataPropertyName = "msl_baseqty";
  206. this.msl_baseqty.HeaderText = "单次用量";
  207. this.msl_baseqty.Name = "msl_baseqty";
  208. //
  209. // msl_needqty
  210. //
  211. this.msl_needqty.DataPropertyName = "msl_needqty";
  212. this.msl_needqty.HeaderText = "需求数";
  213. this.msl_needqty.Name = "msl_needqty";
  214. //
  215. // msl_remainqty
  216. //
  217. this.msl_remainqty.DataPropertyName = "msl_remainqty";
  218. this.msl_remainqty.HeaderText = "剩余数";
  219. this.msl_remainqty.Name = "msl_remainqty";
  220. //
  221. // msl_getqty
  222. //
  223. this.msl_getqty.DataPropertyName = "msl_getqty";
  224. this.msl_getqty.HeaderText = "上料数量";
  225. this.msl_getqty.Name = "msl_getqty";
  226. //
  227. // msl_fecode
  228. //
  229. this.msl_fecode.DataPropertyName = "msl_fecode";
  230. this.msl_fecode.HeaderText = "飞达编号";
  231. this.msl_fecode.Name = "msl_fecode";
  232. //
  233. // msl_fespec
  234. //
  235. this.msl_fespec.DataPropertyName = "msl_fespec";
  236. this.msl_fespec.HeaderText = "飞达规格";
  237. this.msl_fespec.Name = "msl_fespec";
  238. //
  239. // msl_prodcode
  240. //
  241. this.msl_prodcode.DataPropertyName = "msl_prodcode";
  242. this.msl_prodcode.HeaderText = "物料编号";
  243. this.msl_prodcode.Name = "msl_prodcode";
  244. //
  245. // msl_barcode
  246. //
  247. this.msl_barcode.DataPropertyName = "msl_barcode";
  248. this.msl_barcode.HeaderText = "料卷编号";
  249. this.msl_barcode.Name = "msl_barcode";
  250. //
  251. // 用料预警
  252. //
  253. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  254. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  255. this.ClientSize = new System.Drawing.Size(1258, 760);
  256. this.Controls.Add(this.Setting);
  257. this.Controls.Add(this.ma_code);
  258. this.Controls.Add(this.ma_qty);
  259. this.Controls.Add(this.ma_madeqty);
  260. this.Controls.Add(this.dsl_devcode);
  261. this.Controls.Add(this.mc_makecode_label);
  262. this.Controls.Add(this.mc_qty_label);
  263. this.Controls.Add(this.mc_madeqty_label);
  264. this.Controls.Add(this.msl_devcode_label);
  265. this.Controls.Add(this.SMTMaterialsDGV);
  266. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  267. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  268. this.Name = "用料预警";
  269. this.Text = "用料预警";
  270. this.Load += new System.EventHandler(this.用料预警_Load);
  271. this.SizeChanged += new System.EventHandler(this.用料预警_SizeChanged);
  272. ((System.ComponentModel.ISupportInitialize)(this.SMTMaterialsDGV)).EndInit();
  273. this.ResumeLayout(false);
  274. this.PerformLayout();
  275. }
  276. #endregion
  277. private CustomControl.DataGrid_View.DataGridViewWithSerialNum SMTMaterialsDGV;
  278. private System.Windows.Forms.Label msl_devcode_label;
  279. private System.Windows.Forms.Label mc_madeqty_label;
  280. private System.Windows.Forms.Label mc_qty_label;
  281. private System.Windows.Forms.Label mc_makecode_label;
  282. private CustomControl.TextBoxWithIcon.MaCodeTextBox dsl_devcode;
  283. private CustomControl.TextBoxWithIcon.MaCodeTextBox ma_madeqty;
  284. private CustomControl.TextBoxWithIcon.MaCodeTextBox ma_qty;
  285. private CustomControl.TextBoxWithIcon.MaCodeTextBox ma_code;
  286. private CustomControl.ButtonUtil.NormalButton Setting;
  287. private System.Windows.Forms.DataGridViewTextBoxColumn msl_location;
  288. private System.Windows.Forms.DataGridViewTextBoxColumn msl_table;
  289. private System.Windows.Forms.DataGridViewTextBoxColumn msl_baseqty;
  290. private System.Windows.Forms.DataGridViewTextBoxColumn msl_needqty;
  291. private System.Windows.Forms.DataGridViewTextBoxColumn msl_remainqty;
  292. private System.Windows.Forms.DataGridViewTextBoxColumn msl_getqty;
  293. private System.Windows.Forms.DataGridViewTextBoxColumn msl_fecode;
  294. private System.Windows.Forms.DataGridViewTextBoxColumn msl_fespec;
  295. private System.Windows.Forms.DataGridViewTextBoxColumn msl_prodcode;
  296. private System.Windows.Forms.DataGridViewTextBoxColumn msl_barcode;
  297. private System.Windows.Forms.Timer DoSerach;
  298. }
  299. }