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.
460 lines
23 KiB
460 lines
23 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSTPAdd
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSTPAdd));
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.dEndTime = new DevExpress.XtraEditors.TimeEdit();
|
|
this.dBegTime = new DevExpress.XtraEditors.TimeEdit();
|
|
this.txtSHIFTID = new System.Windows.Forms.TextBox();
|
|
this.txtSHIFTTYPEID = new System.Windows.Forms.TextBox();
|
|
this.btnShift = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.txtItemCode = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.txtID = new System.Windows.Forms.TextBox();
|
|
this.comTPType = new System.Windows.Forms.ComboBox();
|
|
this.txtUseTime = new System.Windows.Forms.TextBox();
|
|
this.txtUser = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.comIsOverDate = new System.Windows.Forms.ComboBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.rTPDesc = new System.Windows.Forms.RichTextBox();
|
|
this.txtTPCode = new System.Windows.Forms.TextBox();
|
|
this.txtTPSeq = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.labTop = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dEndTime.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dBegTime.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnShift.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnOK.Appearance.Options.UseFont = true;
|
|
this.btnOK.Appearance.Options.UseForeColor = true;
|
|
this.btnOK.Appearance.Options.UseTextOptions = true;
|
|
this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
|
|
this.btnOK.Location = new System.Drawing.Point(148, 424);
|
|
this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(70, 30);
|
|
this.btnOK.TabIndex = 23;
|
|
this.btnOK.Text = "保存";
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.panelControl1.Appearance.Options.UseBackColor = true;
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Controls.Add(this.dEndTime);
|
|
this.panelControl1.Controls.Add(this.dBegTime);
|
|
this.panelControl1.Controls.Add(this.txtSHIFTID);
|
|
this.panelControl1.Controls.Add(this.txtSHIFTTYPEID);
|
|
this.panelControl1.Controls.Add(this.btnShift);
|
|
this.panelControl1.Controls.Add(this.txtItemCode);
|
|
this.panelControl1.Controls.Add(this.txtID);
|
|
this.panelControl1.Controls.Add(this.comTPType);
|
|
this.panelControl1.Controls.Add(this.txtUseTime);
|
|
this.panelControl1.Controls.Add(this.txtUser);
|
|
this.panelControl1.Controls.Add(this.label11);
|
|
this.panelControl1.Controls.Add(this.label10);
|
|
this.panelControl1.Controls.Add(this.comIsOverDate);
|
|
this.panelControl1.Controls.Add(this.label9);
|
|
this.panelControl1.Controls.Add(this.label7);
|
|
this.panelControl1.Controls.Add(this.label3);
|
|
this.panelControl1.Controls.Add(this.rTPDesc);
|
|
this.panelControl1.Controls.Add(this.txtTPCode);
|
|
this.panelControl1.Controls.Add(this.txtTPSeq);
|
|
this.panelControl1.Controls.Add(this.label8);
|
|
this.panelControl1.Controls.Add(this.label6);
|
|
this.panelControl1.Controls.Add(this.label5);
|
|
this.panelControl1.Controls.Add(this.label4);
|
|
this.panelControl1.Controls.Add(this.label2);
|
|
this.panelControl1.Controls.Add(this.label1);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 29);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(315, 389);
|
|
this.panelControl1.TabIndex = 24;
|
|
//
|
|
// dEndTime
|
|
//
|
|
this.dEndTime.EditValue = new System.DateTime(2016, 11, 7, 0, 0, 0, 0);
|
|
this.dEndTime.Location = new System.Drawing.Point(92, 260);
|
|
this.dEndTime.Name = "dEndTime";
|
|
this.dEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.dEndTime.Size = new System.Drawing.Size(191, 20);
|
|
this.dEndTime.TabIndex = 73;
|
|
//
|
|
// dBegTime
|
|
//
|
|
this.dBegTime.EditValue = new System.DateTime(2016, 11, 7, 0, 0, 0, 0);
|
|
this.dBegTime.Location = new System.Drawing.Point(92, 233);
|
|
this.dBegTime.Name = "dBegTime";
|
|
this.dBegTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.dBegTime.Size = new System.Drawing.Size(191, 20);
|
|
this.dBegTime.TabIndex = 72;
|
|
//
|
|
// txtSHIFTID
|
|
//
|
|
this.txtSHIFTID.Location = new System.Drawing.Point(294, 319);
|
|
this.txtSHIFTID.Name = "txtSHIFTID";
|
|
this.txtSHIFTID.Size = new System.Drawing.Size(76, 22);
|
|
this.txtSHIFTID.TabIndex = 69;
|
|
this.txtSHIFTID.Visible = false;
|
|
//
|
|
// txtSHIFTTYPEID
|
|
//
|
|
this.txtSHIFTTYPEID.Location = new System.Drawing.Point(294, 292);
|
|
this.txtSHIFTTYPEID.Name = "txtSHIFTTYPEID";
|
|
this.txtSHIFTTYPEID.Size = new System.Drawing.Size(76, 22);
|
|
this.txtSHIFTTYPEID.TabIndex = 68;
|
|
this.txtSHIFTTYPEID.Visible = false;
|
|
//
|
|
// btnShift
|
|
//
|
|
this.btnShift.EditValue = "";
|
|
this.btnShift.Location = new System.Drawing.Point(90, 78);
|
|
this.btnShift.Name = "btnShift";
|
|
this.btnShift.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.btnShift.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.btnShift.Size = new System.Drawing.Size(185, 20);
|
|
this.btnShift.TabIndex = 67;
|
|
this.btnShift.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnShift_ButtonClick);
|
|
//
|
|
// txtItemCode
|
|
//
|
|
this.txtItemCode.EditValue = "";
|
|
this.txtItemCode.Location = new System.Drawing.Point(90, 52);
|
|
this.txtItemCode.Name = "txtItemCode";
|
|
this.txtItemCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.txtItemCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.txtItemCode.Size = new System.Drawing.Size(185, 20);
|
|
this.txtItemCode.TabIndex = 66;
|
|
this.txtItemCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtItemCode_ButtonClick);
|
|
//
|
|
// txtID
|
|
//
|
|
this.txtID.Location = new System.Drawing.Point(289, 348);
|
|
this.txtID.Name = "txtID";
|
|
this.txtID.Size = new System.Drawing.Size(76, 22);
|
|
this.txtID.TabIndex = 65;
|
|
this.txtID.Visible = false;
|
|
//
|
|
// comTPType
|
|
//
|
|
this.comTPType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comTPType.FormattingEnabled = true;
|
|
this.comTPType.Location = new System.Drawing.Point(92, 204);
|
|
this.comTPType.Name = "comTPType";
|
|
this.comTPType.Size = new System.Drawing.Size(191, 22);
|
|
this.comTPType.TabIndex = 64;
|
|
//
|
|
// txtUseTime
|
|
//
|
|
this.txtUseTime.Location = new System.Drawing.Point(92, 348);
|
|
this.txtUseTime.Name = "txtUseTime";
|
|
this.txtUseTime.ReadOnly = true;
|
|
this.txtUseTime.Size = new System.Drawing.Size(191, 22);
|
|
this.txtUseTime.TabIndex = 63;
|
|
//
|
|
// txtUser
|
|
//
|
|
this.txtUser.Location = new System.Drawing.Point(92, 317);
|
|
this.txtUser.Name = "txtUser";
|
|
this.txtUser.ReadOnly = true;
|
|
this.txtUser.Size = new System.Drawing.Size(191, 22);
|
|
this.txtUser.TabIndex = 62;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(24, 348);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(59, 14);
|
|
this.label11.TabIndex = 61;
|
|
this.label11.Text = "维护时间:";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(24, 319);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(47, 14);
|
|
this.label10.TabIndex = 60;
|
|
this.label10.Text = "维护人:";
|
|
//
|
|
// comIsOverDate
|
|
//
|
|
this.comIsOverDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comIsOverDate.FormattingEnabled = true;
|
|
this.comIsOverDate.Location = new System.Drawing.Point(92, 285);
|
|
this.comIsOverDate.Name = "comIsOverDate";
|
|
this.comIsOverDate.Size = new System.Drawing.Size(191, 22);
|
|
this.comIsOverDate.TabIndex = 59;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(24, 292);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(59, 14);
|
|
this.label9.TabIndex = 58;
|
|
this.label9.Text = "是否跨天:";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(24, 263);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(59, 14);
|
|
this.label7.TabIndex = 55;
|
|
this.label7.Text = "结束时间:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(24, 236);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(59, 14);
|
|
this.label3.TabIndex = 54;
|
|
this.label3.Text = "开始时间:";
|
|
//
|
|
// rTPDesc
|
|
//
|
|
this.rTPDesc.Location = new System.Drawing.Point(92, 106);
|
|
this.rTPDesc.MaxLength = 100;
|
|
this.rTPDesc.Name = "rTPDesc";
|
|
this.rTPDesc.Size = new System.Drawing.Size(191, 56);
|
|
this.rTPDesc.TabIndex = 53;
|
|
this.rTPDesc.Text = "";
|
|
//
|
|
// txtTPCode
|
|
//
|
|
this.txtTPCode.Location = new System.Drawing.Point(92, 18);
|
|
this.txtTPCode.Name = "txtTPCode";
|
|
this.txtTPCode.Size = new System.Drawing.Size(191, 22);
|
|
this.txtTPCode.TabIndex = 52;
|
|
this.txtTPCode.TextChanged += new System.EventHandler(this.txtTPCode_TextChanged);
|
|
//
|
|
// txtTPSeq
|
|
//
|
|
this.txtTPSeq.Location = new System.Drawing.Point(92, 172);
|
|
this.txtTPSeq.Name = "txtTPSeq";
|
|
this.txtTPSeq.Size = new System.Drawing.Size(114, 22);
|
|
this.txtTPSeq.TabIndex = 49;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(24, 176);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(59, 14);
|
|
this.label8.TabIndex = 48;
|
|
this.label8.Text = "时段次序:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(25, 207);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(59, 14);
|
|
this.label6.TabIndex = 43;
|
|
this.label6.Text = "时段类型:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(25, 109);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(59, 14);
|
|
this.label5.TabIndex = 42;
|
|
this.label5.Text = "时段描述:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(25, 85);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(59, 14);
|
|
this.label4.TabIndex = 41;
|
|
this.label4.Text = "班次代码:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(25, 56);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(59, 14);
|
|
this.label2.TabIndex = 39;
|
|
this.label2.Text = "班制代码:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(26, 23);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(59, 14);
|
|
this.label1.TabIndex = 38;
|
|
this.label1.Text = "时段代码:";
|
|
//
|
|
// labTop
|
|
//
|
|
this.labTop.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labTop.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labTop.Location = new System.Drawing.Point(1, 3);
|
|
this.labTop.Name = "labTop";
|
|
this.labTop.Size = new System.Drawing.Size(96, 21);
|
|
this.labTop.TabIndex = 25;
|
|
this.labTop.Text = "添加时段信息";
|
|
//
|
|
// btnCancle
|
|
//
|
|
this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnCancle.Appearance.Options.UseFont = true;
|
|
this.btnCancle.Appearance.Options.UseForeColor = true;
|
|
this.btnCancle.Appearance.Options.UseTextOptions = true;
|
|
this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
|
|
this.btnCancle.Location = new System.Drawing.Point(224, 424);
|
|
this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnCancle.Name = "btnCancle";
|
|
this.btnCancle.Size = new System.Drawing.Size(70, 30);
|
|
this.btnCancle.TabIndex = 26;
|
|
this.btnCancle.Text = "取消";
|
|
this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|
this.btnClose.Appearance.Options.UseForeColor = true;
|
|
this.btnClose.Appearance.Options.UseTextOptions = true;
|
|
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.Location = new System.Drawing.Point(290, -1);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(26, 30);
|
|
this.btnClose.TabIndex = 27;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// FormICSTPAdd
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(317, 458);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnCancle);
|
|
this.Controls.Add(this.labTop);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.btnOK);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FormICSTPAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormICSAddBas_Person";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dEndTime.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dBegTime.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnShift.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labTop;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancle;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private System.Windows.Forms.TextBox txtTPSeq;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtTPCode;
|
|
private System.Windows.Forms.RichTextBox rTPDesc;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ComboBox comIsOverDate;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.ComboBox comTPType;
|
|
private System.Windows.Forms.TextBox txtUseTime;
|
|
private System.Windows.Forms.TextBox txtUser;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox txtID;
|
|
private DevExpress.XtraEditors.ButtonEdit txtItemCode;
|
|
private DevExpress.XtraEditors.ButtonEdit btnShift;
|
|
private System.Windows.Forms.TextBox txtSHIFTID;
|
|
private System.Windows.Forms.TextBox txtSHIFTTYPEID;
|
|
private DevExpress.XtraEditors.TimeEdit dEndTime;
|
|
private DevExpress.XtraEditors.TimeEdit dBegTime;
|
|
}
|
|
}
|