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

336 lines
18 KiB

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