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

400 lines
22 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSINVReceiptAdd
  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(FormICSINVReceiptAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  33. this.txttime = 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.txtCreateTIME = new System.Windows.Forms.DateTimePicker();
  38. this.txtCreateUSER = new DevExpress.XtraEditors.TextEdit();
  39. this.txtVENDORCODE = new DevExpress.XtraEditors.ButtonEdit();
  40. this.txtStorageID = new DevExpress.XtraEditors.ButtonEdit();
  41. this.txtRECTYPE = new System.Windows.Forms.ComboBox();
  42. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  43. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  44. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  45. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  46. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  47. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  48. this.txtReceiptNO = new DevExpress.XtraEditors.TextEdit();
  49. this.txtMEMO = new System.Windows.Forms.RichTextBox();
  50. this.save = new DevExpress.XtraEditors.SimpleButton();
  51. this.can = new DevExpress.XtraEditors.SimpleButton();
  52. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  53. this.panelControl1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.txttime.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtmuser.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtCreateUSER.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtVENDORCODE.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtStorageID.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtReceiptNO.Properties)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // btnClose
  63. //
  64. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  65. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  66. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  67. this.btnClose.Appearance.Options.UseFont = true;
  68. this.btnClose.Appearance.Options.UseForeColor = true;
  69. this.btnClose.Appearance.Options.UseTextOptions = true;
  70. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  71. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  72. this.btnClose.Location = new System.Drawing.Point(716, 0);
  73. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  74. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  75. this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  76. this.btnClose.Name = "btnClose";
  77. this.btnClose.Size = new System.Drawing.Size(37, 42);
  78. this.btnClose.TabIndex = 5;
  79. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  80. //
  81. // lblTitle
  82. //
  83. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  84. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  85. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  86. this.lblTitle.Location = new System.Drawing.Point(1, 2);
  87. this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  88. this.lblTitle.Name = "lblTitle";
  89. this.lblTitle.Size = new System.Drawing.Size(157, 36);
  90. this.lblTitle.TabIndex = 6;
  91. this.lblTitle.Text = "到货单编辑";
  92. //
  93. // labelControl1
  94. //
  95. this.labelControl1.Location = new System.Drawing.Point(37, 46);
  96. this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  97. this.labelControl1.Name = "labelControl1";
  98. this.labelControl1.Size = new System.Drawing.Size(90, 22);
  99. this.labelControl1.TabIndex = 0;
  100. this.labelControl1.Text = "到货单号:";
  101. //
  102. // panelControl1
  103. //
  104. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  105. | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  108. this.panelControl1.Appearance.Options.UseBackColor = true;
  109. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  110. this.panelControl1.Controls.Add(this.txttime);
  111. this.panelControl1.Controls.Add(this.txtmuser);
  112. this.panelControl1.Controls.Add(this.labelControl12);
  113. this.panelControl1.Controls.Add(this.labelControl13);
  114. this.panelControl1.Controls.Add(this.txtCreateTIME);
  115. this.panelControl1.Controls.Add(this.txtCreateUSER);
  116. this.panelControl1.Controls.Add(this.txtVENDORCODE);
  117. this.panelControl1.Controls.Add(this.txtStorageID);
  118. this.panelControl1.Controls.Add(this.txtRECTYPE);
  119. this.panelControl1.Controls.Add(this.labelControl8);
  120. this.panelControl1.Controls.Add(this.labelControl7);
  121. this.panelControl1.Controls.Add(this.labelControl6);
  122. this.panelControl1.Controls.Add(this.labelControl5);
  123. this.panelControl1.Controls.Add(this.labelControl4);
  124. this.panelControl1.Controls.Add(this.labelControl3);
  125. this.panelControl1.Controls.Add(this.txtReceiptNO);
  126. this.panelControl1.Controls.Add(this.txtMEMO);
  127. this.panelControl1.Controls.Add(this.labelControl1);
  128. this.panelControl1.Location = new System.Drawing.Point(1, 42);
  129. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  130. this.panelControl1.Name = "panelControl1";
  131. this.panelControl1.Size = new System.Drawing.Size(751, 515);
  132. this.panelControl1.TabIndex = 23;
  133. //
  134. // txttime
  135. //
  136. this.txttime.EnterMoveNextControl = true;
  137. this.txttime.Location = new System.Drawing.Point(493, 426);
  138. this.txttime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  139. this.txttime.Name = "txttime";
  140. this.txttime.Properties.ReadOnly = true;
  141. this.txttime.Size = new System.Drawing.Size(173, 28);
  142. this.txttime.TabIndex = 98;
  143. //
  144. // txtmuser
  145. //
  146. this.txtmuser.EnterMoveNextControl = true;
  147. this.txtmuser.Location = new System.Drawing.Point(149, 421);
  148. this.txtmuser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  149. this.txtmuser.Name = "txtmuser";
  150. this.txtmuser.Properties.ReadOnly = true;
  151. this.txtmuser.Size = new System.Drawing.Size(173, 28);
  152. this.txtmuser.TabIndex = 97;
  153. //
  154. // labelControl12
  155. //
  156. this.labelControl12.Location = new System.Drawing.Point(381, 431);
  157. this.labelControl12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  158. this.labelControl12.Name = "labelControl12";
  159. this.labelControl12.Size = new System.Drawing.Size(78, 22);
  160. this.labelControl12.TabIndex = 96;
  161. this.labelControl12.Text = "维护时间:";
  162. //
  163. // labelControl13
  164. //
  165. this.labelControl13.Location = new System.Drawing.Point(37, 426);
  166. this.labelControl13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  167. this.labelControl13.Name = "labelControl13";
  168. this.labelControl13.Size = new System.Drawing.Size(60, 22);
  169. this.labelControl13.TabIndex = 95;
  170. this.labelControl13.Text = "维护人:";
  171. //
  172. // txtCreateTIME
  173. //
  174. this.txtCreateTIME.Location = new System.Drawing.Point(493, 330);
  175. this.txtCreateTIME.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  176. this.txtCreateTIME.Name = "txtCreateTIME";
  177. this.txtCreateTIME.Size = new System.Drawing.Size(171, 29);
  178. this.txtCreateTIME.TabIndex = 93;
  179. //
  180. // txtCreateUSER
  181. //
  182. this.txtCreateUSER.Location = new System.Drawing.Point(149, 335);
  183. this.txtCreateUSER.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  184. this.txtCreateUSER.Name = "txtCreateUSER";
  185. this.txtCreateUSER.Size = new System.Drawing.Size(173, 28);
  186. this.txtCreateUSER.TabIndex = 92;
  187. //
  188. // txtVENDORCODE
  189. //
  190. this.txtVENDORCODE.EditValue = "";
  191. this.txtVENDORCODE.Location = new System.Drawing.Point(493, 118);
  192. this.txtVENDORCODE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  193. this.txtVENDORCODE.Name = "txtVENDORCODE";
  194. this.txtVENDORCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  195. new DevExpress.XtraEditors.Controls.EditorButton()});
  196. this.txtVENDORCODE.Size = new System.Drawing.Size(173, 28);
  197. this.txtVENDORCODE.TabIndex = 91;
  198. this.txtVENDORCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtVENDORCODE_ButtonClick);
  199. this.txtVENDORCODE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtVENDORCODE_KeyDown);
  200. this.txtVENDORCODE.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtVENDORCODE_KeyPress);
  201. //
  202. // txtStorageID
  203. //
  204. this.txtStorageID.EditValue = "";
  205. this.txtStorageID.Location = new System.Drawing.Point(149, 118);
  206. this.txtStorageID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  207. this.txtStorageID.Name = "txtStorageID";
  208. this.txtStorageID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  209. new DevExpress.XtraEditors.Controls.EditorButton()});
  210. this.txtStorageID.Size = new System.Drawing.Size(173, 28);
  211. this.txtStorageID.TabIndex = 90;
  212. this.txtStorageID.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtStorageID_ButtonClick);
  213. this.txtStorageID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtStorageID_KeyDown);
  214. this.txtStorageID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtStorageID_KeyPress);
  215. //
  216. // txtRECTYPE
  217. //
  218. this.txtRECTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  219. this.txtRECTYPE.FormattingEnabled = true;
  220. this.txtRECTYPE.Items.AddRange(new object[] {
  221. "外购",
  222. "外协",
  223. "其他"});
  224. this.txtRECTYPE.Location = new System.Drawing.Point(493, 41);
  225. this.txtRECTYPE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  226. this.txtRECTYPE.Name = "txtRECTYPE";
  227. this.txtRECTYPE.Size = new System.Drawing.Size(171, 30);
  228. this.txtRECTYPE.TabIndex = 88;
  229. //
  230. // labelControl8
  231. //
  232. this.labelControl8.Location = new System.Drawing.Point(37, 339);
  233. this.labelControl8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  234. this.labelControl8.Name = "labelControl8";
  235. this.labelControl8.Size = new System.Drawing.Size(72, 22);
  236. this.labelControl8.TabIndex = 78;
  237. this.labelControl8.Text = "创建人:";
  238. //
  239. // labelControl7
  240. //
  241. this.labelControl7.Location = new System.Drawing.Point(381, 339);
  242. this.labelControl7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  243. this.labelControl7.Name = "labelControl7";
  244. this.labelControl7.Size = new System.Drawing.Size(90, 22);
  245. this.labelControl7.TabIndex = 77;
  246. this.labelControl7.Text = "创建日期:";
  247. //
  248. // labelControl6
  249. //
  250. this.labelControl6.Location = new System.Drawing.Point(37, 207);
  251. this.labelControl6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  252. this.labelControl6.Name = "labelControl6";
  253. this.labelControl6.Size = new System.Drawing.Size(54, 22);
  254. this.labelControl6.TabIndex = 76;
  255. this.labelControl6.Text = "备注:";
  256. //
  257. // labelControl5
  258. //
  259. this.labelControl5.Location = new System.Drawing.Point(381, 123);
  260. this.labelControl5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  261. this.labelControl5.Name = "labelControl5";
  262. this.labelControl5.Size = new System.Drawing.Size(108, 22);
  263. this.labelControl5.TabIndex = 32;
  264. this.labelControl5.Text = "供应商编码:";
  265. //
  266. // labelControl4
  267. //
  268. this.labelControl4.Location = new System.Drawing.Point(37, 123);
  269. this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  270. this.labelControl4.Name = "labelControl4";
  271. this.labelControl4.Size = new System.Drawing.Size(90, 22);
  272. this.labelControl4.TabIndex = 75;
  273. this.labelControl4.Text = "库房编码:";
  274. //
  275. // labelControl3
  276. //
  277. this.labelControl3.Location = new System.Drawing.Point(381, 46);
  278. this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  279. this.labelControl3.Name = "labelControl3";
  280. this.labelControl3.Size = new System.Drawing.Size(108, 22);
  281. this.labelControl3.TabIndex = 74;
  282. this.labelControl3.Text = "到货单类型:";
  283. //
  284. // txtReceiptNO
  285. //
  286. this.txtReceiptNO.EnterMoveNextControl = true;
  287. this.txtReceiptNO.Location = new System.Drawing.Point(149, 41);
  288. this.txtReceiptNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  289. this.txtReceiptNO.Name = "txtReceiptNO";
  290. this.txtReceiptNO.Size = new System.Drawing.Size(173, 28);
  291. this.txtReceiptNO.TabIndex = 73;
  292. //
  293. // txtMEMO
  294. //
  295. this.txtMEMO.Location = new System.Drawing.Point(149, 203);
  296. this.txtMEMO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  297. this.txtMEMO.Name = "txtMEMO";
  298. this.txtMEMO.Size = new System.Drawing.Size(171, 92);
  299. this.txtMEMO.TabIndex = 72;
  300. this.txtMEMO.Text = "";
  301. //
  302. // save
  303. //
  304. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  305. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  306. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  307. this.save.Appearance.Options.UseFont = true;
  308. this.save.Appearance.Options.UseForeColor = true;
  309. this.save.Appearance.Options.UseTextOptions = true;
  310. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  311. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  312. this.save.Location = new System.Drawing.Point(551, 561);
  313. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  314. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  315. this.save.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  316. this.save.Name = "save";
  317. this.save.Size = new System.Drawing.Size(100, 47);
  318. this.save.TabIndex = 80;
  319. this.save.Text = "保存";
  320. this.save.Click += new System.EventHandler(this.save_Click);
  321. //
  322. // can
  323. //
  324. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  325. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  326. this.can.Appearance.ForeColor = System.Drawing.Color.White;
  327. this.can.Appearance.Options.UseFont = true;
  328. this.can.Appearance.Options.UseForeColor = true;
  329. this.can.Appearance.Options.UseTextOptions = true;
  330. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  331. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  332. this.can.Location = new System.Drawing.Point(653, 561);
  333. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  334. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  335. this.can.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  336. this.can.Name = "can";
  337. this.can.Size = new System.Drawing.Size(100, 47);
  338. this.can.TabIndex = 81;
  339. this.can.Text = "取消";
  340. this.can.Click += new System.EventHandler(this.can_Click);
  341. //
  342. // FormICSINVReceiptAdd
  343. //
  344. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  345. this.Appearance.Options.UseBackColor = true;
  346. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  347. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  348. this.ClientSize = new System.Drawing.Size(754, 610);
  349. this.Controls.Add(this.save);
  350. this.Controls.Add(this.can);
  351. this.Controls.Add(this.panelControl1);
  352. this.Controls.Add(this.lblTitle);
  353. this.Controls.Add(this.btnClose);
  354. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  355. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  356. this.Name = "FormICSINVReceiptAdd";
  357. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  358. this.Text = "FormContainerAddEdit";
  359. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  360. this.panelControl1.ResumeLayout(false);
  361. this.panelControl1.PerformLayout();
  362. ((System.ComponentModel.ISupportInitialize)(this.txttime.Properties)).EndInit();
  363. ((System.ComponentModel.ISupportInitialize)(this.txtmuser.Properties)).EndInit();
  364. ((System.ComponentModel.ISupportInitialize)(this.txtCreateUSER.Properties)).EndInit();
  365. ((System.ComponentModel.ISupportInitialize)(this.txtVENDORCODE.Properties)).EndInit();
  366. ((System.ComponentModel.ISupportInitialize)(this.txtStorageID.Properties)).EndInit();
  367. ((System.ComponentModel.ISupportInitialize)(this.txtReceiptNO.Properties)).EndInit();
  368. this.ResumeLayout(false);
  369. }
  370. #endregion
  371. private DevExpress.XtraEditors.SimpleButton btnClose;
  372. private DevExpress.XtraEditors.LabelControl lblTitle;
  373. private DevExpress.XtraEditors.LabelControl labelControl1;
  374. private DevExpress.XtraEditors.PanelControl panelControl1;
  375. private System.Windows.Forms.RichTextBox txtMEMO;
  376. private DevExpress.XtraEditors.TextEdit txtReceiptNO;
  377. private DevExpress.XtraEditors.LabelControl labelControl3;
  378. private DevExpress.XtraEditors.LabelControl labelControl5;
  379. private DevExpress.XtraEditors.LabelControl labelControl4;
  380. private DevExpress.XtraEditors.LabelControl labelControl6;
  381. private DevExpress.XtraEditors.LabelControl labelControl8;
  382. private DevExpress.XtraEditors.LabelControl labelControl7;
  383. private DevExpress.XtraEditors.SimpleButton save;
  384. private DevExpress.XtraEditors.SimpleButton can;
  385. private System.Windows.Forms.ComboBox txtRECTYPE;
  386. private DevExpress.XtraEditors.ButtonEdit txtVENDORCODE;
  387. private DevExpress.XtraEditors.ButtonEdit txtStorageID;
  388. private DevExpress.XtraEditors.TextEdit txtCreateUSER;
  389. private System.Windows.Forms.DateTimePicker txtCreateTIME;
  390. private DevExpress.XtraEditors.LabelControl labelControl13;
  391. private DevExpress.XtraEditors.LabelControl labelControl12;
  392. private DevExpress.XtraEditors.TextEdit txtmuser;
  393. private DevExpress.XtraEditors.TextEdit txttime;
  394. }
  395. }