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

272 lines
14 KiB

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