Make_NewPo.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_NewPo
  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. this.label3 = new System.Windows.Forms.Label();
  30. this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
  31. this.BadInfo = new System.Windows.Forms.BindingSource(this.components);
  32. this.BatchProductDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  33. this.mss_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.mss_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.sp_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.mss_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.sp_oneuseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.mss_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.mss_remain = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.mss_useqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Not = new System.Windows.Forms.CheckBox();
  44. ((System.ComponentModel.ISupportInitialize)(this.BadInfo)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // label3
  49. //
  50. this.label3.AutoSize = true;
  51. this.label3.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  52. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  54. this.label3.Location = new System.Drawing.Point(12, 10);
  55. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  56. this.label3.Name = "label3";
  57. this.label3.Size = new System.Drawing.Size(210, 41);
  58. this.label3.TabIndex = 99;
  59. this.label3.Text = "岗位备料汇总";
  60. //
  61. // headBar1
  62. //
  63. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  64. this.headBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  65. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  66. this.headBar1.Location = new System.Drawing.Point(0, 0);
  67. this.headBar1.Margin = new System.Windows.Forms.Padding(8);
  68. this.headBar1.Name = "headBar1";
  69. this.headBar1.Size = new System.Drawing.Size(1470, 62);
  70. this.headBar1.TabIndex = 98;
  71. this.headBar1.Title = null;
  72. this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
  73. //
  74. // BatchProductDGV
  75. //
  76. this.BatchProductDGV.AllowUserToAddRows = false;
  77. this.BatchProductDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  78. this.BatchProductDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  79. this.mss_linecode,
  80. this.mss_makecode,
  81. this.sp_soncode,
  82. this.pr_detail,
  83. this.pr_spec,
  84. this.mss_prodcode,
  85. this.sp_oneuseqty,
  86. this.mss_qty,
  87. this.mss_remain,
  88. this.mss_useqty});
  89. this.BatchProductDGV.EnableContentClick = true;
  90. this.BatchProductDGV.Location = new System.Drawing.Point(0, 115);
  91. this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(6);
  92. this.BatchProductDGV.Name = "BatchProductDGV";
  93. this.BatchProductDGV.RowHeadersWidth = 82;
  94. this.BatchProductDGV.RowTemplate.Height = 23;
  95. this.BatchProductDGV.Size = new System.Drawing.Size(1470, 813);
  96. this.BatchProductDGV.TabIndex = 175;
  97. //
  98. // mss_linecode
  99. //
  100. this.mss_linecode.DataPropertyName = "mss_linecode";
  101. this.mss_linecode.HeaderText = "线别";
  102. this.mss_linecode.MinimumWidth = 10;
  103. this.mss_linecode.Name = "mss_linecode";
  104. this.mss_linecode.Width = 200;
  105. //
  106. // mss_makecode
  107. //
  108. this.mss_makecode.DataPropertyName = "mss_makecode";
  109. this.mss_makecode.HeaderText = "工单号";
  110. this.mss_makecode.MinimumWidth = 10;
  111. this.mss_makecode.Name = "mss_makecode";
  112. this.mss_makecode.Width = 200;
  113. //
  114. // sp_soncode
  115. //
  116. this.sp_soncode.DataPropertyName = "sp_fsoncode";
  117. this.sp_soncode.HeaderText = "首选料号";
  118. this.sp_soncode.MinimumWidth = 10;
  119. this.sp_soncode.Name = "sp_soncode";
  120. this.sp_soncode.ReadOnly = true;
  121. this.sp_soncode.Width = 200;
  122. //
  123. // pr_detail
  124. //
  125. this.pr_detail.DataPropertyName = "pr_detail";
  126. this.pr_detail.HeaderText = "物料名称";
  127. this.pr_detail.MinimumWidth = 10;
  128. this.pr_detail.Name = "pr_detail";
  129. this.pr_detail.Width = 200;
  130. //
  131. // pr_spec
  132. //
  133. this.pr_spec.DataPropertyName = "pr_spec";
  134. this.pr_spec.HeaderText = "物料规格";
  135. this.pr_spec.MinimumWidth = 10;
  136. this.pr_spec.Name = "pr_spec";
  137. this.pr_spec.Width = 200;
  138. //
  139. // mss_prodcode
  140. //
  141. this.mss_prodcode.DataPropertyName = "sp_soncode";
  142. this.mss_prodcode.HeaderText = "备选料号";
  143. this.mss_prodcode.MinimumWidth = 10;
  144. this.mss_prodcode.Name = "mss_prodcode";
  145. this.mss_prodcode.ReadOnly = true;
  146. this.mss_prodcode.Width = 200;
  147. //
  148. // sp_oneuseqty
  149. //
  150. this.sp_oneuseqty.DataPropertyName = "sp_oneuseqty";
  151. this.sp_oneuseqty.HeaderText = "单位用量";
  152. this.sp_oneuseqty.MinimumWidth = 10;
  153. this.sp_oneuseqty.Name = "sp_oneuseqty";
  154. this.sp_oneuseqty.ReadOnly = true;
  155. this.sp_oneuseqty.Width = 200;
  156. //
  157. // mss_qty
  158. //
  159. this.mss_qty.DataPropertyName = "mss_qty";
  160. this.mss_qty.HeaderText = "备料数量";
  161. this.mss_qty.MinimumWidth = 10;
  162. this.mss_qty.Name = "mss_qty";
  163. this.mss_qty.Width = 200;
  164. //
  165. // mss_remain
  166. //
  167. this.mss_remain.DataPropertyName = "mss_remain";
  168. this.mss_remain.HeaderText = "剩余数";
  169. this.mss_remain.MinimumWidth = 10;
  170. this.mss_remain.Name = "mss_remain";
  171. this.mss_remain.ReadOnly = true;
  172. this.mss_remain.Width = 200;
  173. //
  174. // mss_useqty
  175. //
  176. this.mss_useqty.DataPropertyName = "mss_useqty";
  177. this.mss_useqty.HeaderText = "已用数量";
  178. this.mss_useqty.MinimumWidth = 10;
  179. this.mss_useqty.Name = "mss_useqty";
  180. this.mss_useqty.ReadOnly = true;
  181. this.mss_useqty.Width = 200;
  182. //
  183. // Not
  184. //
  185. this.Not.AutoSize = true;
  186. this.Not.Location = new System.Drawing.Point(12, 73);
  187. this.Not.Name = "Not";
  188. this.Not.Size = new System.Drawing.Size(186, 28);
  189. this.Not.TabIndex = 176;
  190. this.Not.Text = "查看备料不足";
  191. this.Not.UseVisualStyleBackColor = true;
  192. this.Not.CheckedChanged += new System.EventHandler(this.Not_CheckedChanged);
  193. //
  194. // Make_NewPo
  195. //
  196. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  197. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  198. this.BackColor = System.Drawing.SystemColors.HighlightText;
  199. this.ClientSize = new System.Drawing.Size(1470, 972);
  200. this.Controls.Add(this.Not);
  201. this.Controls.Add(this.BatchProductDGV);
  202. this.Controls.Add(this.label3);
  203. this.Controls.Add(this.headBar1);
  204. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  205. this.Margin = new System.Windows.Forms.Padding(8, 10, 8, 10);
  206. this.Name = "Make_NewPo";
  207. this.Tag = "ShowDialogWindow";
  208. this.Text = "备料信息汇总";
  209. this.Load += new System.EventHandler(this.Make_NewBadCode_Load);
  210. ((System.ComponentModel.ISupportInitialize)(this.BadInfo)).EndInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).EndInit();
  212. this.ResumeLayout(true);
  213. this.PerformLayout();
  214. }
  215. #endregion
  216. private CustomControl.HeadBar headBar1;
  217. private System.Windows.Forms.Label label3;
  218. private System.Windows.Forms.BindingSource BadInfo;
  219. private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV;
  220. private System.Windows.Forms.CheckBox Not;
  221. private System.Windows.Forms.DataGridViewTextBoxColumn mss_linecode;
  222. private System.Windows.Forms.DataGridViewTextBoxColumn mss_makecode;
  223. private System.Windows.Forms.DataGridViewTextBoxColumn sp_soncode;
  224. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  225. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  226. private System.Windows.Forms.DataGridViewTextBoxColumn mss_prodcode;
  227. private System.Windows.Forms.DataGridViewTextBoxColumn sp_oneuseqty;
  228. private System.Windows.Forms.DataGridViewTextBoxColumn mss_qty;
  229. private System.Windows.Forms.DataGridViewTextBoxColumn mss_remain;
  230. private System.Windows.Forms.DataGridViewTextBoxColumn mss_useqty;
  231. }
  232. }