华恒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.

647 lines
35 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSNCTPAdd
  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(FormICSNCTPAdd));
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtNCTPType = new DevExpress.XtraEditors.GridLookUpEdit();
  32. this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. this.label12 = new System.Windows.Forms.Label();
  34. this.txtDESC = new System.Windows.Forms.RichTextBox();
  35. this.txtProductUser = new DevExpress.XtraEditors.GridLookUpEdit();
  36. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  37. this.gluItemCode = new DevExpress.XtraEditors.TextEdit();
  38. this.label11 = new System.Windows.Forms.Label();
  39. this.txtProductNum = new DevExpress.XtraEditors.TextEdit();
  40. this.label16 = new System.Windows.Forms.Label();
  41. this.txtProjectCode = new DevExpress.XtraEditors.TextEdit();
  42. this.label15 = new System.Windows.Forms.Label();
  43. this.txtProductMO = new DevExpress.XtraEditors.GridLookUpEdit();
  44. this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
  45. this.label14 = new System.Windows.Forms.Label();
  46. this.txtProductDate = new System.Windows.Forms.DateTimePicker();
  47. this.label13 = new System.Windows.Forms.Label();
  48. this.txtOPCODE = new DevExpress.XtraEditors.GridLookUpEdit();
  49. this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
  50. this.txtEQPCODE = new DevExpress.XtraEditors.GridLookUpEdit();
  51. this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.txtOPDESC = new DevExpress.XtraEditors.TextEdit();
  54. this.label8 = new System.Windows.Forms.Label();
  55. this.txtEQPDESC = new DevExpress.XtraEditors.TextEdit();
  56. this.label7 = new System.Windows.Forms.Label();
  57. this.txtItemName = new DevExpress.XtraEditors.TextEdit();
  58. this.label6 = new System.Windows.Forms.Label();
  59. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  60. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  61. this.label9 = new System.Windows.Forms.Label();
  62. this.label10 = new System.Windows.Forms.Label();
  63. this.txtUnitTP = new DevExpress.XtraEditors.TextEdit();
  64. this.label4 = new System.Windows.Forms.Label();
  65. this.label3 = new System.Windows.Forms.Label();
  66. this.label2 = new System.Windows.Forms.Label();
  67. this.label1 = new System.Windows.Forms.Label();
  68. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  69. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  70. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  71. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  72. this.panelControl1.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.txtNCTPType.Properties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.txtProductUser.Properties)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.gluItemCode.Properties)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.txtProductNum.Properties)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.txtProjectCode.Properties)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.txtProductMO.Properties)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCODE.Properties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.txtOPDESC.Properties)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.txtEQPDESC.Properties)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.txtUnitTP.Properties)).BeginInit();
  92. this.SuspendLayout();
  93. //
  94. // labelControl1
  95. //
  96. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  98. this.labelControl1.Location = new System.Drawing.Point(10, 5);
  99. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  100. this.labelControl1.Name = "labelControl1";
  101. this.labelControl1.Size = new System.Drawing.Size(80, 27);
  102. this.labelControl1.TabIndex = 26;
  103. this.labelControl1.Text = "工时记录";
  104. //
  105. // panelControl1
  106. //
  107. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  108. | System.Windows.Forms.AnchorStyles.Left)
  109. | System.Windows.Forms.AnchorStyles.Right)));
  110. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  111. this.panelControl1.Appearance.Options.UseBackColor = true;
  112. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  113. this.panelControl1.Controls.Add(this.txtNCTPType);
  114. this.panelControl1.Controls.Add(this.label12);
  115. this.panelControl1.Controls.Add(this.txtDESC);
  116. this.panelControl1.Controls.Add(this.txtProductUser);
  117. this.panelControl1.Controls.Add(this.gluItemCode);
  118. this.panelControl1.Controls.Add(this.label11);
  119. this.panelControl1.Controls.Add(this.txtProductNum);
  120. this.panelControl1.Controls.Add(this.label16);
  121. this.panelControl1.Controls.Add(this.txtProjectCode);
  122. this.panelControl1.Controls.Add(this.label15);
  123. this.panelControl1.Controls.Add(this.txtProductMO);
  124. this.panelControl1.Controls.Add(this.label14);
  125. this.panelControl1.Controls.Add(this.txtProductDate);
  126. this.panelControl1.Controls.Add(this.label13);
  127. this.panelControl1.Controls.Add(this.txtOPCODE);
  128. this.panelControl1.Controls.Add(this.txtEQPCODE);
  129. this.panelControl1.Controls.Add(this.label5);
  130. this.panelControl1.Controls.Add(this.txtOPDESC);
  131. this.panelControl1.Controls.Add(this.label8);
  132. this.panelControl1.Controls.Add(this.txtEQPDESC);
  133. this.panelControl1.Controls.Add(this.label7);
  134. this.panelControl1.Controls.Add(this.txtItemName);
  135. this.panelControl1.Controls.Add(this.label6);
  136. this.panelControl1.Controls.Add(this.txtMTIME);
  137. this.panelControl1.Controls.Add(this.txtMUSERName);
  138. this.panelControl1.Controls.Add(this.label9);
  139. this.panelControl1.Controls.Add(this.label10);
  140. this.panelControl1.Controls.Add(this.txtUnitTP);
  141. this.panelControl1.Controls.Add(this.label4);
  142. this.panelControl1.Controls.Add(this.label3);
  143. this.panelControl1.Controls.Add(this.label2);
  144. this.panelControl1.Controls.Add(this.label1);
  145. this.panelControl1.Location = new System.Drawing.Point(2, 39);
  146. this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  147. this.panelControl1.Name = "panelControl1";
  148. this.panelControl1.Size = new System.Drawing.Size(671, 477);
  149. this.panelControl1.TabIndex = 27;
  150. this.panelControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControl1_Paint);
  151. //
  152. // txtNCTPType
  153. //
  154. this.txtNCTPType.EditValue = "";
  155. this.txtNCTPType.Location = new System.Drawing.Point(135, 296);
  156. this.txtNCTPType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  157. this.txtNCTPType.Name = "txtNCTPType";
  158. this.txtNCTPType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  159. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  160. this.txtNCTPType.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  161. this.txtNCTPType.Properties.View = this.gridView5;
  162. this.txtNCTPType.Size = new System.Drawing.Size(150, 24);
  163. this.txtNCTPType.TabIndex = 229;
  164. //
  165. // gridView5
  166. //
  167. this.gridView5.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  168. this.gridView5.Name = "gridView5";
  169. this.gridView5.OptionsSelection.EnableAppearanceFocusedCell = false;
  170. this.gridView5.OptionsView.ShowGroupPanel = false;
  171. //
  172. // label12
  173. //
  174. this.label12.AutoSize = true;
  175. this.label12.Location = new System.Drawing.Point(39, 297);
  176. this.label12.Name = "label12";
  177. this.label12.Size = new System.Drawing.Size(83, 18);
  178. this.label12.TabIndex = 228;
  179. this.label12.Text = "记录类型:";
  180. //
  181. // txtDESC
  182. //
  183. this.txtDESC.Location = new System.Drawing.Point(135, 342);
  184. this.txtDESC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  185. this.txtDESC.Name = "txtDESC";
  186. this.txtDESC.Size = new System.Drawing.Size(487, 66);
  187. this.txtDESC.TabIndex = 227;
  188. this.txtDESC.Text = "";
  189. //
  190. // txtProductUser
  191. //
  192. this.txtProductUser.EditValue = "";
  193. this.txtProductUser.Location = new System.Drawing.Point(473, 251);
  194. this.txtProductUser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  195. this.txtProductUser.Name = "txtProductUser";
  196. this.txtProductUser.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  197. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  198. this.txtProductUser.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  199. this.txtProductUser.Properties.View = this.gridView1;
  200. this.txtProductUser.Size = new System.Drawing.Size(150, 24);
  201. this.txtProductUser.TabIndex = 226;
  202. //
  203. // gridView1
  204. //
  205. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  206. this.gridView1.Name = "gridView1";
  207. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  208. this.gridView1.OptionsView.ShowGroupPanel = false;
  209. //
  210. // gluItemCode
  211. //
  212. this.gluItemCode.Enabled = false;
  213. this.gluItemCode.Location = new System.Drawing.Point(135, 89);
  214. this.gluItemCode.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  215. this.gluItemCode.Name = "gluItemCode";
  216. this.gluItemCode.Size = new System.Drawing.Size(150, 24);
  217. this.gluItemCode.TabIndex = 225;
  218. //
  219. // label11
  220. //
  221. this.label11.AutoSize = true;
  222. this.label11.Location = new System.Drawing.Point(39, 255);
  223. this.label11.Name = "label11";
  224. this.label11.Size = new System.Drawing.Size(83, 18);
  225. this.label11.TabIndex = 223;
  226. this.label11.Text = "单位工时:";
  227. //
  228. // txtProductNum
  229. //
  230. this.txtProductNum.Location = new System.Drawing.Point(473, 170);
  231. this.txtProductNum.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  232. this.txtProductNum.Name = "txtProductNum";
  233. this.txtProductNum.Properties.Mask.EditMask = "N2";
  234. this.txtProductNum.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  235. this.txtProductNum.Size = new System.Drawing.Size(150, 24);
  236. this.txtProductNum.TabIndex = 222;
  237. //
  238. // label16
  239. //
  240. this.label16.AutoSize = true;
  241. this.label16.Location = new System.Drawing.Point(359, 172);
  242. this.label16.Name = "label16";
  243. this.label16.Size = new System.Drawing.Size(83, 18);
  244. this.label16.TabIndex = 221;
  245. this.label16.Text = "加工数量:";
  246. //
  247. // txtProjectCode
  248. //
  249. this.txtProjectCode.Location = new System.Drawing.Point(135, 125);
  250. this.txtProjectCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  251. this.txtProjectCode.Name = "txtProjectCode";
  252. this.txtProjectCode.Size = new System.Drawing.Size(150, 24);
  253. this.txtProjectCode.TabIndex = 220;
  254. //
  255. // label15
  256. //
  257. this.label15.AutoSize = true;
  258. this.label15.Location = new System.Drawing.Point(39, 130);
  259. this.label15.Name = "label15";
  260. this.label15.Size = new System.Drawing.Size(68, 18);
  261. this.label15.TabIndex = 219;
  262. this.label15.Text = "项目号:";
  263. //
  264. // txtProductMO
  265. //
  266. this.txtProductMO.EditValue = "";
  267. this.txtProductMO.Location = new System.Drawing.Point(473, 35);
  268. this.txtProductMO.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  269. this.txtProductMO.Name = "txtProductMO";
  270. this.txtProductMO.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  271. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  272. this.txtProductMO.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  273. this.txtProductMO.Properties.View = this.gridView4;
  274. this.txtProductMO.Size = new System.Drawing.Size(150, 24);
  275. this.txtProductMO.TabIndex = 218;
  276. this.txtProductMO.EditValueChanged += new System.EventHandler(this.txtProductMO_EditValueChanged);
  277. //
  278. // gridView4
  279. //
  280. this.gridView4.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  281. this.gridView4.Name = "gridView4";
  282. this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false;
  283. this.gridView4.OptionsView.ShowGroupPanel = false;
  284. //
  285. // label14
  286. //
  287. this.label14.AutoSize = true;
  288. this.label14.Location = new System.Drawing.Point(359, 37);
  289. this.label14.Name = "label14";
  290. this.label14.Size = new System.Drawing.Size(113, 18);
  291. this.label14.TabIndex = 217;
  292. this.label14.Text = "生产订单编号:";
  293. //
  294. // txtProductDate
  295. //
  296. this.txtProductDate.Location = new System.Drawing.Point(131, 32);
  297. this.txtProductDate.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  298. this.txtProductDate.Name = "txtProductDate";
  299. this.txtProductDate.Size = new System.Drawing.Size(153, 26);
  300. this.txtProductDate.TabIndex = 216;
  301. //
  302. // label13
  303. //
  304. this.label13.AutoSize = true;
  305. this.label13.Location = new System.Drawing.Point(39, 32);
  306. this.label13.Name = "label13";
  307. this.label13.Size = new System.Drawing.Size(83, 18);
  308. this.label13.TabIndex = 215;
  309. this.label13.Text = "生产日期:";
  310. //
  311. // txtOPCODE
  312. //
  313. this.txtOPCODE.EditValue = "";
  314. this.txtOPCODE.Location = new System.Drawing.Point(473, 121);
  315. this.txtOPCODE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  316. this.txtOPCODE.Name = "txtOPCODE";
  317. this.txtOPCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  318. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  319. this.txtOPCODE.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  320. this.txtOPCODE.Properties.View = this.gridView3;
  321. this.txtOPCODE.Size = new System.Drawing.Size(150, 24);
  322. this.txtOPCODE.TabIndex = 212;
  323. this.txtOPCODE.EditValueChanged += new System.EventHandler(this.txtOPCODE_EditValueChanged);
  324. //
  325. // gridView3
  326. //
  327. this.gridView3.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  328. this.gridView3.Name = "gridView3";
  329. this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false;
  330. this.gridView3.OptionsView.ShowGroupPanel = false;
  331. //
  332. // txtEQPCODE
  333. //
  334. this.txtEQPCODE.EditValue = "";
  335. this.txtEQPCODE.Location = new System.Drawing.Point(135, 211);
  336. this.txtEQPCODE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  337. this.txtEQPCODE.Name = "txtEQPCODE";
  338. this.txtEQPCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  339. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  340. this.txtEQPCODE.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  341. this.txtEQPCODE.Properties.View = this.gridView2;
  342. this.txtEQPCODE.Size = new System.Drawing.Size(150, 24);
  343. this.txtEQPCODE.TabIndex = 211;
  344. this.txtEQPCODE.EditValueChanged += new System.EventHandler(this.txtEQPCODE_EditValueChanged);
  345. //
  346. // gridView2
  347. //
  348. this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  349. this.gridView2.Name = "gridView2";
  350. this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
  351. this.gridView2.OptionsView.ShowGroupPanel = false;
  352. //
  353. // label5
  354. //
  355. this.label5.AutoSize = true;
  356. this.label5.Location = new System.Drawing.Point(40, 347);
  357. this.label5.Name = "label5";
  358. this.label5.Size = new System.Drawing.Size(83, 18);
  359. this.label5.TabIndex = 95;
  360. this.label5.Text = "工序描述:";
  361. //
  362. // txtOPDESC
  363. //
  364. this.txtOPDESC.Enabled = false;
  365. this.txtOPDESC.Location = new System.Drawing.Point(135, 167);
  366. this.txtOPDESC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  367. this.txtOPDESC.Name = "txtOPDESC";
  368. this.txtOPDESC.Size = new System.Drawing.Size(150, 24);
  369. this.txtOPDESC.TabIndex = 96;
  370. //
  371. // label8
  372. //
  373. this.label8.AutoSize = true;
  374. this.label8.Location = new System.Drawing.Point(39, 172);
  375. this.label8.Name = "label8";
  376. this.label8.Size = new System.Drawing.Size(83, 18);
  377. this.label8.TabIndex = 95;
  378. this.label8.Text = "工序描述:";
  379. //
  380. // txtEQPDESC
  381. //
  382. this.txtEQPDESC.Enabled = false;
  383. this.txtEQPDESC.Location = new System.Drawing.Point(473, 211);
  384. this.txtEQPDESC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  385. this.txtEQPDESC.Name = "txtEQPDESC";
  386. this.txtEQPDESC.Size = new System.Drawing.Size(150, 24);
  387. this.txtEQPDESC.TabIndex = 94;
  388. //
  389. // label7
  390. //
  391. this.label7.AutoSize = true;
  392. this.label7.Location = new System.Drawing.Point(359, 215);
  393. this.label7.Name = "label7";
  394. this.label7.Size = new System.Drawing.Size(83, 18);
  395. this.label7.TabIndex = 93;
  396. this.label7.Text = "设备描述:";
  397. this.label7.Click += new System.EventHandler(this.label7_Click);
  398. //
  399. // txtItemName
  400. //
  401. this.txtItemName.Enabled = false;
  402. this.txtItemName.Location = new System.Drawing.Point(473, 78);
  403. this.txtItemName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  404. this.txtItemName.Name = "txtItemName";
  405. this.txtItemName.Size = new System.Drawing.Size(150, 24);
  406. this.txtItemName.TabIndex = 92;
  407. //
  408. // label6
  409. //
  410. this.label6.AutoSize = true;
  411. this.label6.Location = new System.Drawing.Point(359, 84);
  412. this.label6.Name = "label6";
  413. this.label6.Size = new System.Drawing.Size(83, 18);
  414. this.label6.TabIndex = 91;
  415. this.label6.Text = "产品名称:";
  416. //
  417. // txtMTIME
  418. //
  419. this.txtMTIME.Location = new System.Drawing.Point(473, 417);
  420. this.txtMTIME.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  421. this.txtMTIME.Name = "txtMTIME";
  422. this.txtMTIME.Size = new System.Drawing.Size(150, 24);
  423. this.txtMTIME.TabIndex = 89;
  424. //
  425. // txtMUSERName
  426. //
  427. this.txtMUSERName.Location = new System.Drawing.Point(135, 417);
  428. this.txtMUSERName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  429. this.txtMUSERName.Name = "txtMUSERName";
  430. this.txtMUSERName.Size = new System.Drawing.Size(151, 24);
  431. this.txtMUSERName.TabIndex = 88;
  432. //
  433. // label9
  434. //
  435. this.label9.AutoSize = true;
  436. this.label9.Location = new System.Drawing.Point(359, 420);
  437. this.label9.Name = "label9";
  438. this.label9.Size = new System.Drawing.Size(83, 18);
  439. this.label9.TabIndex = 87;
  440. this.label9.Text = "维护日期:";
  441. //
  442. // label10
  443. //
  444. this.label10.AutoSize = true;
  445. this.label10.Location = new System.Drawing.Point(47, 420);
  446. this.label10.Name = "label10";
  447. this.label10.Size = new System.Drawing.Size(68, 18);
  448. this.label10.TabIndex = 86;
  449. this.label10.Text = "维护人:";
  450. //
  451. // txtUnitTP
  452. //
  453. this.txtUnitTP.Location = new System.Drawing.Point(135, 252);
  454. this.txtUnitTP.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  455. this.txtUnitTP.Name = "txtUnitTP";
  456. this.txtUnitTP.Properties.Mask.EditMask = "n2";
  457. this.txtUnitTP.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  458. this.txtUnitTP.Size = new System.Drawing.Size(150, 24);
  459. this.txtUnitTP.TabIndex = 17;
  460. //
  461. // label4
  462. //
  463. this.label4.AutoSize = true;
  464. this.label4.Location = new System.Drawing.Point(359, 257);
  465. this.label4.Name = "label4";
  466. this.label4.Size = new System.Drawing.Size(83, 18);
  467. this.label4.TabIndex = 14;
  468. this.label4.Text = "加工人员:";
  469. //
  470. // label3
  471. //
  472. this.label3.AutoSize = true;
  473. this.label3.Location = new System.Drawing.Point(39, 212);
  474. this.label3.Name = "label3";
  475. this.label3.Size = new System.Drawing.Size(83, 18);
  476. this.label3.TabIndex = 12;
  477. this.label3.Text = "设备代码:";
  478. //
  479. // label2
  480. //
  481. this.label2.AutoSize = true;
  482. this.label2.Location = new System.Drawing.Point(359, 126);
  483. this.label2.Name = "label2";
  484. this.label2.Size = new System.Drawing.Size(83, 18);
  485. this.label2.TabIndex = 9;
  486. this.label2.Text = "工序代码:";
  487. //
  488. // label1
  489. //
  490. this.label1.AutoSize = true;
  491. this.label1.Location = new System.Drawing.Point(39, 87);
  492. this.label1.Name = "label1";
  493. this.label1.Size = new System.Drawing.Size(83, 18);
  494. this.label1.TabIndex = 8;
  495. this.label1.Text = "产品代码:";
  496. //
  497. // btnOK
  498. //
  499. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  500. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  501. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  502. this.btnOK.Appearance.Options.UseFont = true;
  503. this.btnOK.Appearance.Options.UseForeColor = true;
  504. this.btnOK.Appearance.Options.UseTextOptions = true;
  505. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  506. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  507. this.btnOK.Location = new System.Drawing.Point(503, 523);
  508. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  509. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  510. this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  511. this.btnOK.Name = "btnOK";
  512. this.btnOK.Size = new System.Drawing.Size(80, 39);
  513. this.btnOK.TabIndex = 28;
  514. this.btnOK.Text = "保存";
  515. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  516. //
  517. // btnCancle
  518. //
  519. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  520. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  521. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  522. this.btnCancle.Appearance.Options.UseFont = true;
  523. this.btnCancle.Appearance.Options.UseForeColor = true;
  524. this.btnCancle.Appearance.Options.UseTextOptions = true;
  525. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  526. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  527. this.btnCancle.Location = new System.Drawing.Point(593, 523);
  528. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  529. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  530. this.btnCancle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  531. this.btnCancle.Name = "btnCancle";
  532. this.btnCancle.Size = new System.Drawing.Size(80, 39);
  533. this.btnCancle.TabIndex = 29;
  534. this.btnCancle.Text = "取消";
  535. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  536. //
  537. // btnClose
  538. //
  539. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  540. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  541. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  542. this.btnClose.Appearance.Options.UseFont = true;
  543. this.btnClose.Appearance.Options.UseForeColor = true;
  544. this.btnClose.Appearance.Options.UseTextOptions = true;
  545. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  546. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  547. this.btnClose.Location = new System.Drawing.Point(645, 0);
  548. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  549. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  550. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  551. this.btnClose.Name = "btnClose";
  552. this.btnClose.Size = new System.Drawing.Size(30, 39);
  553. this.btnClose.TabIndex = 30;
  554. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  555. //
  556. // FormICSNCTPAdd
  557. //
  558. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  559. this.Appearance.Options.UseBackColor = true;
  560. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  561. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  562. this.ClientSize = new System.Drawing.Size(675, 563);
  563. this.Controls.Add(this.btnClose);
  564. this.Controls.Add(this.btnCancle);
  565. this.Controls.Add(this.btnOK);
  566. this.Controls.Add(this.panelControl1);
  567. this.Controls.Add(this.labelControl1);
  568. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  569. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  570. this.Name = "FormICSNCTPAdd";
  571. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  572. this.Text = "产品工序检验项目编辑";
  573. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  574. this.panelControl1.ResumeLayout(false);
  575. this.panelControl1.PerformLayout();
  576. ((System.ComponentModel.ISupportInitialize)(this.txtNCTPType.Properties)).EndInit();
  577. ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
  578. ((System.ComponentModel.ISupportInitialize)(this.txtProductUser.Properties)).EndInit();
  579. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  580. ((System.ComponentModel.ISupportInitialize)(this.gluItemCode.Properties)).EndInit();
  581. ((System.ComponentModel.ISupportInitialize)(this.txtProductNum.Properties)).EndInit();
  582. ((System.ComponentModel.ISupportInitialize)(this.txtProjectCode.Properties)).EndInit();
  583. ((System.ComponentModel.ISupportInitialize)(this.txtProductMO.Properties)).EndInit();
  584. ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
  585. ((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).EndInit();
  586. ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
  587. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCODE.Properties)).EndInit();
  588. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
  589. ((System.ComponentModel.ISupportInitialize)(this.txtOPDESC.Properties)).EndInit();
  590. ((System.ComponentModel.ISupportInitialize)(this.txtEQPDESC.Properties)).EndInit();
  591. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
  592. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  593. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  594. ((System.ComponentModel.ISupportInitialize)(this.txtUnitTP.Properties)).EndInit();
  595. this.ResumeLayout(false);
  596. this.PerformLayout();
  597. }
  598. #endregion
  599. private DevExpress.XtraEditors.LabelControl labelControl1;
  600. private DevExpress.XtraEditors.PanelControl panelControl1;
  601. private DevExpress.XtraEditors.SimpleButton btnOK;
  602. private DevExpress.XtraEditors.SimpleButton btnCancle;
  603. private DevExpress.XtraEditors.SimpleButton btnClose;
  604. private System.Windows.Forms.Label label2;
  605. private System.Windows.Forms.Label label1;
  606. private DevExpress.XtraEditors.TextEdit txtUnitTP;
  607. private System.Windows.Forms.Label label4;
  608. private System.Windows.Forms.Label label3;
  609. private DevExpress.XtraEditors.TextEdit txtMTIME;
  610. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  611. private System.Windows.Forms.Label label9;
  612. private System.Windows.Forms.Label label10;
  613. private DevExpress.XtraEditors.TextEdit txtOPDESC;
  614. private System.Windows.Forms.Label label8;
  615. private DevExpress.XtraEditors.TextEdit txtEQPDESC;
  616. private System.Windows.Forms.Label label7;
  617. private DevExpress.XtraEditors.TextEdit txtItemName;
  618. private System.Windows.Forms.Label label6;
  619. private DevExpress.XtraEditors.GridLookUpEdit txtEQPCODE;
  620. private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
  621. private DevExpress.XtraEditors.GridLookUpEdit txtOPCODE;
  622. private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
  623. private DevExpress.XtraEditors.TextEdit txtProductNum;
  624. private System.Windows.Forms.Label label16;
  625. private DevExpress.XtraEditors.TextEdit txtProjectCode;
  626. private System.Windows.Forms.Label label15;
  627. private DevExpress.XtraEditors.GridLookUpEdit txtProductMO;
  628. private DevExpress.XtraGrid.Views.Grid.GridView gridView4;
  629. private System.Windows.Forms.Label label14;
  630. private System.Windows.Forms.DateTimePicker txtProductDate;
  631. private System.Windows.Forms.Label label13;
  632. private System.Windows.Forms.Label label11;
  633. private DevExpress.XtraEditors.TextEdit gluItemCode;
  634. private DevExpress.XtraEditors.GridLookUpEdit txtProductUser;
  635. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  636. private System.Windows.Forms.Label label5;
  637. private System.Windows.Forms.RichTextBox txtDESC;
  638. private DevExpress.XtraEditors.GridLookUpEdit txtNCTPType;
  639. private DevExpress.XtraGrid.Views.Grid.GridView gridView5;
  640. private System.Windows.Forms.Label label12;
  641. }
  642. }