Make_NewPo.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.sp_oneuseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.mss_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.mss_remain = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.mss_useqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  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(9, 8);
  53. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  54. this.label3.Name = "label3";
  55. this.label3.Size = new System.Drawing.Size(158, 31);
  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(6, 6, 6, 6);
  66. this.headBar1.Name = "headBar1";
  67. this.headBar1.Size = new System.Drawing.Size(1102, 47);
  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.pr_detail,
  82. this.sp_oneuseqty,
  83. this.mss_qty,
  84. this.mss_remain,
  85. this.mss_useqty});
  86. this.BatchProductDGV.EnableContentClick = true;
  87. this.BatchProductDGV.Location = new System.Drawing.Point(0, 44);
  88. this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  89. this.BatchProductDGV.Name = "BatchProductDGV";
  90. this.BatchProductDGV.RowTemplate.Height = 23;
  91. this.BatchProductDGV.Size = new System.Drawing.Size(1102, 687);
  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.Name = "mss_linecode";
  99. //
  100. // mss_makecode
  101. //
  102. this.mss_makecode.DataPropertyName = "mss_makecode";
  103. this.mss_makecode.HeaderText = "工单号";
  104. this.mss_makecode.Name = "mss_makecode";
  105. //
  106. // sp_soncode
  107. //
  108. this.sp_soncode.DataPropertyName = "sp_fsoncode";
  109. this.sp_soncode.HeaderText = "首选料号";
  110. this.sp_soncode.Name = "sp_soncode";
  111. this.sp_soncode.ReadOnly = true;
  112. //
  113. // mss_prodcode
  114. //
  115. this.mss_prodcode.DataPropertyName = "sp_soncode";
  116. this.mss_prodcode.HeaderText = "备选料号";
  117. this.mss_prodcode.Name = "mss_prodcode";
  118. this.mss_prodcode.ReadOnly = true;
  119. //
  120. // pr_detail
  121. //
  122. this.pr_detail.DataPropertyName = "pr_detail";
  123. this.pr_detail.HeaderText = "物料名称";
  124. this.pr_detail.Name = "pr_detail";
  125. //
  126. // sp_oneuseqty
  127. //
  128. this.sp_oneuseqty.DataPropertyName = "sp_oneuseqty";
  129. this.sp_oneuseqty.HeaderText = "单位用量";
  130. this.sp_oneuseqty.Name = "sp_oneuseqty";
  131. this.sp_oneuseqty.ReadOnly = true;
  132. //
  133. // mss_qty
  134. //
  135. this.mss_qty.DataPropertyName = "mss_qty";
  136. this.mss_qty.HeaderText = "备料数量";
  137. this.mss_qty.Name = "mss_qty";
  138. //
  139. // mss_remain
  140. //
  141. this.mss_remain.DataPropertyName = "mss_remain";
  142. this.mss_remain.HeaderText = "剩余数";
  143. this.mss_remain.Name = "mss_remain";
  144. this.mss_remain.ReadOnly = true;
  145. //
  146. // mss_useqty
  147. //
  148. this.mss_useqty.DataPropertyName = "mss_useqty";
  149. this.mss_useqty.HeaderText = "已用数量";
  150. this.mss_useqty.Name = "mss_useqty";
  151. this.mss_useqty.ReadOnly = true;
  152. //
  153. // Make_NewPo
  154. //
  155. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  156. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157. this.BackColor = System.Drawing.SystemColors.HighlightText;
  158. this.ClientSize = new System.Drawing.Size(1102, 729);
  159. this.Controls.Add(this.BatchProductDGV);
  160. this.Controls.Add(this.label3);
  161. this.Controls.Add(this.headBar1);
  162. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  163. this.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  164. this.Name = "Make_NewPo";
  165. this.Tag = "ShowDialogWindow";
  166. this.Text = "备料信息汇总";
  167. this.Load += new System.EventHandler(this.Make_NewBadCode_Load);
  168. ((System.ComponentModel.ISupportInitialize)(this.BadInfo)).EndInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).EndInit();
  170. this.ResumeLayout(false);
  171. this.PerformLayout();
  172. }
  173. #endregion
  174. public CustomControl.HeadBar headBar1;
  175. private System.Windows.Forms.Label label3;
  176. private System.Windows.Forms.BindingSource BadInfo;
  177. private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV;
  178. private System.Windows.Forms.DataGridViewTextBoxColumn mss_linecode;
  179. private System.Windows.Forms.DataGridViewTextBoxColumn mss_makecode;
  180. private System.Windows.Forms.DataGridViewTextBoxColumn sp_soncode;
  181. private System.Windows.Forms.DataGridViewTextBoxColumn mss_prodcode;
  182. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  183. private System.Windows.Forms.DataGridViewTextBoxColumn sp_oneuseqty;
  184. private System.Windows.Forms.DataGridViewTextBoxColumn mss_qty;
  185. private System.Windows.Forms.DataGridViewTextBoxColumn mss_remain;
  186. private System.Windows.Forms.DataGridViewTextBoxColumn mss_useqty;
  187. }
  188. }