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

313 lines
17 KiB

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