华恒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.

684 lines
35 KiB

namespace ICSSoft.Frame.APP
{
partial class FormICSAgvSlOrBackHH
{
/// <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(FormICSAgvSlOrBackHH));
this.LookUpEditLocation = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView();
this. = new DevExpress.XtraGrid.Columns.GridColumn();
this. = new DevExpress.XtraGrid.Columns.GridColumn();
this. = new DevExpress.XtraGrid.Columns.GridColumn();
this. = new DevExpress.XtraGrid.Columns.GridColumn();
this. = new DevExpress.XtraGrid.Columns.GridColumn();
this. = new DevExpress.XtraGrid.Columns.GridColumn();
this. = new DevExpress.XtraGrid.Columns.GridColumn();
this.AGVID = new DevExpress.XtraGrid.Columns.GridColumn();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.can = new DevExpress.XtraEditors.SimpleButton();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
this.gridViewSon = new DevExpress.XtraGrid.Views.Grid.GridView();
this.ColSelect = new DevExpress.XtraGrid.Columns.GridColumn();
this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.OnQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.TxtOnQty = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.ArriveStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.BackStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this. = new DevExpress.XtraGrid.Columns.GridColumn();
this. = new DevExpress.XtraGrid.Columns.GridColumn();
this. = new DevExpress.XtraGrid.Columns.GridColumn();
this. = new DevExpress.XtraGrid.Columns.GridColumn();
this.DETAILID = new DevExpress.XtraGrid.Columns.GridColumn();
this. = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.TxtItemName = new DevExpress.XtraEditors.TextEdit();
this.label6 = new System.Windows.Forms.Label();
this.TxtOpName = new DevExpress.XtraEditors.TextEdit();
this.label5 = new System.Windows.Forms.Label();
this.TxtOpcode = new DevExpress.XtraEditors.TextEdit();
this.label4 = new System.Windows.Forms.Label();
this.TxtItemcode = new DevExpress.XtraEditors.TextEdit();
this.label3 = new System.Windows.Forms.Label();
this.TxtMocode = new DevExpress.XtraEditors.TextEdit();
this.label2 = new System.Windows.Forms.Label();
this.TxtLotno = new DevExpress.XtraEditors.TextEdit();
this.label1 = new System.Windows.Forms.Label();
this.BtnCall = new DevExpress.XtraEditors.SimpleButton();
this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.BtnBack = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.LookUpEditLocation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewSon)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TxtOnQty)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.TxtItemName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TxtOpName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TxtOpcode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TxtItemcode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TxtMocode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TxtLotno.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
this.SuspendLayout();
//
// LookUpEditLocation
//
this.LookUpEditLocation.AutoHeight = false;
this.LookUpEditLocation.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.LookUpEditLocation.Name = "LookUpEditLocation";
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridViewMain;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(896, 280);
this.gridControl1.TabIndex = 45;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridViewMain});
//
// gridViewMain
//
this.gridViewMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.,
this.,
this.,
this.,
this.,
this.,
this.,
this.AGVID});
this.gridViewMain.GridControl = this.gridControl1;
this.gridViewMain.GroupPanelText = " ";
this.gridViewMain.IndicatorWidth = 60;
this.gridViewMain.Name = "gridViewMain";
this.gridViewMain.OptionsView.ShowGroupPanel = false;
this.gridViewMain.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
this.gridViewMain.DoubleClick += new System.EventHandler(this.gridViewMain_DoubleClick);
//
// 选择
//
this..Caption = "选择";
this..FieldName = "选择";
this..Name = "选择";
this..OptionsColumn.AllowEdit = false;
this..Visible = true;
this..VisibleIndex = 0;
//
// 子件编码
//
this..Caption = "子件编码";
this..FieldName = "子件编码";
this..Name = "子件编码";
this..OptionsColumn.ReadOnly = true;
this..Visible = true;
this..VisibleIndex = 2;
//
// 子件名称
//
this..Caption = "子件名称";
this..FieldName = "子件名称";
this..Name = "子件名称";
this..OptionsColumn.ReadOnly = true;
this..Visible = true;
this..VisibleIndex = 3;
//
// 计划数量
//
this..Caption = "计划数量";
this..FieldName = "计划数量";
this..Name = "计划数量";
this..Visible = true;
this..VisibleIndex = 4;
//
// 已领数量
//
this..Caption = "已领数量";
this..FieldName = "已领数量";
this..Name = "已领数量";
this..OptionsColumn.ReadOnly = true;
//
// 到料点位
//
this..Caption = "到料点位";
this..ColumnEdit = this.LookUpEditLocation;
this..FieldName = "到料点位";
this..Name = "到料点位";
this..Visible = true;
this..VisibleIndex = 5;
//
// 起始点位
//
this..Caption = "起始点位";
this..FieldName = "起始点位";
this..Name = "起始点位";
this..OptionsColumn.ReadOnly = true;
this..Visible = true;
this..VisibleIndex = 6;
//
// AGVID
//
this.AGVID.Caption = "ID";
this.AGVID.FieldName = "ID";
this.AGVID.Name = "AGVID";
this.AGVID.Visible = true;
this.AGVID.VisibleIndex = 1;
//
// 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(843, 1);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(55, 52);
this.btnClose.TabIndex = 5;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// lblTitle
//
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblTitle.Location = new System.Drawing.Point(2, 1);
this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(278, 41);
this.lblTitle.TabIndex = 6;
this.lblTitle.Text = "叫料与料框返回";
//
// can
//
this.can.Appearance.Font = new System.Drawing.Font("Tahoma", 14F);
this.can.Appearance.Options.UseFont = true;
this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.can.Location = new System.Drawing.Point(772, 684);
this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.can.Name = "can";
this.can.Size = new System.Drawing.Size(110, 50);
this.can.TabIndex = 31;
this.can.Text = "取消";
this.can.Click += new System.EventHandler(this.btnClose_Click);
//
// panelControl1
//
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.gridControl1);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 129);
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(896, 280);
this.panelControl1.TabIndex = 23;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.gridControl2, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panelControl1, 0, 1);
this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 49);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 31.48148F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 68.51852F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 218F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(896, 628);
this.tableLayoutPanel1.TabIndex = 32;
this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
//
// gridControl2
//
this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl2.Location = new System.Drawing.Point(3, 412);
this.gridControl2.MainView = this.gridViewSon;
this.gridControl2.Name = "gridControl2";
this.gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.TxtOnQty});
this.gridControl2.Size = new System.Drawing.Size(890, 213);
this.gridControl2.TabIndex = 46;
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridViewSon});
//
// gridViewSon
//
this.gridViewSon.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.ColSelect,
this.ID,
this.OnQty,
this.ArriveStatus,
this.BackStatus,
this.,
this.,
this.,
this.,
this.DETAILID,
this.});
this.gridViewSon.GridControl = this.gridControl2;
this.gridViewSon.GroupPanelText = " ";
this.gridViewSon.IndicatorWidth = 60;
this.gridViewSon.Name = "gridViewSon";
this.gridViewSon.OptionsView.ShowGroupPanel = false;
this.gridViewSon.DoubleClick += new System.EventHandler(this.gridViewSon_DoubleClick);
//
// ColSelect
//
this.ColSelect.Caption = "选择";
this.ColSelect.FieldName = "选择";
this.ColSelect.Name = "ColSelect";
this.ColSelect.OptionsColumn.AllowEdit = false;
this.ColSelect.Visible = true;
this.ColSelect.VisibleIndex = 0;
//
// ID
//
this.ID.Caption = "行标识";
this.ID.FieldName = "ID";
this.ID.Name = "ID";
this.ID.OptionsColumn.ReadOnly = true;
this.ID.Visible = true;
this.ID.VisibleIndex = 1;
//
// OnQty
//
this.OnQty.Caption = "本次数量";
this.OnQty.ColumnEdit = this.TxtOnQty;
this.OnQty.FieldName = "本次数量";
this.OnQty.Name = "OnQty";
this.OnQty.Visible = true;
this.OnQty.VisibleIndex = 2;
//
// TxtOnQty
//
this.TxtOnQty.AutoHeight = false;
this.TxtOnQty.Mask.EditMask = "d";
this.TxtOnQty.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.TxtOnQty.Name = "TxtOnQty";
this.TxtOnQty.Click += new System.EventHandler(this.TxtOnQty_Click);
//
// ArriveStatus
//
this.ArriveStatus.Caption = "是否到料";
this.ArriveStatus.FieldName = "到料状态";
this.ArriveStatus.Name = "ArriveStatus";
this.ArriveStatus.OptionsColumn.ReadOnly = true;
//
// BackStatus
//
this.BackStatus.Caption = "是否返回";
this.BackStatus.FieldName = "返回状态";
this.BackStatus.Name = "BackStatus";
this.BackStatus.OptionsColumn.ReadOnly = true;
//
// 叫料时间
//
this..Caption = "叫料时间";
this..FieldName = "叫料时间";
this..Name = "叫料时间";
this..OptionsColumn.ReadOnly = true;
this..Visible = true;
this..VisibleIndex = 6;
//
// 返回时间
//
this..Caption = "返回时间";
this..FieldName = "返回时间";
this..Name = "返回时间";
this..OptionsColumn.ReadOnly = true;
this..Visible = true;
this..VisibleIndex = 5;
//
// 点位
//
this..Caption = "点位";
this..FieldName = "点位";
this..Name = "点位";
this..OptionsColumn.ReadOnly = true;
this..Visible = true;
this..VisibleIndex = 3;
//
// 区域
//
this..Caption = "区域";
this..FieldName = "区域";
this..Name = "区域";
this..OptionsColumn.ReadOnly = true;
//
// DETAILID
//
this.DETAILID.Caption = "DetailId";
this.DETAILID.FieldName = "DetailId";
this.DETAILID.Name = "DETAILID";
//
// 库存数量
//
this..Caption = "库存数量";
this..FieldName = "QTY";
this..Name = "库存数量";
this..Visible = true;
this..VisibleIndex = 4;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.TxtItemName);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.TxtOpName);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.TxtOpcode);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.TxtItemcode);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.TxtMocode);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.TxtLotno);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(890, 123);
this.panel1.TabIndex = 24;
//
// TxtItemName
//
this.TxtItemName.Enabled = false;
this.TxtItemName.EnterMoveNextControl = true;
this.TxtItemName.Location = new System.Drawing.Point(734, 64);
this.TxtItemName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.TxtItemName.Name = "TxtItemName";
this.TxtItemName.Size = new System.Drawing.Size(145, 24);
this.TxtItemName.TabIndex = 219;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Tahoma", 14F);
this.label6.Location = new System.Drawing.Point(611, 59);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(117, 29);
this.label6.TabIndex = 218;
this.label6.Text = "产品名称:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TxtOpName
//
this.TxtOpName.Enabled = false;
this.TxtOpName.EnterMoveNextControl = true;
this.TxtOpName.Location = new System.Drawing.Point(437, 64);
this.TxtOpName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.TxtOpName.Name = "TxtOpName";
this.TxtOpName.Size = new System.Drawing.Size(145, 24);
this.TxtOpName.TabIndex = 217;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Tahoma", 14F);
this.label5.Location = new System.Drawing.Point(314, 59);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(117, 29);
this.label5.TabIndex = 216;
this.label5.Text = "工序名称:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TxtOpcode
//
this.TxtOpcode.Enabled = false;
this.TxtOpcode.EnterMoveNextControl = true;
this.TxtOpcode.Location = new System.Drawing.Point(130, 64);
this.TxtOpcode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.TxtOpcode.Name = "TxtOpcode";
this.TxtOpcode.Size = new System.Drawing.Size(145, 24);
this.TxtOpcode.TabIndex = 215;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Tahoma", 14F);
this.label4.Location = new System.Drawing.Point(7, 59);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(133, 29);
this.label4.TabIndex = 214;
this.label4.Text = "工序编码:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TxtItemcode
//
this.TxtItemcode.Enabled = false;
this.TxtItemcode.EnterMoveNextControl = true;
this.TxtItemcode.Location = new System.Drawing.Point(734, 16);
this.TxtItemcode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.TxtItemcode.Name = "TxtItemcode";
this.TxtItemcode.Size = new System.Drawing.Size(145, 24);
this.TxtItemcode.TabIndex = 213;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Tahoma", 14F);
this.label3.Location = new System.Drawing.Point(611, 11);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(117, 29);
this.label3.TabIndex = 212;
this.label3.Text = "产品编码:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TxtMocode
//
this.TxtMocode.Enabled = false;
this.TxtMocode.EnterMoveNextControl = true;
this.TxtMocode.Location = new System.Drawing.Point(437, 16);
this.TxtMocode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.TxtMocode.Name = "TxtMocode";
this.TxtMocode.Size = new System.Drawing.Size(145, 24);
this.TxtMocode.TabIndex = 211;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Tahoma", 14F);
this.label2.Location = new System.Drawing.Point(290, 11);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(141, 29);
this.label2.TabIndex = 210;
this.label2.Text = "生产订单号:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TxtLotno
//
this.TxtLotno.Enabled = false;
this.TxtLotno.EnterMoveNextControl = true;
this.TxtLotno.Location = new System.Drawing.Point(130, 16);
this.TxtLotno.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.TxtLotno.Name = "TxtLotno";
this.TxtLotno.Size = new System.Drawing.Size(145, 24);
this.TxtLotno.TabIndex = 209;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tahoma", 14F);
this.label1.Location = new System.Drawing.Point(7, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(117, 29);
this.label1.TabIndex = 0;
this.label1.Text = "跟踪单号:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// BtnCall
//
this.BtnCall.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.BtnCall.Appearance.Font = new System.Drawing.Font("Tahoma", 14F);
this.BtnCall.Appearance.Options.UseBackColor = true;
this.BtnCall.Appearance.Options.UseFont = true;
this.BtnCall.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.BtnCall.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BtnCall.Location = new System.Drawing.Point(490, 684);
this.BtnCall.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.BtnCall.Name = "BtnCall";
this.BtnCall.Size = new System.Drawing.Size(110, 50);
this.BtnCall.TabIndex = 33;
this.BtnCall.Text = "叫料";
this.BtnCall.Click += new System.EventHandler(this.BtnCall_Click);
//
// repositoryItemGridLookUpEdit1View
//
this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
//
// BtnBack
//
this.BtnBack.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.BtnBack.Appearance.Font = new System.Drawing.Font("Tahoma", 14F);
this.BtnBack.Appearance.Options.UseBackColor = true;
this.BtnBack.Appearance.Options.UseFont = true;
this.BtnBack.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.BtnBack.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BtnBack.Location = new System.Drawing.Point(631, 684);
this.BtnBack.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.BtnBack.Name = "BtnBack";
this.BtnBack.Size = new System.Drawing.Size(110, 50);
this.BtnBack.TabIndex = 34;
this.BtnBack.Text = "料框返回";
this.BtnBack.Click += new System.EventHandler(this.BtnBack_Click);
//
// FormICSAgvSlOrBackHH
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(899, 747);
this.Controls.Add(this.BtnBack);
this.Controls.Add(this.BtnCall);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.can);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "FormICSAgvSlOrBackHH";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormContainerAddEdit";
this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load);
((System.ComponentModel.ISupportInitialize)(this.LookUpEditLocation)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewSon)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.TxtOnQty)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.TxtItemName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.TxtOpName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.TxtOpcode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.TxtItemcode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.TxtMocode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.TxtLotno.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.SimpleButton can;
private DevExpress.XtraEditors.PanelControl panelControl1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.SimpleButton BtnCall;
private DevExpress.XtraEditors.TextEdit TxtItemName;
private System.Windows.Forms.Label label6;
private DevExpress.XtraEditors.TextEdit TxtOpName;
private System.Windows.Forms.Label label5;
private DevExpress.XtraEditors.TextEdit TxtOpcode;
private System.Windows.Forms.Label label4;
private DevExpress.XtraEditors.TextEdit TxtItemcode;
private System.Windows.Forms.Label label3;
private DevExpress.XtraEditors.TextEdit TxtMocode;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.TextEdit TxtLotno;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain;
private DevExpress.XtraGrid.Columns.GridColumn ;
private DevExpress.XtraGrid.Columns.GridColumn ;
private DevExpress.XtraGrid.Columns.GridColumn ;
private DevExpress.XtraGrid.Columns.GridColumn ;
private DevExpress.XtraGrid.Columns.GridColumn ;
private DevExpress.XtraGrid.Columns.GridColumn ;
private DevExpress.XtraGrid.Columns.GridColumn ;
private DevExpress.XtraGrid.Columns.GridColumn AGVID;
private DevExpress.XtraGrid.GridControl gridControl2;
private DevExpress.XtraGrid.Views.Grid.GridView gridViewSon;
private DevExpress.XtraGrid.Columns.GridColumn ColSelect;
private DevExpress.XtraGrid.Columns.GridColumn ID;
private DevExpress.XtraGrid.Columns.GridColumn OnQty;
private DevExpress.XtraGrid.Columns.GridColumn ArriveStatus;
private DevExpress.XtraGrid.Columns.GridColumn BackStatus;
private DevExpress.XtraGrid.Columns.GridColumn ;
private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit LookUpEditLocation;
private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemGridLookUpEdit1View;
private DevExpress.XtraGrid.Columns.GridColumn ;
private DevExpress.XtraGrid.Columns.GridColumn ;
private DevExpress.XtraEditors.SimpleButton BtnBack;
private DevExpress.XtraGrid.Columns.GridColumn ;
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit TxtOnQty;
private DevExpress.XtraGrid.Columns.GridColumn DETAILID;
private DevExpress.XtraGrid.Columns.GridColumn ;
}
}