|
|
namespace ICSSoft.Frame.APP { partial class FormStockBarCode { /// <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(FormStockBarCode)); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.panelControl5 = new DevExpress.XtraEditors.PanelControl(); this.panelControl6 = new DevExpress.XtraEditors.PanelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.LotNO = new DevExpress.XtraGrid.Columns.GridColumn(); this.LOTQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.INVSTD = new DevExpress.XtraGrid.Columns.GridColumn(); this.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.ItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.Seq = new DevExpress.XtraGrid.Columns.GridColumn(); this.cCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.cVenName = new DevExpress.XtraGrid.Columns.GridColumn(); this.INVUOM = new DevExpress.XtraGrid.Columns.GridColumn(); this.MUSERName = new DevExpress.XtraGrid.Columns.GridColumn(); this.MTIME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colisInput = new DevExpress.XtraGrid.Columns.GridColumn(); this.btnFilter = new DevExpress.XtraEditors.SimpleButton(); this.btnDataConfig = new DevExpress.XtraEditors.SimpleButton(); this.btnflash = new DevExpress.XtraEditors.SimpleButton(); this.btnExport = new DevExpress.XtraEditors.SimpleButton(); this.btnAdd = new DevExpress.XtraEditors.SimpleButton(); this.btnDel = new DevExpress.XtraEditors.SimpleButton(); this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton(); this.btncancleAll = new DevExpress.XtraEditors.SimpleButton(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.btnPrintOne = new DevExpress.XtraEditors.SimpleButton(); this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).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(1004, 1); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(30, 30); this.btnClose.TabIndex = 4; 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(8, 7); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(148, 19); this.lblTitle.TabIndex = 2; this.lblTitle.Text = "原材料条码产生和打印"; //
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right; this.panelControl2.Location = new System.Drawing.Point(1035, 1); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1, 429); this.panelControl2.TabIndex = 15; //
// panelControl3
//
this.panelControl3.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl3.Appearance.Options.UseBackColor = true; this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl3.Location = new System.Drawing.Point(0, 1); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1, 429); this.panelControl3.TabIndex = 16; //
// panelControl4
//
this.panelControl4.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl4.Appearance.Options.UseBackColor = true; this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl4.Location = new System.Drawing.Point(1, 429); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(1034, 1); this.panelControl4.TabIndex = 17; //
// panelControl5
//
this.panelControl5.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl5.Appearance.Options.UseBackColor = true; this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl5.Location = new System.Drawing.Point(0, 0); this.panelControl5.Name = "panelControl5"; this.panelControl5.Size = new System.Drawing.Size(1036, 1); this.panelControl5.TabIndex = 20; //
// panelControl6
//
this.panelControl6.Appearance.BackColor = System.Drawing.Color.White; this.panelControl6.Appearance.Options.UseBackColor = true; this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl6.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl6.Location = new System.Drawing.Point(0, 430); this.panelControl6.Name = "panelControl6"; this.panelControl6.Size = new System.Drawing.Size(1036, 1); this.panelControl6.TabIndex = 21; //
// 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.grdDetail); this.panelControl1.Location = new System.Drawing.Point(1, 34); this.panelControl1.Margin = new System.Windows.Forms.Padding(0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1034, 367); this.panelControl1.TabIndex = 22; //
// grdDetail
//
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.grdDetail.Location = new System.Drawing.Point(0, 0); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Name = "grdDetail"; this.grdDetail.Size = new System.Drawing.Size(1034, 367); this.grdDetail.TabIndex = 6; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvDetail}); //
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colSelect, this.ID, this.LotNO, this.LOTQTY, this.INVSTD, this.INVNAME, this.ItemCode, this.Seq, this.cCode, this.cVenName, this.INVUOM, this.MUSERName, this.MTIME, this.colisInput}); this.grvDetail.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None; this.grvDetail.GridControl = this.grdDetail; this.grvDetail.IndicatorWidth = 50; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsBehavior.Editable = false; this.grvDetail.OptionsView.ColumnAutoWidth = false; this.grvDetail.OptionsView.ShowGroupPanel = false; this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetails_CustomDrawRowIndicator); this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick); //
// colSelect
//
this.colSelect.Caption = "选择"; this.colSelect.FieldName = "选择"; this.colSelect.Name = "colSelect"; this.colSelect.Visible = true; this.colSelect.VisibleIndex = 0; this.colSelect.Width = 42; //
// ID
//
this.ID.Caption = "ID"; this.ID.FieldName = "ID"; this.ID.Name = "ID"; //
// LotNO
//
this.LotNO.Caption = "物料条码"; this.LotNO.FieldName = "LotNO"; this.LotNO.Name = "LotNO"; this.LotNO.Visible = true; this.LotNO.VisibleIndex = 4; this.LotNO.Width = 97; //
// LOTQTY
//
this.LOTQTY.Caption = "包装数量"; this.LOTQTY.DisplayFormat.FormatString = "f3"; this.LOTQTY.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.LOTQTY.FieldName = "LOTQTY"; this.LOTQTY.Name = "LOTQTY"; this.LOTQTY.Visible = true; this.LOTQTY.VisibleIndex = 8; //
// INVSTD
//
this.INVSTD.Caption = "规格型号"; this.INVSTD.FieldName = "INVSTD"; this.INVSTD.Name = "INVSTD"; this.INVSTD.Visible = true; this.INVSTD.VisibleIndex = 7; //
// INVNAME
//
this.INVNAME.Caption = "存货名称"; this.INVNAME.FieldName = "INVNAME"; this.INVNAME.Name = "INVNAME"; this.INVNAME.Visible = true; this.INVNAME.VisibleIndex = 6; //
// ItemCode
//
this.ItemCode.Caption = "存货编码"; this.ItemCode.FieldName = "ItemCode"; this.ItemCode.Name = "ItemCode"; this.ItemCode.Visible = true; this.ItemCode.VisibleIndex = 5; //
// Seq
//
this.Seq.Caption = "采购到货单行号"; this.Seq.FieldName = "Seq"; this.Seq.Name = "Seq"; this.Seq.Visible = true; this.Seq.VisibleIndex = 2; this.Seq.Width = 82; //
// cCode
//
this.cCode.Caption = "采购到货单号"; this.cCode.FieldName = "cCode"; this.cCode.Name = "cCode"; this.cCode.Visible = true; this.cCode.VisibleIndex = 1; this.cCode.Width = 83; //
// cVenName
//
this.cVenName.Caption = "供应商名称"; this.cVenName.FieldName = "cVenName"; this.cVenName.Name = "cVenName"; this.cVenName.Visible = true; this.cVenName.VisibleIndex = 3; //
// INVUOM
//
this.INVUOM.Caption = "计量单位"; this.INVUOM.FieldName = "INVUOM"; this.INVUOM.Name = "INVUOM"; this.INVUOM.Visible = true; this.INVUOM.VisibleIndex = 9; //
// MUSERName
//
this.MUSERName.Caption = "维护人"; this.MUSERName.FieldName = "MUSERName"; this.MUSERName.Name = "MUSERName"; this.MUSERName.Visible = true; this.MUSERName.VisibleIndex = 10; //
// MTIME
//
this.MTIME.Caption = "维护时间"; this.MTIME.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.MTIME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.MTIME.FieldName = "MTIME"; this.MTIME.Name = "MTIME"; this.MTIME.Visible = true; this.MTIME.VisibleIndex = 11; //
// colisInput
//
this.colisInput.Caption = "已入库"; this.colisInput.FieldName = "isInput"; this.colisInput.Name = "colisInput"; this.colisInput.Visible = true; this.colisInput.VisibleIndex = 12; //
// btnFilter
//
this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White; this.btnFilter.Appearance.Options.UseFont = true; this.btnFilter.Appearance.Options.UseForeColor = true; this.btnFilter.Appearance.Options.UseTextOptions = true; this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image"))); this.btnFilter.Location = new System.Drawing.Point(164, 3); this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false; this.btnFilter.Name = "btnFilter"; this.btnFilter.Size = new System.Drawing.Size(60, 30); this.btnFilter.TabIndex = 4; this.btnFilter.Text = "过滤"; this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click); //
// btnDataConfig
//
this.btnDataConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDataConfig.Appearance.ForeColor = System.Drawing.Color.White; this.btnDataConfig.Appearance.Options.UseFont = true; this.btnDataConfig.Appearance.Options.UseForeColor = true; this.btnDataConfig.Appearance.Options.UseTextOptions = true; this.btnDataConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnDataConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnDataConfig.Image"))); this.btnDataConfig.Location = new System.Drawing.Point(224, 3); this.btnDataConfig.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnDataConfig.LookAndFeel.UseDefaultLookAndFeel = false; this.btnDataConfig.Name = "btnDataConfig"; this.btnDataConfig.Size = new System.Drawing.Size(89, 30); this.btnDataConfig.TabIndex = 4; this.btnDataConfig.Text = "数据源设置"; this.btnDataConfig.Click += new System.EventHandler(this.btnDataConfig_Click); //
// btnflash
//
this.btnflash.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnflash.Appearance.ForeColor = System.Drawing.Color.White; this.btnflash.Appearance.Options.UseFont = true; this.btnflash.Appearance.Options.UseForeColor = true; this.btnflash.Appearance.Options.UseTextOptions = true; this.btnflash.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnflash.Image = ((System.Drawing.Image)(resources.GetObject("btnflash.Image"))); this.btnflash.Location = new System.Drawing.Point(643, 3); this.btnflash.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnflash.LookAndFeel.UseDefaultLookAndFeel = false; this.btnflash.Name = "btnflash"; this.btnflash.Size = new System.Drawing.Size(52, 30); this.btnflash.TabIndex = 4; this.btnflash.Text = "刷新"; this.btnflash.Click += new System.EventHandler(this.btnflash_Click); //
// btnExport
//
this.btnExport.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExport.Appearance.ForeColor = System.Drawing.Color.White; this.btnExport.Appearance.Options.UseFont = true; this.btnExport.Appearance.Options.UseForeColor = true; this.btnExport.Appearance.Options.UseTextOptions = true; this.btnExport.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnExport.Image = ((System.Drawing.Image)(resources.GetObject("btnExport.Image"))); this.btnExport.Location = new System.Drawing.Point(695, 3); this.btnExport.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnExport.LookAndFeel.UseDefaultLookAndFeel = false; this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(51, 30); this.btnExport.TabIndex = 4; this.btnExport.Text = "导出"; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); //
// btnAdd
//
this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White; this.btnAdd.Appearance.Options.UseFont = true; this.btnAdd.Appearance.Options.UseForeColor = true; this.btnAdd.Appearance.Options.UseTextOptions = true; this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image"))); this.btnAdd.Location = new System.Drawing.Point(419, 3); this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false; this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(54, 30); this.btnAdd.TabIndex = 4; this.btnAdd.Text = "生成"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); //
// 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(473, 3); this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false; this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(53, 30); this.btnDel.TabIndex = 4; this.btnDel.Text = "删除"; this.btnDel.Click += new System.EventHandler(this.btnDel_Click); //
// btnSelectAll
//
this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White; this.btnSelectAll.Appearance.Options.UseFont = true; this.btnSelectAll.Appearance.Options.UseForeColor = true; this.btnSelectAll.Appearance.Options.UseTextOptions = true; this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image"))); this.btnSelectAll.Location = new System.Drawing.Point(313, 3); this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false; this.btnSelectAll.Name = "btnSelectAll"; this.btnSelectAll.Size = new System.Drawing.Size(52, 30); this.btnSelectAll.TabIndex = 4; this.btnSelectAll.Text = "全选"; this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click); //
// btncancleAll
//
this.btncancleAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btncancleAll.Appearance.ForeColor = System.Drawing.Color.White; this.btncancleAll.Appearance.Options.UseFont = true; this.btncancleAll.Appearance.Options.UseForeColor = true; this.btncancleAll.Appearance.Options.UseTextOptions = true; this.btncancleAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btncancleAll.Image = ((System.Drawing.Image)(resources.GetObject("btncancleAll.Image"))); this.btncancleAll.Location = new System.Drawing.Point(365, 3); this.btncancleAll.LookAndFeel.SkinName = "BlueButtonSkin"; this.btncancleAll.LookAndFeel.UseDefaultLookAndFeel = false; this.btncancleAll.Name = "btncancleAll"; this.btncancleAll.Size = new System.Drawing.Size(54, 30); this.btncancleAll.TabIndex = 4; this.btncancleAll.Text = "全消"; this.btncancleAll.Click += new System.EventHandler(this.btncancleAll_Click); //
// 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(746, 3); this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false; this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(53, 30); this.btnExit.TabIndex = 4; this.btnExit.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); //
// btnPrintOne
//
this.btnPrintOne.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPrintOne.Appearance.ForeColor = System.Drawing.Color.White; this.btnPrintOne.Appearance.Options.UseFont = true; this.btnPrintOne.Appearance.Options.UseForeColor = true; this.btnPrintOne.Appearance.Options.UseTextOptions = true; this.btnPrintOne.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnPrintOne.Image = ((System.Drawing.Image)(resources.GetObject("btnPrintOne.Image"))); this.btnPrintOne.Location = new System.Drawing.Point(526, 3); this.btnPrintOne.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnPrintOne.LookAndFeel.UseDefaultLookAndFeel = false; this.btnPrintOne.Name = "btnPrintOne"; this.btnPrintOne.Size = new System.Drawing.Size(116, 30); this.btnPrintOne.TabIndex = 29; this.btnPrintOne.Text = "打印原材料条码"; this.btnPrintOne.Click += new System.EventHandler(this.btnPrintOne_Click); //
// 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(1, 403); this.rptPage.Name = "rptPage"; this.rptPage.PageIndex = 0; this.rptPage.PageSize = 0; this.rptPage.RecordNum = 0; this.rptPage.Size = new System.Drawing.Size(1034, 26); this.rptPage.TabIndex = 30; this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged); //
// FormStockBarCode
//
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(1036, 431); this.Controls.Add(this.rptPage); this.Controls.Add(this.btnPrintOne); this.Controls.Add(this.panelControl1); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnExport); this.Controls.Add(this.btnflash); this.Controls.Add(this.btncancleAll); this.Controls.Add(this.btnSelectAll); this.Controls.Add(this.btnDel); this.Controls.Add(this.btnAdd); this.Controls.Add(this.btnDataConfig); this.Controls.Add(this.btnFilter); this.Controls.Add(this.btnClose); this.Controls.Add(this.lblTitle); this.Controls.Add(this.panelControl4); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl3); this.Controls.Add(this.panelControl5); this.Controls.Add(this.panelControl6); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormStockBarCode"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "修改口令"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormProductBarCode_FormClosing); this.Load += new System.EventHandler(this.FormCartonProtect_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit(); this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.PanelControl panelControl4; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.PanelControl panelControl5; private DevExpress.XtraEditors.PanelControl panelControl6; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraGrid.Columns.GridColumn colSelect; private DevExpress.XtraGrid.Columns.GridColumn LotNO; private DevExpress.XtraEditors.SimpleButton btnFilter; private DevExpress.XtraEditors.SimpleButton btnDataConfig; private DevExpress.XtraEditors.SimpleButton btnflash; private DevExpress.XtraEditors.SimpleButton btnExport; private DevExpress.XtraEditors.SimpleButton btnAdd; private DevExpress.XtraEditors.SimpleButton btnDel; private DevExpress.XtraEditors.SimpleButton btnSelectAll; private DevExpress.XtraEditors.SimpleButton btncancleAll; private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraGrid.Columns.GridColumn ID; private DevExpress.XtraGrid.Columns.GridColumn LOTQTY; private DevExpress.XtraGrid.Columns.GridColumn ItemCode; private DevExpress.XtraGrid.Columns.GridColumn MUSERName; private DevExpress.XtraGrid.Columns.GridColumn MTIME; private DevExpress.XtraGrid.Columns.GridColumn INVSTD; private DevExpress.XtraGrid.Columns.GridColumn INVNAME; private DevExpress.XtraGrid.Columns.GridColumn INVUOM; private DevExpress.XtraEditors.SimpleButton btnPrintOne; private Base.UserControl.FormControl.PageNavTool rptPage; private DevExpress.XtraGrid.Columns.GridColumn cCode; private DevExpress.XtraGrid.Columns.GridColumn cVenName; private DevExpress.XtraGrid.Columns.GridColumn Seq; private DevExpress.XtraGrid.Columns.GridColumn colisInput; } }
|