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.
322 lines
18 KiB
322 lines
18 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSITEM2ROUTEAdd
|
|
{
|
|
/// <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(FormICSITEM2ROUTEAdd));
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtOPCode = new System.Windows.Forms.RichTextBox();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtROUTEID = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtITEMID = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtROUTECODE = new DevExpress.XtraEditors.GridLookUpEdit();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.txtITEMCODE = new DevExpress.XtraEditors.GridLookUpEdit();
|
|
this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.checkISREF = new System.Windows.Forms.CheckBox();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.save = new DevExpress.XtraEditors.SimpleButton();
|
|
this.can = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtROUTEID.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtITEMID.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtROUTECODE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(558, 1);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(38, 37);
|
|
this.btnClose.TabIndex = 5;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblTitle.Location = new System.Drawing.Point(1, 1);
|
|
this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(225, 37);
|
|
this.lblTitle.TabIndex = 6;
|
|
this.lblTitle.Text = "产品和途程的关系编辑";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(38, 45);
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(54, 22);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "产品:";
|
|
//
|
|
// 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.txtOPCode);
|
|
this.panelControl1.Controls.Add(this.labelControl4);
|
|
this.panelControl1.Controls.Add(this.txtROUTEID);
|
|
this.panelControl1.Controls.Add(this.txtITEMID);
|
|
this.panelControl1.Controls.Add(this.txtROUTECODE);
|
|
this.panelControl1.Controls.Add(this.txtITEMCODE);
|
|
this.panelControl1.Controls.Add(this.checkISREF);
|
|
this.panelControl1.Controls.Add(this.labelControl3);
|
|
this.panelControl1.Controls.Add(this.labelControl2);
|
|
this.panelControl1.Controls.Add(this.labelControl1);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 43);
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(592, 467);
|
|
this.panelControl1.TabIndex = 23;
|
|
//
|
|
// txtOPCode
|
|
//
|
|
this.txtOPCode.Location = new System.Drawing.Point(180, 180);
|
|
this.txtOPCode.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtOPCode.Name = "txtOPCode";
|
|
this.txtOPCode.ReadOnly = true;
|
|
this.txtOPCode.Size = new System.Drawing.Size(245, 131);
|
|
this.txtOPCode.TabIndex = 212;
|
|
this.txtOPCode.Text = "";
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Location = new System.Drawing.Point(38, 220);
|
|
this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(54, 22);
|
|
this.labelControl4.TabIndex = 209;
|
|
this.labelControl4.Text = "工序:";
|
|
//
|
|
// txtROUTEID
|
|
//
|
|
this.txtROUTEID.Location = new System.Drawing.Point(455, 101);
|
|
this.txtROUTEID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtROUTEID.Name = "txtROUTEID";
|
|
this.txtROUTEID.Size = new System.Drawing.Size(105, 28);
|
|
this.txtROUTEID.TabIndex = 208;
|
|
this.txtROUTEID.Visible = false;
|
|
//
|
|
// txtITEMID
|
|
//
|
|
this.txtITEMID.Location = new System.Drawing.Point(455, 42);
|
|
this.txtITEMID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtITEMID.Name = "txtITEMID";
|
|
this.txtITEMID.Size = new System.Drawing.Size(105, 28);
|
|
this.txtITEMID.TabIndex = 207;
|
|
this.txtITEMID.Visible = false;
|
|
//
|
|
// txtROUTECODE
|
|
//
|
|
this.txtROUTECODE.EditValue = "";
|
|
this.txtROUTECODE.Location = new System.Drawing.Point(180, 101);
|
|
this.txtROUTECODE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtROUTECODE.Name = "txtROUTECODE";
|
|
this.txtROUTECODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.txtROUTECODE.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
|
|
this.txtROUTECODE.Properties.View = this.gridView1;
|
|
this.txtROUTECODE.Size = new System.Drawing.Size(246, 28);
|
|
this.txtROUTECODE.TabIndex = 206;
|
|
this.txtROUTECODE.QueryPopUp += new System.ComponentModel.CancelEventHandler(this.txtROUTECODE_QueryPopUp);
|
|
this.txtROUTECODE.EditValueChanged += new System.EventHandler(this.txtROUTECODE_EditValueChanged);
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// txtITEMCODE
|
|
//
|
|
this.txtITEMCODE.EditValue = "";
|
|
this.txtITEMCODE.Location = new System.Drawing.Point(180, 42);
|
|
this.txtITEMCODE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtITEMCODE.Name = "txtITEMCODE";
|
|
this.txtITEMCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.txtITEMCODE.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
|
|
this.txtITEMCODE.Properties.View = this.gridLookUpEdit1View;
|
|
this.txtITEMCODE.Size = new System.Drawing.Size(246, 28);
|
|
this.txtITEMCODE.TabIndex = 205;
|
|
this.txtITEMCODE.QueryPopUp += new System.ComponentModel.CancelEventHandler(this.txtITEMCODE_QueryPopUp);
|
|
this.txtITEMCODE.EditValueChanged += new System.EventHandler(this.txtITEMCODE_EditValueChanged);
|
|
//
|
|
// gridLookUpEdit1View
|
|
//
|
|
this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
|
|
this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// checkISREF
|
|
//
|
|
this.checkISREF.AutoSize = true;
|
|
this.checkISREF.Location = new System.Drawing.Point(180, 353);
|
|
this.checkISREF.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.checkISREF.Name = "checkISREF";
|
|
this.checkISREF.Size = new System.Drawing.Size(22, 21);
|
|
this.checkISREF.TabIndex = 78;
|
|
this.checkISREF.UseVisualStyleBackColor = true;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(38, 352);
|
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(90, 22);
|
|
this.labelControl3.TabIndex = 77;
|
|
this.labelControl3.Text = "默认途程:";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(38, 105);
|
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(54, 22);
|
|
this.labelControl2.TabIndex = 75;
|
|
this.labelControl2.Text = "途程:";
|
|
//
|
|
// save
|
|
//
|
|
this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.save.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.save.Appearance.Options.UseFont = true;
|
|
this.save.Appearance.Options.UseForeColor = true;
|
|
this.save.Appearance.Options.UseTextOptions = true;
|
|
this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
|
|
this.save.Location = new System.Drawing.Point(389, 527);
|
|
this.save.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.save.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.save.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.save.Name = "save";
|
|
this.save.Size = new System.Drawing.Size(100, 48);
|
|
this.save.TabIndex = 30;
|
|
this.save.Text = "保存";
|
|
this.save.Click += new System.EventHandler(this.save_Click);
|
|
//
|
|
// can
|
|
//
|
|
this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.can.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.can.Appearance.Options.UseFont = true;
|
|
this.can.Appearance.Options.UseForeColor = true;
|
|
this.can.Appearance.Options.UseTextOptions = true;
|
|
this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
|
|
this.can.Location = new System.Drawing.Point(494, 527);
|
|
this.can.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.can.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.can.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.can.Name = "can";
|
|
this.can.Size = new System.Drawing.Size(100, 48);
|
|
this.can.TabIndex = 79;
|
|
this.can.Text = "取消";
|
|
this.can.Click += new System.EventHandler(this.can_Click);
|
|
//
|
|
// FormICSITEM2ROUTEAdd
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(596, 577);
|
|
this.Controls.Add(this.save);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.can);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.btnClose);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "FormICSITEM2ROUTEAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormContainerAddEdit";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtROUTEID.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtITEMID.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtROUTECODE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private System.Windows.Forms.CheckBox checkISREF;
|
|
private DevExpress.XtraEditors.SimpleButton save;
|
|
private DevExpress.XtraEditors.SimpleButton can;
|
|
private DevExpress.XtraEditors.GridLookUpEdit txtITEMCODE;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
|
|
private DevExpress.XtraEditors.GridLookUpEdit txtROUTECODE;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraEditors.TextEdit txtROUTEID;
|
|
private DevExpress.XtraEditors.TextEdit txtITEMID;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private System.Windows.Forms.RichTextBox txtOPCode;
|
|
}
|
|
}
|