namespace Gs.DevApp.DevFrm.QC
|
{
|
partial class MesQcExceptionalShow
|
{
|
/// <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()
|
{
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.btnEsc = new DevExpress.XtraEditors.SimpleButton();
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
|
this.txt_freceQty = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.txt_fngHandle = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.txt_fmrmode = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.txt_freceQty1111 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
|
this.layoutMx1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txt_freceQty.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_fngHandle.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_fmrmode.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_freceQty1111)).BeginInit();
|
this.SuspendLayout();
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.btnEsc);
|
this.panel1.Controls.Add(this.btnQuery);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.panel1.Location = new System.Drawing.Point(0, 122);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(430, 44);
|
this.panel1.TabIndex = 3;
|
//
|
// btnEsc
|
//
|
this.btnEsc.Appearance.Options.UseFont = true;
|
this.btnEsc.Dock = System.Windows.Forms.DockStyle.Right;
|
this.btnEsc.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
|
this.btnEsc.Location = new System.Drawing.Point(242, 0);
|
this.btnEsc.Name = "btnEsc";
|
this.btnEsc.Size = new System.Drawing.Size(94, 44);
|
this.btnEsc.TabIndex = 1;
|
this.btnEsc.Text = "取消保存";
|
//
|
// btnQuery
|
//
|
this.btnQuery.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
this.btnQuery.Appearance.Options.UseBackColor = true;
|
this.btnQuery.Appearance.Options.UseFont = true;
|
this.btnQuery.Dock = System.Windows.Forms.DockStyle.Right;
|
this.btnQuery.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.zoom100_16x16;
|
this.btnQuery.Location = new System.Drawing.Point(336, 0);
|
this.btnQuery.Name = "btnQuery";
|
this.btnQuery.Size = new System.Drawing.Size(94, 44);
|
this.btnQuery.TabIndex = 0;
|
this.btnQuery.Text = "确定保存";
|
//
|
// layoutMx1
|
//
|
this.layoutMx1.Controls.Add(this.txt_freceQty);
|
this.layoutMx1.Controls.Add(this.txt_fngHandle);
|
this.layoutMx1.Controls.Add(this.txt_fmrmode);
|
this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutMx1.Location = new System.Drawing.Point(0, 0);
|
this.layoutMx1.Name = "layoutMx1";
|
this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(712, 0, 812, 500);
|
this.layoutMx1.Root = this.Root;
|
this.layoutMx1.Size = new System.Drawing.Size(430, 122);
|
this.layoutMx1.TabIndex = 4;
|
this.layoutMx1.Text = "layoutControl1";
|
//
|
// txt_freceQty
|
//
|
this.txt_freceQty.EditValue = "-请选择-";
|
this.txt_freceQty.Location = new System.Drawing.Point(84, 12);
|
this.txt_freceQty.Name = "txt_freceQty";
|
this.txt_freceQty.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
|
this.txt_freceQty.Properties.Appearance.Options.UseForeColor = true;
|
this.txt_freceQty.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txt_freceQty.Properties.Items.AddRange(new object[] {
|
"-请选择-",
|
"Y:合格",
|
"N:不合格"});
|
this.txt_freceQty.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txt_freceQty.Size = new System.Drawing.Size(334, 24);
|
this.txt_freceQty.StyleController = this.layoutMx1;
|
this.txt_freceQty.TabIndex = 816;
|
//
|
// txt_fngHandle
|
//
|
this.txt_fngHandle.EditValue = "-请选择-";
|
this.txt_fngHandle.Location = new System.Drawing.Point(84, 46);
|
this.txt_fngHandle.Name = "txt_fngHandle";
|
this.txt_fngHandle.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
|
this.txt_fngHandle.Properties.Appearance.Options.UseForeColor = true;
|
this.txt_fngHandle.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txt_fngHandle.Properties.Items.AddRange(new object[] {
|
"-请选择-",
|
"退货",
|
"特采直接使用"});
|
this.txt_fngHandle.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txt_fngHandle.Size = new System.Drawing.Size(334, 24);
|
this.txt_fngHandle.StyleController = this.layoutMx1;
|
this.txt_fngHandle.TabIndex = 793;
|
//
|
// txt_fmrmode
|
//
|
this.txt_fmrmode.EditValue = "-请选择-";
|
this.txt_fmrmode.Location = new System.Drawing.Point(84, 80);
|
this.txt_fmrmode.Name = "txt_fmrmode";
|
this.txt_fmrmode.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
|
this.txt_fmrmode.Properties.Appearance.Options.UseForeColor = true;
|
this.txt_fmrmode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txt_fmrmode.Properties.Items.AddRange(new object[] {
|
"-请选择-",
|
"退料补料",
|
"退料并扣款"});
|
this.txt_fmrmode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txt_fmrmode.Size = new System.Drawing.Size(334, 24);
|
this.txt_fmrmode.StyleController = this.layoutMx1;
|
this.txt_fmrmode.TabIndex = 795;
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem14,
|
this.layoutControlItem15,
|
this.txt_freceQty1111});
|
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.Root.Name = "Root";
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition1.Width = 100D;
|
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition1});
|
rowDefinition1.Height = 100D;
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
rowDefinition2.Height = 100D;
|
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
rowDefinition3.Height = 100D;
|
rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
|
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition1,
|
rowDefinition2,
|
rowDefinition3});
|
this.Root.Size = new System.Drawing.Size(430, 122);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem14
|
//
|
this.layoutControlItem14.Control = this.txt_fngHandle;
|
this.layoutControlItem14.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
this.layoutControlItem14.CustomizationFormText = "处理结果";
|
this.layoutControlItem14.Location = new System.Drawing.Point(0, 34);
|
this.layoutControlItem14.Name = "layoutControlItem14";
|
this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 1;
|
this.layoutControlItem14.Size = new System.Drawing.Size(410, 34);
|
this.layoutControlItem14.Text = "处理结果";
|
this.layoutControlItem14.TextSize = new System.Drawing.Size(60, 18);
|
//
|
// layoutControlItem15
|
//
|
this.layoutControlItem15.Control = this.txt_fmrmode;
|
this.layoutControlItem15.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
this.layoutControlItem15.CustomizationFormText = "处理方式";
|
this.layoutControlItem15.Location = new System.Drawing.Point(0, 68);
|
this.layoutControlItem15.Name = "layoutControlItem15";
|
this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 2;
|
this.layoutControlItem15.Size = new System.Drawing.Size(410, 34);
|
this.layoutControlItem15.Text = "处理方式";
|
this.layoutControlItem15.TextSize = new System.Drawing.Size(60, 18);
|
//
|
// txt_freceQty1111
|
//
|
this.txt_freceQty1111.Control = this.txt_freceQty;
|
this.txt_freceQty1111.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
this.txt_freceQty1111.CustomizationFormText = "判定结果";
|
this.txt_freceQty1111.Location = new System.Drawing.Point(0, 0);
|
this.txt_freceQty1111.Name = "txt_freceQty1111";
|
this.txt_freceQty1111.Size = new System.Drawing.Size(410, 34);
|
this.txt_freceQty1111.Text = "判定结果";
|
this.txt_freceQty1111.TextSize = new System.Drawing.Size(60, 18);
|
//
|
// MesQcExceptionalShow
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(430, 166);
|
this.Controls.Add(this.layoutMx1);
|
this.Controls.Add(this.panel1);
|
this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "MesQcExceptionalShow";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "OA判定";
|
this.panel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit();
|
this.layoutMx1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.txt_freceQty.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_fngHandle.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_fmrmode.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_freceQty1111)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
private DevExpress.XtraEditors.SimpleButton btnEsc;
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
private DevExpress.XtraLayout.LayoutControl layoutMx1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraEditors.ComboBoxEdit txt_freceQty;
|
private DevExpress.XtraEditors.ComboBoxEdit txt_fngHandle;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
|
private DevExpress.XtraEditors.ComboBoxEdit txt_fmrmode;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
|
private DevExpress.XtraLayout.LayoutControlItem txt_freceQty1111;
|
}
|
}
|