namespace CSFrameworkV5.Library.CommonForms
{
partial class frmAdvancedSearch
{
///
/// 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(frmAdvancedSearch));
this.label2 = new System.Windows.Forms.Label();
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.pbAlarm = new DevExpress.XtraEditors.PanelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.label4 = new System.Windows.Forms.Label();
this.txtFlag = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtFlag1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.cbOperator = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtValue = new DevExpress.XtraEditors.TextEdit();
this.txtDate1 = new DevExpress.XtraEditors.DateEdit();
this.label3 = new System.Windows.Forms.Label();
this.txtDate = new DevExpress.XtraEditors.DateEdit();
this.cbFields1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.rbAnd = new System.Windows.Forms.RadioButton();
this.txtValue1 = new DevExpress.XtraEditors.TextEdit();
this.rbOr = new System.Windows.Forms.RadioButton();
this.cbOperator1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.label1 = new System.Windows.Forms.Label();
this.cbFields = new DevExpress.XtraEditors.ComboBoxEdit();
this.lbAlarm = new System.Windows.Forms.Label();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbAlarm)).BeginInit();
this.pbAlarm.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtFlag.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtFlag1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbOperator.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDate1.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDate1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDate.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbFields1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtValue1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbOperator1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbFields.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// label2
//
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label2.Location = new System.Drawing.Point(0, 168);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(710, 2);
this.label2.TabIndex = 82;
this.label2.Visible = false;
//
// btnSearch
//
this.btnSearch.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.btnSearch.Appearance.Options.UseFont = true;
this.btnSearch.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnSearch.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.ImageOptions.Image")));
this.btnSearch.Location = new System.Drawing.Point(173, 331);
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(103, 41);
this.btnSearch.TabIndex = 87;
this.btnSearch.Text = "¿ªÊ¼²éѯ";
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F);
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Appearance.Options.UseForeColor = true;
this.labelControl2.Location = new System.Drawing.Point(74, 39);
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(91, 16);
this.labelControl2.TabIndex = 86;
this.labelControl2.Text = "Advanced Search";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold);
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Appearance.Options.UseForeColor = true;
this.labelControl1.Location = new System.Drawing.Point(73, 14);
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(96, 22);
this.labelControl1.TabIndex = 85;
this.labelControl1.Text = "¸ß¼¶ËÑË÷¹¦ÄÜ";
//
// panelControl2
//
this.panelControl2.Controls.Add(this.pbAlarm);
this.panelControl2.Controls.Add(this.label4);
this.panelControl2.Controls.Add(this.txtFlag);
this.panelControl2.Controls.Add(this.txtFlag1);
this.panelControl2.Controls.Add(this.cbOperator);
this.panelControl2.Controls.Add(this.txtValue);
this.panelControl2.Controls.Add(this.txtDate1);
this.panelControl2.Controls.Add(this.label3);
this.panelControl2.Controls.Add(this.txtDate);
this.panelControl2.Controls.Add(this.cbFields1);
this.panelControl2.Controls.Add(this.rbAnd);
this.panelControl2.Controls.Add(this.txtValue1);
this.panelControl2.Controls.Add(this.rbOr);
this.panelControl2.Controls.Add(this.cbOperator1);
this.panelControl2.Controls.Add(this.label1);
this.panelControl2.Controls.Add(this.cbFields);
this.panelControl2.Location = new System.Drawing.Point(3, 68);
this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(539, 247);
this.panelControl2.TabIndex = 83;
//
// pbAlarm
//
this.pbAlarm.Controls.Add(this.labelControl3);
this.pbAlarm.Location = new System.Drawing.Point(51, 132);
this.pbAlarm.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pbAlarm.Name = "pbAlarm";
this.pbAlarm.Size = new System.Drawing.Size(174, 31);
this.pbAlarm.TabIndex = 83;
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Appearance.Options.UseForeColor = true;
this.labelControl3.Location = new System.Drawing.Point(9, 6);
this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(96, 17);
this.labelControl3.TabIndex = 0;
this.labelControl3.Text = "¸Ã×ֶβ»Ö§³Ö²éѯ";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(338, 30);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(79, 19);
this.label4.TabIndex = 82;
this.label4.Text = "Òª²éÕÒµÄÖµ";
//
// txtFlag
//
this.txtFlag.Location = new System.Drawing.Point(230, 135);
this.txtFlag.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtFlag.Name = "txtFlag";
this.txtFlag.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.txtFlag.Properties.Appearance.Options.UseFont = true;
this.txtFlag.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtFlag.Properties.Items.AddRange(new object[] {
"Y",
"N"});
this.txtFlag.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtFlag.Size = new System.Drawing.Size(110, 26);
this.txtFlag.TabIndex = 75;
this.txtFlag.Tag = "100";
this.txtFlag.Visible = false;
//
// txtFlag1
//
this.txtFlag1.Location = new System.Drawing.Point(230, 172);
this.txtFlag1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtFlag1.Name = "txtFlag1";
this.txtFlag1.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.txtFlag1.Properties.Appearance.Options.UseFont = true;
this.txtFlag1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtFlag1.Properties.Items.AddRange(new object[] {
"Y",
"N"});
this.txtFlag1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtFlag1.Size = new System.Drawing.Size(110, 26);
this.txtFlag1.TabIndex = 81;
this.txtFlag1.Tag = "100";
this.txtFlag1.Visible = false;
//
// cbOperator
//
this.cbOperator.EditValue = "";
this.cbOperator.Location = new System.Drawing.Point(230, 56);
this.cbOperator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cbOperator.Name = "cbOperator";
this.cbOperator.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.cbOperator.Properties.Appearance.Options.UseFont = true;
this.cbOperator.Properties.Appearance.Options.UseTextOptions = true;
this.cbOperator.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.cbOperator.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbOperator.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.cbOperator.Size = new System.Drawing.Size(110, 26);
this.cbOperator.TabIndex = 53;
//
// txtValue
//
this.txtValue.Location = new System.Drawing.Point(342, 56);
this.txtValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtValue.Name = "txtValue";
this.txtValue.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.txtValue.Properties.Appearance.Options.UseFont = true;
this.txtValue.Size = new System.Drawing.Size(129, 26);
this.txtValue.TabIndex = 54;
//
// txtDate1
//
this.txtDate1.EditValue = null;
this.txtDate1.Location = new System.Drawing.Point(342, 172);
this.txtDate1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtDate1.Name = "txtDate1";
this.txtDate1.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.txtDate1.Properties.Appearance.Options.UseFont = true;
this.txtDate1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtDate1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtDate1.Size = new System.Drawing.Size(128, 26);
this.txtDate1.TabIndex = 80;
this.txtDate1.Tag = "100";
this.txtDate1.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(229, 32);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(51, 19);
this.label3.TabIndex = 55;
this.label3.Text = "ÔËËã·û";
//
// txtDate
//
this.txtDate.EditValue = null;
this.txtDate.Location = new System.Drawing.Point(342, 135);
this.txtDate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtDate.Name = "txtDate";
this.txtDate.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
this.txtDate.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.txtDate.Properties.Appearance.Options.UseFont = true;
this.txtDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtDate.Size = new System.Drawing.Size(128, 26);
this.txtDate.TabIndex = 74;
this.txtDate.Tag = "100";
this.txtDate.Visible = false;
//
// cbFields1
//
this.cbFields1.Location = new System.Drawing.Point(50, 96);
this.cbFields1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cbFields1.Name = "cbFields1";
this.cbFields1.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.cbFields1.Properties.Appearance.Options.UseFont = true;
this.cbFields1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbFields1.Properties.DropDownRows = 10;
this.cbFields1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.cbFields1.Size = new System.Drawing.Size(176, 26);
this.cbFields1.TabIndex = 66;
this.cbFields1.SelectedIndexChanged += new System.EventHandler(this.OnSelectedIndexChanged);
//
// rbAnd
//
this.rbAnd.AutoSize = true;
this.rbAnd.Checked = true;
this.rbAnd.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.rbAnd.Location = new System.Drawing.Point(50, 176);
this.rbAnd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.rbAnd.Name = "rbAnd";
this.rbAnd.Size = new System.Drawing.Size(73, 21);
this.rbAnd.TabIndex = 57;
this.rbAnd.TabStop = true;
this.rbAnd.Text = "And (Óë)";
this.rbAnd.UseVisualStyleBackColor = true;
//
// txtValue1
//
this.txtValue1.Location = new System.Drawing.Point(342, 96);
this.txtValue1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtValue1.Name = "txtValue1";
this.txtValue1.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.txtValue1.Properties.Appearance.Options.UseFont = true;
this.txtValue1.Size = new System.Drawing.Size(129, 26);
this.txtValue1.TabIndex = 65;
//
// rbOr
//
this.rbOr.AutoSize = true;
this.rbOr.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.rbOr.Location = new System.Drawing.Point(50, 207);
this.rbOr.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.rbOr.Name = "rbOr";
this.rbOr.Size = new System.Drawing.Size(77, 21);
this.rbOr.TabIndex = 58;
this.rbOr.Text = "Or (»òÕß)";
this.rbOr.UseVisualStyleBackColor = true;
//
// cbOperator1
//
this.cbOperator1.EditValue = "";
this.cbOperator1.Location = new System.Drawing.Point(230, 96);
this.cbOperator1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cbOperator1.Name = "cbOperator1";
this.cbOperator1.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.cbOperator1.Properties.Appearance.Options.UseFont = true;
this.cbOperator1.Properties.Appearance.Options.UseTextOptions = true;
this.cbOperator1.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.cbOperator1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbOperator1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.cbOperator1.Size = new System.Drawing.Size(110, 26);
this.cbOperator1.TabIndex = 64;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(47, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 19);
this.label1.TabIndex = 63;
this.label1.Text = "²éÕÒ×Ö¶Î";
//
// cbFields
//
this.cbFields.Location = new System.Drawing.Point(50, 56);
this.cbFields.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cbFields.Name = "cbFields";
this.cbFields.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.cbFields.Properties.Appearance.Options.UseFont = true;
this.cbFields.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbFields.Properties.DropDownRows = 10;
this.cbFields.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.cbFields.Size = new System.Drawing.Size(176, 26);
this.cbFields.TabIndex = 62;
this.cbFields.SelectedIndexChanged += new System.EventHandler(this.OnSelectedIndexChanged);
//
// lbAlarm
//
this.lbAlarm.AutoSize = true;
this.lbAlarm.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.lbAlarm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.lbAlarm.Location = new System.Drawing.Point(192, 38);
this.lbAlarm.Name = "lbAlarm";
this.lbAlarm.Size = new System.Drawing.Size(134, 17);
this.lbAlarm.TabIndex = 61;
this.lbAlarm.Text = "* ½öÖ§³ÖÁ½×é²éѯÌõ¼þ *";
this.lbAlarm.Visible = false;
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.pictureEdit1);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.lbAlarm);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(546, 64);
this.panelControl1.TabIndex = 88;
//
// pictureEdit1
//
this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
this.pictureEdit1.Location = new System.Drawing.Point(11, 12);
this.pictureEdit1.Name = "pictureEdit1";
this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
this.pictureEdit1.Size = new System.Drawing.Size(41, 38);
this.pictureEdit1.TabIndex = 87;
//
// btnCancel
//
this.btnCancel.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.btnCancel.Appearance.Options.UseFont = true;
this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
this.btnCancel.Location = new System.Drawing.Point(291, 331);
this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(103, 41);
this.btnCancel.TabIndex = 87;
this.btnCancel.Text = "¹Ø±Õ";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// frmAdvancedSearch
//
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
this.ClientSize = new System.Drawing.Size(546, 397);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.panelControl2);
this.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmAdvancedSearch";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "¸ß¼¶ËÑË÷";
this.Load += new System.EventHandler(this.frmAdvSearch_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbAlarm)).EndInit();
this.pbAlarm.ResumeLayout(false);
this.pbAlarm.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtFlag.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtFlag1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbOperator.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtDate1.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtDate1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtDate.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtDate.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbFields1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtValue1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbOperator1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbFields.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label3;
private DevExpress.XtraEditors.TextEdit txtValue;
private DevExpress.XtraEditors.ComboBoxEdit cbOperator;
private System.Windows.Forms.RadioButton rbOr;
private System.Windows.Forms.RadioButton rbAnd;
private DevExpress.XtraEditors.ComboBoxEdit cbFields1;
private DevExpress.XtraEditors.TextEdit txtValue1;
private DevExpress.XtraEditors.ComboBoxEdit cbOperator1;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.ComboBoxEdit cbFields;
private System.Windows.Forms.Label lbAlarm;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.ComboBoxEdit txtFlag1;
private DevExpress.XtraEditors.ComboBoxEdit txtFlag;
private DevExpress.XtraEditors.DateEdit txtDate1;
private DevExpress.XtraEditors.DateEdit txtDate;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private System.Windows.Forms.Label label4;
private DevExpress.XtraEditors.SimpleButton btnSearch;
private DevExpress.XtraEditors.PanelControl pbAlarm;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
private DevExpress.XtraEditors.SimpleButton btnCancel;
}
}