锐腾搅拌上料功能
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.

655 lines
34 KiB

namespace ICSSoft.Frame.APP
{
partial class FormICSMO2Lot
{
/// <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(FormICSMO2Lot));
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtSTime = new System.Windows.Forms.TextBox();
this.txtOPCode = new System.Windows.Forms.TextBox();
this.txtMoQty = new System.Windows.Forms.TextBox();
this.txtJYLotQty = new System.Windows.Forms.TextBox();
this.txtLOTQTY = new System.Windows.Forms.TextBox();
this.grdDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTransLine = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMOID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOTSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOTStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.colMOVER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMOINPUTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
this.btnLot = new DevExpress.XtraEditors.SimpleButton();
this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.txtCount = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
this.SuspendLayout();
//
// groupControl1
//
this.groupControl1.Controls.Add(this.label3);
this.groupControl1.Controls.Add(this.label2);
this.groupControl1.Controls.Add(this.label6);
this.groupControl1.Controls.Add(this.label5);
this.groupControl1.Controls.Add(this.label4);
this.groupControl1.Controls.Add(this.label1);
this.groupControl1.Controls.Add(this.txtSTime);
this.groupControl1.Controls.Add(this.txtOPCode);
this.groupControl1.Controls.Add(this.txtCount);
this.groupControl1.Controls.Add(this.txtMoQty);
this.groupControl1.Controls.Add(this.txtJYLotQty);
this.groupControl1.Controls.Add(this.txtLOTQTY);
this.groupControl1.Controls.Add(this.grdDetail);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControl1.Location = new System.Drawing.Point(0, 30);
this.groupControl1.Name = "groupControl1";
this.groupControl1.ShowCaption = false;
this.groupControl1.Size = new System.Drawing.Size(1071, 383);
this.groupControl1.TabIndex = 14;
this.groupControl1.Text = "详细信息";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(856, 16);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 14);
this.label3.TabIndex = 2;
this.label3.Text = "标准工时:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(650, 16);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 14);
this.label2.TabIndex = 2;
this.label2.Text = "瓶颈工序:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(449, 16);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 14);
this.label5.TabIndex = 2;
this.label5.Text = "工单数量:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(449, 37);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 14);
this.label4.TabIndex = 2;
this.label4.Text = "建议数量:";
this.label4.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 16);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 14);
this.label1.TabIndex = 2;
this.label1.Text = "每批数量:";
//
// txtSTime
//
this.txtSTime.Enabled = false;
this.txtSTime.Location = new System.Drawing.Point(919, 12);
this.txtSTime.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtSTime.Name = "txtSTime";
this.txtSTime.Size = new System.Drawing.Size(123, 22);
this.txtSTime.TabIndex = 1;
//
// txtOPCode
//
this.txtOPCode.Enabled = false;
this.txtOPCode.Location = new System.Drawing.Point(713, 12);
this.txtOPCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtOPCode.Name = "txtOPCode";
this.txtOPCode.Size = new System.Drawing.Size(123, 22);
this.txtOPCode.TabIndex = 1;
//
// txtMoQty
//
this.txtMoQty.Enabled = false;
this.txtMoQty.Location = new System.Drawing.Point(512, 12);
this.txtMoQty.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtMoQty.Name = "txtMoQty";
this.txtMoQty.Size = new System.Drawing.Size(123, 22);
this.txtMoQty.TabIndex = 1;
//
// txtJYLotQty
//
this.txtJYLotQty.Enabled = false;
this.txtJYLotQty.Location = new System.Drawing.Point(512, 33);
this.txtJYLotQty.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtJYLotQty.Name = "txtJYLotQty";
this.txtJYLotQty.Size = new System.Drawing.Size(123, 22);
this.txtJYLotQty.TabIndex = 1;
this.txtJYLotQty.Visible = false;
//
// txtLOTQTY
//
this.txtLOTQTY.Location = new System.Drawing.Point(68, 12);
this.txtLOTQTY.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtLOTQTY.Name = "txtLOTQTY";
this.txtLOTQTY.Size = new System.Drawing.Size(123, 22);
this.txtLOTQTY.TabIndex = 1;
this.txtLOTQTY.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLOTQTY_KeyDown);
//
// grdDetail
//
this.grdDetail.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.grdDetail.Location = new System.Drawing.Point(2, 48);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Name = "grdDetail";
this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemButtonEdit1});
this.grdDetail.Size = new System.Drawing.Size(1068, 333);
this.grdDetail.TabIndex = 0;
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grvDetail,
this.grvAdvDetail});
//
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colisSelect,
this.colID,
this.colMOCODE,
this.colTransLine,
this.colLOTNO,
this.colLOTQTY,
this.colMCODE,
this.colMUSERName,
this.colMTIME,
this.colMOID,
this.colLOTSEQ,
this.colLOTStatus,
this.colMOVER,
this.colMOINPUTQTY});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.IndicatorWidth = 40;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsSelection.MultiSelect = true;
this.grvDetail.OptionsView.ShowFooter = true;
this.grvDetail.OptionsView.ShowGroupPanel = false;
this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
//
// colisSelect
//
this.colisSelect.Caption = "选择";
this.colisSelect.FieldName = "isSelect";
this.colisSelect.Name = "colisSelect";
this.colisSelect.Width = 68;
//
// colID
//
this.colID.Caption = "guid";
this.colID.FieldName = "ID";
this.colID.Name = "colID";
//
// colMOCODE
//
this.colMOCODE.Caption = "生产订单号";
this.colMOCODE.FieldName = "MOCODE";
this.colMOCODE.Name = "colMOCODE";
this.colMOCODE.OptionsColumn.AllowEdit = false;
this.colMOCODE.Visible = true;
this.colMOCODE.VisibleIndex = 0;
//
// colTransLine
//
this.colTransLine.Caption = "生产订单行号";
this.colTransLine.FieldName = "TransLine";
this.colTransLine.Name = "colTransLine";
this.colTransLine.Visible = true;
this.colTransLine.VisibleIndex = 1;
//
// colLOTNO
//
this.colLOTNO.Caption = "批号";
this.colLOTNO.FieldName = "LOTNO";
this.colLOTNO.Name = "colLOTNO";
this.colLOTNO.OptionsColumn.AllowEdit = false;
this.colLOTNO.Visible = true;
this.colLOTNO.VisibleIndex = 2;
//
// colLOTQTY
//
this.colLOTQTY.Caption = "批次数量";
this.colLOTQTY.FieldName = "LOTQTY";
this.colLOTQTY.Name = "colLOTQTY";
this.colLOTQTY.Visible = true;
this.colLOTQTY.VisibleIndex = 4;
//
// colMCODE
//
this.colMCODE.Caption = "存货编码";
this.colMCODE.FieldName = "ItemCode";
this.colMCODE.Name = "colMCODE";
this.colMCODE.Visible = true;
this.colMCODE.VisibleIndex = 3;
//
// colMUSERName
//
this.colMUSERName.Caption = "维护人";
this.colMUSERName.FieldName = "MUSERName";
this.colMUSERName.Name = "colMUSERName";
this.colMUSERName.OptionsColumn.AllowEdit = false;
this.colMUSERName.Visible = true;
this.colMUSERName.VisibleIndex = 5;
this.colMUSERName.Width = 96;
//
// colMTIME
//
this.colMTIME.Caption = "维护时间";
this.colMTIME.FieldName = "MTIME";
this.colMTIME.Name = "colMTIME";
this.colMTIME.OptionsColumn.AllowEdit = false;
this.colMTIME.Visible = true;
this.colMTIME.VisibleIndex = 6;
this.colMTIME.Width = 125;
//
// colMOID
//
this.colMOID.Caption = "工单ID";
this.colMOID.FieldName = "MOID";
this.colMOID.Name = "colMOID";
//
// colLOTSEQ
//
this.colLOTSEQ.Caption = "产品跟踪单号流水号";
this.colLOTSEQ.FieldName = "LOTSEQ";
this.colLOTSEQ.Name = "colLOTSEQ";
this.colLOTSEQ.OptionsColumn.AllowEdit = false;
this.colLOTSEQ.Width = 91;
//
// colLOTStatus
//
this.colLOTStatus.Caption = "状态";
this.colLOTStatus.ColumnEdit = this.repositoryItemButtonEdit1;
this.colLOTStatus.FieldName = "LOTStatus";
this.colLOTStatus.Name = "colLOTStatus";
this.colLOTStatus.OptionsColumn.AllowEdit = false;
this.colLOTStatus.OptionsColumn.ReadOnly = true;
//
// repositoryItemButtonEdit1
//
this.repositoryItemButtonEdit1.AutoHeight = false;
this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_BottonClick);
//
// colMOVER
//
this.colMOVER.Caption = "零件号";
this.colMOVER.FieldName = "MOVER";
this.colMOVER.Name = "colMOVER";
this.colMOVER.Visible = true;
this.colMOVER.VisibleIndex = 7;
//
// colMOINPUTQTY
//
this.colMOINPUTQTY.Caption = "辅助计量单位";
this.colMOINPUTQTY.FieldName = "MOINPUTQTY";
this.colMOINPUTQTY.Name = "colMOINPUTQTY";
this.colMOINPUTQTY.Visible = true;
this.colMOINPUTQTY.VisibleIndex = 8;
//
// grvAdvDetail
//
this.grvAdvDetail.GridControl = this.grdDetail;
this.grvAdvDetail.Name = "grvAdvDetail";
this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
this.grvAdvDetail.OptionsSelection.MultiSelect = true;
this.grvAdvDetail.OptionsView.ShowFooter = true;
this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
//
// btnLot
//
this.btnLot.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLot.Appearance.ForeColor = System.Drawing.Color.White;
this.btnLot.Appearance.Options.UseFont = true;
this.btnLot.Appearance.Options.UseForeColor = true;
this.btnLot.Appearance.Options.UseTextOptions = true;
this.btnLot.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnLot.Image = ((System.Drawing.Image)(resources.GetObject("btnLot.Image")));
this.btnLot.Location = new System.Drawing.Point(127, 0);
this.btnLot.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnLot.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnLot.Name = "btnLot";
this.btnLot.Size = new System.Drawing.Size(55, 30);
this.btnLot.TabIndex = 50;
this.btnLot.Text = "分批";
this.btnLot.Click += new System.EventHandler(this.btnLot_Click);
//
// repDate
//
this.repDate.AutoHeight = false;
this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repDate.Mask.EditMask = "yyyy-MM-dd";
this.repDate.Mask.UseMaskAsDisplayFormat = true;
this.repDate.Name = "repDate";
this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
//
// rptPage
//
this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
this.rptPage.Appearance.Options.UseBackColor = true;
this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.rptPage.isInit = false;
this.rptPage.Location = new System.Drawing.Point(0, 413);
this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.rptPage.Name = "rptPage";
this.rptPage.PageIndex = 1;
this.rptPage.PageSize = 10000;
this.rptPage.RecordNum = 0;
this.rptPage.Size = new System.Drawing.Size(1071, 26);
this.rptPage.TabIndex = 15;
//
// btnExit
//
this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
this.btnExit.Appearance.Options.UseFont = true;
this.btnExit.Appearance.Options.UseForeColor = true;
this.btnExit.Appearance.Options.UseTextOptions = true;
this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.Location = new System.Drawing.Point(356, 0);
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(55, 30);
this.btnExit.TabIndex = 10;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// panelControl3
//
this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.panelControl3.Appearance.Options.UseBackColor = true;
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.btnDel);
this.panelControl3.Controls.Add(this.btnLot);
this.panelControl3.Controls.Add(this.btnFalsh);
this.panelControl3.Controls.Add(this.btnOutPut);
this.panelControl3.Controls.Add(this.btnSave);
this.panelControl3.Controls.Add(this.lblTitle);
this.panelControl3.Controls.Add(this.btnClose);
this.panelControl3.Controls.Add(this.btnExit);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl3.Location = new System.Drawing.Point(0, 0);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1071, 30);
this.panelControl3.TabIndex = 13;
//
// btnDel
//
this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
this.btnDel.Appearance.Options.UseFont = true;
this.btnDel.Appearance.Options.UseForeColor = true;
this.btnDel.Appearance.Options.UseTextOptions = true;
this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
this.btnDel.Location = new System.Drawing.Point(240, 0);
this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(54, 30);
this.btnDel.TabIndex = 51;
this.btnDel.Text = "删除";
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// btnFalsh
//
this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
this.btnFalsh.Appearance.Options.UseFont = true;
this.btnFalsh.Appearance.Options.UseForeColor = true;
this.btnFalsh.Appearance.Options.UseTextOptions = true;
this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
this.btnFalsh.Location = new System.Drawing.Point(410, 0);
this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnFalsh.Name = "btnFalsh";
this.btnFalsh.Size = new System.Drawing.Size(58, 30);
this.btnFalsh.TabIndex = 49;
this.btnFalsh.Text = "刷新";
this.btnFalsh.Visible = false;
//
// btnOutPut
//
this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
this.btnOutPut.Appearance.Options.UseFont = true;
this.btnOutPut.Appearance.Options.UseForeColor = true;
this.btnOutPut.Appearance.Options.UseTextOptions = true;
this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
this.btnOutPut.Location = new System.Drawing.Point(294, 0);
this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnOutPut.Name = "btnOutPut";
this.btnOutPut.Size = new System.Drawing.Size(63, 30);
this.btnOutPut.TabIndex = 48;
this.btnOutPut.Text = "导出";
this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
//
// btnSave
//
this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSave.Appearance.ForeColor = System.Drawing.Color.White;
this.btnSave.Appearance.Options.UseFont = true;
this.btnSave.Appearance.Options.UseForeColor = true;
this.btnSave.Appearance.Options.UseTextOptions = true;
this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
this.btnSave.Location = new System.Drawing.Point(182, 0);
this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(58, 30);
this.btnSave.TabIndex = 22;
this.btnSave.Text = "保存";
this.btnSave.Click += new System.EventHandler(this.btnSave_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(3, 4);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(102, 23);
this.lblTitle.TabIndex = 19;
this.lblTitle.Text = "工单批次信息";
//
// btnClose
//
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.Dock = System.Windows.Forms.DockStyle.Right;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(1045, 0);
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 = 14;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// txtCount
//
this.txtCount.Location = new System.Drawing.Point(288, 13);
this.txtCount.Margin = new System.Windows.Forms.Padding(2);
this.txtCount.Name = "txtCount";
this.txtCount.Size = new System.Drawing.Size(123, 22);
this.txtCount.TabIndex = 1;
this.txtCount.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCount_KeyDown);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(225, 17);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 14);
this.label6.TabIndex = 2;
this.label6.Text = "批次数量:";
//
// FormICSMO2Lot
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1071, 439);
this.Controls.Add(this.groupControl1);
this.Controls.Add(this.rptPage);
this.Controls.Add(this.panelControl3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormICSMO2Lot";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "工单批次信息";
this.Load += new System.EventHandler(this.FormICSMO2Lot_Load);
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
this.groupControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
private DevExpress.XtraEditors.SimpleButton btnExit;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.SimpleButton btnSave;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraGrid.Columns.GridColumn colMOID;
private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
private DevExpress.XtraEditors.SimpleButton btnOutPut;
private DevExpress.XtraEditors.SimpleButton btnFalsh;
private DevExpress.XtraGrid.Columns.GridColumn colLOTNO;
private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY;
private DevExpress.XtraGrid.Columns.GridColumn colLOTStatus;
private DevExpress.XtraEditors.SimpleButton btnLot;
private DevExpress.XtraGrid.Columns.GridColumn colLOTSEQ;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtLOTQTY;
private DevExpress.XtraEditors.SimpleButton btnDel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtSTime;
private System.Windows.Forms.TextBox txtOPCode;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtJYLotQty;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtMoQty;
private DevExpress.XtraGrid.Columns.GridColumn colTransLine;
private DevExpress.XtraGrid.Columns.GridColumn colMCODE;
private DevExpress.XtraGrid.Columns.GridColumn colMOVER;
private DevExpress.XtraGrid.Columns.GridColumn colMOINPUTQTY;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtCount;
}
}