Make_NewPo.Designer.cs 8.3 KB

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