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

250 lines
13 KiB

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