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

324 lines
17 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSOQCCKGROUPAdd
  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(FormICSOQCCKGROUPAdd));
  29. this.labTOP = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtID = new DevExpress.XtraEditors.TextEdit();
  32. this.txtISREF = new System.Windows.Forms.CheckBox();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.tetCKGROUPDESC = new DevExpress.XtraEditors.TextEdit();
  35. this.label11 = new System.Windows.Forms.Label();
  36. this.txtCKGROUPDNAME = new DevExpress.XtraEditors.TextEdit();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.txtCKGROUP = new DevExpress.XtraEditors.TextEdit();
  39. this.label6 = new System.Windows.Forms.Label();
  40. this.txtMTIME = new System.Windows.Forms.TextBox();
  41. this.txtMUSER = new System.Windows.Forms.TextBox();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  45. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  46. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  47. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  48. this.panelControl1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtID.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.tetCKGROUPDESC.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtCKGROUPDNAME.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtCKGROUP.Properties)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // labTOP
  56. //
  57. this.labTOP.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.labTOP.Appearance.ForeColor = System.Drawing.Color.Black;
  59. this.labTOP.Location = new System.Drawing.Point(20, 14);
  60. this.labTOP.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  61. this.labTOP.Name = "labTOP";
  62. this.labTOP.Size = new System.Drawing.Size(192, 31);
  63. this.labTOP.TabIndex = 26;
  64. this.labTOP.Text = "添加检验类型信息";
  65. //
  66. // panelControl1
  67. //
  68. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  69. | System.Windows.Forms.AnchorStyles.Left)
  70. | System.Windows.Forms.AnchorStyles.Right)));
  71. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  72. this.panelControl1.Appearance.Options.UseBackColor = true;
  73. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  74. this.panelControl1.Controls.Add(this.txtID);
  75. this.panelControl1.Controls.Add(this.txtISREF);
  76. this.panelControl1.Controls.Add(this.label5);
  77. this.panelControl1.Controls.Add(this.tetCKGROUPDESC);
  78. this.panelControl1.Controls.Add(this.label11);
  79. this.panelControl1.Controls.Add(this.txtCKGROUPDNAME);
  80. this.panelControl1.Controls.Add(this.label8);
  81. this.panelControl1.Controls.Add(this.txtCKGROUP);
  82. this.panelControl1.Controls.Add(this.label6);
  83. this.panelControl1.Controls.Add(this.txtMTIME);
  84. this.panelControl1.Controls.Add(this.txtMUSER);
  85. this.panelControl1.Controls.Add(this.label3);
  86. this.panelControl1.Controls.Add(this.label2);
  87. this.panelControl1.Location = new System.Drawing.Point(4, 60);
  88. this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  89. this.panelControl1.Name = "panelControl1";
  90. this.panelControl1.Padding = new System.Windows.Forms.Padding(7, 0, 0, 0);
  91. this.panelControl1.Size = new System.Drawing.Size(480, 449);
  92. this.panelControl1.TabIndex = 27;
  93. //
  94. // txtID
  95. //
  96. this.txtID.Location = new System.Drawing.Point(384, 285);
  97. this.txtID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  98. this.txtID.Name = "txtID";
  99. this.txtID.Size = new System.Drawing.Size(65, 28);
  100. this.txtID.TabIndex = 232;
  101. this.txtID.Visible = false;
  102. //
  103. // txtISREF
  104. //
  105. this.txtISREF.AutoSize = true;
  106. this.txtISREF.Location = new System.Drawing.Point(249, 180);
  107. this.txtISREF.Name = "txtISREF";
  108. this.txtISREF.Size = new System.Drawing.Size(22, 21);
  109. this.txtISREF.TabIndex = 231;
  110. this.txtISREF.UseVisualStyleBackColor = true;
  111. //
  112. // label5
  113. //
  114. this.label5.AutoSize = true;
  115. this.label5.Location = new System.Drawing.Point(144, 178);
  116. this.label5.Name = "label5";
  117. this.label5.Size = new System.Drawing.Size(64, 22);
  118. this.label5.TabIndex = 230;
  119. this.label5.Text = "启用:";
  120. //
  121. // tetCKGROUPDESC
  122. //
  123. this.tetCKGROUPDESC.Location = new System.Drawing.Point(185, 116);
  124. this.tetCKGROUPDESC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  125. this.tetCKGROUPDESC.Name = "tetCKGROUPDESC";
  126. this.tetCKGROUPDESC.Size = new System.Drawing.Size(188, 28);
  127. this.tetCKGROUPDESC.TabIndex = 229;
  128. //
  129. // label11
  130. //
  131. this.label11.AutoSize = true;
  132. this.label11.Location = new System.Drawing.Point(90, 119);
  133. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  134. this.label11.Name = "label11";
  135. this.label11.Size = new System.Drawing.Size(64, 22);
  136. this.label11.TabIndex = 228;
  137. this.label11.Text = "描述:";
  138. //
  139. // txtCKGROUPDNAME
  140. //
  141. this.txtCKGROUPDNAME.Location = new System.Drawing.Point(185, 63);
  142. this.txtCKGROUPDNAME.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  143. this.txtCKGROUPDNAME.Name = "txtCKGROUPDNAME";
  144. this.txtCKGROUPDNAME.Size = new System.Drawing.Size(188, 28);
  145. this.txtCKGROUPDNAME.TabIndex = 215;
  146. //
  147. // label8
  148. //
  149. this.label8.AutoSize = true;
  150. this.label8.Location = new System.Drawing.Point(90, 66);
  151. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  152. this.label8.Name = "label8";
  153. this.label8.Size = new System.Drawing.Size(64, 22);
  154. this.label8.TabIndex = 214;
  155. this.label8.Text = "名称:";
  156. //
  157. // txtCKGROUP
  158. //
  159. this.txtCKGROUP.Location = new System.Drawing.Point(185, 11);
  160. this.txtCKGROUP.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  161. this.txtCKGROUP.Name = "txtCKGROUP";
  162. this.txtCKGROUP.Size = new System.Drawing.Size(188, 28);
  163. this.txtCKGROUP.TabIndex = 207;
  164. //
  165. // label6
  166. //
  167. this.label6.AutoSize = true;
  168. this.label6.Location = new System.Drawing.Point(41, 14);
  169. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  170. this.label6.Name = "label6";
  171. this.label6.Size = new System.Drawing.Size(136, 22);
  172. this.label6.TabIndex = 206;
  173. this.label6.Text = "检验项目编码:";
  174. //
  175. // txtMTIME
  176. //
  177. this.txtMTIME.Location = new System.Drawing.Point(141, 304);
  178. this.txtMTIME.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  179. this.txtMTIME.Name = "txtMTIME";
  180. this.txtMTIME.ReadOnly = true;
  181. this.txtMTIME.Size = new System.Drawing.Size(220, 29);
  182. this.txtMTIME.TabIndex = 77;
  183. //
  184. // txtMUSER
  185. //
  186. this.txtMUSER.Location = new System.Drawing.Point(141, 243);
  187. this.txtMUSER.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  188. this.txtMUSER.Name = "txtMUSER";
  189. this.txtMUSER.ReadOnly = true;
  190. this.txtMUSER.Size = new System.Drawing.Size(220, 29);
  191. this.txtMUSER.TabIndex = 76;
  192. //
  193. // label3
  194. //
  195. this.label3.AutoSize = true;
  196. this.label3.Location = new System.Drawing.Point(23, 304);
  197. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  198. this.label3.Name = "label3";
  199. this.label3.Size = new System.Drawing.Size(88, 22);
  200. this.label3.TabIndex = 74;
  201. this.label3.Text = "维护时间:";
  202. //
  203. // label2
  204. //
  205. this.label2.AutoSize = true;
  206. this.label2.Location = new System.Drawing.Point(41, 243);
  207. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  208. this.label2.Name = "label2";
  209. this.label2.Size = new System.Drawing.Size(70, 22);
  210. this.label2.TabIndex = 72;
  211. this.label2.Text = "维护人:";
  212. //
  213. // btnClose
  214. //
  215. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  216. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  217. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  218. this.btnClose.Appearance.Options.UseFont = true;
  219. this.btnClose.Appearance.Options.UseForeColor = true;
  220. this.btnClose.Appearance.Options.UseTextOptions = true;
  221. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  222. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  223. this.btnClose.Location = new System.Drawing.Point(450, 3);
  224. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  225. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  226. this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  227. this.btnClose.Name = "btnClose";
  228. this.btnClose.Size = new System.Drawing.Size(37, 47);
  229. this.btnClose.TabIndex = 30;
  230. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  231. //
  232. // btnCancle
  233. //
  234. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  235. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  236. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  237. this.btnCancle.Appearance.Options.UseFont = true;
  238. this.btnCancle.Appearance.Options.UseForeColor = true;
  239. this.btnCancle.Appearance.Options.UseTextOptions = true;
  240. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  241. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  242. this.btnCancle.Location = new System.Drawing.Point(388, 518);
  243. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  244. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  245. this.btnCancle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  246. this.btnCancle.Name = "btnCancle";
  247. this.btnCancle.Size = new System.Drawing.Size(100, 47);
  248. this.btnCancle.TabIndex = 29;
  249. this.btnCancle.Text = "取消";
  250. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  251. //
  252. // btnOK
  253. //
  254. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  255. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  256. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  257. this.btnOK.Appearance.Options.UseFont = true;
  258. this.btnOK.Appearance.Options.UseForeColor = true;
  259. this.btnOK.Appearance.Options.UseTextOptions = true;
  260. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  261. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  262. this.btnOK.Location = new System.Drawing.Point(275, 518);
  263. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  264. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  265. this.btnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  266. this.btnOK.Name = "btnOK";
  267. this.btnOK.Size = new System.Drawing.Size(100, 47);
  268. this.btnOK.TabIndex = 28;
  269. this.btnOK.Text = "保存";
  270. this.btnOK.Click += new System.EventHandler(this.save_Click);
  271. //
  272. // FormICSOQCCKGROUPAdd
  273. //
  274. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  275. this.Appearance.Options.UseBackColor = true;
  276. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  277. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  278. this.ClientSize = new System.Drawing.Size(489, 567);
  279. this.Controls.Add(this.btnClose);
  280. this.Controls.Add(this.btnCancle);
  281. this.Controls.Add(this.btnOK);
  282. this.Controls.Add(this.panelControl1);
  283. this.Controls.Add(this.labTOP);
  284. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  285. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  286. this.Name = "FormICSOQCCKGROUPAdd";
  287. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  288. this.Text = "FormICSShifTypeAdd";
  289. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  290. this.panelControl1.ResumeLayout(false);
  291. this.panelControl1.PerformLayout();
  292. ((System.ComponentModel.ISupportInitialize)(this.txtID.Properties)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.tetCKGROUPDESC.Properties)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.txtCKGROUPDNAME.Properties)).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.txtCKGROUP.Properties)).EndInit();
  296. this.ResumeLayout(false);
  297. this.PerformLayout();
  298. }
  299. #endregion
  300. private DevExpress.XtraEditors.LabelControl labTOP;
  301. private DevExpress.XtraEditors.PanelControl panelControl1;
  302. private DevExpress.XtraEditors.SimpleButton btnOK;
  303. private DevExpress.XtraEditors.SimpleButton btnCancle;
  304. private DevExpress.XtraEditors.SimpleButton btnClose;
  305. private System.Windows.Forms.Label label3;
  306. private System.Windows.Forms.Label label2;
  307. private System.Windows.Forms.TextBox txtMTIME;
  308. private System.Windows.Forms.TextBox txtMUSER;
  309. private DevExpress.XtraEditors.TextEdit tetCKGROUPDESC;
  310. private System.Windows.Forms.Label label11;
  311. private DevExpress.XtraEditors.TextEdit txtCKGROUPDNAME;
  312. private System.Windows.Forms.Label label8;
  313. private DevExpress.XtraEditors.TextEdit txtCKGROUP;
  314. private System.Windows.Forms.Label label6;
  315. private System.Windows.Forms.CheckBox txtISREF;
  316. private System.Windows.Forms.Label label5;
  317. private DevExpress.XtraEditors.TextEdit txtID;
  318. }
  319. }