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

300 lines
16 KiB

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