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

682 lines
37 KiB

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