Make_NewPo.Designer.cs 10.0 KB

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