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

290 lines
16 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSMODELOP2CKGROUPAdd
  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(FormICSMODELOP2CKGROUPAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  32. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  33. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  34. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  35. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  36. this.save = new DevExpress.XtraEditors.SimpleButton();
  37. this.can = new DevExpress.XtraEditors.SimpleButton();
  38. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  39. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  40. this.txtITEMCODE = new DevExpress.XtraEditors.ButtonEdit();
  41. this.txtOPCODE = new DevExpress.XtraEditors.ButtonEdit();
  42. this.txtCKGROUP = new DevExpress.XtraEditors.ButtonEdit();
  43. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  44. this.txtSEQ = new DevExpress.XtraEditors.TextEdit();
  45. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  49. this.panelControl1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtCKGROUP.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.txtSEQ.Properties)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // btnClose
  57. //
  58. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  59. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  60. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  61. this.btnClose.Appearance.Options.UseFont = true;
  62. this.btnClose.Appearance.Options.UseForeColor = true;
  63. this.btnClose.Appearance.Options.UseTextOptions = true;
  64. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  65. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  66. this.btnClose.Location = new System.Drawing.Point(261, 1);
  67. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  68. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  69. this.btnClose.Name = "btnClose";
  70. this.btnClose.Size = new System.Drawing.Size(26, 23);
  71. this.btnClose.TabIndex = 5;
  72. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  73. //
  74. // lblTitle
  75. //
  76. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  77. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  78. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  79. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  80. this.lblTitle.Name = "lblTitle";
  81. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  82. this.lblTitle.TabIndex = 6;
  83. this.lblTitle.Text = "编辑";
  84. //
  85. // labelControl2
  86. //
  87. this.labelControl2.Location = new System.Drawing.Point(26, 70);
  88. this.labelControl2.Name = "labelControl2";
  89. this.labelControl2.Size = new System.Drawing.Size(48, 14);
  90. this.labelControl2.TabIndex = 0;
  91. this.labelControl2.Text = "工序代码";
  92. //
  93. // labelControl1
  94. //
  95. this.labelControl1.Location = new System.Drawing.Point(26, 29);
  96. this.labelControl1.Name = "labelControl1";
  97. this.labelControl1.Size = new System.Drawing.Size(24, 14);
  98. this.labelControl1.TabIndex = 0;
  99. this.labelControl1.Text = "产品";
  100. //
  101. // txtMUSERName
  102. //
  103. this.txtMUSERName.EnterMoveNextControl = true;
  104. this.txtMUSERName.Location = new System.Drawing.Point(104, 175);
  105. this.txtMUSERName.Name = "txtMUSERName";
  106. this.txtMUSERName.Properties.ReadOnly = true;
  107. this.txtMUSERName.Size = new System.Drawing.Size(149, 20);
  108. this.txtMUSERName.TabIndex = 18;
  109. //
  110. // labelControl12
  111. //
  112. this.labelControl12.Location = new System.Drawing.Point(25, 215);
  113. this.labelControl12.Name = "labelControl12";
  114. this.labelControl12.Size = new System.Drawing.Size(48, 14);
  115. this.labelControl12.TabIndex = 22;
  116. this.labelControl12.Text = "维护时间";
  117. //
  118. // labelControl13
  119. //
  120. this.labelControl13.Location = new System.Drawing.Point(26, 176);
  121. this.labelControl13.Name = "labelControl13";
  122. this.labelControl13.Size = new System.Drawing.Size(36, 14);
  123. this.labelControl13.TabIndex = 23;
  124. this.labelControl13.Text = "维护人";
  125. //
  126. // save
  127. //
  128. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  129. this.save.Location = new System.Drawing.Point(143, 306);
  130. this.save.Name = "save";
  131. this.save.Size = new System.Drawing.Size(68, 23);
  132. this.save.TabIndex = 30;
  133. this.save.Text = "保存";
  134. this.save.Click += new System.EventHandler(this.btnOK_Click);
  135. //
  136. // can
  137. //
  138. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  139. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  140. this.can.Location = new System.Drawing.Point(217, 306);
  141. this.can.Name = "can";
  142. this.can.Size = new System.Drawing.Size(68, 23);
  143. this.can.TabIndex = 31;
  144. this.can.Text = "取消";
  145. this.can.Click += new System.EventHandler(this.btnCancle_Click);
  146. //
  147. // txtMTIME
  148. //
  149. this.txtMTIME.EnterMoveNextControl = true;
  150. this.txtMTIME.Location = new System.Drawing.Point(103, 214);
  151. this.txtMTIME.Name = "txtMTIME";
  152. this.txtMTIME.Properties.ReadOnly = true;
  153. this.txtMTIME.Size = new System.Drawing.Size(149, 20);
  154. this.txtMTIME.TabIndex = 35;
  155. //
  156. // panelControl1
  157. //
  158. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  159. | System.Windows.Forms.AnchorStyles.Left)
  160. | System.Windows.Forms.AnchorStyles.Right)));
  161. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  162. this.panelControl1.Appearance.Options.UseBackColor = true;
  163. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  164. this.panelControl1.Controls.Add(this.txtITEMCODE);
  165. this.panelControl1.Controls.Add(this.txtOPCODE);
  166. this.panelControl1.Controls.Add(this.txtCKGROUP);
  167. this.panelControl1.Controls.Add(this.labelControl4);
  168. this.panelControl1.Controls.Add(this.txtSEQ);
  169. this.panelControl1.Controls.Add(this.labelControl3);
  170. this.panelControl1.Controls.Add(this.txtMTIME);
  171. this.panelControl1.Controls.Add(this.labelControl13);
  172. this.panelControl1.Controls.Add(this.labelControl12);
  173. this.panelControl1.Controls.Add(this.txtMUSERName);
  174. this.panelControl1.Controls.Add(this.labelControl1);
  175. this.panelControl1.Controls.Add(this.labelControl2);
  176. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  177. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  178. this.panelControl1.Name = "panelControl1";
  179. this.panelControl1.Size = new System.Drawing.Size(286, 276);
  180. this.panelControl1.TabIndex = 23;
  181. //
  182. // txtITEMCODE
  183. //
  184. this.txtITEMCODE.Location = new System.Drawing.Point(103, 26);
  185. this.txtITEMCODE.Name = "txtITEMCODE";
  186. this.txtITEMCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  187. new DevExpress.XtraEditors.Controls.EditorButton()});
  188. this.txtITEMCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  189. this.txtITEMCODE.Size = new System.Drawing.Size(149, 20);
  190. this.txtITEMCODE.TabIndex = 80;
  191. this.txtITEMCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtITEMCODE_ButtonClick);
  192. //
  193. // txtOPCODE
  194. //
  195. this.txtOPCODE.Location = new System.Drawing.Point(104, 64);
  196. this.txtOPCODE.Name = "txtOPCODE";
  197. this.txtOPCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  198. new DevExpress.XtraEditors.Controls.EditorButton()});
  199. this.txtOPCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  200. this.txtOPCODE.Size = new System.Drawing.Size(149, 20);
  201. this.txtOPCODE.TabIndex = 79;
  202. this.txtOPCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtOPCODE_ButtonClick);
  203. //
  204. // txtCKGROUP
  205. //
  206. this.txtCKGROUP.Location = new System.Drawing.Point(106, 101);
  207. this.txtCKGROUP.Name = "txtCKGROUP";
  208. this.txtCKGROUP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  209. new DevExpress.XtraEditors.Controls.EditorButton()});
  210. this.txtCKGROUP.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  211. this.txtCKGROUP.Size = new System.Drawing.Size(147, 20);
  212. this.txtCKGROUP.TabIndex = 78;
  213. this.txtCKGROUP.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtCKGROUP_ButtonClick);
  214. //
  215. // labelControl4
  216. //
  217. this.labelControl4.Location = new System.Drawing.Point(26, 141);
  218. this.labelControl4.Name = "labelControl4";
  219. this.labelControl4.Size = new System.Drawing.Size(24, 14);
  220. this.labelControl4.TabIndex = 77;
  221. this.labelControl4.Text = "次序";
  222. //
  223. // txtSEQ
  224. //
  225. this.txtSEQ.EnterMoveNextControl = true;
  226. this.txtSEQ.Location = new System.Drawing.Point(104, 138);
  227. this.txtSEQ.Name = "txtSEQ";
  228. this.txtSEQ.Size = new System.Drawing.Size(149, 20);
  229. this.txtSEQ.TabIndex = 76;
  230. //
  231. // labelControl3
  232. //
  233. this.labelControl3.Location = new System.Drawing.Point(26, 105);
  234. this.labelControl3.Name = "labelControl3";
  235. this.labelControl3.Size = new System.Drawing.Size(48, 14);
  236. this.labelControl3.TabIndex = 75;
  237. this.labelControl3.Text = "检验类型";
  238. //
  239. // FormICSMODELOP2CKGROUPAdd
  240. //
  241. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  242. this.Appearance.Options.UseBackColor = true;
  243. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  244. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  245. this.ClientSize = new System.Drawing.Size(288, 330);
  246. this.Controls.Add(this.panelControl1);
  247. this.Controls.Add(this.lblTitle);
  248. this.Controls.Add(this.btnClose);
  249. this.Controls.Add(this.save);
  250. this.Controls.Add(this.can);
  251. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  252. this.Name = "FormICSMODELOP2CKGROUPAdd";
  253. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  254. this.Text = "FormContainerAddEdit";
  255. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  258. this.panelControl1.ResumeLayout(false);
  259. this.panelControl1.PerformLayout();
  260. ((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).EndInit();
  261. ((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).EndInit();
  262. ((System.ComponentModel.ISupportInitialize)(this.txtCKGROUP.Properties)).EndInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.txtSEQ.Properties)).EndInit();
  264. this.ResumeLayout(false);
  265. }
  266. #endregion
  267. private DevExpress.XtraEditors.SimpleButton btnClose;
  268. private DevExpress.XtraEditors.LabelControl lblTitle;
  269. private DevExpress.XtraEditors.LabelControl labelControl2;
  270. private DevExpress.XtraEditors.LabelControl labelControl1;
  271. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  272. private DevExpress.XtraEditors.LabelControl labelControl12;
  273. private DevExpress.XtraEditors.LabelControl labelControl13;
  274. private DevExpress.XtraEditors.SimpleButton save;
  275. private DevExpress.XtraEditors.SimpleButton can;
  276. private DevExpress.XtraEditors.TextEdit txtMTIME;
  277. private DevExpress.XtraEditors.PanelControl panelControl1;
  278. private DevExpress.XtraEditors.ButtonEdit txtCKGROUP;
  279. private DevExpress.XtraEditors.LabelControl labelControl4;
  280. private DevExpress.XtraEditors.TextEdit txtSEQ;
  281. private DevExpress.XtraEditors.LabelControl labelControl3;
  282. private DevExpress.XtraEditors.ButtonEdit txtOPCODE;
  283. private DevExpress.XtraEditors.ButtonEdit txtITEMCODE;
  284. }
  285. }