Make_StepReportDetailFail.Designer.cs 16 KB

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