namespace WMS.FrmBaseData { partial class FrmVendorsSite { /// /// 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.VendorsSite = new WMS.Ctrl.GridControlCustom(); this.GVendorsSite = 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.VendorsSite)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GVendorsSite)).BeginInit(); this.SuspendLayout(); // // VendorsSite // this.VendorsSite.ColorApprove = System.Drawing.Color.Empty; this.VendorsSite.ColorApproveValue = null; this.VendorsSite.ColorPass = System.Drawing.Color.Empty; this.VendorsSite.ColorPassValue = null; this.VendorsSite.ColorRepeal = System.Drawing.Color.Empty; this.VendorsSite.ColorRepealValue = null; this.VendorsSite.ColorReWork = System.Drawing.Color.Empty; this.VendorsSite.ColorReWorkValue = null; this.VendorsSite.ColorSelectedRow = System.Drawing.Color.Empty; this.VendorsSite.ColorShortage = System.Drawing.Color.Empty; this.VendorsSite.ColorShortageFlagColumn = null; this.VendorsSite.ColorShortageValue = null; this.VendorsSite.ColorUnExecute = System.Drawing.Color.Empty; this.VendorsSite.ColorUnExecuteValue = null; this.VendorsSite.ColorUnPass = System.Drawing.Color.Empty; this.VendorsSite.ColorUnPassValue = ""; this.VendorsSite.ColorVerify = System.Drawing.Color.Red; this.VendorsSite.ColorVerifyFlagColumn = "STS"; this.VendorsSite.ColorVerifyValue = "1"; this.VendorsSite.ColorWarning = System.Drawing.Color.Empty; this.VendorsSite.ColorWarningValue = null; this.VendorsSite.Dock = System.Windows.Forms.DockStyle.Fill; this.VendorsSite.EnableAppearanceEvenRow = true; this.VendorsSite.IndicatorWidth = 40; this.VendorsSite.Location = new System.Drawing.Point(0, 0); this.VendorsSite.MainView = this.GVendorsSite; this.VendorsSite.Name = "VendorsSite"; this.VendorsSite.ShowRowID = true; this.VendorsSite.Size = new System.Drawing.Size(1004, 541); this.VendorsSite.TabIndex = 3; this.VendorsSite.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GVendorsSite}); // // GVendorsSite // this.GVendorsSite.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.GVendorsSite.Appearance.EvenRow.Options.UseBackColor = true; this.GVendorsSite.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F); this.GVendorsSite.Appearance.HeaderPanel.Options.UseFont = true; this.GVendorsSite.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F); this.GVendorsSite.Appearance.Row.Options.UseFont = true; this.GVendorsSite.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.GVendorsSite.GridControl = this.VendorsSite; this.GVendorsSite.IndicatorWidth = 34; this.GVendorsSite.Name = "GVendorsSite"; this.GVendorsSite.OptionsBehavior.Editable = false; this.GVendorsSite.OptionsFind.AlwaysVisible = true; this.GVendorsSite.OptionsView.ColumnAutoWidth = false; this.GVendorsSite.OptionsView.EnableAppearanceEvenRow = true; this.GVendorsSite.OptionsView.ShowAutoFilterRow = true; this.GVendorsSite.OptionsView.ShowFooter = true; this.GVendorsSite.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}条数据")}); this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 137; // // gridColumn2 // this.gridColumn2.Caption = "供应商地点ID(地点代码)"; this.gridColumn2.FieldName = "VENDOR_SITE_ID"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; this.gridColumn2.Width = 143; // // gridColumn3 // this.gridColumn3.Caption = "地点代码(描述)"; this.gridColumn3.FieldName = "VENDOR_SITE_CODE"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; this.gridColumn3.Width = 155; // // 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 = 122; // // 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 = 126; // // 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 = 117; // // gridColumn7 // this.gridColumn7.Caption = "创建人"; this.gridColumn7.FieldName = "CREATED_BY"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 6; this.gridColumn7.Width = 121; // // gridColumn8 // this.gridColumn8.Caption = "状态"; this.gridColumn8.FieldName = "STATUS"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 7; // // gridColumn9 // this.gridColumn9.Caption = "状态2"; this.gridColumn9.FieldName = "STATUS2"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 8; // // FrmVendorsSite // 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.VendorsSite); this.Name = "FrmVendorsSite"; this.Text = "FrmVendorsSite"; this.Load += new System.EventHandler(this.FrmVendorsSite_Load); ((System.ComponentModel.ISupportInitialize)(this.VendorsSite)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GVendorsSite)).EndInit(); this.ResumeLayout(false); } #endregion private Ctrl.GridControlCustom VendorsSite; private DevExpress.XtraGrid.Views.Grid.GridView GVendorsSite; 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; } }