namespace WMS.Ctrl { partial class FrmGridViewColFind { /// /// 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(FrmGridViewColFind)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtActiveFilterString = new DevExpress.XtraEditors.MemoEdit(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.txtFindValue = new DevExpress.XtraEditors.TextEdit(); this.lupCol2 = new DevExpress.XtraEditors.LookUpEdit(); this.lupCol1 = new DevExpress.XtraEditors.LookUpEdit(); this.comFindType = new DevExpress.XtraEditors.ComboBoxEdit(); this.bOK = new System.Windows.Forms.Button(); this.bCancel = new System.Windows.Forms.Button(); this.chkAnd = new System.Windows.Forms.RadioButton(); this.chkOr = new System.Windows.Forms.RadioButton(); this.chkDelete = new System.Windows.Forms.RadioButton(); this.chkFindValue = new System.Windows.Forms.CheckBox(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtActiveFilterString.Properties)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtFindValue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lupCol2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lupCol1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comFindType.Properties)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.txtActiveFilterString); this.groupBox1.Location = new System.Drawing.Point(12, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(506, 65); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "筛选条件"; // // txtActiveFilterString // this.txtActiveFilterString.Dock = System.Windows.Forms.DockStyle.Fill; this.txtActiveFilterString.Location = new System.Drawing.Point(3, 17); this.txtActiveFilterString.Name = "txtActiveFilterString"; this.txtActiveFilterString.Properties.ReadOnly = true; this.txtActiveFilterString.Size = new System.Drawing.Size(500, 45); this.txtActiveFilterString.TabIndex = 0; // // groupBox2 // this.groupBox2.Controls.Add(this.lupCol2); this.groupBox2.Controls.Add(this.lupCol1); this.groupBox2.Controls.Add(this.comFindType); this.groupBox2.Controls.Add(this.txtFindValue); this.groupBox2.Location = new System.Drawing.Point(12, 94); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(506, 54); this.groupBox2.TabIndex = 4; this.groupBox2.TabStop = false; // // txtFindValue // this.txtFindValue.EditValue = ""; this.txtFindValue.Location = new System.Drawing.Point(295, 20); this.txtFindValue.Name = "txtFindValue"; this.txtFindValue.Size = new System.Drawing.Size(205, 20); this.txtFindValue.TabIndex = 8; this.txtFindValue.Visible = false; // // lupCol2 // this.lupCol2.EditValue = ""; this.lupCol2.Location = new System.Drawing.Point(295, 20); this.lupCol2.Name = "lupCol2"; this.lupCol2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lupCol2.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Caption", 80, "列名"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VisibleIndex", "序号", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.Ascending)}); this.lupCol2.Properties.DisplayMember = "Caption"; this.lupCol2.Properties.DropDownRows = 15; this.lupCol2.Properties.NullText = ""; this.lupCol2.Properties.PopupSizeable = false; this.lupCol2.Properties.ValueMember = "FieldName"; this.lupCol2.Size = new System.Drawing.Size(205, 20); this.lupCol2.TabIndex = 2; // // lupCol1 // this.lupCol1.EditValue = ""; this.lupCol1.Location = new System.Drawing.Point(6, 20); this.lupCol1.Name = "lupCol1"; this.lupCol1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lupCol1.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Caption", 80, "列名"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VisibleIndex", "序号", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.Ascending)}); this.lupCol1.Properties.DisplayMember = "Caption"; this.lupCol1.Properties.DropDownRows = 15; this.lupCol1.Properties.NullText = ""; this.lupCol1.Properties.PopupSizeable = false; this.lupCol1.Properties.ValueMember = "FieldName"; this.lupCol1.Size = new System.Drawing.Size(201, 20); this.lupCol1.TabIndex = 0; // // comFindType // this.comFindType.EditValue = "不等于"; this.comFindType.Location = new System.Drawing.Point(213, 20); this.comFindType.Name = "comFindType"; this.comFindType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comFindType.Properties.Items.AddRange(new object[] { "大于", "大于等于", "小于", "小于等于", "等于", "不等于"}); this.comFindType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comFindType.Size = new System.Drawing.Size(76, 20); this.comFindType.TabIndex = 1; // // bOK // this.bOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bOK.Location = new System.Drawing.Point(334, 154); this.bOK.Name = "bOK"; this.bOK.Size = new System.Drawing.Size(80, 25); this.bOK.TabIndex = 5; this.bOK.Text = "确 定(&OK)"; this.bOK.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.bOK.UseVisualStyleBackColor = true; this.bOK.Click += new System.EventHandler(this.bOK_Click); // // bCancel // this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.bCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bCancel.Location = new System.Drawing.Point(438, 154); this.bCancel.Name = "bCancel"; this.bCancel.Size = new System.Drawing.Size(80, 25); this.bCancel.TabIndex = 6; this.bCancel.Text = "取 消(&Esc)"; this.bCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.bCancel.UseVisualStyleBackColor = true; this.bCancel.Click += new System.EventHandler(this.bCancel_Click); // // chkAnd // this.chkAnd.AutoSize = true; this.chkAnd.Checked = true; this.chkAnd.Location = new System.Drawing.Point(15, 78); this.chkAnd.Name = "chkAnd"; this.chkAnd.Size = new System.Drawing.Size(53, 16); this.chkAnd.TabIndex = 1; this.chkAnd.TabStop = true; this.chkAnd.Text = "与(&A)"; this.chkAnd.UseVisualStyleBackColor = true; // // chkOr // this.chkOr.AutoSize = true; this.chkOr.Location = new System.Drawing.Point(113, 78); this.chkOr.Name = "chkOr"; this.chkOr.Size = new System.Drawing.Size(53, 16); this.chkOr.TabIndex = 2; this.chkOr.Text = "或(&O)"; this.chkOr.UseVisualStyleBackColor = true; // // chkDelete // this.chkDelete.AutoSize = true; this.chkDelete.Location = new System.Drawing.Point(210, 78); this.chkDelete.Name = "chkDelete"; this.chkDelete.Size = new System.Drawing.Size(89, 16); this.chkDelete.TabIndex = 3; this.chkDelete.Text = "重新定义(&C)"; this.chkDelete.UseVisualStyleBackColor = true; // // chkFindValue // this.chkFindValue.AutoSize = true; this.chkFindValue.ForeColor = System.Drawing.Color.Red; this.chkFindValue.Location = new System.Drawing.Point(410, 79); this.chkFindValue.Name = "chkFindValue"; this.chkFindValue.Size = new System.Drawing.Size(108, 16); this.chkFindValue.TabIndex = 7; this.chkFindValue.Text = "自定义查询数据"; this.chkFindValue.UseVisualStyleBackColor = true; this.chkFindValue.CheckedChanged += new System.EventHandler(this.chkFindValue_CheckedChanged); // // FrmGridViewColFind // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.bCancel; this.ClientSize = new System.Drawing.Size(530, 191); this.Controls.Add(this.chkFindValue); this.Controls.Add(this.chkDelete); this.Controls.Add(this.chkOr); this.Controls.Add(this.chkAnd); this.Controls.Add(this.bCancel); this.Controls.Add(this.bOK); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmGridViewColFind"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "列筛选"; this.Load += new System.EventHandler(this.FrmGridViewColFind_Load); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtActiveFilterString.Properties)).EndInit(); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtFindValue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lupCol2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lupCol1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comFindType.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private DevExpress.XtraEditors.MemoEdit txtActiveFilterString; private System.Windows.Forms.GroupBox groupBox2; private DevExpress.XtraEditors.LookUpEdit lupCol2; private DevExpress.XtraEditors.LookUpEdit lupCol1; private DevExpress.XtraEditors.ComboBoxEdit comFindType; private System.Windows.Forms.Button bOK; private System.Windows.Forms.Button bCancel; private System.Windows.Forms.RadioButton chkAnd; private System.Windows.Forms.RadioButton chkOr; private System.Windows.Forms.RadioButton chkDelete; private System.Windows.Forms.CheckBox chkFindValue; private DevExpress.XtraEditors.TextEdit txtFindValue; } }