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

248 lines
13 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSCREWAdd
  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(FormICSCREWAdd));
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtMtime = new DevExpress.XtraEditors.TextEdit();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.txtMuser = new DevExpress.XtraEditors.TextEdit();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.txtCREWDESC = new System.Windows.Forms.RichTextBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.txtCREWCODE = new DevExpress.XtraEditors.TextEdit();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  40. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  42. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  43. this.panelControl1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.txtMtime.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.txtMuser.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtCREWCODE.Properties)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // labelControl1
  50. //
  51. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  53. this.labelControl1.Location = new System.Drawing.Point(12, 2);
  54. this.labelControl1.Name = "labelControl1";
  55. this.labelControl1.Size = new System.Drawing.Size(64, 21);
  56. this.labelControl1.TabIndex = 26;
  57. this.labelControl1.Text = "班组信息";
  58. //
  59. // panelControl1
  60. //
  61. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  62. | System.Windows.Forms.AnchorStyles.Left)
  63. | System.Windows.Forms.AnchorStyles.Right)));
  64. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  65. this.panelControl1.Appearance.Options.UseBackColor = true;
  66. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  67. this.panelControl1.Controls.Add(this.txtMtime);
  68. this.panelControl1.Controls.Add(this.label3);
  69. this.panelControl1.Controls.Add(this.txtMuser);
  70. this.panelControl1.Controls.Add(this.label2);
  71. this.panelControl1.Controls.Add(this.txtCREWDESC);
  72. this.panelControl1.Controls.Add(this.label5);
  73. this.panelControl1.Controls.Add(this.txtCREWCODE);
  74. this.panelControl1.Controls.Add(this.label1);
  75. this.panelControl1.Location = new System.Drawing.Point(2, 38);
  76. this.panelControl1.Name = "panelControl1";
  77. this.panelControl1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
  78. this.panelControl1.Size = new System.Drawing.Size(306, 254);
  79. this.panelControl1.TabIndex = 27;
  80. //
  81. // txtMtime
  82. //
  83. this.txtMtime.Location = new System.Drawing.Point(119, 188);
  84. this.txtMtime.Name = "txtMtime";
  85. this.txtMtime.Size = new System.Drawing.Size(156, 20);
  86. this.txtMtime.TabIndex = 75;
  87. //
  88. // label3
  89. //
  90. this.label3.AutoSize = true;
  91. this.label3.Location = new System.Drawing.Point(30, 191);
  92. this.label3.Name = "label3";
  93. this.label3.Size = new System.Drawing.Size(59, 14);
  94. this.label3.TabIndex = 74;
  95. this.label3.Text = "维护时间:";
  96. //
  97. // txtMuser
  98. //
  99. this.txtMuser.Location = new System.Drawing.Point(119, 149);
  100. this.txtMuser.Name = "txtMuser";
  101. this.txtMuser.Size = new System.Drawing.Size(156, 20);
  102. this.txtMuser.TabIndex = 73;
  103. //
  104. // label2
  105. //
  106. this.label2.AutoSize = true;
  107. this.label2.Location = new System.Drawing.Point(30, 152);
  108. this.label2.Name = "label2";
  109. this.label2.Size = new System.Drawing.Size(47, 14);
  110. this.label2.TabIndex = 72;
  111. this.label2.Text = "维护人:";
  112. //
  113. // txtCREWDESC
  114. //
  115. this.txtCREWDESC.Location = new System.Drawing.Point(118, 72);
  116. this.txtCREWDESC.Name = "txtCREWDESC";
  117. this.txtCREWDESC.Size = new System.Drawing.Size(156, 60);
  118. this.txtCREWDESC.TabIndex = 71;
  119. this.txtCREWDESC.Text = "";
  120. //
  121. // label5
  122. //
  123. this.label5.AutoSize = true;
  124. this.label5.Location = new System.Drawing.Point(30, 75);
  125. this.label5.Name = "label5";
  126. this.label5.Size = new System.Drawing.Size(59, 14);
  127. this.label5.TabIndex = 70;
  128. this.label5.Text = "班组描述:";
  129. //
  130. // txtCREWCODE
  131. //
  132. this.txtCREWCODE.Location = new System.Drawing.Point(119, 35);
  133. this.txtCREWCODE.Name = "txtCREWCODE";
  134. this.txtCREWCODE.Size = new System.Drawing.Size(156, 20);
  135. this.txtCREWCODE.TabIndex = 68;
  136. //
  137. // label1
  138. //
  139. this.label1.AutoSize = true;
  140. this.label1.Location = new System.Drawing.Point(30, 38);
  141. this.label1.Name = "label1";
  142. this.label1.Size = new System.Drawing.Size(59, 14);
  143. this.label1.TabIndex = 66;
  144. this.label1.Text = "班组代码:";
  145. //
  146. // btnOK
  147. //
  148. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  149. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  150. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  151. this.btnOK.Appearance.Options.UseFont = true;
  152. this.btnOK.Appearance.Options.UseForeColor = true;
  153. this.btnOK.Appearance.Options.UseTextOptions = true;
  154. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  155. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  156. this.btnOK.Location = new System.Drawing.Point(160, 298);
  157. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  158. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  159. this.btnOK.Name = "btnOK";
  160. this.btnOK.Size = new System.Drawing.Size(70, 30);
  161. this.btnOK.TabIndex = 28;
  162. this.btnOK.Text = "保存";
  163. this.btnOK.Click += new System.EventHandler(this.save_Click);
  164. //
  165. // btnCancle
  166. //
  167. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  168. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  169. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  170. this.btnCancle.Appearance.Options.UseFont = true;
  171. this.btnCancle.Appearance.Options.UseForeColor = true;
  172. this.btnCancle.Appearance.Options.UseTextOptions = true;
  173. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  174. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  175. this.btnCancle.Location = new System.Drawing.Point(239, 298);
  176. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  177. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  178. this.btnCancle.Name = "btnCancle";
  179. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  180. this.btnCancle.TabIndex = 29;
  181. this.btnCancle.Text = "取消";
  182. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  183. //
  184. // btnClose
  185. //
  186. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  187. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  188. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  189. this.btnClose.Appearance.Options.UseFont = true;
  190. this.btnClose.Appearance.Options.UseForeColor = true;
  191. this.btnClose.Appearance.Options.UseTextOptions = true;
  192. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  193. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  194. this.btnClose.Location = new System.Drawing.Point(283, 2);
  195. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  196. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  197. this.btnClose.Name = "btnClose";
  198. this.btnClose.Size = new System.Drawing.Size(26, 30);
  199. this.btnClose.TabIndex = 30;
  200. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  201. //
  202. // FormICSCREWAdd
  203. //
  204. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  205. this.Appearance.Options.UseBackColor = true;
  206. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  207. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  208. this.ClientSize = new System.Drawing.Size(310, 329);
  209. this.Controls.Add(this.btnClose);
  210. this.Controls.Add(this.btnCancle);
  211. this.Controls.Add(this.btnOK);
  212. this.Controls.Add(this.panelControl1);
  213. this.Controls.Add(this.labelControl1);
  214. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  215. this.Name = "FormICSCREWAdd";
  216. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  217. this.Text = "FormICSShifTypeAdd";
  218. this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load);
  219. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  220. this.panelControl1.ResumeLayout(false);
  221. this.panelControl1.PerformLayout();
  222. ((System.ComponentModel.ISupportInitialize)(this.txtMtime.Properties)).EndInit();
  223. ((System.ComponentModel.ISupportInitialize)(this.txtMuser.Properties)).EndInit();
  224. ((System.ComponentModel.ISupportInitialize)(this.txtCREWCODE.Properties)).EndInit();
  225. this.ResumeLayout(false);
  226. this.PerformLayout();
  227. }
  228. #endregion
  229. private DevExpress.XtraEditors.LabelControl labelControl1;
  230. private DevExpress.XtraEditors.PanelControl panelControl1;
  231. private DevExpress.XtraEditors.SimpleButton btnOK;
  232. private DevExpress.XtraEditors.SimpleButton btnCancle;
  233. private DevExpress.XtraEditors.SimpleButton btnClose;
  234. private DevExpress.XtraEditors.TextEdit txtCREWCODE;
  235. private System.Windows.Forms.Label label1;
  236. private DevExpress.XtraEditors.TextEdit txtMtime;
  237. private System.Windows.Forms.Label label3;
  238. private DevExpress.XtraEditors.TextEdit txtMuser;
  239. private System.Windows.Forms.Label label2;
  240. private System.Windows.Forms.RichTextBox txtCREWDESC;
  241. private System.Windows.Forms.Label label5;
  242. }
  243. }