华恒Mes鼎捷代码
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.

459 lines
23 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSTPAdd
  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(FormICSTPAdd));
  29. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.dEndTime = new DevExpress.XtraEditors.TimeEdit();
  32. this.dBegTime = new DevExpress.XtraEditors.TimeEdit();
  33. this.txtSHIFTID = new System.Windows.Forms.TextBox();
  34. this.txtSHIFTTYPEID = new System.Windows.Forms.TextBox();
  35. this.btnShift = new DevExpress.XtraEditors.ButtonEdit();
  36. this.txtItemCode = new DevExpress.XtraEditors.ButtonEdit();
  37. this.txtID = new System.Windows.Forms.TextBox();
  38. this.comTPType = new System.Windows.Forms.ComboBox();
  39. this.txtUseTime = new System.Windows.Forms.TextBox();
  40. this.txtUser = new System.Windows.Forms.TextBox();
  41. this.label11 = new System.Windows.Forms.Label();
  42. this.label10 = new System.Windows.Forms.Label();
  43. this.comIsOverDate = new System.Windows.Forms.ComboBox();
  44. this.label9 = new System.Windows.Forms.Label();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.rTPDesc = new System.Windows.Forms.RichTextBox();
  48. this.txtTPCode = new System.Windows.Forms.TextBox();
  49. this.txtTPSeq = new System.Windows.Forms.TextBox();
  50. this.label8 = new System.Windows.Forms.Label();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.label4 = new System.Windows.Forms.Label();
  54. this.label2 = new System.Windows.Forms.Label();
  55. this.label1 = new System.Windows.Forms.Label();
  56. this.labTop = new DevExpress.XtraEditors.LabelControl();
  57. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  58. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  59. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  60. this.panelControl1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dEndTime.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.dBegTime.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.btnShift.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // btnOK
  68. //
  69. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  70. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  71. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  72. this.btnOK.Appearance.Options.UseFont = true;
  73. this.btnOK.Appearance.Options.UseForeColor = true;
  74. this.btnOK.Appearance.Options.UseTextOptions = true;
  75. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  76. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  77. this.btnOK.Location = new System.Drawing.Point(148, 424);
  78. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  79. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  80. this.btnOK.Name = "btnOK";
  81. this.btnOK.Size = new System.Drawing.Size(70, 30);
  82. this.btnOK.TabIndex = 23;
  83. this.btnOK.Text = "保存";
  84. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  85. //
  86. // panelControl1
  87. //
  88. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  89. | System.Windows.Forms.AnchorStyles.Left)
  90. | System.Windows.Forms.AnchorStyles.Right)));
  91. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  92. this.panelControl1.Appearance.Options.UseBackColor = true;
  93. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  94. this.panelControl1.Controls.Add(this.dEndTime);
  95. this.panelControl1.Controls.Add(this.dBegTime);
  96. this.panelControl1.Controls.Add(this.txtSHIFTID);
  97. this.panelControl1.Controls.Add(this.txtSHIFTTYPEID);
  98. this.panelControl1.Controls.Add(this.btnShift);
  99. this.panelControl1.Controls.Add(this.txtItemCode);
  100. this.panelControl1.Controls.Add(this.txtID);
  101. this.panelControl1.Controls.Add(this.comTPType);
  102. this.panelControl1.Controls.Add(this.txtUseTime);
  103. this.panelControl1.Controls.Add(this.txtUser);
  104. this.panelControl1.Controls.Add(this.label11);
  105. this.panelControl1.Controls.Add(this.label10);
  106. this.panelControl1.Controls.Add(this.comIsOverDate);
  107. this.panelControl1.Controls.Add(this.label9);
  108. this.panelControl1.Controls.Add(this.label7);
  109. this.panelControl1.Controls.Add(this.label3);
  110. this.panelControl1.Controls.Add(this.rTPDesc);
  111. this.panelControl1.Controls.Add(this.txtTPCode);
  112. this.panelControl1.Controls.Add(this.txtTPSeq);
  113. this.panelControl1.Controls.Add(this.label8);
  114. this.panelControl1.Controls.Add(this.label6);
  115. this.panelControl1.Controls.Add(this.label5);
  116. this.panelControl1.Controls.Add(this.label4);
  117. this.panelControl1.Controls.Add(this.label2);
  118. this.panelControl1.Controls.Add(this.label1);
  119. this.panelControl1.Location = new System.Drawing.Point(1, 29);
  120. this.panelControl1.Name = "panelControl1";
  121. this.panelControl1.Size = new System.Drawing.Size(315, 389);
  122. this.panelControl1.TabIndex = 24;
  123. //
  124. // dEndTime
  125. //
  126. this.dEndTime.EditValue = new System.DateTime(2016, 11, 7, 0, 0, 0, 0);
  127. this.dEndTime.Location = new System.Drawing.Point(92, 260);
  128. this.dEndTime.Name = "dEndTime";
  129. this.dEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  130. new DevExpress.XtraEditors.Controls.EditorButton()});
  131. this.dEndTime.Size = new System.Drawing.Size(191, 20);
  132. this.dEndTime.TabIndex = 73;
  133. //
  134. // dBegTime
  135. //
  136. this.dBegTime.EditValue = new System.DateTime(2016, 11, 7, 0, 0, 0, 0);
  137. this.dBegTime.Location = new System.Drawing.Point(92, 233);
  138. this.dBegTime.Name = "dBegTime";
  139. this.dBegTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  140. new DevExpress.XtraEditors.Controls.EditorButton()});
  141. this.dBegTime.Size = new System.Drawing.Size(191, 20);
  142. this.dBegTime.TabIndex = 72;
  143. //
  144. // txtSHIFTID
  145. //
  146. this.txtSHIFTID.Location = new System.Drawing.Point(294, 319);
  147. this.txtSHIFTID.Name = "txtSHIFTID";
  148. this.txtSHIFTID.Size = new System.Drawing.Size(76, 22);
  149. this.txtSHIFTID.TabIndex = 69;
  150. this.txtSHIFTID.Visible = false;
  151. //
  152. // txtSHIFTTYPEID
  153. //
  154. this.txtSHIFTTYPEID.Location = new System.Drawing.Point(294, 292);
  155. this.txtSHIFTTYPEID.Name = "txtSHIFTTYPEID";
  156. this.txtSHIFTTYPEID.Size = new System.Drawing.Size(76, 22);
  157. this.txtSHIFTTYPEID.TabIndex = 68;
  158. this.txtSHIFTTYPEID.Visible = false;
  159. //
  160. // btnShift
  161. //
  162. this.btnShift.EditValue = "";
  163. this.btnShift.Location = new System.Drawing.Point(90, 78);
  164. this.btnShift.Name = "btnShift";
  165. this.btnShift.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  166. new DevExpress.XtraEditors.Controls.EditorButton()});
  167. this.btnShift.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  168. this.btnShift.Size = new System.Drawing.Size(185, 20);
  169. this.btnShift.TabIndex = 67;
  170. this.btnShift.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnShift_ButtonClick);
  171. //
  172. // txtItemCode
  173. //
  174. this.txtItemCode.EditValue = "";
  175. this.txtItemCode.Location = new System.Drawing.Point(90, 52);
  176. this.txtItemCode.Name = "txtItemCode";
  177. this.txtItemCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  178. new DevExpress.XtraEditors.Controls.EditorButton()});
  179. this.txtItemCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  180. this.txtItemCode.Size = new System.Drawing.Size(185, 20);
  181. this.txtItemCode.TabIndex = 66;
  182. this.txtItemCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtItemCode_ButtonClick);
  183. //
  184. // txtID
  185. //
  186. this.txtID.Location = new System.Drawing.Point(289, 348);
  187. this.txtID.Name = "txtID";
  188. this.txtID.Size = new System.Drawing.Size(76, 22);
  189. this.txtID.TabIndex = 65;
  190. this.txtID.Visible = false;
  191. //
  192. // comTPType
  193. //
  194. this.comTPType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  195. this.comTPType.FormattingEnabled = true;
  196. this.comTPType.Location = new System.Drawing.Point(92, 204);
  197. this.comTPType.Name = "comTPType";
  198. this.comTPType.Size = new System.Drawing.Size(191, 22);
  199. this.comTPType.TabIndex = 64;
  200. //
  201. // txtUseTime
  202. //
  203. this.txtUseTime.Location = new System.Drawing.Point(92, 348);
  204. this.txtUseTime.Name = "txtUseTime";
  205. this.txtUseTime.ReadOnly = true;
  206. this.txtUseTime.Size = new System.Drawing.Size(191, 22);
  207. this.txtUseTime.TabIndex = 63;
  208. //
  209. // txtUser
  210. //
  211. this.txtUser.Location = new System.Drawing.Point(92, 317);
  212. this.txtUser.Name = "txtUser";
  213. this.txtUser.ReadOnly = true;
  214. this.txtUser.Size = new System.Drawing.Size(191, 22);
  215. this.txtUser.TabIndex = 62;
  216. //
  217. // label11
  218. //
  219. this.label11.AutoSize = true;
  220. this.label11.Location = new System.Drawing.Point(24, 348);
  221. this.label11.Name = "label11";
  222. this.label11.Size = new System.Drawing.Size(59, 14);
  223. this.label11.TabIndex = 61;
  224. this.label11.Text = "维护时间:";
  225. //
  226. // label10
  227. //
  228. this.label10.AutoSize = true;
  229. this.label10.Location = new System.Drawing.Point(24, 319);
  230. this.label10.Name = "label10";
  231. this.label10.Size = new System.Drawing.Size(47, 14);
  232. this.label10.TabIndex = 60;
  233. this.label10.Text = "维护人:";
  234. //
  235. // comIsOverDate
  236. //
  237. this.comIsOverDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  238. this.comIsOverDate.FormattingEnabled = true;
  239. this.comIsOverDate.Location = new System.Drawing.Point(92, 285);
  240. this.comIsOverDate.Name = "comIsOverDate";
  241. this.comIsOverDate.Size = new System.Drawing.Size(191, 22);
  242. this.comIsOverDate.TabIndex = 59;
  243. //
  244. // label9
  245. //
  246. this.label9.AutoSize = true;
  247. this.label9.Location = new System.Drawing.Point(24, 292);
  248. this.label9.Name = "label9";
  249. this.label9.Size = new System.Drawing.Size(59, 14);
  250. this.label9.TabIndex = 58;
  251. this.label9.Text = "是否跨天:";
  252. //
  253. // label7
  254. //
  255. this.label7.AutoSize = true;
  256. this.label7.Location = new System.Drawing.Point(24, 263);
  257. this.label7.Name = "label7";
  258. this.label7.Size = new System.Drawing.Size(59, 14);
  259. this.label7.TabIndex = 55;
  260. this.label7.Text = "结束时间:";
  261. //
  262. // label3
  263. //
  264. this.label3.AutoSize = true;
  265. this.label3.Location = new System.Drawing.Point(24, 236);
  266. this.label3.Name = "label3";
  267. this.label3.Size = new System.Drawing.Size(59, 14);
  268. this.label3.TabIndex = 54;
  269. this.label3.Text = "开始时间:";
  270. //
  271. // rTPDesc
  272. //
  273. this.rTPDesc.Location = new System.Drawing.Point(92, 106);
  274. this.rTPDesc.MaxLength = 100;
  275. this.rTPDesc.Name = "rTPDesc";
  276. this.rTPDesc.Size = new System.Drawing.Size(191, 56);
  277. this.rTPDesc.TabIndex = 53;
  278. this.rTPDesc.Text = "";
  279. //
  280. // txtTPCode
  281. //
  282. this.txtTPCode.Location = new System.Drawing.Point(92, 18);
  283. this.txtTPCode.Name = "txtTPCode";
  284. this.txtTPCode.Size = new System.Drawing.Size(191, 22);
  285. this.txtTPCode.TabIndex = 52;
  286. this.txtTPCode.TextChanged += new System.EventHandler(this.txtTPCode_TextChanged);
  287. //
  288. // txtTPSeq
  289. //
  290. this.txtTPSeq.Location = new System.Drawing.Point(92, 172);
  291. this.txtTPSeq.Name = "txtTPSeq";
  292. this.txtTPSeq.Size = new System.Drawing.Size(114, 22);
  293. this.txtTPSeq.TabIndex = 49;
  294. //
  295. // label8
  296. //
  297. this.label8.AutoSize = true;
  298. this.label8.Location = new System.Drawing.Point(24, 176);
  299. this.label8.Name = "label8";
  300. this.label8.Size = new System.Drawing.Size(59, 14);
  301. this.label8.TabIndex = 48;
  302. this.label8.Text = "时段次序:";
  303. //
  304. // label6
  305. //
  306. this.label6.AutoSize = true;
  307. this.label6.Location = new System.Drawing.Point(25, 207);
  308. this.label6.Name = "label6";
  309. this.label6.Size = new System.Drawing.Size(59, 14);
  310. this.label6.TabIndex = 43;
  311. this.label6.Text = "时段类型:";
  312. //
  313. // label5
  314. //
  315. this.label5.AutoSize = true;
  316. this.label5.Location = new System.Drawing.Point(25, 109);
  317. this.label5.Name = "label5";
  318. this.label5.Size = new System.Drawing.Size(59, 14);
  319. this.label5.TabIndex = 42;
  320. this.label5.Text = "时段描述:";
  321. //
  322. // label4
  323. //
  324. this.label4.AutoSize = true;
  325. this.label4.Location = new System.Drawing.Point(25, 85);
  326. this.label4.Name = "label4";
  327. this.label4.Size = new System.Drawing.Size(59, 14);
  328. this.label4.TabIndex = 41;
  329. this.label4.Text = "班次代码:";
  330. //
  331. // label2
  332. //
  333. this.label2.AutoSize = true;
  334. this.label2.Location = new System.Drawing.Point(25, 56);
  335. this.label2.Name = "label2";
  336. this.label2.Size = new System.Drawing.Size(59, 14);
  337. this.label2.TabIndex = 39;
  338. this.label2.Text = "班制代码:";
  339. //
  340. // label1
  341. //
  342. this.label1.AutoSize = true;
  343. this.label1.Location = new System.Drawing.Point(26, 23);
  344. this.label1.Name = "label1";
  345. this.label1.Size = new System.Drawing.Size(59, 14);
  346. this.label1.TabIndex = 38;
  347. this.label1.Text = "时段代码:";
  348. //
  349. // labTop
  350. //
  351. this.labTop.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.labTop.Appearance.ForeColor = System.Drawing.Color.Black;
  353. this.labTop.Location = new System.Drawing.Point(1, 3);
  354. this.labTop.Name = "labTop";
  355. this.labTop.Size = new System.Drawing.Size(96, 21);
  356. this.labTop.TabIndex = 25;
  357. this.labTop.Text = "添加时段信息";
  358. //
  359. // btnCancle
  360. //
  361. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  362. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  363. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  364. this.btnCancle.Appearance.Options.UseFont = true;
  365. this.btnCancle.Appearance.Options.UseForeColor = true;
  366. this.btnCancle.Appearance.Options.UseTextOptions = true;
  367. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  368. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  369. this.btnCancle.Location = new System.Drawing.Point(224, 424);
  370. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  371. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  372. this.btnCancle.Name = "btnCancle";
  373. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  374. this.btnCancle.TabIndex = 26;
  375. this.btnCancle.Text = "取消";
  376. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  377. //
  378. // btnClose
  379. //
  380. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  381. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  382. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  383. this.btnClose.Appearance.Options.UseFont = true;
  384. this.btnClose.Appearance.Options.UseForeColor = true;
  385. this.btnClose.Appearance.Options.UseTextOptions = true;
  386. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  387. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  388. this.btnClose.Location = new System.Drawing.Point(290, -1);
  389. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  390. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  391. this.btnClose.Name = "btnClose";
  392. this.btnClose.Size = new System.Drawing.Size(26, 30);
  393. this.btnClose.TabIndex = 27;
  394. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  395. //
  396. // FormICSTPAdd
  397. //
  398. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  399. this.Appearance.Options.UseBackColor = true;
  400. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  401. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  402. this.ClientSize = new System.Drawing.Size(317, 458);
  403. this.Controls.Add(this.btnClose);
  404. this.Controls.Add(this.btnCancle);
  405. this.Controls.Add(this.labTop);
  406. this.Controls.Add(this.panelControl1);
  407. this.Controls.Add(this.btnOK);
  408. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  409. this.Name = "FormICSTPAdd";
  410. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  411. this.Text = "FormICSAddBas_Person";
  412. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  413. this.panelControl1.ResumeLayout(false);
  414. this.panelControl1.PerformLayout();
  415. ((System.ComponentModel.ISupportInitialize)(this.dEndTime.Properties)).EndInit();
  416. ((System.ComponentModel.ISupportInitialize)(this.dBegTime.Properties)).EndInit();
  417. ((System.ComponentModel.ISupportInitialize)(this.btnShift.Properties)).EndInit();
  418. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).EndInit();
  419. this.ResumeLayout(false);
  420. this.PerformLayout();
  421. }
  422. #endregion
  423. private DevExpress.XtraEditors.SimpleButton btnOK;
  424. private DevExpress.XtraEditors.PanelControl panelControl1;
  425. private DevExpress.XtraEditors.LabelControl labTop;
  426. private DevExpress.XtraEditors.SimpleButton btnCancle;
  427. private DevExpress.XtraEditors.SimpleButton btnClose;
  428. private System.Windows.Forms.TextBox txtTPSeq;
  429. private System.Windows.Forms.Label label8;
  430. private System.Windows.Forms.Label label6;
  431. private System.Windows.Forms.Label label5;
  432. private System.Windows.Forms.Label label4;
  433. private System.Windows.Forms.Label label2;
  434. private System.Windows.Forms.Label label1;
  435. private System.Windows.Forms.TextBox txtTPCode;
  436. private System.Windows.Forms.RichTextBox rTPDesc;
  437. private System.Windows.Forms.Label label7;
  438. private System.Windows.Forms.Label label3;
  439. private System.Windows.Forms.ComboBox comIsOverDate;
  440. private System.Windows.Forms.Label label9;
  441. private System.Windows.Forms.ComboBox comTPType;
  442. private System.Windows.Forms.TextBox txtUseTime;
  443. private System.Windows.Forms.TextBox txtUser;
  444. private System.Windows.Forms.Label label11;
  445. private System.Windows.Forms.Label label10;
  446. private System.Windows.Forms.TextBox txtID;
  447. private DevExpress.XtraEditors.ButtonEdit txtItemCode;
  448. private DevExpress.XtraEditors.ButtonEdit btnShift;
  449. private System.Windows.Forms.TextBox txtSHIFTID;
  450. private System.Windows.Forms.TextBox txtSHIFTTYPEID;
  451. private DevExpress.XtraEditors.TimeEdit dEndTime;
  452. private DevExpress.XtraEditors.TimeEdit dBegTime;
  453. }
  454. }