namespace WMS.Ctrl { partial class FormDictonary { /// /// 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(FormDictonary)); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.gridViewItem = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridControlItem = new WMS.Ctrl.GridControlCustom(); this.panel1 = new System.Windows.Forms.Panel(); this.ctrlButtons3 = new WMS.Ctrl.CtrlButtons(); this.ctrlButtons2 = new WMS.Ctrl.CtrlButtons(); this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons(); this.txtKeyWord = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewItem)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlItem)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Caption = "Check"; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; this.repositoryItemCheckEdit1.ValueChecked = "1"; this.repositoryItemCheckEdit1.ValueUnchecked = "0"; // // gridViewItem // this.gridViewItem.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.gridViewItem.Appearance.EvenRow.Options.UseBackColor = true; this.gridViewItem.GridControl = this.gridControlItem; this.gridViewItem.IndicatorWidth = 34; this.gridViewItem.Name = "gridViewItem"; this.gridViewItem.OptionsSelection.MultiSelect = true; this.gridViewItem.OptionsView.ColumnAutoWidth = false; this.gridViewItem.OptionsView.EnableAppearanceEvenRow = true; this.gridViewItem.OptionsView.ShowAutoFilterRow = true; this.gridViewItem.OptionsView.ShowGroupPanel = false; this.gridViewItem.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridViewItem_RowClick); this.gridViewItem.DoubleClick += new System.EventHandler(this.gridViewItem_DoubleClick); // // gridControlItem // this.gridControlItem.ColorApprove = System.Drawing.Color.Empty; this.gridControlItem.ColorApproveValue = null; this.gridControlItem.ColorPass = System.Drawing.Color.Empty; this.gridControlItem.ColorPassValue = null; this.gridControlItem.ColorRepeal = System.Drawing.Color.Empty; this.gridControlItem.ColorRepealValue = null; this.gridControlItem.ColorReWork = System.Drawing.Color.Empty; this.gridControlItem.ColorReWorkValue = null; this.gridControlItem.ColorSelectedRow = System.Drawing.Color.Empty; this.gridControlItem.ColorShortage = System.Drawing.Color.Empty; this.gridControlItem.ColorShortageFlagColumn = null; this.gridControlItem.ColorShortageValue = null; this.gridControlItem.ColorUnExecute = System.Drawing.Color.Empty; this.gridControlItem.ColorUnExecuteValue = null; this.gridControlItem.ColorUnPass = System.Drawing.Color.Empty; this.gridControlItem.ColorUnPassValue = null; this.gridControlItem.ColorVerify = System.Drawing.Color.Empty; this.gridControlItem.ColorVerifyFlagColumn = null; this.gridControlItem.ColorVerifyValue = null; this.gridControlItem.ColorWarning = System.Drawing.Color.Empty; this.gridControlItem.ColorWarningValue = null; this.gridControlItem.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControlItem.EnableAppearanceEvenRow = true; this.gridControlItem.IndicatorWidth = 40; this.gridControlItem.Location = new System.Drawing.Point(0, 63); this.gridControlItem.MainView = this.gridViewItem; this.gridControlItem.Name = "gridControlItem"; this.gridControlItem.ShowRowID = true; this.gridControlItem.Size = new System.Drawing.Size(784, 443); this.gridControlItem.TabIndex = 4; this.gridControlItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewItem}); this.gridControlItem.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridViewItem_KeyDown); // // panel1 // this.panel1.Controls.Add(this.ctrlButtons3); this.panel1.Controls.Add(this.ctrlButtons2); this.panel1.Controls.Add(this.ctrlButtons1); this.panel1.Controls.Add(this.txtKeyWord); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(784, 63); this.panel1.TabIndex = 3; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // // ctrlButtons3 // this.ctrlButtons3.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.ctrlButtons3.Appearance.Options.UseFont = true; this.ctrlButtons3.BoolDiagFrm = false; this.ctrlButtons3.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons3.Image"))); this.ctrlButtons3.ImageUri.Uri = "Close;Office2013"; this.ctrlButtons3.Location = new System.Drawing.Point(620, 12); this.ctrlButtons3.Name = "ctrlButtons3"; this.ctrlButtons3.Size = new System.Drawing.Size(150, 45); this.ctrlButtons3.TabIndex = 13; this.ctrlButtons3.Text = " 退出 "; this.ctrlButtons3.typeButton = " 退出 "; this.ctrlButtons3.Click += new System.EventHandler(this.ctrlButtons3_Click); // // ctrlButtons2 // this.ctrlButtons2.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.ctrlButtons2.Appearance.Options.UseFont = true; this.ctrlButtons2.BoolDiagFrm = false; this.ctrlButtons2.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons2.Image"))); this.ctrlButtons2.ImageUri.Uri = "Apply;Office2013"; this.ctrlButtons2.Location = new System.Drawing.Point(459, 12); this.ctrlButtons2.Name = "ctrlButtons2"; this.ctrlButtons2.Size = new System.Drawing.Size(150, 45); this.ctrlButtons2.TabIndex = 12; this.ctrlButtons2.Text = " 确定 "; this.ctrlButtons2.typeButton = " 确定 "; this.ctrlButtons2.Click += new System.EventHandler(this.ctrlButtons2_Click_1); // // ctrlButtons1 // this.ctrlButtons1.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.ctrlButtons1.Appearance.Options.UseFont = true; this.ctrlButtons1.BoolDiagFrm = false; this.ctrlButtons1.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons1.Image"))); this.ctrlButtons1.ImageUri.Uri = "Find;Office2013"; this.ctrlButtons1.Location = new System.Drawing.Point(298, 12); this.ctrlButtons1.Name = "ctrlButtons1"; this.ctrlButtons1.Size = new System.Drawing.Size(150, 45); this.ctrlButtons1.TabIndex = 11; this.ctrlButtons1.Text = " 查询 "; this.ctrlButtons1.typeButton = " 查询 "; this.ctrlButtons1.Click += new System.EventHandler(this.ctrlButtons1_Click); // // txtKeyWord // this.txtKeyWord.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtKeyWord.Location = new System.Drawing.Point(69, 23); this.txtKeyWord.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.txtKeyWord.Name = "txtKeyWord"; this.txtKeyWord.Size = new System.Drawing.Size(200, 23); this.txtKeyWord.TabIndex = 10; this.txtKeyWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtKeyWord_KeyDown); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(3, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(69, 19); this.label1.TabIndex = 2; this.label1.Text = "查询条件"; // // FormDictonary // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 506); this.Controls.Add(this.gridControlItem); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("宋体", 10F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(800, 544); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(690, 541); this.Name = "FormDictonary"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.FormDictonary_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormDictonary_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewItem)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlItem)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private DevExpress.XtraGrid.Views.Grid.GridView gridViewItem; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox txtKeyWord; private System.Windows.Forms.Label label1; private CtrlButtons ctrlButtons2; private CtrlButtons ctrlButtons1; private GridControlCustom gridControlItem; private CtrlButtons ctrlButtons3; } }