华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

508 lines
28 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSTS
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSTS));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.btnAddEcode = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  33. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  34. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  35. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  36. this.treeView1 = new System.Windows.Forms.TreeView();
  37. this.txtRCARD = new DevExpress.XtraEditors.TextEdit();
  38. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  39. this.panel1 = new System.Windows.Forms.Panel();
  40. this.groupBox1 = new System.Windows.Forms.GroupBox();
  41. this.txtSOLCODE = new DevExpress.XtraEditors.ButtonEdit();
  42. this.txtDUTYCODE = new DevExpress.XtraEditors.ButtonEdit();
  43. this.txtECSGCODE = new DevExpress.XtraEditors.ButtonEdit();
  44. this.txtECSCODE = new DevExpress.XtraEditors.ButtonEdit();
  45. this.txtELOC = new DevExpress.XtraEditors.TextEdit();
  46. this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
  47. this.txtPREVENTION = new DevExpress.XtraEditors.TextEdit();
  48. this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
  49. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  50. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  51. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  52. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  53. this.txtEPART = new DevExpress.XtraEditors.ButtonEdit();
  54. this.label1 = new System.Windows.Forms.Label();
  55. this.txtECDESC = new DevExpress.XtraEditors.TextEdit();
  56. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  57. this.txtECGDESC = new DevExpress.XtraEditors.TextEdit();
  58. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  59. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  60. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  61. this.panelControl3.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  63. this.groupControl1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.txtRCARD.Properties)).BeginInit();
  65. this.panel1.SuspendLayout();
  66. this.groupBox1.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtSOLCODE.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtDUTYCODE.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.txtECSGCODE.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtECSCODE.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtELOC.Properties)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.txtPREVENTION.Properties)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.txtEPART.Properties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtECDESC.Properties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.txtECGDESC.Properties)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // btnExit
  79. //
  80. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  81. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  82. this.btnExit.Appearance.Options.UseFont = true;
  83. this.btnExit.Appearance.Options.UseForeColor = true;
  84. this.btnExit.Appearance.Options.UseTextOptions = true;
  85. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  86. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  87. this.btnExit.Location = new System.Drawing.Point(250, 0);
  88. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  89. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  90. this.btnExit.Name = "btnExit";
  91. this.btnExit.Size = new System.Drawing.Size(55, 30);
  92. this.btnExit.TabIndex = 10;
  93. this.btnExit.Text = "退出";
  94. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  95. //
  96. // panelControl3
  97. //
  98. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  99. this.panelControl3.Appearance.Options.UseBackColor = true;
  100. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  101. this.panelControl3.Controls.Add(this.btnAddEcode);
  102. this.panelControl3.Controls.Add(this.btnSave);
  103. this.panelControl3.Controls.Add(this.lblTitle);
  104. this.panelControl3.Controls.Add(this.btnClose);
  105. this.panelControl3.Controls.Add(this.btnExit);
  106. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  107. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  108. this.panelControl3.Name = "panelControl3";
  109. this.panelControl3.Size = new System.Drawing.Size(1036, 30);
  110. this.panelControl3.TabIndex = 13;
  111. //
  112. // btnAddEcode
  113. //
  114. this.btnAddEcode.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  115. this.btnAddEcode.Appearance.ForeColor = System.Drawing.Color.White;
  116. this.btnAddEcode.Appearance.Options.UseFont = true;
  117. this.btnAddEcode.Appearance.Options.UseForeColor = true;
  118. this.btnAddEcode.Appearance.Options.UseTextOptions = true;
  119. this.btnAddEcode.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  120. this.btnAddEcode.Image = ((System.Drawing.Image)(resources.GetObject("btnAddEcode.Image")));
  121. this.btnAddEcode.Location = new System.Drawing.Point(145, 0);
  122. this.btnAddEcode.LookAndFeel.SkinName = "BlueButtonSkin";
  123. this.btnAddEcode.LookAndFeel.UseDefaultLookAndFeel = false;
  124. this.btnAddEcode.Name = "btnAddEcode";
  125. this.btnAddEcode.Size = new System.Drawing.Size(105, 30);
  126. this.btnAddEcode.TabIndex = 24;
  127. this.btnAddEcode.Text = "增加不良代码";
  128. this.btnAddEcode.Click += new System.EventHandler(this.btnAddEcode_Click);
  129. //
  130. // btnSave
  131. //
  132. this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  133. this.btnSave.Appearance.ForeColor = System.Drawing.Color.White;
  134. this.btnSave.Appearance.Options.UseFont = true;
  135. this.btnSave.Appearance.Options.UseForeColor = true;
  136. this.btnSave.Appearance.Options.UseTextOptions = true;
  137. this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  138. this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
  139. this.btnSave.Location = new System.Drawing.Point(87, 0);
  140. this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin";
  141. this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false;
  142. this.btnSave.Name = "btnSave";
  143. this.btnSave.Size = new System.Drawing.Size(58, 30);
  144. this.btnSave.TabIndex = 23;
  145. this.btnSave.Text = "保存";
  146. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  147. //
  148. // lblTitle
  149. //
  150. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  151. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  152. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  153. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  154. this.lblTitle.Name = "lblTitle";
  155. this.lblTitle.Size = new System.Drawing.Size(78, 23);
  156. this.lblTitle.TabIndex = 19;
  157. this.lblTitle.Text = "维修确认";
  158. //
  159. // btnClose
  160. //
  161. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  162. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  163. this.btnClose.Appearance.Options.UseFont = true;
  164. this.btnClose.Appearance.Options.UseForeColor = true;
  165. this.btnClose.Appearance.Options.UseTextOptions = true;
  166. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  167. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  168. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  169. this.btnClose.Location = new System.Drawing.Point(1010, 0);
  170. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  171. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  172. this.btnClose.Name = "btnClose";
  173. this.btnClose.Size = new System.Drawing.Size(26, 30);
  174. this.btnClose.TabIndex = 14;
  175. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  176. //
  177. // groupControl1
  178. //
  179. this.groupControl1.Controls.Add(this.treeView1);
  180. this.groupControl1.Controls.Add(this.txtRCARD);
  181. this.groupControl1.Controls.Add(this.labelControl1);
  182. this.groupControl1.Controls.Add(this.panel1);
  183. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  185. this.groupControl1.Name = "groupControl1";
  186. this.groupControl1.ShowCaption = false;
  187. this.groupControl1.Size = new System.Drawing.Size(1036, 409);
  188. this.groupControl1.TabIndex = 14;
  189. //
  190. // treeView1
  191. //
  192. this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  193. | System.Windows.Forms.AnchorStyles.Left)));
  194. this.treeView1.BackColor = System.Drawing.SystemColors.Control;
  195. this.treeView1.HideSelection = false;
  196. this.treeView1.Location = new System.Drawing.Point(0, 47);
  197. this.treeView1.Name = "treeView1";
  198. this.treeView1.Size = new System.Drawing.Size(174, 361);
  199. this.treeView1.TabIndex = 101;
  200. this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeView1_NodeMouseClick);
  201. //
  202. // txtRCARD
  203. //
  204. this.txtRCARD.EnterMoveNextControl = true;
  205. this.txtRCARD.Location = new System.Drawing.Point(79, 16);
  206. this.txtRCARD.Name = "txtRCARD";
  207. this.txtRCARD.Size = new System.Drawing.Size(147, 20);
  208. this.txtRCARD.TabIndex = 75;
  209. this.txtRCARD.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRCARD_KeyPress);
  210. //
  211. // labelControl1
  212. //
  213. this.labelControl1.Location = new System.Drawing.Point(9, 19);
  214. this.labelControl1.Name = "labelControl1";
  215. this.labelControl1.Size = new System.Drawing.Size(64, 14);
  216. this.labelControl1.TabIndex = 74;
  217. this.labelControl1.Text = "产品序列号:";
  218. //
  219. // panel1
  220. //
  221. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  222. | System.Windows.Forms.AnchorStyles.Left)
  223. | System.Windows.Forms.AnchorStyles.Right)));
  224. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  225. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  226. this.panel1.Controls.Add(this.groupBox1);
  227. this.panel1.Controls.Add(this.labelControl12);
  228. this.panel1.Location = new System.Drawing.Point(175, 47);
  229. this.panel1.Name = "panel1";
  230. this.panel1.Size = new System.Drawing.Size(860, 361);
  231. this.panel1.TabIndex = 102;
  232. //
  233. // groupBox1
  234. //
  235. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  236. | System.Windows.Forms.AnchorStyles.Left)
  237. | System.Windows.Forms.AnchorStyles.Right)));
  238. this.groupBox1.BackColor = System.Drawing.SystemColors.ControlLight;
  239. this.groupBox1.Controls.Add(this.txtSOLCODE);
  240. this.groupBox1.Controls.Add(this.txtDUTYCODE);
  241. this.groupBox1.Controls.Add(this.txtECSGCODE);
  242. this.groupBox1.Controls.Add(this.txtECSCODE);
  243. this.groupBox1.Controls.Add(this.txtELOC);
  244. this.groupBox1.Controls.Add(this.labelControl10);
  245. this.groupBox1.Controls.Add(this.txtPREVENTION);
  246. this.groupBox1.Controls.Add(this.labelControl9);
  247. this.groupBox1.Controls.Add(this.labelControl8);
  248. this.groupBox1.Controls.Add(this.labelControl7);
  249. this.groupBox1.Controls.Add(this.labelControl6);
  250. this.groupBox1.Controls.Add(this.labelControl5);
  251. this.groupBox1.Controls.Add(this.txtEPART);
  252. this.groupBox1.Controls.Add(this.label1);
  253. this.groupBox1.Controls.Add(this.txtECDESC);
  254. this.groupBox1.Controls.Add(this.labelControl4);
  255. this.groupBox1.Controls.Add(this.txtECGDESC);
  256. this.groupBox1.Controls.Add(this.labelControl3);
  257. this.groupBox1.Location = new System.Drawing.Point(2, 3);
  258. this.groupBox1.Name = "groupBox1";
  259. this.groupBox1.Size = new System.Drawing.Size(852, 352);
  260. this.groupBox1.TabIndex = 78;
  261. this.groupBox1.TabStop = false;
  262. this.groupBox1.Text = "维修处理";
  263. //
  264. // txtSOLCODE
  265. //
  266. this.txtSOLCODE.EditValue = "";
  267. this.txtSOLCODE.Location = new System.Drawing.Point(158, 157);
  268. this.txtSOLCODE.Name = "txtSOLCODE";
  269. this.txtSOLCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  270. new DevExpress.XtraEditors.Controls.EditorButton()});
  271. this.txtSOLCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  272. this.txtSOLCODE.Size = new System.Drawing.Size(147, 20);
  273. this.txtSOLCODE.TabIndex = 100;
  274. this.txtSOLCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtSOLCODE_ButtonClick);
  275. //
  276. // txtDUTYCODE
  277. //
  278. this.txtDUTYCODE.EditValue = "";
  279. this.txtDUTYCODE.Location = new System.Drawing.Point(456, 117);
  280. this.txtDUTYCODE.Name = "txtDUTYCODE";
  281. this.txtDUTYCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  282. new DevExpress.XtraEditors.Controls.EditorButton()});
  283. this.txtDUTYCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  284. this.txtDUTYCODE.Size = new System.Drawing.Size(147, 20);
  285. this.txtDUTYCODE.TabIndex = 99;
  286. this.txtDUTYCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtDUTYCODE_ButtonClick);
  287. //
  288. // txtECSGCODE
  289. //
  290. this.txtECSGCODE.EditValue = "";
  291. this.txtECSGCODE.Location = new System.Drawing.Point(158, 117);
  292. this.txtECSGCODE.Name = "txtECSGCODE";
  293. this.txtECSGCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  294. new DevExpress.XtraEditors.Controls.EditorButton()});
  295. this.txtECSGCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  296. this.txtECSGCODE.Size = new System.Drawing.Size(147, 20);
  297. this.txtECSGCODE.TabIndex = 98;
  298. this.txtECSGCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtECSGCODE_ButtonClick);
  299. //
  300. // txtECSCODE
  301. //
  302. this.txtECSCODE.EditValue = "";
  303. this.txtECSCODE.Location = new System.Drawing.Point(456, 73);
  304. this.txtECSCODE.Name = "txtECSCODE";
  305. this.txtECSCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  306. new DevExpress.XtraEditors.Controls.EditorButton()});
  307. this.txtECSCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  308. this.txtECSCODE.Size = new System.Drawing.Size(147, 20);
  309. this.txtECSCODE.TabIndex = 97;
  310. this.txtECSCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtECSCODE_ButtonClick);
  311. //
  312. // txtELOC
  313. //
  314. this.txtELOC.EnterMoveNextControl = true;
  315. this.txtELOC.Location = new System.Drawing.Point(158, 197);
  316. this.txtELOC.Name = "txtELOC";
  317. this.txtELOC.Size = new System.Drawing.Size(147, 20);
  318. this.txtELOC.TabIndex = 96;
  319. //
  320. // labelControl10
  321. //
  322. this.labelControl10.Location = new System.Drawing.Point(64, 200);
  323. this.labelControl10.Name = "labelControl10";
  324. this.labelControl10.Size = new System.Drawing.Size(52, 14);
  325. this.labelControl10.TabIndex = 95;
  326. this.labelControl10.Text = "不良位置:";
  327. //
  328. // txtPREVENTION
  329. //
  330. this.txtPREVENTION.EnterMoveNextControl = true;
  331. this.txtPREVENTION.Location = new System.Drawing.Point(456, 157);
  332. this.txtPREVENTION.Name = "txtPREVENTION";
  333. this.txtPREVENTION.Size = new System.Drawing.Size(147, 20);
  334. this.txtPREVENTION.TabIndex = 94;
  335. //
  336. // labelControl9
  337. //
  338. this.labelControl9.Location = new System.Drawing.Point(362, 160);
  339. this.labelControl9.Name = "labelControl9";
  340. this.labelControl9.Size = new System.Drawing.Size(52, 14);
  341. this.labelControl9.TabIndex = 93;
  342. this.labelControl9.Text = "预防措施:";
  343. //
  344. // labelControl8
  345. //
  346. this.labelControl8.Location = new System.Drawing.Point(64, 160);
  347. this.labelControl8.Name = "labelControl8";
  348. this.labelControl8.Size = new System.Drawing.Size(52, 14);
  349. this.labelControl8.TabIndex = 91;
  350. this.labelControl8.Text = "解决方案:";
  351. //
  352. // labelControl7
  353. //
  354. this.labelControl7.Location = new System.Drawing.Point(63, 120);
  355. this.labelControl7.Name = "labelControl7";
  356. this.labelControl7.Size = new System.Drawing.Size(64, 14);
  357. this.labelControl7.TabIndex = 89;
  358. this.labelControl7.Text = "不良原因组:";
  359. //
  360. // labelControl6
  361. //
  362. this.labelControl6.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
  363. this.labelControl6.Location = new System.Drawing.Point(362, 82);
  364. this.labelControl6.Name = "labelControl6";
  365. this.labelControl6.Size = new System.Drawing.Size(52, 14);
  366. this.labelControl6.TabIndex = 87;
  367. this.labelControl6.Text = "不良原因:";
  368. //
  369. // labelControl5
  370. //
  371. this.labelControl5.Location = new System.Drawing.Point(362, 120);
  372. this.labelControl5.Name = "labelControl5";
  373. this.labelControl5.Size = new System.Drawing.Size(40, 14);
  374. this.labelControl5.TabIndex = 85;
  375. this.labelControl5.Text = "责任别:";
  376. //
  377. // txtEPART
  378. //
  379. this.txtEPART.EditValue = "";
  380. this.txtEPART.Location = new System.Drawing.Point(158, 79);
  381. this.txtEPART.Name = "txtEPART";
  382. this.txtEPART.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  383. new DevExpress.XtraEditors.Controls.EditorButton()});
  384. this.txtEPART.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  385. this.txtEPART.Size = new System.Drawing.Size(147, 20);
  386. this.txtEPART.TabIndex = 84;
  387. this.txtEPART.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEPART_ButtonClick);
  388. //
  389. // label1
  390. //
  391. this.label1.AutoSize = true;
  392. this.label1.Location = new System.Drawing.Point(61, 79);
  393. this.label1.Name = "label1";
  394. this.label1.Size = new System.Drawing.Size(59, 14);
  395. this.label1.TabIndex = 83;
  396. this.label1.Text = "不良组件:";
  397. //
  398. // txtECDESC
  399. //
  400. this.txtECDESC.EnterMoveNextControl = true;
  401. this.txtECDESC.Location = new System.Drawing.Point(454, 34);
  402. this.txtECDESC.Name = "txtECDESC";
  403. this.txtECDESC.Size = new System.Drawing.Size(149, 20);
  404. this.txtECDESC.TabIndex = 82;
  405. //
  406. // labelControl4
  407. //
  408. this.labelControl4.Location = new System.Drawing.Point(362, 37);
  409. this.labelControl4.Name = "labelControl4";
  410. this.labelControl4.Size = new System.Drawing.Size(76, 14);
  411. this.labelControl4.TabIndex = 81;
  412. this.labelControl4.Text = "不良代码描述:";
  413. //
  414. // txtECGDESC
  415. //
  416. this.txtECGDESC.EnterMoveNextControl = true;
  417. this.txtECGDESC.Location = new System.Drawing.Point(158, 34);
  418. this.txtECGDESC.Name = "txtECGDESC";
  419. this.txtECGDESC.Size = new System.Drawing.Size(147, 20);
  420. this.txtECGDESC.TabIndex = 80;
  421. //
  422. // labelControl3
  423. //
  424. this.labelControl3.Location = new System.Drawing.Point(64, 37);
  425. this.labelControl3.Name = "labelControl3";
  426. this.labelControl3.Size = new System.Drawing.Size(88, 14);
  427. this.labelControl3.TabIndex = 79;
  428. this.labelControl3.Text = "不良代码组描述:";
  429. //
  430. // labelControl12
  431. //
  432. this.labelControl12.Location = new System.Drawing.Point(3, 3);
  433. this.labelControl12.Name = "labelControl12";
  434. this.labelControl12.Size = new System.Drawing.Size(160, 28);
  435. this.labelControl12.TabIndex = 104;
  436. this.labelControl12.Text = "输入产品序列号Enter键结束!\r\n\r\n";
  437. //
  438. // FormICSTS
  439. //
  440. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  441. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  442. this.ClientSize = new System.Drawing.Size(1036, 439);
  443. this.Controls.Add(this.groupControl1);
  444. this.Controls.Add(this.panelControl3);
  445. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  446. this.Name = "FormICSTS";
  447. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  448. this.Text = "FormGridReport";
  449. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  450. this.panelControl3.ResumeLayout(false);
  451. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  452. this.groupControl1.ResumeLayout(false);
  453. this.groupControl1.PerformLayout();
  454. ((System.ComponentModel.ISupportInitialize)(this.txtRCARD.Properties)).EndInit();
  455. this.panel1.ResumeLayout(false);
  456. this.panel1.PerformLayout();
  457. this.groupBox1.ResumeLayout(false);
  458. this.groupBox1.PerformLayout();
  459. ((System.ComponentModel.ISupportInitialize)(this.txtSOLCODE.Properties)).EndInit();
  460. ((System.ComponentModel.ISupportInitialize)(this.txtDUTYCODE.Properties)).EndInit();
  461. ((System.ComponentModel.ISupportInitialize)(this.txtECSGCODE.Properties)).EndInit();
  462. ((System.ComponentModel.ISupportInitialize)(this.txtECSCODE.Properties)).EndInit();
  463. ((System.ComponentModel.ISupportInitialize)(this.txtELOC.Properties)).EndInit();
  464. ((System.ComponentModel.ISupportInitialize)(this.txtPREVENTION.Properties)).EndInit();
  465. ((System.ComponentModel.ISupportInitialize)(this.txtEPART.Properties)).EndInit();
  466. ((System.ComponentModel.ISupportInitialize)(this.txtECDESC.Properties)).EndInit();
  467. ((System.ComponentModel.ISupportInitialize)(this.txtECGDESC.Properties)).EndInit();
  468. this.ResumeLayout(false);
  469. }
  470. #endregion
  471. private DevExpress.XtraEditors.SimpleButton btnExit;
  472. private DevExpress.XtraEditors.PanelControl panelControl3;
  473. private DevExpress.XtraEditors.SimpleButton btnClose;
  474. private DevExpress.XtraEditors.LabelControl lblTitle;
  475. private DevExpress.XtraEditors.SimpleButton btnSave;
  476. private DevExpress.XtraEditors.GroupControl groupControl1;
  477. private DevExpress.XtraEditors.TextEdit txtRCARD;
  478. private DevExpress.XtraEditors.LabelControl labelControl1;
  479. private System.Windows.Forms.TreeView treeView1;
  480. private System.Windows.Forms.Panel panel1;
  481. private System.Windows.Forms.GroupBox groupBox1;
  482. private DevExpress.XtraEditors.ButtonEdit txtSOLCODE;
  483. private DevExpress.XtraEditors.ButtonEdit txtDUTYCODE;
  484. private DevExpress.XtraEditors.ButtonEdit txtECSGCODE;
  485. private DevExpress.XtraEditors.ButtonEdit txtECSCODE;
  486. private DevExpress.XtraEditors.TextEdit txtELOC;
  487. private DevExpress.XtraEditors.LabelControl labelControl10;
  488. private DevExpress.XtraEditors.TextEdit txtPREVENTION;
  489. private DevExpress.XtraEditors.LabelControl labelControl9;
  490. private DevExpress.XtraEditors.LabelControl labelControl8;
  491. private DevExpress.XtraEditors.LabelControl labelControl7;
  492. private DevExpress.XtraEditors.LabelControl labelControl6;
  493. private DevExpress.XtraEditors.LabelControl labelControl5;
  494. private DevExpress.XtraEditors.ButtonEdit txtEPART;
  495. private System.Windows.Forms.Label label1;
  496. private DevExpress.XtraEditors.TextEdit txtECDESC;
  497. private DevExpress.XtraEditors.LabelControl labelControl4;
  498. private DevExpress.XtraEditors.TextEdit txtECGDESC;
  499. private DevExpress.XtraEditors.LabelControl labelControl3;
  500. private DevExpress.XtraEditors.LabelControl labelControl12;
  501. private DevExpress.XtraEditors.SimpleButton btnAddEcode;
  502. }
  503. }