Make_GetTestFileData.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. using UAS_MES_NEW.CustomControl.CustomCheckBox;
  2. namespace UAS_MES_NEW.Make
  3. {
  4. partial class Make_GetTestFileData
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pr_detail = new System.Windows.Forms.Label();
  30. this.label10 = new System.Windows.Forms.Label();
  31. this.remain_qty = new System.Windows.Forms.Label();
  32. this.mcd_okqty = new System.Windows.Forms.Label();
  33. this.ma_prodcode = new System.Windows.Forms.Label();
  34. this.ma_code = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.CheckItemDGV = new System.Windows.Forms.DataGridView();
  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.ReSet = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
  46. this.std_class = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.std_testtimes = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.std_testresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.std_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  51. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  52. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  53. ((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // pr_detail
  57. //
  58. this.pr_detail.AutoSize = true;
  59. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  60. this.pr_detail.Location = new System.Drawing.Point(1258, 38);
  61. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  62. this.pr_detail.Name = "pr_detail";
  63. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  64. this.pr_detail.TabIndex = 31;
  65. //
  66. // label10
  67. //
  68. this.label10.AutoSize = true;
  69. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.label10.Location = new System.Drawing.Point(64, 788);
  71. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  72. this.label10.Name = "label10";
  73. this.label10.Size = new System.Drawing.Size(53, 35);
  74. this.label10.TabIndex = 28;
  75. this.label10.Text = "SN";
  76. //
  77. // remain_qty
  78. //
  79. this.remain_qty.AutoSize = true;
  80. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  81. this.remain_qty.Location = new System.Drawing.Point(204, 130);
  82. this.remain_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  83. this.remain_qty.Name = "remain_qty";
  84. this.remain_qty.Size = new System.Drawing.Size(0, 41);
  85. this.remain_qty.TabIndex = 26;
  86. //
  87. // mcd_okqty
  88. //
  89. this.mcd_okqty.AutoSize = true;
  90. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F);
  91. this.mcd_okqty.Location = new System.Drawing.Point(724, 130);
  92. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  93. this.mcd_okqty.Name = "mcd_okqty";
  94. this.mcd_okqty.Size = new System.Drawing.Size(0, 41);
  95. this.mcd_okqty.TabIndex = 25;
  96. //
  97. // ma_prodcode
  98. //
  99. this.ma_prodcode.AutoSize = true;
  100. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  101. this.ma_prodcode.Location = new System.Drawing.Point(724, 38);
  102. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103. this.ma_prodcode.Name = "ma_prodcode";
  104. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  105. this.ma_prodcode.TabIndex = 24;
  106. //
  107. // ma_code
  108. //
  109. this.ma_code.AutoSize = true;
  110. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.ma_code.Location = new System.Drawing.Point(204, 38);
  112. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  113. this.ma_code.Name = "ma_code";
  114. this.ma_code.Size = new System.Drawing.Size(0, 41);
  115. this.ma_code.TabIndex = 23;
  116. //
  117. // label5
  118. //
  119. this.label5.AutoSize = true;
  120. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  121. this.label5.Location = new System.Drawing.Point(574, 130);
  122. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  123. this.label5.Name = "label5";
  124. this.label5.Size = new System.Drawing.Size(210, 41);
  125. this.label5.TabIndex = 22;
  126. this.label5.Text = "当前工单计数";
  127. //
  128. // label4
  129. //
  130. this.label4.AutoSize = true;
  131. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  132. this.label4.Location = new System.Drawing.Point(54, 130);
  133. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  134. this.label4.Name = "label4";
  135. this.label4.Size = new System.Drawing.Size(114, 41);
  136. this.label4.TabIndex = 21;
  137. this.label4.Text = "剩余数";
  138. //
  139. // label3
  140. //
  141. this.label3.AutoSize = true;
  142. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  143. this.label3.Location = new System.Drawing.Point(1102, 38);
  144. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  145. this.label3.Name = "label3";
  146. this.label3.Size = new System.Drawing.Size(146, 41);
  147. this.label3.TabIndex = 20;
  148. this.label3.Text = "产品名称";
  149. //
  150. // label2
  151. //
  152. this.label2.AutoSize = true;
  153. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  154. this.label2.Location = new System.Drawing.Point(570, 38);
  155. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  156. this.label2.Name = "label2";
  157. this.label2.Size = new System.Drawing.Size(146, 41);
  158. this.label2.TabIndex = 19;
  159. this.label2.Text = "产品编号";
  160. //
  161. // label1
  162. //
  163. this.label1.AutoSize = true;
  164. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  165. this.label1.Location = new System.Drawing.Point(50, 38);
  166. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  167. this.label1.Name = "label1";
  168. this.label1.Size = new System.Drawing.Size(146, 41);
  169. this.label1.TabIndex = 18;
  170. this.label1.Text = "工单编号";
  171. //
  172. // CheckItemDGV
  173. //
  174. this.CheckItemDGV.AllowUserToAddRows = false;
  175. this.CheckItemDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  176. this.CheckItemDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  177. this.std_class,
  178. this.std_testtimes,
  179. this.std_testresult,
  180. this.std_badcode});
  181. this.CheckItemDGV.Location = new System.Drawing.Point(57, 199);
  182. this.CheckItemDGV.Name = "CheckItemDGV";
  183. this.CheckItemDGV.RowTemplate.Height = 37;
  184. this.CheckItemDGV.Size = new System.Drawing.Size(1128, 562);
  185. this.CheckItemDGV.TabIndex = 33;
  186. this.CheckItemDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.CheckItemDGV_CellPainting);
  187. //
  188. // dataGridViewTextBoxColumn1
  189. //
  190. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  191. this.dataGridViewTextBoxColumn1.DataPropertyName = "psr_type";
  192. this.dataGridViewTextBoxColumn1.HeaderText = "检测项";
  193. this.dataGridViewTextBoxColumn1.MinimumWidth = 150;
  194. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  195. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  196. //
  197. // dataGridViewTextBoxColumn2
  198. //
  199. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  200. this.dataGridViewTextBoxColumn2.DataPropertyName = "psr_systemvalue";
  201. this.dataGridViewTextBoxColumn2.HeaderText = "系统值";
  202. this.dataGridViewTextBoxColumn2.MinimumWidth = 460;
  203. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  204. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  205. //
  206. // dataGridViewTextBoxColumn3
  207. //
  208. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  209. this.dataGridViewTextBoxColumn3.DataPropertyName = "psr_systemvalue";
  210. this.dataGridViewTextBoxColumn3.HeaderText = "本机值";
  211. this.dataGridViewTextBoxColumn3.MinimumWidth = 460;
  212. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  213. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  214. //
  215. // dataGridViewTextBoxColumn4
  216. //
  217. this.dataGridViewTextBoxColumn4.DataPropertyName = "std_badcode";
  218. this.dataGridViewTextBoxColumn4.HeaderText = "故障代码";
  219. this.dataGridViewTextBoxColumn4.MinimumWidth = 200;
  220. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  221. this.dataGridViewTextBoxColumn4.Width = 200;
  222. //
  223. // ReSet
  224. //
  225. this.ReSet.AutoSize = true;
  226. this.ReSet.Location = new System.Drawing.Point(1102, 795);
  227. this.ReSet.Name = "ReSet";
  228. this.ReSet.Size = new System.Drawing.Size(186, 28);
  229. this.ReSet.TabIndex = 34;
  230. this.ReSet.Text = "恢复出厂设置";
  231. this.ReSet.UseVisualStyleBackColor = true;
  232. //
  233. // std_class
  234. //
  235. this.std_class.DataPropertyName = "std_class";
  236. this.std_class.HeaderText = "检测项";
  237. this.std_class.MinimumWidth = 130;
  238. this.std_class.Name = "std_class";
  239. this.std_class.ReadOnly = true;
  240. this.std_class.Width = 150;
  241. //
  242. // std_testtimes
  243. //
  244. this.std_testtimes.DataPropertyName = "std_testtimes";
  245. this.std_testtimes.HeaderText = "测试次数";
  246. this.std_testtimes.MinimumWidth = 200;
  247. this.std_testtimes.Name = "std_testtimes";
  248. this.std_testtimes.ReadOnly = true;
  249. this.std_testtimes.Width = 468;
  250. //
  251. // std_testresult
  252. //
  253. this.std_testresult.DataPropertyName = "std_testresult";
  254. this.std_testresult.HeaderText = "测试结果";
  255. this.std_testresult.MinimumWidth = 200;
  256. this.std_testresult.Name = "std_testresult";
  257. this.std_testresult.ReadOnly = true;
  258. this.std_testresult.Width = 467;
  259. //
  260. // std_badcode
  261. //
  262. this.std_badcode.DataPropertyName = "std_badcode";
  263. this.std_badcode.HeaderText = "故障代码";
  264. this.std_badcode.MinimumWidth = 200;
  265. this.std_badcode.Name = "std_badcode";
  266. this.std_badcode.Width = 200;
  267. //
  268. // StepCount
  269. //
  270. this.StepCount.LineCode = null;
  271. this.StepCount.Location = new System.Drawing.Point(1102, 130);
  272. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  273. this.StepCount.Name = "StepCount";
  274. this.StepCount.Size = new System.Drawing.Size(176, 44);
  275. this.StepCount.Source = null;
  276. this.StepCount.StepCode = null;
  277. this.StepCount.TabIndex = 32;
  278. //
  279. // sncode
  280. //
  281. this.sncode.AllPower = null;
  282. this.sncode.BackColor = System.Drawing.Color.White;
  283. this.sncode.ID = null;
  284. this.sncode.Location = new System.Drawing.Point(144, 788);
  285. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  286. this.sncode.Name = "sncode";
  287. this.sncode.Power = null;
  288. this.sncode.Size = new System.Drawing.Size(334, 35);
  289. this.sncode.Str = null;
  290. this.sncode.Str1 = null;
  291. this.sncode.Str2 = null;
  292. this.sncode.TabIndex = 29;
  293. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  294. //
  295. // OperateResult
  296. //
  297. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.OperateResult.Location = new System.Drawing.Point(1265, 199);
  299. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  300. this.OperateResult.Name = "OperateResult";
  301. this.OperateResult.Size = new System.Drawing.Size(454, 562);
  302. this.OperateResult.TabIndex = 27;
  303. this.OperateResult.Text = "";
  304. //
  305. // Make_GetTestFileData
  306. //
  307. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  308. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  309. this.ClientSize = new System.Drawing.Size(1772, 866);
  310. this.Controls.Add(this.ReSet);
  311. this.Controls.Add(this.CheckItemDGV);
  312. this.Controls.Add(this.StepCount);
  313. this.Controls.Add(this.pr_detail);
  314. this.Controls.Add(this.sncode);
  315. this.Controls.Add(this.label10);
  316. this.Controls.Add(this.OperateResult);
  317. this.Controls.Add(this.remain_qty);
  318. this.Controls.Add(this.mcd_okqty);
  319. this.Controls.Add(this.ma_prodcode);
  320. this.Controls.Add(this.ma_code);
  321. this.Controls.Add(this.label5);
  322. this.Controls.Add(this.label4);
  323. this.Controls.Add(this.label3);
  324. this.Controls.Add(this.label2);
  325. this.Controls.Add(this.label1);
  326. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  327. this.Margin = new System.Windows.Forms.Padding(4);
  328. this.Name = "Make_GetTestFileData";
  329. this.Tag = "Make!ReadWriteInfo";
  330. this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
  331. this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
  332. ((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).EndInit();
  333. this.ResumeLayout(false);
  334. this.PerformLayout();
  335. }
  336. #endregion
  337. private System.Windows.Forms.Label pr_detail;
  338. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  339. private System.Windows.Forms.Label label10;
  340. private System.Windows.Forms.Label remain_qty;
  341. private System.Windows.Forms.Label mcd_okqty;
  342. private System.Windows.Forms.Label ma_prodcode;
  343. private System.Windows.Forms.Label ma_code;
  344. private System.Windows.Forms.Label label5;
  345. private System.Windows.Forms.Label label4;
  346. private System.Windows.Forms.Label label3;
  347. private System.Windows.Forms.Label label2;
  348. private System.Windows.Forms.Label label1;
  349. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  350. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  351. private System.Windows.Forms.DataGridView CheckItemDGV;
  352. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  353. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  354. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  355. private System.Windows.Forms.DataGridViewTextBoxColumn std_class;
  356. private System.Windows.Forms.DataGridViewTextBoxColumn std_testtimes;
  357. private System.Windows.Forms.DataGridViewTextBoxColumn std_testresult;
  358. private System.Windows.Forms.DataGridViewTextBoxColumn std_badcode;
  359. private ReSetCheckBox ReSet;
  360. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  361. }
  362. }