Make_ReadWriteInfo.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_ReadWriteInfo
  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.pr_detail = new System.Windows.Forms.Label();
  29. this.label10 = new System.Windows.Forms.Label();
  30. this.remain_qty = new System.Windows.Forms.Label();
  31. this.mcd_okqty = new System.Windows.Forms.Label();
  32. this.ma_prodcode = new System.Windows.Forms.Label();
  33. this.ma_code = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.CheckItemDGV = new System.Windows.Forms.DataGridView();
  40. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  43. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  44. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  45. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.ms_item = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.ms_info = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. ((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // pr_detail
  52. //
  53. this.pr_detail.AutoSize = true;
  54. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  55. this.pr_detail.Location = new System.Drawing.Point(1258, 38);
  56. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  57. this.pr_detail.Name = "pr_detail";
  58. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  59. this.pr_detail.TabIndex = 31;
  60. //
  61. // label10
  62. //
  63. this.label10.AutoSize = true;
  64. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.label10.Location = new System.Drawing.Point(64, 788);
  66. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  67. this.label10.Name = "label10";
  68. this.label10.Size = new System.Drawing.Size(53, 35);
  69. this.label10.TabIndex = 28;
  70. this.label10.Text = "SN";
  71. //
  72. // remain_qty
  73. //
  74. this.remain_qty.AutoSize = true;
  75. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  76. this.remain_qty.Location = new System.Drawing.Point(204, 130);
  77. this.remain_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  78. this.remain_qty.Name = "remain_qty";
  79. this.remain_qty.Size = new System.Drawing.Size(0, 41);
  80. this.remain_qty.TabIndex = 26;
  81. //
  82. // mcd_okqty
  83. //
  84. this.mcd_okqty.AutoSize = true;
  85. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F);
  86. this.mcd_okqty.Location = new System.Drawing.Point(724, 130);
  87. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  88. this.mcd_okqty.Name = "mcd_okqty";
  89. this.mcd_okqty.Size = new System.Drawing.Size(0, 41);
  90. this.mcd_okqty.TabIndex = 25;
  91. //
  92. // ma_prodcode
  93. //
  94. this.ma_prodcode.AutoSize = true;
  95. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  96. this.ma_prodcode.Location = new System.Drawing.Point(724, 38);
  97. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  98. this.ma_prodcode.Name = "ma_prodcode";
  99. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  100. this.ma_prodcode.TabIndex = 24;
  101. //
  102. // ma_code
  103. //
  104. this.ma_code.AutoSize = true;
  105. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.ma_code.Location = new System.Drawing.Point(204, 38);
  107. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  108. this.ma_code.Name = "ma_code";
  109. this.ma_code.Size = new System.Drawing.Size(0, 41);
  110. this.ma_code.TabIndex = 23;
  111. //
  112. // label5
  113. //
  114. this.label5.AutoSize = true;
  115. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  116. this.label5.Location = new System.Drawing.Point(574, 130);
  117. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  118. this.label5.Name = "label5";
  119. this.label5.Size = new System.Drawing.Size(210, 41);
  120. this.label5.TabIndex = 22;
  121. this.label5.Text = "当前工单计数";
  122. //
  123. // label4
  124. //
  125. this.label4.AutoSize = true;
  126. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  127. this.label4.Location = new System.Drawing.Point(54, 130);
  128. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  129. this.label4.Name = "label4";
  130. this.label4.Size = new System.Drawing.Size(114, 41);
  131. this.label4.TabIndex = 21;
  132. this.label4.Text = "剩余数";
  133. //
  134. // label3
  135. //
  136. this.label3.AutoSize = true;
  137. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  138. this.label3.Location = new System.Drawing.Point(1102, 38);
  139. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  140. this.label3.Name = "label3";
  141. this.label3.Size = new System.Drawing.Size(146, 41);
  142. this.label3.TabIndex = 20;
  143. this.label3.Text = "产品名称";
  144. //
  145. // label2
  146. //
  147. this.label2.AutoSize = true;
  148. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  149. this.label2.Location = new System.Drawing.Point(570, 38);
  150. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  151. this.label2.Name = "label2";
  152. this.label2.Size = new System.Drawing.Size(146, 41);
  153. this.label2.TabIndex = 19;
  154. this.label2.Text = "产品编号";
  155. //
  156. // label1
  157. //
  158. this.label1.AutoSize = true;
  159. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  160. this.label1.Location = new System.Drawing.Point(50, 38);
  161. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  162. this.label1.Name = "label1";
  163. this.label1.Size = new System.Drawing.Size(146, 41);
  164. this.label1.TabIndex = 18;
  165. this.label1.Text = "工单编号";
  166. //
  167. // CheckItemDGV
  168. //
  169. this.CheckItemDGV.AllowUserToAddRows = false;
  170. this.CheckItemDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  171. this.CheckItemDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  172. this.ms_item,
  173. this.ms_info});
  174. this.CheckItemDGV.Location = new System.Drawing.Point(57, 199);
  175. this.CheckItemDGV.Name = "CheckItemDGV";
  176. this.CheckItemDGV.RowTemplate.Height = 37;
  177. this.CheckItemDGV.Size = new System.Drawing.Size(1128, 562);
  178. this.CheckItemDGV.TabIndex = 33;
  179. this.CheckItemDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.CheckItemDGV_CellPainting);
  180. //
  181. // dataGridViewTextBoxColumn1
  182. //
  183. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  184. this.dataGridViewTextBoxColumn1.DataPropertyName = "psr_type";
  185. this.dataGridViewTextBoxColumn1.HeaderText = "检测项";
  186. this.dataGridViewTextBoxColumn1.MinimumWidth = 150;
  187. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  188. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  189. //
  190. // dataGridViewTextBoxColumn2
  191. //
  192. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  193. this.dataGridViewTextBoxColumn2.DataPropertyName = "psr_systemvalue";
  194. this.dataGridViewTextBoxColumn2.HeaderText = "系统值";
  195. this.dataGridViewTextBoxColumn2.MinimumWidth = 460;
  196. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  197. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  198. //
  199. // StepCount
  200. //
  201. this.StepCount.LineCode = null;
  202. this.StepCount.Location = new System.Drawing.Point(1102, 130);
  203. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  204. this.StepCount.Name = "StepCount";
  205. this.StepCount.Size = new System.Drawing.Size(176, 44);
  206. this.StepCount.Source = null;
  207. this.StepCount.StepCode = null;
  208. this.StepCount.TabIndex = 32;
  209. //
  210. // sncode
  211. //
  212. this.sncode.AllPower = null;
  213. this.sncode.BackColor = System.Drawing.Color.White;
  214. this.sncode.ID = null;
  215. this.sncode.Location = new System.Drawing.Point(144, 788);
  216. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  217. this.sncode.Name = "sncode";
  218. this.sncode.Power = null;
  219. this.sncode.Size = new System.Drawing.Size(334, 35);
  220. this.sncode.Str = null;
  221. this.sncode.Str1 = null;
  222. this.sncode.Str2 = null;
  223. this.sncode.TabIndex = 29;
  224. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  225. //
  226. // OperateResult
  227. //
  228. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.OperateResult.Location = new System.Drawing.Point(1265, 199);
  230. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  231. this.OperateResult.Name = "OperateResult";
  232. this.OperateResult.Size = new System.Drawing.Size(454, 562);
  233. this.OperateResult.TabIndex = 27;
  234. this.OperateResult.Text = "";
  235. //
  236. // dataGridViewTextBoxColumn3
  237. //
  238. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  239. this.dataGridViewTextBoxColumn3.DataPropertyName = "psr_systemvalue";
  240. this.dataGridViewTextBoxColumn3.HeaderText = "本机值";
  241. this.dataGridViewTextBoxColumn3.MinimumWidth = 460;
  242. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  243. //
  244. // ms_item
  245. //
  246. this.ms_item.DataPropertyName = "ms_item";
  247. this.ms_item.HeaderText = "检测项";
  248. this.ms_item.MinimumWidth = 130;
  249. this.ms_item.Name = "ms_item";
  250. this.ms_item.ReadOnly = true;
  251. this.ms_item.Width = 150;
  252. //
  253. // ms_info
  254. //
  255. this.ms_info.DataPropertyName = "ms_info";
  256. this.ms_info.HeaderText = "参数值";
  257. this.ms_info.MinimumWidth = 300;
  258. this.ms_info.Name = "ms_info";
  259. this.ms_info.ReadOnly = true;
  260. this.ms_info.Width = 468;
  261. //
  262. // Make_ReadWriteInfo
  263. //
  264. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  265. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  266. this.ClientSize = new System.Drawing.Size(1772, 866);
  267. this.Controls.Add(this.CheckItemDGV);
  268. this.Controls.Add(this.StepCount);
  269. this.Controls.Add(this.pr_detail);
  270. this.Controls.Add(this.sncode);
  271. this.Controls.Add(this.label10);
  272. this.Controls.Add(this.OperateResult);
  273. this.Controls.Add(this.remain_qty);
  274. this.Controls.Add(this.mcd_okqty);
  275. this.Controls.Add(this.ma_prodcode);
  276. this.Controls.Add(this.ma_code);
  277. this.Controls.Add(this.label5);
  278. this.Controls.Add(this.label4);
  279. this.Controls.Add(this.label3);
  280. this.Controls.Add(this.label2);
  281. this.Controls.Add(this.label1);
  282. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  283. this.Margin = new System.Windows.Forms.Padding(4);
  284. this.Name = "Make_ReadWriteInfo";
  285. this.Tag = "Make!ImeiCheck";
  286. this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
  287. this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
  288. ((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).EndInit();
  289. this.ResumeLayout(false);
  290. this.PerformLayout();
  291. }
  292. #endregion
  293. private System.Windows.Forms.Label pr_detail;
  294. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  295. private System.Windows.Forms.Label label10;
  296. private System.Windows.Forms.Label remain_qty;
  297. private System.Windows.Forms.Label mcd_okqty;
  298. private System.Windows.Forms.Label ma_prodcode;
  299. private System.Windows.Forms.Label ma_code;
  300. private System.Windows.Forms.Label label5;
  301. private System.Windows.Forms.Label label4;
  302. private System.Windows.Forms.Label label3;
  303. private System.Windows.Forms.Label label2;
  304. private System.Windows.Forms.Label label1;
  305. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  306. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  307. private System.Windows.Forms.DataGridView CheckItemDGV;
  308. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  309. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  310. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  311. private System.Windows.Forms.DataGridViewTextBoxColumn ms_item;
  312. private System.Windows.Forms.DataGridViewTextBoxColumn ms_info;
  313. }
  314. }