namespace ICSSoft.Frame.APP { partial class FormICSIntSupCalLog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSIntSupCalLog)); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.Colmoseq = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColInvcode = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColInvname = new DevExpress.XtraGrid.Columns.GridColumn(); this.COlopcode = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColOPdesc = new DevExpress.XtraGrid.Columns.GridColumn(); this.Colmoqty = new DevExpress.XtraGrid.Columns.GridColumn(); this.Colokqty = new DevExpress.XtraGrid.Columns.GridColumn(); this.Colupqty = new DevExpress.XtraGrid.Columns.GridColumn(); this.Coleqpcode = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColCanUpqty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColPrline = new DevExpress.XtraGrid.Columns.GridColumn(); this.eqpname = new DevExpress.XtraGrid.Columns.GridColumn(); this.postatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.isclose = new DevExpress.XtraGrid.Columns.GridColumn(); this.Colsetime = new DevExpress.XtraGrid.Columns.GridColumn(); this.weight = new DevExpress.XtraGrid.Columns.GridColumn(); this.allweight = new DevExpress.XtraGrid.Columns.GridColumn(); this.repSerialButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.MOTitle = new DevExpress.XtraEditors.LabelControl(); this.btnOutPut = new DevExpress.XtraEditors.SimpleButton(); this.btnConfig = new DevExpress.XtraEditors.SimpleButton(); this.btnFilter = new DevExpress.XtraEditors.SimpleButton(); this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton(); this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.btnGetInfo = new DevExpress.XtraEditors.SimpleButton(); this.btnCreate = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.unitprice = new DevExpress.XtraGrid.Columns.GridColumn(); this.totalprice = new DevExpress.XtraGrid.Columns.GridColumn(); this.memo = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repSerialButtonEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); this.SuspendLayout(); // // grdDetail // this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.grdDetail.Location = new System.Drawing.Point(2, 26); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.grdDetail.Name = "grdDetail"; this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repSerialButtonEdit}); this.grdDetail.Size = new System.Drawing.Size(1295, 464); this.grdDetail.TabIndex = 0; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvDetail}); // // grvDetail // this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colisSelect, this.ID, this.colMOCODE, this.Colmoseq, this.ColInvcode, this.ColInvname, this.COlopcode, this.ColOPdesc, this.Colmoqty, this.Colokqty, this.Colupqty, this.Coleqpcode, this.ColCanUpqty, this.gridColumn1, this.ColPrline, this.eqpname, this.postatus, this.isclose, this.Colsetime, this.weight, this.allweight, this.unitprice, this.totalprice, this.memo}); this.grvDetail.GridControl = this.grdDetail; this.grvDetail.IndicatorWidth = 60; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsSelection.MultiSelect = true; this.grvDetail.OptionsView.ColumnAutoWidth = false; this.grvDetail.OptionsView.ShowFooter = true; this.grvDetail.OptionsView.ShowGroupPanel = false; this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator); this.grvDetail.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.grvDetail_ShowingEditor); this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick); // // colisSelect // this.colisSelect.Caption = "选择"; this.colisSelect.FieldName = "isSelect"; this.colisSelect.Name = "colisSelect"; this.colisSelect.OptionsColumn.AllowEdit = false; this.colisSelect.Visible = true; this.colisSelect.VisibleIndex = 0; // // ID // this.ID.Caption = "GUID"; this.ID.FieldName = "ID"; this.ID.Name = "ID"; // // colMOCODE // this.colMOCODE.Caption = "生产订单号"; this.colMOCODE.FieldName = "工单号"; this.colMOCODE.Name = "colMOCODE"; this.colMOCODE.OptionsColumn.AllowEdit = false; this.colMOCODE.Visible = true; this.colMOCODE.VisibleIndex = 1; // // Colmoseq // this.Colmoseq.Caption = "生产订单行号"; this.Colmoseq.FieldName = "工单行"; this.Colmoseq.Name = "Colmoseq"; this.Colmoseq.OptionsColumn.AllowEdit = false; this.Colmoseq.Visible = true; this.Colmoseq.VisibleIndex = 2; this.Colmoseq.Width = 181; // // ColInvcode // this.ColInvcode.Caption = "存货编码"; this.ColInvcode.FieldName = "物料编码"; this.ColInvcode.Name = "ColInvcode"; this.ColInvcode.OptionsColumn.AllowEdit = false; this.ColInvcode.Visible = true; this.ColInvcode.VisibleIndex = 3; // // ColInvname // this.ColInvname.Caption = "存货名称"; this.ColInvname.FieldName = "物料名称"; this.ColInvname.Name = "ColInvname"; this.ColInvname.OptionsColumn.AllowEdit = false; this.ColInvname.Visible = true; this.ColInvname.VisibleIndex = 4; // // COlopcode // this.COlopcode.Caption = "工序编码"; this.COlopcode.FieldName = "工序编码"; this.COlopcode.Name = "COlopcode"; this.COlopcode.OptionsColumn.AllowEdit = false; this.COlopcode.Visible = true; this.COlopcode.VisibleIndex = 5; // // ColOPdesc // this.ColOPdesc.Caption = "工序名称"; this.ColOPdesc.FieldName = "工序名称"; this.ColOPdesc.Name = "ColOPdesc"; this.ColOPdesc.OptionsColumn.AllowEdit = false; this.ColOPdesc.Visible = true; this.ColOPdesc.VisibleIndex = 6; // // Colmoqty // this.Colmoqty.Caption = "订单数量"; this.Colmoqty.FieldName = "订单数量"; this.Colmoqty.Name = "Colmoqty"; this.Colmoqty.OptionsColumn.AllowEdit = false; this.Colmoqty.Visible = true; this.Colmoqty.VisibleIndex = 7; // // Colokqty // this.Colokqty.Caption = "完工合格数量"; this.Colokqty.FieldName = "完工合格数量"; this.Colokqty.Name = "Colokqty"; this.Colokqty.OptionsColumn.AllowEdit = false; this.Colokqty.Visible = true; this.Colokqty.VisibleIndex = 8; // // Colupqty // this.Colupqty.Caption = "已上传数量"; this.Colupqty.FieldName = "已上传数量"; this.Colupqty.Name = "Colupqty"; this.Colupqty.OptionsColumn.AllowEdit = false; this.Colupqty.Visible = true; this.Colupqty.VisibleIndex = 9; // // Coleqpcode // this.Coleqpcode.Caption = "报工设备"; this.Coleqpcode.FieldName = "报工设备"; this.Coleqpcode.Name = "Coleqpcode"; this.Coleqpcode.OptionsColumn.AllowEdit = false; this.Coleqpcode.Visible = true; this.Coleqpcode.VisibleIndex = 10; // // ColCanUpqty // this.ColCanUpqty.Caption = "本次可上传数量"; this.ColCanUpqty.FieldName = "本次可上传数量"; this.ColCanUpqty.Name = "ColCanUpqty"; this.ColCanUpqty.OptionsColumn.AllowEdit = false; this.ColCanUpqty.Visible = true; this.ColCanUpqty.VisibleIndex = 12; // // gridColumn1 // this.gridColumn1.Caption = "预计完工日期"; this.gridColumn1.FieldName = "MOPLANENDTIME"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; // // ColPrline // this.ColPrline.Caption = "请购单行"; this.ColPrline.FieldName = "请购单行"; this.ColPrline.Name = "ColPrline"; this.ColPrline.OptionsColumn.AllowEdit = false; this.ColPrline.Visible = true; this.ColPrline.VisibleIndex = 13; // // eqpname // this.eqpname.Caption = "设备名称"; this.eqpname.FieldName = "eqpname"; this.eqpname.Name = "eqpname"; this.eqpname.OptionsColumn.AllowEdit = false; this.eqpname.Visible = true; this.eqpname.VisibleIndex = 11; // // postatus // this.postatus.Caption = "postatus"; this.postatus.FieldName = "cState"; this.postatus.Name = "postatus"; this.postatus.OptionsColumn.AllowEdit = false; // // isclose // this.isclose.Caption = "是否关闭"; this.isclose.FieldName = "iscolse"; this.isclose.Name = "isclose"; this.isclose.OptionsColumn.AllowEdit = false; this.isclose.Visible = true; this.isclose.VisibleIndex = 14; // // Colsetime // this.Colsetime.Caption = "关闭时间"; this.Colsetime.FieldName = "CloseTime"; this.Colsetime.Name = "Colsetime"; this.Colsetime.OptionsColumn.AllowEdit = false; this.Colsetime.Visible = true; this.Colsetime.VisibleIndex = 15; // // weight // this.weight.Caption = "零件单重"; this.weight.FieldName = "weight"; this.weight.Name = "weight"; this.weight.OptionsColumn.AllowEdit = false; this.weight.Visible = true; this.weight.VisibleIndex = 16; // // allweight // this.allweight.Caption = "零件总重"; this.allweight.FieldName = "allweight"; this.allweight.Name = "allweight"; this.allweight.OptionsColumn.AllowEdit = false; this.allweight.Visible = true; this.allweight.VisibleIndex = 17; // // repSerialButtonEdit // this.repSerialButtonEdit.AutoHeight = false; this.repSerialButtonEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)}); this.repSerialButtonEdit.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.repSerialButtonEdit.Name = "repSerialButtonEdit"; this.repSerialButtonEdit.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // 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, 531); this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.rptPage.Name = "rptPage"; this.rptPage.PageIndex = 1; this.rptPage.PageSize = 10000; this.rptPage.RecordNum = 0; this.rptPage.Size = new System.Drawing.Size(1299, 33); this.rptPage.TabIndex = 15; this.rptPage.Visible = false; this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged); // // groupControl1 // this.groupControl1.Controls.Add(this.grdDetail); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(0, 39); this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(1299, 492); this.groupControl1.TabIndex = 14; this.groupControl1.Text = "详细信息"; // // MOTitle // this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White; this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.MOTitle.Location = new System.Drawing.Point(3, 5); this.MOTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MOTitle.Name = "MOTitle"; this.MOTitle.Size = new System.Drawing.Size(176, 30); this.MOTitle.TabIndex = 19; this.MOTitle.Text = "内部委外供应商汇总"; // // 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(581, 0); this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false; this.btnOutPut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnOutPut.Name = "btnOutPut"; this.btnOutPut.Size = new System.Drawing.Size(67, 39); this.btnOutPut.TabIndex = 2; this.btnOutPut.Text = "导出"; this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click); // // btnConfig // this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White; this.btnConfig.Appearance.Options.UseFont = true; this.btnConfig.Appearance.Options.UseForeColor = true; this.btnConfig.Appearance.Options.UseTextOptions = true; this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image"))); this.btnConfig.Location = new System.Drawing.Point(224, 0); this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false; this.btnConfig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnConfig.Name = "btnConfig"; this.btnConfig.Size = new System.Drawing.Size(103, 39); this.btnConfig.TabIndex = 4; this.btnConfig.Text = "数据源设置"; this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click); // // 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(159, 0); this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false; this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnFilter.Name = "btnFilter"; this.btnFilter.Size = new System.Drawing.Size(65, 39); this.btnFilter.TabIndex = 11; this.btnFilter.Text = "过滤"; this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click); // // btnRefresh // this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White; this.btnRefresh.Appearance.Options.UseFont = true; this.btnRefresh.Appearance.Options.UseForeColor = true; this.btnRefresh.Appearance.Options.UseTextOptions = true; this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image"))); this.btnRefresh.Location = new System.Drawing.Point(648, 0); this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false; this.btnRefresh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(66, 39); this.btnRefresh.TabIndex = 17; this.btnRefresh.Text = "刷新"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_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(327, 0); this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false; this.btnSelectAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnSelectAll.Name = "btnSelectAll"; this.btnSelectAll.Size = new System.Drawing.Size(65, 39); this.btnSelectAll.TabIndex = 20; this.btnSelectAll.Text = "全选"; this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click); // // btnCancelAll // this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White; this.btnCancelAll.Appearance.Options.UseFont = true; this.btnCancelAll.Appearance.Options.UseForeColor = true; this.btnCancelAll.Appearance.Options.UseTextOptions = true; this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image"))); this.btnCancelAll.Location = new System.Drawing.Point(392, 0); this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancelAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnCancelAll.Name = "btnCancelAll"; this.btnCancelAll.Size = new System.Drawing.Size(65, 39); this.btnCancelAll.TabIndex = 22; this.btnCancelAll.Text = "全消"; this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click); // // 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(1270, 0); 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(30, 37); this.btnClose.TabIndex = 25; this.btnClose.Click += new System.EventHandler(this.btnClose_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(714, 0); this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false; this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(63, 39); this.btnExit.TabIndex = 10; this.btnExit.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // btnGetInfo // this.btnGetInfo.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnGetInfo.Appearance.ForeColor = System.Drawing.Color.White; this.btnGetInfo.Appearance.Options.UseFont = true; this.btnGetInfo.Appearance.Options.UseForeColor = true; this.btnGetInfo.Appearance.Options.UseTextOptions = true; this.btnGetInfo.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnGetInfo.Image = ((System.Drawing.Image)(resources.GetObject("btnGetInfo.Image"))); this.btnGetInfo.Location = new System.Drawing.Point(1163, 0); this.btnGetInfo.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnGetInfo.LookAndFeel.UseDefaultLookAndFeel = false; this.btnGetInfo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnGetInfo.Name = "btnGetInfo"; this.btnGetInfo.Size = new System.Drawing.Size(83, 39); this.btnGetInfo.TabIndex = 34; this.btnGetInfo.Text = "同步U8"; this.btnGetInfo.Visible = false; // // btnCreate // this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White; this.btnCreate.Appearance.Options.UseFont = true; this.btnCreate.Appearance.Options.UseForeColor = true; this.btnCreate.Appearance.Options.UseTextOptions = true; this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image"))); this.btnCreate.Location = new System.Drawing.Point(457, 0); this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCreate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnCreate.Name = "btnCreate"; this.btnCreate.Size = new System.Drawing.Size(130, 39); this.btnCreate.TabIndex = 35; this.btnCreate.Text = "产生ERP请购单"; this.btnCreate.Click += new System.EventHandler(this.btnCreate_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.btnCreate); this.panelControl3.Controls.Add(this.btnGetInfo); this.panelControl3.Controls.Add(this.btnExit); this.panelControl3.Controls.Add(this.btnClose); this.panelControl3.Controls.Add(this.btnCancelAll); this.panelControl3.Controls.Add(this.btnSelectAll); this.panelControl3.Controls.Add(this.btnRefresh); this.panelControl3.Controls.Add(this.btnFilter); this.panelControl3.Controls.Add(this.btnConfig); this.panelControl3.Controls.Add(this.btnOutPut); this.panelControl3.Controls.Add(this.MOTitle); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1299, 39); this.panelControl3.TabIndex = 13; // // unitprice // this.unitprice.Caption = "单价"; this.unitprice.FieldName = "unitprice"; this.unitprice.Name = "unitprice"; this.unitprice.Visible = true; this.unitprice.VisibleIndex = 18; // // totalprice // this.totalprice.Caption = "总价"; this.totalprice.FieldName = "totalprice"; this.totalprice.Name = "totalprice"; this.totalprice.Visible = true; this.totalprice.VisibleIndex = 19; // // memo // this.memo.Caption = "备注"; this.memo.FieldName = "memo"; this.memo.Name = "memo"; this.memo.Visible = true; this.memo.VisibleIndex = 20; // // FormICSIntSupCalLog // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1299, 564); this.Controls.Add(this.groupControl1); this.Controls.Add(this.rptPage); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormICSIntSupCalLog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormICSPicking"; this.Load += new System.EventHandler(this.FormICSMO_Load); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repSerialButtonEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Base.UserControl.FormControl.PageNavTool rptPage; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraGrid.Columns.GridColumn colisSelect; private DevExpress.XtraGrid.Columns.GridColumn ID; private DevExpress.XtraGrid.Columns.GridColumn colMOCODE; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repSerialButtonEdit; private DevExpress.XtraGrid.Columns.GridColumn Colmoseq; private DevExpress.XtraGrid.Columns.GridColumn ColInvcode; private DevExpress.XtraGrid.Columns.GridColumn ColInvname; private DevExpress.XtraGrid.Columns.GridColumn COlopcode; private DevExpress.XtraGrid.Columns.GridColumn ColOPdesc; private DevExpress.XtraGrid.Columns.GridColumn Colmoqty; private DevExpress.XtraGrid.Columns.GridColumn Colokqty; private DevExpress.XtraGrid.Columns.GridColumn Colupqty; private DevExpress.XtraGrid.Columns.GridColumn Coleqpcode; private DevExpress.XtraEditors.LabelControl MOTitle; private DevExpress.XtraEditors.SimpleButton btnOutPut; private DevExpress.XtraEditors.SimpleButton btnConfig; private DevExpress.XtraEditors.SimpleButton btnFilter; private DevExpress.XtraEditors.SimpleButton btnRefresh; private DevExpress.XtraEditors.SimpleButton btnSelectAll; private DevExpress.XtraEditors.SimpleButton btnCancelAll; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.SimpleButton btnGetInfo; private DevExpress.XtraEditors.SimpleButton btnCreate; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraGrid.Columns.GridColumn ColCanUpqty; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn ColPrline; private DevExpress.XtraGrid.Columns.GridColumn eqpname; private DevExpress.XtraGrid.Columns.GridColumn postatus; private DevExpress.XtraGrid.Columns.GridColumn isclose; private DevExpress.XtraGrid.Columns.GridColumn Colsetime; private DevExpress.XtraGrid.Columns.GridColumn weight; private DevExpress.XtraGrid.Columns.GridColumn allweight; private DevExpress.XtraGrid.Columns.GridColumn unitprice; private DevExpress.XtraGrid.Columns.GridColumn totalprice; private DevExpress.XtraGrid.Columns.GridColumn memo; } }