Make_StepReportDetail.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_StepReportDetail
  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.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
  29. this.BatchProductDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  30. this.label7 = new System.Windows.Forms.Label();
  31. this.ngqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.ngsum = new System.Windows.Forms.Label();
  34. this.stepcode = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.comBoxWithFocus1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  38. this.ma_code = new System.Windows.Forms.Label();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.button1 = new System.Windows.Forms.Button();
  41. this.msd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.msd_msid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.msd_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.msd_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.msd_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.DeleteRow = new System.Windows.Forms.DataGridViewImageColumn();
  47. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // headBar1
  51. //
  52. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  53. this.headBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  54. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  55. this.headBar1.Location = new System.Drawing.Point(0, 0);
  56. this.headBar1.Margin = new System.Windows.Forms.Padding(6);
  57. this.headBar1.Name = "headBar1";
  58. this.headBar1.Size = new System.Drawing.Size(929, 47);
  59. this.headBar1.TabIndex = 0;
  60. this.headBar1.Title = null;
  61. this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
  62. //
  63. // BatchProductDGV
  64. //
  65. this.BatchProductDGV.AllowUserToAddRows = false;
  66. this.BatchProductDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  67. this.BatchProductDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  68. this.msd_id,
  69. this.msd_msid,
  70. this.msd_badname,
  71. this.msd_qty,
  72. this.msd_indate,
  73. this.DeleteRow});
  74. this.BatchProductDGV.EnableContentClick = true;
  75. this.BatchProductDGV.Location = new System.Drawing.Point(13, 116);
  76. this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(4);
  77. this.BatchProductDGV.Name = "BatchProductDGV";
  78. this.BatchProductDGV.RowTemplate.Height = 23;
  79. this.BatchProductDGV.Size = new System.Drawing.Size(894, 421);
  80. this.BatchProductDGV.TabIndex = 175;
  81. this.BatchProductDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProductDGV_CellContentClick66);
  82. this.BatchProductDGV.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.BatchProductDGV_CellFormatting12);
  83. this.BatchProductDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.BatchProductDGV_CellPainting);
  84. //
  85. // label7
  86. //
  87. this.label7.AutoSize = true;
  88. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.label7.Location = new System.Drawing.Point(45, 588);
  90. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  91. this.label7.Name = "label7";
  92. this.label7.Size = new System.Drawing.Size(134, 31);
  93. this.label7.TabIndex = 243;
  94. this.label7.Text = "不良数录入";
  95. //
  96. // ngqty
  97. //
  98. this.ngqty.AllPower = null;
  99. this.ngqty.BackColor = System.Drawing.Color.White;
  100. this.ngqty.ID = null;
  101. this.ngqty.Location = new System.Drawing.Point(178, 587);
  102. this.ngqty.Name = "ngqty";
  103. this.ngqty.Negative = false;
  104. this.ngqty.Power = null;
  105. this.ngqty.Size = new System.Drawing.Size(204, 28);
  106. this.ngqty.Str = null;
  107. this.ngqty.Str1 = null;
  108. this.ngqty.Str2 = null;
  109. this.ngqty.TabIndex = 242;
  110. //
  111. // label1
  112. //
  113. this.label1.AutoSize = true;
  114. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.label1.Location = new System.Drawing.Point(45, 64);
  116. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  117. this.label1.Name = "label1";
  118. this.label1.Size = new System.Drawing.Size(110, 31);
  119. this.label1.TabIndex = 245;
  120. this.label1.Text = "总不良数";
  121. //
  122. // ngsum
  123. //
  124. this.ngsum.AutoSize = true;
  125. this.ngsum.Location = new System.Drawing.Point(162, 74);
  126. this.ngsum.Name = "ngsum";
  127. this.ngsum.Size = new System.Drawing.Size(0, 18);
  128. this.ngsum.TabIndex = 246;
  129. //
  130. // stepcode
  131. //
  132. this.stepcode.AutoSize = true;
  133. this.stepcode.Location = new System.Drawing.Point(703, 74);
  134. this.stepcode.Name = "stepcode";
  135. this.stepcode.Size = new System.Drawing.Size(0, 18);
  136. this.stepcode.TabIndex = 248;
  137. //
  138. // label3
  139. //
  140. this.label3.AutoSize = true;
  141. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.label3.Location = new System.Drawing.Point(634, 64);
  143. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  144. this.label3.Name = "label3";
  145. this.label3.Size = new System.Drawing.Size(62, 31);
  146. this.label3.TabIndex = 247;
  147. this.label3.Text = "工序";
  148. //
  149. // label2
  150. //
  151. this.label2.AutoSize = true;
  152. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.label2.Location = new System.Drawing.Point(61, 550);
  154. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  155. this.label2.Name = "label2";
  156. this.label2.Size = new System.Drawing.Size(110, 31);
  157. this.label2.TabIndex = 249;
  158. this.label2.Text = "不良现象";
  159. //
  160. // comBoxWithFocus1
  161. //
  162. this.comBoxWithFocus1.FormattingEnabled = true;
  163. this.comBoxWithFocus1.Location = new System.Drawing.Point(178, 555);
  164. this.comBoxWithFocus1.Name = "comBoxWithFocus1";
  165. this.comBoxWithFocus1.Size = new System.Drawing.Size(204, 26);
  166. this.comBoxWithFocus1.TabIndex = 250;
  167. //
  168. // ma_code
  169. //
  170. this.ma_code.AutoSize = true;
  171. this.ma_code.Location = new System.Drawing.Point(412, 74);
  172. this.ma_code.Name = "ma_code";
  173. this.ma_code.Size = new System.Drawing.Size(0, 18);
  174. this.ma_code.TabIndex = 252;
  175. //
  176. // label5
  177. //
  178. this.label5.AutoSize = true;
  179. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.label5.Location = new System.Drawing.Point(343, 64);
  181. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  182. this.label5.Name = "label5";
  183. this.label5.Size = new System.Drawing.Size(62, 31);
  184. this.label5.TabIndex = 251;
  185. this.label5.Text = "工单";
  186. //
  187. // button1
  188. //
  189. this.button1.Location = new System.Drawing.Point(538, 587);
  190. this.button1.Name = "button1";
  191. this.button1.Size = new System.Drawing.Size(112, 32);
  192. this.button1.TabIndex = 253;
  193. this.button1.Text = "确认录入";
  194. this.button1.UseVisualStyleBackColor = true;
  195. this.button1.Click += new System.EventHandler(this.button1_Click_2);
  196. //
  197. // msd_id
  198. //
  199. this.msd_id.DataPropertyName = "msd_id";
  200. this.msd_id.HeaderText = "ID";
  201. this.msd_id.Name = "msd_id";
  202. this.msd_id.Visible = false;
  203. //
  204. // msd_msid
  205. //
  206. this.msd_msid.DataPropertyName = "msd_msid";
  207. this.msd_msid.HeaderText = "";
  208. this.msd_msid.Name = "msd_msid";
  209. this.msd_msid.ReadOnly = true;
  210. this.msd_msid.Visible = false;
  211. //
  212. // msd_badname
  213. //
  214. this.msd_badname.DataPropertyName = "msd_badname";
  215. this.msd_badname.HeaderText = "不良现象";
  216. this.msd_badname.Name = "msd_badname";
  217. this.msd_badname.ReadOnly = true;
  218. //
  219. // msd_qty
  220. //
  221. this.msd_qty.DataPropertyName = "msd_qty";
  222. this.msd_qty.HeaderText = "不良数";
  223. this.msd_qty.Name = "msd_qty";
  224. this.msd_qty.ReadOnly = true;
  225. //
  226. // msd_indate
  227. //
  228. this.msd_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  229. this.msd_indate.DataPropertyName = "msd_indate";
  230. this.msd_indate.HeaderText = "录入时间";
  231. this.msd_indate.MinimumWidth = 150;
  232. this.msd_indate.Name = "msd_indate";
  233. this.msd_indate.ReadOnly = true;
  234. this.msd_indate.Width = 150;
  235. //
  236. // DeleteRow
  237. //
  238. this.DeleteRow.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  239. this.DeleteRow.HeaderText = "删除";
  240. this.DeleteRow.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  241. this.DeleteRow.Name = "DeleteRow";
  242. //
  243. // Make_StepReportDetail
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.ClientSize = new System.Drawing.Size(929, 630);
  248. this.Controls.Add(this.button1);
  249. this.Controls.Add(this.ma_code);
  250. this.Controls.Add(this.label5);
  251. this.Controls.Add(this.comBoxWithFocus1);
  252. this.Controls.Add(this.label2);
  253. this.Controls.Add(this.stepcode);
  254. this.Controls.Add(this.label3);
  255. this.Controls.Add(this.ngsum);
  256. this.Controls.Add(this.label1);
  257. this.Controls.Add(this.label7);
  258. this.Controls.Add(this.ngqty);
  259. this.Controls.Add(this.BatchProductDGV);
  260. this.Controls.Add(this.headBar1);
  261. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  262. this.Margin = new System.Windows.Forms.Padding(3);
  263. this.Name = "Make_StepReportDetail";
  264. this.Tag = "ShowDialogWindow";
  265. this.Text = "Make_StepReportDetail";
  266. this.Load += new System.EventHandler(this.Warehouse_ProdDetail_Load);
  267. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).EndInit();
  268. this.ResumeLayout(false);
  269. this.PerformLayout();
  270. }
  271. #endregion
  272. private CustomControl.HeadBar headBar1;
  273. private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV;
  274. private System.Windows.Forms.Label label7;
  275. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ngqty;
  276. private System.Windows.Forms.Label label1;
  277. private System.Windows.Forms.Label ngsum;
  278. private System.Windows.Forms.Label stepcode;
  279. private System.Windows.Forms.Label label3;
  280. private System.Windows.Forms.Label label2;
  281. private CustomControl.ComBoxWithFocus.ComBoxWithFocus comBoxWithFocus1;
  282. private System.Windows.Forms.Label ma_code;
  283. private System.Windows.Forms.Label label5;
  284. private System.Windows.Forms.Button button1;
  285. private System.Windows.Forms.DataGridViewTextBoxColumn msd_id;
  286. private System.Windows.Forms.DataGridViewTextBoxColumn msd_msid;
  287. private System.Windows.Forms.DataGridViewTextBoxColumn msd_badname;
  288. private System.Windows.Forms.DataGridViewTextBoxColumn msd_qty;
  289. private System.Windows.Forms.DataGridViewTextBoxColumn msd_indate;
  290. private System.Windows.Forms.DataGridViewImageColumn DeleteRow;
  291. }
  292. }