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

490 lines
25 KiB

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