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

434 lines
22 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSStackAdd
  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(FormICSStackAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.txtStackName = new DevExpress.XtraEditors.TextEdit();
  32. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  33. this.txtStackCode = new DevExpress.XtraEditors.TextEdit();
  34. this.txtMUSER = new DevExpress.XtraEditors.TextEdit();
  35. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  36. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  37. this.save = new DevExpress.XtraEditors.SimpleButton();
  38. this.can = new DevExpress.XtraEditors.SimpleButton();
  39. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  40. this.label8 = new System.Windows.Forms.Label();
  41. this.txtjia = new DevExpress.XtraEditors.TextEdit();
  42. this.label12 = new System.Windows.Forms.Label();
  43. this.label11 = new System.Windows.Forms.Label();
  44. this.label7 = new System.Windows.Forms.Label();
  45. this.label6 = new System.Windows.Forms.Label();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.label4 = new System.Windows.Forms.Label();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.txtCeng = new DevExpress.XtraEditors.TextEdit();
  50. this.txtGe = new DevExpress.XtraEditors.TextEdit();
  51. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  52. this.txtStorageName = new DevExpress.XtraEditors.TextEdit();
  53. this.txtStorage_Serial = new DevExpress.XtraEditors.ButtonEdit();
  54. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  55. this.MTIME = new DevExpress.XtraEditors.TextEdit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtStackName.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtStackCode.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtMUSER.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  60. this.panelControl1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtjia.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.txtCeng.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.txtGe.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txtStorageName.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txtStorage_Serial.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.MTIME.Properties)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // btnClose
  70. //
  71. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  72. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  73. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  74. this.btnClose.Appearance.Options.UseFont = true;
  75. this.btnClose.Appearance.Options.UseForeColor = true;
  76. this.btnClose.Appearance.Options.UseTextOptions = true;
  77. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  78. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  79. this.btnClose.Location = new System.Drawing.Point(374, 1);
  80. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  81. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  82. this.btnClose.Name = "btnClose";
  83. this.btnClose.Size = new System.Drawing.Size(26, 23);
  84. this.btnClose.TabIndex = 5;
  85. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  86. //
  87. // lblTitle
  88. //
  89. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  90. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  91. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  92. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  93. this.lblTitle.Name = "lblTitle";
  94. this.lblTitle.Size = new System.Drawing.Size(68, 23);
  95. this.lblTitle.TabIndex = 6;
  96. this.lblTitle.Text = "新增库位";
  97. //
  98. // txtStackName
  99. //
  100. this.txtStackName.EnterMoveNextControl = true;
  101. this.txtStackName.Location = new System.Drawing.Point(271, 150);
  102. this.txtStackName.Name = "txtStackName";
  103. this.txtStackName.Size = new System.Drawing.Size(149, 20);
  104. this.txtStackName.TabIndex = 2;
  105. this.txtStackName.Visible = false;
  106. this.txtStackName.EditValueChanged += new System.EventHandler(this.txtStackName_EditValueChanged);
  107. //
  108. // labelControl1
  109. //
  110. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Blue;
  111. this.labelControl1.Location = new System.Drawing.Point(36, 96);
  112. this.labelControl1.Name = "labelControl1";
  113. this.labelControl1.Size = new System.Drawing.Size(48, 14);
  114. this.labelControl1.TabIndex = 0;
  115. this.labelControl1.Text = "库位编号";
  116. //
  117. // txtStackCode
  118. //
  119. this.txtStackCode.EditValue = "";
  120. this.txtStackCode.EnterMoveNextControl = true;
  121. this.txtStackCode.Location = new System.Drawing.Point(271, 177);
  122. this.txtStackCode.Name = "txtStackCode";
  123. this.txtStackCode.Size = new System.Drawing.Size(149, 20);
  124. this.txtStackCode.TabIndex = 1;
  125. this.txtStackCode.Visible = false;
  126. this.txtStackCode.EditValueChanged += new System.EventHandler(this.txtStackCode_EditValueChanged);
  127. //
  128. // txtMUSER
  129. //
  130. this.txtMUSER.EnterMoveNextControl = true;
  131. this.txtMUSER.Location = new System.Drawing.Point(113, 151);
  132. this.txtMUSER.Name = "txtMUSER";
  133. this.txtMUSER.Properties.ReadOnly = true;
  134. this.txtMUSER.Size = new System.Drawing.Size(149, 20);
  135. this.txtMUSER.TabIndex = 18;
  136. //
  137. // labelControl12
  138. //
  139. this.labelControl12.Location = new System.Drawing.Point(35, 180);
  140. this.labelControl12.Name = "labelControl12";
  141. this.labelControl12.Size = new System.Drawing.Size(48, 14);
  142. this.labelControl12.TabIndex = 22;
  143. this.labelControl12.Text = "维护时间";
  144. //
  145. // labelControl13
  146. //
  147. this.labelControl13.Location = new System.Drawing.Point(35, 154);
  148. this.labelControl13.Name = "labelControl13";
  149. this.labelControl13.Size = new System.Drawing.Size(36, 14);
  150. this.labelControl13.TabIndex = 23;
  151. this.labelControl13.Text = "维护人";
  152. //
  153. // save
  154. //
  155. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  156. this.save.Location = new System.Drawing.Point(115, 220);
  157. this.save.Name = "save";
  158. this.save.Size = new System.Drawing.Size(68, 23);
  159. this.save.TabIndex = 30;
  160. this.save.Text = "保存";
  161. this.save.Click += new System.EventHandler(this.save_Click);
  162. //
  163. // can
  164. //
  165. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  166. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  167. this.can.Location = new System.Drawing.Point(195, 220);
  168. this.can.Name = "can";
  169. this.can.Size = new System.Drawing.Size(68, 23);
  170. this.can.TabIndex = 31;
  171. this.can.Text = "取消";
  172. this.can.Click += new System.EventHandler(this.can_Click);
  173. //
  174. // panelControl1
  175. //
  176. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  177. | System.Windows.Forms.AnchorStyles.Left)
  178. | System.Windows.Forms.AnchorStyles.Right)));
  179. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  180. this.panelControl1.Appearance.Options.UseBackColor = true;
  181. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  182. this.panelControl1.Controls.Add(this.label8);
  183. this.panelControl1.Controls.Add(this.txtjia);
  184. this.panelControl1.Controls.Add(this.label12);
  185. this.panelControl1.Controls.Add(this.label11);
  186. this.panelControl1.Controls.Add(this.label7);
  187. this.panelControl1.Controls.Add(this.label6);
  188. this.panelControl1.Controls.Add(this.label5);
  189. this.panelControl1.Controls.Add(this.label4);
  190. this.panelControl1.Controls.Add(this.label3);
  191. this.panelControl1.Controls.Add(this.txtCeng);
  192. this.panelControl1.Controls.Add(this.txtGe);
  193. this.panelControl1.Controls.Add(this.labelControl4);
  194. this.panelControl1.Controls.Add(this.txtStorageName);
  195. this.panelControl1.Controls.Add(this.txtStorage_Serial);
  196. this.panelControl1.Controls.Add(this.labelControl3);
  197. this.panelControl1.Controls.Add(this.MTIME);
  198. this.panelControl1.Controls.Add(this.can);
  199. this.panelControl1.Controls.Add(this.save);
  200. this.panelControl1.Controls.Add(this.labelControl13);
  201. this.panelControl1.Controls.Add(this.labelControl12);
  202. this.panelControl1.Controls.Add(this.txtMUSER);
  203. this.panelControl1.Controls.Add(this.txtStackCode);
  204. this.panelControl1.Controls.Add(this.labelControl1);
  205. this.panelControl1.Controls.Add(this.txtStackName);
  206. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  207. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  208. this.panelControl1.Name = "panelControl1";
  209. this.panelControl1.Size = new System.Drawing.Size(400, 250);
  210. this.panelControl1.TabIndex = 23;
  211. //
  212. // label8
  213. //
  214. this.label8.AutoSize = true;
  215. this.label8.ForeColor = System.Drawing.Color.Silver;
  216. this.label8.Location = new System.Drawing.Point(101, 121);
  217. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  218. this.label8.Name = "label8";
  219. this.label8.Size = new System.Drawing.Size(60, 14);
  220. this.label8.TabIndex = 65;
  221. this.label8.Text = "货架(4位)";
  222. //
  223. // txtjia
  224. //
  225. this.txtjia.EditValue = "";
  226. this.txtjia.EnterMoveNextControl = true;
  227. this.txtjia.Location = new System.Drawing.Point(115, 92);
  228. this.txtjia.Name = "txtjia";
  229. this.txtjia.Size = new System.Drawing.Size(34, 20);
  230. this.txtjia.TabIndex = 63;
  231. //
  232. // label12
  233. //
  234. this.label12.AutoSize = true;
  235. this.label12.ForeColor = System.Drawing.Color.Silver;
  236. this.label12.Location = new System.Drawing.Point(165, 121);
  237. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  238. this.label12.Name = "label12";
  239. this.label12.Size = new System.Drawing.Size(18, 14);
  240. this.label12.TabIndex = 60;
  241. this.label12.Text = "—";
  242. //
  243. // label11
  244. //
  245. this.label11.AutoSize = true;
  246. this.label11.ForeColor = System.Drawing.Color.Silver;
  247. this.label11.Location = new System.Drawing.Point(260, 121);
  248. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  249. this.label11.Name = "label11";
  250. this.label11.Size = new System.Drawing.Size(18, 14);
  251. this.label11.TabIndex = 59;
  252. this.label11.Text = "—";
  253. //
  254. // label7
  255. //
  256. this.label7.AutoSize = true;
  257. this.label7.ForeColor = System.Drawing.Color.Silver;
  258. this.label7.Location = new System.Drawing.Point(192, 122);
  259. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  260. this.label7.Name = "label7";
  261. this.label7.Size = new System.Drawing.Size(60, 14);
  262. this.label7.TabIndex = 55;
  263. this.label7.Text = "层高(2位)";
  264. //
  265. // label6
  266. //
  267. this.label6.AutoSize = true;
  268. this.label6.ForeColor = System.Drawing.Color.Silver;
  269. this.label6.Location = new System.Drawing.Point(285, 122);
  270. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  271. this.label6.Name = "label6";
  272. this.label6.Size = new System.Drawing.Size(60, 14);
  273. this.label6.TabIndex = 54;
  274. this.label6.Text = "库位(2位)";
  275. //
  276. // label5
  277. //
  278. this.label5.AutoSize = true;
  279. this.label5.ForeColor = System.Drawing.Color.Silver;
  280. this.label5.Location = new System.Drawing.Point(20, 121);
  281. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  282. this.label5.Name = "label5";
  283. this.label5.Size = new System.Drawing.Size(77, 14);
  284. this.label5.TabIndex = 53;
  285. this.label5.Text = "格式(位数):";
  286. //
  287. // label4
  288. //
  289. this.label4.AutoSize = true;
  290. this.label4.Location = new System.Drawing.Point(260, 96);
  291. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  292. this.label4.Name = "label4";
  293. this.label4.Size = new System.Drawing.Size(18, 14);
  294. this.label4.TabIndex = 52;
  295. this.label4.Text = "—";
  296. //
  297. // label3
  298. //
  299. this.label3.AutoSize = true;
  300. this.label3.Location = new System.Drawing.Point(165, 96);
  301. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  302. this.label3.Name = "label3";
  303. this.label3.Size = new System.Drawing.Size(18, 14);
  304. this.label3.TabIndex = 51;
  305. this.label3.Text = "—";
  306. //
  307. // txtCeng
  308. //
  309. this.txtCeng.EditValue = "";
  310. this.txtCeng.EnterMoveNextControl = true;
  311. this.txtCeng.Location = new System.Drawing.Point(206, 92);
  312. this.txtCeng.Name = "txtCeng";
  313. this.txtCeng.Size = new System.Drawing.Size(34, 20);
  314. this.txtCeng.TabIndex = 47;
  315. //
  316. // txtGe
  317. //
  318. this.txtGe.EditValue = "";
  319. this.txtGe.EnterMoveNextControl = true;
  320. this.txtGe.Location = new System.Drawing.Point(297, 92);
  321. this.txtGe.Name = "txtGe";
  322. this.txtGe.Size = new System.Drawing.Size(34, 20);
  323. this.txtGe.TabIndex = 48;
  324. //
  325. // labelControl4
  326. //
  327. this.labelControl4.Location = new System.Drawing.Point(36, 45);
  328. this.labelControl4.Name = "labelControl4";
  329. this.labelControl4.Size = new System.Drawing.Size(48, 14);
  330. this.labelControl4.TabIndex = 43;
  331. this.labelControl4.Text = "库房名称";
  332. //
  333. // txtStorageName
  334. //
  335. this.txtStorageName.EnterMoveNextControl = true;
  336. this.txtStorageName.Location = new System.Drawing.Point(114, 42);
  337. this.txtStorageName.Name = "txtStorageName";
  338. this.txtStorageName.Properties.ReadOnly = true;
  339. this.txtStorageName.Size = new System.Drawing.Size(149, 20);
  340. this.txtStorageName.TabIndex = 42;
  341. //
  342. // txtStorage_Serial
  343. //
  344. this.txtStorage_Serial.Location = new System.Drawing.Point(114, 16);
  345. this.txtStorage_Serial.Name = "txtStorage_Serial";
  346. this.txtStorage_Serial.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  347. new DevExpress.XtraEditors.Controls.EditorButton()});
  348. this.txtStorage_Serial.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  349. this.txtStorage_Serial.Size = new System.Drawing.Size(149, 20);
  350. this.txtStorage_Serial.TabIndex = 41;
  351. this.txtStorage_Serial.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnCategory_ButtonClick);
  352. //
  353. // labelControl3
  354. //
  355. this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Blue;
  356. this.labelControl3.Location = new System.Drawing.Point(36, 18);
  357. this.labelControl3.Name = "labelControl3";
  358. this.labelControl3.Size = new System.Drawing.Size(48, 14);
  359. this.labelControl3.TabIndex = 40;
  360. this.labelControl3.Text = "库房编号";
  361. //
  362. // MTIME
  363. //
  364. this.MTIME.EnterMoveNextControl = true;
  365. this.MTIME.Location = new System.Drawing.Point(113, 177);
  366. this.MTIME.Name = "MTIME";
  367. this.MTIME.Properties.ReadOnly = true;
  368. this.MTIME.Size = new System.Drawing.Size(149, 20);
  369. this.MTIME.TabIndex = 37;
  370. //
  371. // FormICSStackAdd
  372. //
  373. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  374. this.Appearance.Options.UseBackColor = true;
  375. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  376. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  377. this.ClientSize = new System.Drawing.Size(402, 304);
  378. this.Controls.Add(this.panelControl1);
  379. this.Controls.Add(this.lblTitle);
  380. this.Controls.Add(this.btnClose);
  381. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  382. this.Name = "FormICSStackAdd";
  383. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  384. this.Text = "FormContainerAddEdit";
  385. this.Load += new System.EventHandler(this.FormICSStackAdd_Load);
  386. ((System.ComponentModel.ISupportInitialize)(this.txtStackName.Properties)).EndInit();
  387. ((System.ComponentModel.ISupportInitialize)(this.txtStackCode.Properties)).EndInit();
  388. ((System.ComponentModel.ISupportInitialize)(this.txtMUSER.Properties)).EndInit();
  389. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  390. this.panelControl1.ResumeLayout(false);
  391. this.panelControl1.PerformLayout();
  392. ((System.ComponentModel.ISupportInitialize)(this.txtjia.Properties)).EndInit();
  393. ((System.ComponentModel.ISupportInitialize)(this.txtCeng.Properties)).EndInit();
  394. ((System.ComponentModel.ISupportInitialize)(this.txtGe.Properties)).EndInit();
  395. ((System.ComponentModel.ISupportInitialize)(this.txtStorageName.Properties)).EndInit();
  396. ((System.ComponentModel.ISupportInitialize)(this.txtStorage_Serial.Properties)).EndInit();
  397. ((System.ComponentModel.ISupportInitialize)(this.MTIME.Properties)).EndInit();
  398. this.ResumeLayout(false);
  399. }
  400. #endregion
  401. private DevExpress.XtraEditors.SimpleButton btnClose;
  402. private DevExpress.XtraEditors.LabelControl lblTitle;
  403. private DevExpress.XtraEditors.TextEdit txtStackName;
  404. private DevExpress.XtraEditors.LabelControl labelControl1;
  405. private DevExpress.XtraEditors.TextEdit txtStackCode;
  406. private DevExpress.XtraEditors.TextEdit txtMUSER;
  407. private DevExpress.XtraEditors.LabelControl labelControl12;
  408. private DevExpress.XtraEditors.LabelControl labelControl13;
  409. private DevExpress.XtraEditors.SimpleButton save;
  410. private DevExpress.XtraEditors.SimpleButton can;
  411. private DevExpress.XtraEditors.PanelControl panelControl1;
  412. private DevExpress.XtraEditors.TextEdit MTIME;
  413. private DevExpress.XtraEditors.LabelControl labelControl3;
  414. private DevExpress.XtraEditors.ButtonEdit txtStorage_Serial;
  415. private DevExpress.XtraEditors.LabelControl labelControl4;
  416. private DevExpress.XtraEditors.TextEdit txtStorageName;
  417. private DevExpress.XtraEditors.TextEdit txtCeng;
  418. private DevExpress.XtraEditors.TextEdit txtGe;
  419. private System.Windows.Forms.Label label12;
  420. private System.Windows.Forms.Label label11;
  421. private System.Windows.Forms.Label label7;
  422. private System.Windows.Forms.Label label6;
  423. private System.Windows.Forms.Label label5;
  424. private System.Windows.Forms.Label label4;
  425. private System.Windows.Forms.Label label3;
  426. private System.Windows.Forms.Label label8;
  427. private DevExpress.XtraEditors.TextEdit txtjia;
  428. }
  429. }