namespace Gs.DevApp.DevFrm.RkQC { partial class Frm_CqfaItems { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.gcMain = new DevExpress.XtraGrid.GridControl(); this.gvMain = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colChkInt = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_salesOrderId = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_orderLineId = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_itemId = new DevExpress.XtraGrid.Columns.GridColumn(); this.pageBar1 = new UserControls.Data.UcPageBar(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMain)).BeginInit(); this.SuspendLayout(); // // gcMain // this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain.Location = new System.Drawing.Point(0, 0); this.gcMain.MainView = this.gvMain; this.gcMain.Name = "gcMain"; this.gcMain.Size = new System.Drawing.Size(877, 665); this.gcMain.TabIndex = 9; this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMain}); // // gvMain // this.gvMain.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gvMain.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gvMain.Appearance.Row.Options.UseFont = true; this.gvMain.ColumnPanelRowHeight = 50; this.gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colChkInt, this.gv_guid, this.gridColumn2, this.gv2, this.gv_salesOrderId, this.gv_orderLineId, this.gv_itemId}); this.gvMain.GridControl = this.gcMain; this.gvMain.IndicatorWidth = 50; this.gvMain.Name = "gvMain"; this.gvMain.OptionsFind.ShowSearchNavButtons = false; this.gvMain.OptionsView.ShowAutoFilterRow = true; this.gvMain.OptionsView.ShowGroupPanel = false; // // colChkInt // this.colChkInt.Caption = "."; this.colChkInt.FieldName = "chkInt"; this.colChkInt.MinWidth = 25; this.colChkInt.Name = "colChkInt"; this.colChkInt.Visible = true; this.colChkInt.VisibleIndex = 0; this.colChkInt.Width = 94; // // gv_guid // this.gv_guid.AppearanceCell.Options.UseFont = true; this.gv_guid.Caption = "主键不能删除"; this.gv_guid.FieldName = "guid"; this.gv_guid.MinWidth = 50; this.gv_guid.Name = "gv_guid"; this.gv_guid.OptionsColumn.AllowEdit = false; this.gv_guid.Tag = "a.guid"; this.gv_guid.Width = 94; // // gridColumn2 // this.gridColumn2.Caption = "使用组织"; this.gridColumn2.FieldName = "fSubsidiary"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Tag = "org.FNumber"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 4; this.gridColumn2.Width = 50; // // gv2 // this.gv2.AppearanceCell.Options.UseFont = true; this.gv2.Caption = "物料ID"; this.gv2.FieldName = "id"; this.gv2.Name = "gv2"; this.gv2.OptionsColumn.AllowEdit = false; this.gv2.Tag = "a.id"; this.gv2.Visible = true; this.gv2.VisibleIndex = 1; this.gv2.Width = 50; // // gv_salesOrderId // this.gv_salesOrderId.AppearanceCell.Options.UseFont = true; this.gv_salesOrderId.Caption = "物料编码"; this.gv_salesOrderId.FieldName = "itemNo"; this.gv_salesOrderId.Name = "gv_salesOrderId"; this.gv_salesOrderId.OptionsColumn.AllowEdit = false; this.gv_salesOrderId.Tag = "a.item_no"; this.gv_salesOrderId.Visible = true; this.gv_salesOrderId.VisibleIndex = 2; this.gv_salesOrderId.Width = 50; // // gv_orderLineId // this.gv_orderLineId.AppearanceCell.Options.UseFont = true; this.gv_orderLineId.Caption = "物料名称"; this.gv_orderLineId.FieldName = "itemName"; this.gv_orderLineId.Name = "gv_orderLineId"; this.gv_orderLineId.OptionsColumn.AllowEdit = false; this.gv_orderLineId.Tag = "a.item_name"; this.gv_orderLineId.Visible = true; this.gv_orderLineId.VisibleIndex = 3; this.gv_orderLineId.Width = 50; // // gv_itemId // this.gv_itemId.AppearanceCell.Options.UseFont = true; this.gv_itemId.Caption = "物料规格"; this.gv_itemId.FieldName = "itemModel"; this.gv_itemId.Name = "gv_itemId"; this.gv_itemId.OptionsColumn.AllowEdit = false; this.gv_itemId.Tag = "a.item_model"; this.gv_itemId.Width = 50; // // pageBar1 // this.pageBar1.CurrentPage = 1; this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageBar1.Location = new System.Drawing.Point(0, 617); this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 7, 3, 7); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; this.pageBar1.Size = new System.Drawing.Size(877, 48); this.pageBar1.TabIndex = 10; this.pageBar1.TotalPages = 0; // // Frm_CqfaItems // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.pageBar1); this.Controls.Add(this.gcMain); this.Name = "Frm_CqfaItems"; this.Size = new System.Drawing.Size(877, 665); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMain)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gcMain; private DevExpress.XtraGrid.Views.Grid.GridView gvMain; private DevExpress.XtraGrid.Columns.GridColumn colChkInt; private DevExpress.XtraGrid.Columns.GridColumn gv_guid; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gv2; private DevExpress.XtraGrid.Columns.GridColumn gv_salesOrderId; private DevExpress.XtraGrid.Columns.GridColumn gv_orderLineId; private DevExpress.XtraGrid.Columns.GridColumn gv_itemId; private UserControls.Data.UcPageBar pageBar1; } }