锐腾搅拌上料功能
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.

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