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.
318 lines
16 KiB
318 lines
16 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormTBLROUTE2OPAdd
|
|
{
|
|
/// <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(FormTBLROUTE2OPAdd));
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtRouteCode = new System.Windows.Forms.TextBox();
|
|
this.checkedListBoxOPControl = new DevExpress.XtraEditors.CheckedListBoxControl();
|
|
this.txtRouteId = new System.Windows.Forms.TextBox();
|
|
this.txtOpCode = new DevExpress.XtraEditors.ButtonEdit();
|
|
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.txtOpId = new System.Windows.Forms.TextBox();
|
|
this.txtTbLSeq = 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.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.checkedListBoxOPControl)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOpCode.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(192, 402);
|
|
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.txtRouteCode);
|
|
this.panelControl1.Controls.Add(this.checkedListBoxOPControl);
|
|
this.panelControl1.Controls.Add(this.txtRouteId);
|
|
this.panelControl1.Controls.Add(this.txtOpCode);
|
|
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.txtOpId);
|
|
this.panelControl1.Controls.Add(this.txtTbLSeq);
|
|
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.Location = new System.Drawing.Point(1, 29);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(359, 367);
|
|
this.panelControl1.TabIndex = 24;
|
|
//
|
|
// txtRouteCode
|
|
//
|
|
this.txtRouteCode.Location = new System.Drawing.Point(99, 20);
|
|
this.txtRouteCode.Name = "txtRouteCode";
|
|
this.txtRouteCode.ReadOnly = true;
|
|
this.txtRouteCode.Size = new System.Drawing.Size(185, 22);
|
|
this.txtRouteCode.TabIndex = 77;
|
|
//
|
|
// checkedListBoxOPControl
|
|
//
|
|
this.checkedListBoxOPControl.Location = new System.Drawing.Point(92, 124);
|
|
this.checkedListBoxOPControl.MultiColumn = true;
|
|
this.checkedListBoxOPControl.Name = "checkedListBoxOPControl";
|
|
this.checkedListBoxOPControl.Size = new System.Drawing.Size(254, 132);
|
|
this.checkedListBoxOPControl.TabIndex = 76;
|
|
//
|
|
// txtRouteId
|
|
//
|
|
this.txtRouteId.Location = new System.Drawing.Point(93, 335);
|
|
this.txtRouteId.Name = "txtRouteId";
|
|
this.txtRouteId.Size = new System.Drawing.Size(89, 22);
|
|
this.txtRouteId.TabIndex = 69;
|
|
this.txtRouteId.Visible = false;
|
|
//
|
|
// txtOpCode
|
|
//
|
|
this.txtOpCode.EditValue = "";
|
|
this.txtOpCode.Location = new System.Drawing.Point(99, 51);
|
|
this.txtOpCode.Name = "txtOpCode";
|
|
this.txtOpCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.txtOpCode.Size = new System.Drawing.Size(185, 20);
|
|
this.txtOpCode.TabIndex = 67;
|
|
this.txtOpCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnShift_ButtonClick);
|
|
//
|
|
// txtUseTime
|
|
//
|
|
this.txtUseTime.Location = new System.Drawing.Point(93, 307);
|
|
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(93, 271);
|
|
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(28, 307);
|
|
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(28, 271);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(47, 14);
|
|
this.label10.TabIndex = 60;
|
|
this.label10.Text = "维护人:";
|
|
//
|
|
// txtOpId
|
|
//
|
|
this.txtOpId.Location = new System.Drawing.Point(217, 335);
|
|
this.txtOpId.Name = "txtOpId";
|
|
this.txtOpId.Size = new System.Drawing.Size(84, 22);
|
|
this.txtOpId.TabIndex = 52;
|
|
this.txtOpId.Visible = false;
|
|
//
|
|
// txtTbLSeq
|
|
//
|
|
this.txtTbLSeq.Location = new System.Drawing.Point(99, 85);
|
|
this.txtTbLSeq.Name = "txtTbLSeq";
|
|
this.txtTbLSeq.Size = new System.Drawing.Size(71, 22);
|
|
this.txtTbLSeq.TabIndex = 49;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(34, 85);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(66, 14);
|
|
this.label8.TabIndex = 48;
|
|
this.label8.Text = "工序次序*:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(10, 124);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(83, 14);
|
|
this.label6.TabIndex = 43;
|
|
this.label6.Text = "工序类型记录:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(34, 54);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(66, 14);
|
|
this.label5.TabIndex = 42;
|
|
this.label5.Text = "工序代码*:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(34, 20);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(66, 14);
|
|
this.label4.TabIndex = 41;
|
|
this.label4.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(160, 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(268, 402);
|
|
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(334, -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);
|
|
//
|
|
// FormTBLROUTE2OPAdd
|
|
//
|
|
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(361, 436);
|
|
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 = "FormTBLROUTE2OPAdd";
|
|
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.checkedListBoxOPControl)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOpCode.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 txtTbLSeq;
|
|
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.TextBox txtOpId;
|
|
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 DevExpress.XtraEditors.ButtonEdit txtOpCode;
|
|
private System.Windows.Forms.TextBox txtRouteId;
|
|
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxOPControl;
|
|
private System.Windows.Forms.TextBox txtRouteCode;
|
|
}
|
|
}
|