Make_MakeDown.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_MakeDown
  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.md_code_label = new System.Windows.Forms.Label();
  29. this.make_count = new System.Windows.Forms.Label();
  30. this.count_label = new System.Windows.Forms.Label();
  31. this.md_reson = new System.Windows.Forms.Label();
  32. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  33. this.md_macode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.md_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.md_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.MD_DOWNMAN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.pr_code = new System.Windows.Forms.Label();
  40. this.ms_makecode = new System.Windows.Forms.Label();
  41. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  47. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  48. this.inputreson = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  49. this.mdcode = new System.Windows.Forms.TextBox();
  50. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // md_code_label
  54. //
  55. this.md_code_label.AutoSize = true;
  56. this.md_code_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  57. this.md_code_label.Location = new System.Drawing.Point(33, 10);
  58. this.md_code_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  59. this.md_code_label.Name = "md_code_label";
  60. this.md_code_label.Size = new System.Drawing.Size(58, 21);
  61. this.md_code_label.TabIndex = 194;
  62. this.md_code_label.Text = "事件号";
  63. //
  64. // make_count
  65. //
  66. this.make_count.AutoSize = true;
  67. this.make_count.Font = new System.Drawing.Font("微软雅黑", 12F);
  68. this.make_count.Location = new System.Drawing.Point(513, 9);
  69. this.make_count.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  70. this.make_count.Name = "make_count";
  71. this.make_count.Size = new System.Drawing.Size(0, 21);
  72. this.make_count.TabIndex = 197;
  73. //
  74. // count_label
  75. //
  76. this.count_label.AutoSize = true;
  77. this.count_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  78. this.count_label.Location = new System.Drawing.Point(467, 9);
  79. this.count_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  80. this.count_label.Name = "count_label";
  81. this.count_label.Size = new System.Drawing.Size(42, 21);
  82. this.count_label.TabIndex = 196;
  83. this.count_label.Text = "数量";
  84. //
  85. // md_reson
  86. //
  87. this.md_reson.AutoSize = true;
  88. this.md_reson.Font = new System.Drawing.Font("微软雅黑", 12F);
  89. this.md_reson.Location = new System.Drawing.Point(19, 47);
  90. this.md_reson.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  91. this.md_reson.Name = "md_reson";
  92. this.md_reson.Size = new System.Drawing.Size(74, 21);
  93. this.md_reson.TabIndex = 198;
  94. this.md_reson.Text = "下地原因";
  95. //
  96. // LabelDataGridView
  97. //
  98. this.LabelDataGridView.AllowUserToAddRows = false;
  99. this.LabelDataGridView.AllowUserToResizeRows = false;
  100. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  101. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  102. this.md_macode,
  103. this.md_sncode,
  104. this.md_prodcode,
  105. this.pr_detail,
  106. this.MD_DOWNMAN});
  107. this.LabelDataGridView.Location = new System.Drawing.Point(23, 194);
  108. this.LabelDataGridView.Name = "LabelDataGridView";
  109. this.LabelDataGridView.RowHeadersVisible = false;
  110. this.LabelDataGridView.RowTemplate.Height = 23;
  111. this.LabelDataGridView.Size = new System.Drawing.Size(747, 192);
  112. this.LabelDataGridView.TabIndex = 200;
  113. //
  114. // md_macode
  115. //
  116. this.md_macode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  117. this.md_macode.DataPropertyName = "md_macode";
  118. this.md_macode.HeaderText = "工单编号";
  119. this.md_macode.Name = "md_macode";
  120. this.md_macode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  121. //
  122. // md_sncode
  123. //
  124. this.md_sncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  125. this.md_sncode.DataPropertyName = "md_sncode";
  126. this.md_sncode.HeaderText = "序列号";
  127. this.md_sncode.Name = "md_sncode";
  128. this.md_sncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  129. //
  130. // md_prodcode
  131. //
  132. this.md_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  133. this.md_prodcode.DataPropertyName = "md_prodcode";
  134. this.md_prodcode.HeaderText = "产品代码";
  135. this.md_prodcode.Name = "md_prodcode";
  136. this.md_prodcode.ReadOnly = true;
  137. this.md_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  138. //
  139. // pr_detail
  140. //
  141. this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  142. this.pr_detail.DataPropertyName = "pr_detail";
  143. this.pr_detail.HeaderText = "产品名称";
  144. this.pr_detail.MinimumWidth = 80;
  145. this.pr_detail.Name = "pr_detail";
  146. this.pr_detail.ReadOnly = true;
  147. this.pr_detail.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  148. //
  149. // MD_DOWNMAN
  150. //
  151. this.MD_DOWNMAN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  152. this.MD_DOWNMAN.HeaderText = "";
  153. this.MD_DOWNMAN.MinimumWidth = 2;
  154. this.MD_DOWNMAN.Name = "MD_DOWNMAN";
  155. this.MD_DOWNMAN.Width = 2;
  156. //
  157. // label1
  158. //
  159. this.label1.AutoSize = true;
  160. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  161. this.label1.Location = new System.Drawing.Point(18, 408);
  162. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  163. this.label1.Name = "label1";
  164. this.label1.Size = new System.Drawing.Size(58, 21);
  165. this.label1.TabIndex = 202;
  166. this.label1.Text = "序列号";
  167. //
  168. // pr_code
  169. //
  170. this.pr_code.AutoSize = true;
  171. this.pr_code.Location = new System.Drawing.Point(440, 340);
  172. this.pr_code.Name = "pr_code";
  173. this.pr_code.Size = new System.Drawing.Size(0, 12);
  174. this.pr_code.TabIndex = 205;
  175. this.pr_code.Visible = false;
  176. //
  177. // ms_makecode
  178. //
  179. this.ms_makecode.AutoSize = true;
  180. this.ms_makecode.Location = new System.Drawing.Point(550, 340);
  181. this.ms_makecode.Name = "ms_makecode";
  182. this.ms_makecode.Size = new System.Drawing.Size(0, 12);
  183. this.ms_makecode.TabIndex = 206;
  184. this.ms_makecode.Visible = false;
  185. //
  186. // dataGridViewTextBoxColumn1
  187. //
  188. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  189. this.dataGridViewTextBoxColumn1.DataPropertyName = "md_macode";
  190. this.dataGridViewTextBoxColumn1.HeaderText = "工单编号";
  191. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  192. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  193. //
  194. // dataGridViewTextBoxColumn2
  195. //
  196. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  197. this.dataGridViewTextBoxColumn2.DataPropertyName = "md_sncode";
  198. this.dataGridViewTextBoxColumn2.HeaderText = "序列号";
  199. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  200. this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  201. //
  202. // dataGridViewTextBoxColumn3
  203. //
  204. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  205. this.dataGridViewTextBoxColumn3.DataPropertyName = "md_prodcode";
  206. this.dataGridViewTextBoxColumn3.HeaderText = "产品代码";
  207. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  208. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  209. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  210. //
  211. // dataGridViewTextBoxColumn4
  212. //
  213. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  214. this.dataGridViewTextBoxColumn4.DataPropertyName = "pr_detail";
  215. this.dataGridViewTextBoxColumn4.HeaderText = "产品名称";
  216. this.dataGridViewTextBoxColumn4.MinimumWidth = 80;
  217. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  218. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  219. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  220. //
  221. // dataGridViewTextBoxColumn5
  222. //
  223. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  224. this.dataGridViewTextBoxColumn5.HeaderText = "";
  225. this.dataGridViewTextBoxColumn5.MinimumWidth = 2;
  226. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  227. this.dataGridViewTextBoxColumn5.Width = 5;
  228. //
  229. // OperateResult
  230. //
  231. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.OperateResult.Location = new System.Drawing.Point(377, 51);
  233. this.OperateResult.Name = "OperateResult";
  234. this.OperateResult.Size = new System.Drawing.Size(392, 124);
  235. this.OperateResult.TabIndex = 204;
  236. this.OperateResult.Text = "";
  237. //
  238. // sn_code
  239. //
  240. this.sn_code.AllPower = null;
  241. this.sn_code.BackColor = System.Drawing.Color.White;
  242. this.sn_code.ID = null;
  243. this.sn_code.Location = new System.Drawing.Point(99, 408);
  244. this.sn_code.Name = "sn_code";
  245. this.sn_code.Power = null;
  246. this.sn_code.Size = new System.Drawing.Size(196, 21);
  247. this.sn_code.Str = null;
  248. this.sn_code.Str1 = null;
  249. this.sn_code.Str2 = null;
  250. this.sn_code.TabIndex = 201;
  251. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  252. //
  253. // inputreson
  254. //
  255. this.inputreson.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.inputreson.Location = new System.Drawing.Point(87, 51);
  257. this.inputreson.Name = "inputreson";
  258. this.inputreson.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
  259. this.inputreson.Size = new System.Drawing.Size(253, 124);
  260. this.inputreson.TabIndex = 199;
  261. this.inputreson.Text = "";
  262. //
  263. // mdcode
  264. //
  265. this.mdcode.Location = new System.Drawing.Point(87, 10);
  266. this.mdcode.Name = "mdcode";
  267. this.mdcode.ReadOnly = true;
  268. this.mdcode.Size = new System.Drawing.Size(100, 21);
  269. this.mdcode.TabIndex = 207;
  270. //
  271. // Make_MakeDown
  272. //
  273. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  274. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  275. this.ClientSize = new System.Drawing.Size(812, 456);
  276. this.Controls.Add(this.mdcode);
  277. this.Controls.Add(this.ms_makecode);
  278. this.Controls.Add(this.pr_code);
  279. this.Controls.Add(this.OperateResult);
  280. this.Controls.Add(this.label1);
  281. this.Controls.Add(this.sn_code);
  282. this.Controls.Add(this.inputreson);
  283. this.Controls.Add(this.md_reson);
  284. this.Controls.Add(this.make_count);
  285. this.Controls.Add(this.count_label);
  286. this.Controls.Add(this.md_code_label);
  287. this.Controls.Add(this.LabelDataGridView);
  288. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  289. this.Name = "Make_MakeDown";
  290. this.Tag = "Make!MakeDown";
  291. this.Text = "Make_MakeDown";
  292. this.Load += new System.EventHandler(this.Make_MakeDown_Load);
  293. this.SizeChanged += new System.EventHandler(this.Make_MakeDown_SizeChanged);
  294. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  295. this.ResumeLayout(true);
  296. this.PerformLayout();
  297. }
  298. #endregion
  299. private System.Windows.Forms.Label md_code_label;
  300. private System.Windows.Forms.Label make_count;
  301. private System.Windows.Forms.Label count_label;
  302. private System.Windows.Forms.Label md_reson;
  303. private CustomControl.RichText.RichTextAutoBottom inputreson;
  304. private System.Windows.Forms.DataGridView LabelDataGridView;
  305. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  306. private System.Windows.Forms.Label label1;
  307. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  308. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  309. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  310. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  311. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  312. private System.Windows.Forms.Label pr_code;
  313. private System.Windows.Forms.Label ms_makecode;
  314. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  315. private System.Windows.Forms.DataGridViewTextBoxColumn md_macode;
  316. private System.Windows.Forms.DataGridViewTextBoxColumn md_sncode;
  317. private System.Windows.Forms.DataGridViewTextBoxColumn md_prodcode;
  318. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  319. private System.Windows.Forms.DataGridViewTextBoxColumn MD_DOWNMAN;
  320. private System.Windows.Forms.TextBox mdcode;
  321. }
  322. }