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

350 lines
19 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSIPQCCKAdd
  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(FormICSIPQCCKAdd));
  29. this.labTOP = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.checkIsOPCheck = new System.Windows.Forms.CheckBox();
  32. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  33. this.txtItemCode = new DevExpress.XtraEditors.GridLookUpEdit();
  34. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. this.txtItemName = new DevExpress.XtraEditors.TextEdit();
  36. this.checkISREF = new System.Windows.Forms.CheckBox();
  37. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.txtITEMID = new DevExpress.XtraEditors.TextEdit();
  41. this.txtID = new DevExpress.XtraEditors.TextEdit();
  42. this.txtMTIME = new System.Windows.Forms.TextBox();
  43. this.txtMUSER = new System.Windows.Forms.TextBox();
  44. this.label3 = new System.Windows.Forms.Label();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  47. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  48. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  49. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  50. this.panelControl1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.txtITEMID.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtID.Properties)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // labTOP
  59. //
  60. this.labTOP.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.labTOP.Appearance.ForeColor = System.Drawing.Color.Black;
  62. this.labTOP.Location = new System.Drawing.Point(16, 12);
  63. this.labTOP.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  64. this.labTOP.Name = "labTOP";
  65. this.labTOP.Size = new System.Drawing.Size(220, 27);
  66. this.labTOP.TabIndex = 26;
  67. this.labTOP.Text = "产品检验属性新增、修改";
  68. //
  69. // panelControl1
  70. //
  71. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  72. | System.Windows.Forms.AnchorStyles.Left)
  73. | System.Windows.Forms.AnchorStyles.Right)));
  74. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  75. this.panelControl1.Appearance.Options.UseBackColor = true;
  76. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  77. this.panelControl1.Controls.Add(this.checkIsOPCheck);
  78. this.panelControl1.Controls.Add(this.labelControl1);
  79. this.panelControl1.Controls.Add(this.txtItemCode);
  80. this.panelControl1.Controls.Add(this.txtItemName);
  81. this.panelControl1.Controls.Add(this.checkISREF);
  82. this.panelControl1.Controls.Add(this.labelControl3);
  83. this.panelControl1.Controls.Add(this.label8);
  84. this.panelControl1.Controls.Add(this.label7);
  85. this.panelControl1.Controls.Add(this.txtITEMID);
  86. this.panelControl1.Controls.Add(this.txtID);
  87. this.panelControl1.Controls.Add(this.txtMTIME);
  88. this.panelControl1.Controls.Add(this.txtMUSER);
  89. this.panelControl1.Controls.Add(this.label3);
  90. this.panelControl1.Controls.Add(this.label2);
  91. this.panelControl1.Location = new System.Drawing.Point(3, 49);
  92. this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  93. this.panelControl1.Name = "panelControl1";
  94. this.panelControl1.Padding = new System.Windows.Forms.Padding(6, 0, 0, 0);
  95. this.panelControl1.Size = new System.Drawing.Size(392, 360);
  96. this.panelControl1.TabIndex = 27;
  97. //
  98. // checkIsOPCheck
  99. //
  100. this.checkIsOPCheck.AutoSize = true;
  101. this.checkIsOPCheck.Location = new System.Drawing.Point(124, 136);
  102. this.checkIsOPCheck.Name = "checkIsOPCheck";
  103. this.checkIsOPCheck.Size = new System.Drawing.Size(18, 17);
  104. this.checkIsOPCheck.TabIndex = 179;
  105. this.checkIsOPCheck.UseVisualStyleBackColor = true;
  106. //
  107. // labelControl1
  108. //
  109. this.labelControl1.Location = new System.Drawing.Point(13, 136);
  110. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  111. this.labelControl1.Name = "labelControl1";
  112. this.labelControl1.Size = new System.Drawing.Size(105, 18);
  113. this.labelControl1.TabIndex = 178;
  114. this.labelControl1.Text = "是否工序检验:";
  115. //
  116. // txtItemCode
  117. //
  118. this.txtItemCode.EditValue = "";
  119. this.txtItemCode.Location = new System.Drawing.Point(128, 27);
  120. this.txtItemCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  121. this.txtItemCode.Name = "txtItemCode";
  122. this.txtItemCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  123. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  124. this.txtItemCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  125. this.txtItemCode.Properties.View = this.gridLookUpEdit1View;
  126. this.txtItemCode.Size = new System.Drawing.Size(177, 24);
  127. this.txtItemCode.TabIndex = 177;
  128. this.txtItemCode.EditValueChanged += new System.EventHandler(this.txtItemCode_EditValueChanged);
  129. //
  130. // gridLookUpEdit1View
  131. //
  132. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  133. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  134. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  135. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  136. //
  137. // txtItemName
  138. //
  139. this.txtItemName.Location = new System.Drawing.Point(128, 83);
  140. this.txtItemName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  141. this.txtItemName.Name = "txtItemName";
  142. this.txtItemName.Properties.ReadOnly = true;
  143. this.txtItemName.Size = new System.Drawing.Size(177, 24);
  144. this.txtItemName.TabIndex = 152;
  145. //
  146. // checkISREF
  147. //
  148. this.checkISREF.AutoSize = true;
  149. this.checkISREF.Location = new System.Drawing.Point(121, 191);
  150. this.checkISREF.Name = "checkISREF";
  151. this.checkISREF.Size = new System.Drawing.Size(18, 17);
  152. this.checkISREF.TabIndex = 151;
  153. this.checkISREF.UseVisualStyleBackColor = true;
  154. //
  155. // labelControl3
  156. //
  157. this.labelControl3.Location = new System.Drawing.Point(33, 191);
  158. this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  159. this.labelControl3.Name = "labelControl3";
  160. this.labelControl3.Size = new System.Drawing.Size(75, 18);
  161. this.labelControl3.TabIndex = 150;
  162. this.labelControl3.Text = "是否启用:";
  163. //
  164. // label8
  165. //
  166. this.label8.AutoSize = true;
  167. this.label8.Location = new System.Drawing.Point(40, 86);
  168. this.label8.Name = "label8";
  169. this.label8.Size = new System.Drawing.Size(73, 18);
  170. this.label8.TabIndex = 132;
  171. this.label8.Text = "物料名称:";
  172. //
  173. // label7
  174. //
  175. this.label7.AutoSize = true;
  176. this.label7.Location = new System.Drawing.Point(40, 33);
  177. this.label7.Name = "label7";
  178. this.label7.Size = new System.Drawing.Size(73, 18);
  179. this.label7.TabIndex = 129;
  180. this.label7.Text = "物料编码:";
  181. //
  182. // txtITEMID
  183. //
  184. this.txtITEMID.Location = new System.Drawing.Point(366, 454);
  185. this.txtITEMID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  186. this.txtITEMID.Name = "txtITEMID";
  187. this.txtITEMID.Size = new System.Drawing.Size(74, 24);
  188. this.txtITEMID.TabIndex = 85;
  189. this.txtITEMID.Visible = false;
  190. //
  191. // txtID
  192. //
  193. this.txtID.Location = new System.Drawing.Point(100, 454);
  194. this.txtID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  195. this.txtID.Name = "txtID";
  196. this.txtID.Size = new System.Drawing.Size(74, 24);
  197. this.txtID.TabIndex = 78;
  198. this.txtID.Visible = false;
  199. //
  200. // txtMTIME
  201. //
  202. this.txtMTIME.Location = new System.Drawing.Point(124, 287);
  203. this.txtMTIME.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  204. this.txtMTIME.Name = "txtMTIME";
  205. this.txtMTIME.ReadOnly = true;
  206. this.txtMTIME.Size = new System.Drawing.Size(177, 26);
  207. this.txtMTIME.TabIndex = 77;
  208. //
  209. // txtMUSER
  210. //
  211. this.txtMUSER.Location = new System.Drawing.Point(127, 233);
  212. this.txtMUSER.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  213. this.txtMUSER.Name = "txtMUSER";
  214. this.txtMUSER.ReadOnly = true;
  215. this.txtMUSER.Size = new System.Drawing.Size(177, 26);
  216. this.txtMUSER.TabIndex = 76;
  217. //
  218. // label3
  219. //
  220. this.label3.AutoSize = true;
  221. this.label3.Location = new System.Drawing.Point(44, 293);
  222. this.label3.Name = "label3";
  223. this.label3.Size = new System.Drawing.Size(73, 18);
  224. this.label3.TabIndex = 74;
  225. this.label3.Text = "维护时间:";
  226. //
  227. // label2
  228. //
  229. this.label2.AutoSize = true;
  230. this.label2.Location = new System.Drawing.Point(47, 238);
  231. this.label2.Name = "label2";
  232. this.label2.Size = new System.Drawing.Size(58, 18);
  233. this.label2.TabIndex = 72;
  234. this.label2.Text = "维护人:";
  235. //
  236. // btnClose
  237. //
  238. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  239. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  240. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  241. this.btnClose.Appearance.Options.UseFont = true;
  242. this.btnClose.Appearance.Options.UseForeColor = true;
  243. this.btnClose.Appearance.Options.UseTextOptions = true;
  244. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  245. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  246. this.btnClose.Location = new System.Drawing.Point(368, 3);
  247. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  248. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  249. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  250. this.btnClose.Name = "btnClose";
  251. this.btnClose.Size = new System.Drawing.Size(30, 39);
  252. this.btnClose.TabIndex = 30;
  253. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  254. //
  255. // btnCancle
  256. //
  257. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  258. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  259. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  260. this.btnCancle.Appearance.Options.UseFont = true;
  261. this.btnCancle.Appearance.Options.UseForeColor = true;
  262. this.btnCancle.Appearance.Options.UseTextOptions = true;
  263. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  264. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  265. this.btnCancle.Location = new System.Drawing.Point(318, 416);
  266. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  267. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  268. this.btnCancle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  269. this.btnCancle.Name = "btnCancle";
  270. this.btnCancle.Size = new System.Drawing.Size(80, 39);
  271. this.btnCancle.TabIndex = 29;
  272. this.btnCancle.Text = "取消";
  273. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  274. //
  275. // btnOK
  276. //
  277. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  278. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  279. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  280. this.btnOK.Appearance.Options.UseFont = true;
  281. this.btnOK.Appearance.Options.UseForeColor = true;
  282. this.btnOK.Appearance.Options.UseTextOptions = true;
  283. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  284. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  285. this.btnOK.Location = new System.Drawing.Point(228, 416);
  286. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  287. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  288. this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  289. this.btnOK.Name = "btnOK";
  290. this.btnOK.Size = new System.Drawing.Size(80, 39);
  291. this.btnOK.TabIndex = 28;
  292. this.btnOK.Text = "保存";
  293. this.btnOK.Click += new System.EventHandler(this.save_Click);
  294. //
  295. // FormICSIPQCCKAdd
  296. //
  297. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  298. this.Appearance.Options.UseBackColor = true;
  299. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  300. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  301. this.ClientSize = new System.Drawing.Size(399, 456);
  302. this.Controls.Add(this.btnClose);
  303. this.Controls.Add(this.btnCancle);
  304. this.Controls.Add(this.btnOK);
  305. this.Controls.Add(this.panelControl1);
  306. this.Controls.Add(this.labTOP);
  307. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  308. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  309. this.Name = "FormICSIPQCCKAdd";
  310. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  311. this.Text = "FormICSShifTypeAdd";
  312. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  313. this.panelControl1.ResumeLayout(false);
  314. this.panelControl1.PerformLayout();
  315. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).EndInit();
  316. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.txtITEMID.Properties)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.txtID.Properties)).EndInit();
  320. this.ResumeLayout(false);
  321. this.PerformLayout();
  322. }
  323. #endregion
  324. private DevExpress.XtraEditors.LabelControl labTOP;
  325. private DevExpress.XtraEditors.PanelControl panelControl1;
  326. private DevExpress.XtraEditors.SimpleButton btnOK;
  327. private DevExpress.XtraEditors.SimpleButton btnCancle;
  328. private DevExpress.XtraEditors.SimpleButton btnClose;
  329. private System.Windows.Forms.Label label3;
  330. private System.Windows.Forms.Label label2;
  331. private System.Windows.Forms.TextBox txtMTIME;
  332. private System.Windows.Forms.TextBox txtMUSER;
  333. private DevExpress.XtraEditors.TextEdit txtID;
  334. private DevExpress.XtraEditors.TextEdit txtITEMID;
  335. private System.Windows.Forms.Label label7;
  336. private System.Windows.Forms.Label label8;
  337. private System.Windows.Forms.CheckBox checkISREF;
  338. private DevExpress.XtraEditors.LabelControl labelControl3;
  339. private DevExpress.XtraEditors.TextEdit txtItemName;
  340. private DevExpress.XtraEditors.GridLookUpEdit txtItemCode;
  341. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  342. private System.Windows.Forms.CheckBox checkIsOPCheck;
  343. private DevExpress.XtraEditors.LabelControl labelControl1;
  344. }
  345. }