namespace WMS.FrmBaseData { partial class FrmVendors { /// /// 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() { this.components = new System.ComponentModel.Container(); this.Vendors = new WMS.Ctrl.GridControlCustom(); this.GVendors = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.Vendors)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GVendors)).BeginInit(); this.SuspendLayout(); // // Vendors // this.Vendors.ColorApprove = System.Drawing.Color.Empty; this.Vendors.ColorApproveValue = null; this.Vendors.ColorPass = System.Drawing.Color.Empty; this.Vendors.ColorPassValue = null; this.Vendors.ColorRepeal = System.Drawing.Color.Empty; this.Vendors.ColorRepealValue = null; this.Vendors.ColorReWork = System.Drawing.Color.Empty; this.Vendors.ColorReWorkValue = null; this.Vendors.ColorSelectedRow = System.Drawing.Color.Empty; this.Vendors.ColorShortage = System.Drawing.Color.Empty; this.Vendors.ColorShortageFlagColumn = null; this.Vendors.ColorShortageValue = null; this.Vendors.ColorUnExecute = System.Drawing.Color.Empty; this.Vendors.ColorUnExecuteValue = null; this.Vendors.ColorUnPass = System.Drawing.Color.Empty; this.Vendors.ColorUnPassValue = ""; this.Vendors.ColorVerify = System.Drawing.Color.Red; this.Vendors.ColorVerifyFlagColumn = "STS"; this.Vendors.ColorVerifyValue = "1"; this.Vendors.ColorWarning = System.Drawing.Color.Empty; this.Vendors.ColorWarningValue = null; this.Vendors.Dock = System.Windows.Forms.DockStyle.Fill; this.Vendors.EnableAppearanceEvenRow = true; this.Vendors.IndicatorWidth = 40; this.Vendors.Location = new System.Drawing.Point(0, 0); this.Vendors.MainView = this.GVendors; this.Vendors.Name = "Vendors"; this.Vendors.ShowRowID = true; this.Vendors.Size = new System.Drawing.Size(1004, 541); this.Vendors.TabIndex = 3; this.Vendors.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GVendors}); // // GVendors // this.GVendors.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.GVendors.Appearance.EvenRow.Options.UseBackColor = true; this.GVendors.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F); this.GVendors.Appearance.HeaderPanel.Options.UseFont = true; this.GVendors.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F); this.GVendors.Appearance.Row.Options.UseFont = true; this.GVendors.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3, this.gridColumn4, this.gridColumn5, this.gridColumn6, this.gridColumn7, this.gridColumn8, this.gridColumn9}); this.GVendors.GridControl = this.Vendors; this.GVendors.IndicatorWidth = 34; this.GVendors.Name = "GVendors"; this.GVendors.OptionsBehavior.Editable = false; this.GVendors.OptionsFind.AlwaysVisible = true; this.GVendors.OptionsView.ColumnAutoWidth = false; this.GVendors.OptionsView.EnableAppearanceEvenRow = true; this.GVendors.OptionsView.ShowAutoFilterRow = true; this.GVendors.OptionsView.ShowFooter = true; this.GVendors.OptionsView.ShowGroupPanel = false; // // gridColumn1 // this.gridColumn1.Caption = "供应商ID"; this.gridColumn1.FieldName = "VENDOR_ID"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "VENDOR_ID", "{0:0.##}条数据")}); this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 100; // // gridColumn2 // this.gridColumn2.Caption = "供应商名称"; this.gridColumn2.FieldName = "VENDOR_NAME"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; this.gridColumn2.Width = 112; // // gridColumn3 // this.gridColumn3.Caption = "供应商简称"; this.gridColumn3.FieldName = "VENDOR_NAME_ALT"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; this.gridColumn3.Width = 106; // // gridColumn4 // this.gridColumn4.Caption = "最后更新日期"; this.gridColumn4.DisplayFormat.FormatString = "yyyy/MM/dd HH:mm:ss"; this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn4.FieldName = "LAST_UPDATE_DATE"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 3; this.gridColumn4.Width = 129; // // gridColumn5 // this.gridColumn5.Caption = "最后更新人"; this.gridColumn5.FieldName = "LAST_UPDATED_BY"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 4; this.gridColumn5.Width = 109; // // gridColumn6 // this.gridColumn6.Caption = "创建日期"; this.gridColumn6.DisplayFormat.FormatString = "yyyy/MM/dd HH:mm:ss"; this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn6.FieldName = "CREATION_DATE"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 5; this.gridColumn6.Width = 122; // // gridColumn7 // this.gridColumn7.Caption = "创建人"; this.gridColumn7.FieldName = "CREATED_BY"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 6; this.gridColumn7.Width = 101; // // gridColumn8 // this.gridColumn8.Caption = "状态"; this.gridColumn8.FieldName = "STATUS"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 7; this.gridColumn8.Width = 59; // // gridColumn9 // this.gridColumn9.Caption = "状态2"; this.gridColumn9.FieldName = "STATUS2"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 8; this.gridColumn9.Width = 60; // // FrmVendors // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1004, 541); this.Controls.Add(this.Vendors); this.Name = "FrmVendors"; this.Text = "FrmVendors"; this.Load += new System.EventHandler(this.FrmVendors_Load); ((System.ComponentModel.ISupportInitialize)(this.Vendors)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GVendors)).EndInit(); this.ResumeLayout(false); } #endregion private Ctrl.GridControlCustom Vendors; private DevExpress.XtraGrid.Views.Grid.GridView GVendors; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; } }