namespace IStation.WinFrmUI
|
{
|
partial class InputString4SearchDlg
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param nameLogin="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.simpleButton3 = new System.Windows.Forms.Button();
|
this.simpleButton1 = new System.Windows.Forms.Button();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.searchControl1 = new DevExpress.XtraEditors.SearchControl();
|
this.lblInfo = new System.Windows.Forms.Label();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.searchControl1.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// simpleButton3
|
//
|
this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.simpleButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.simpleButton3.Location = new System.Drawing.Point(451, 10);
|
this.simpleButton3.Name = "simpleButton3";
|
this.simpleButton3.Size = new System.Drawing.Size(25, 25);
|
this.simpleButton3.TabIndex = 1;
|
this.simpleButton3.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// simpleButton1
|
//
|
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.simpleButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.simpleButton1.Location = new System.Drawing.Point(491, 9);
|
this.simpleButton1.Name = "simpleButton1";
|
this.simpleButton1.Size = new System.Drawing.Size(25, 25);
|
this.simpleButton1.TabIndex = 2;
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton2_Click);
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
|
this.tableLayoutPanel1.ColumnCount = 4;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 533F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 2, 1);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 3;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(882, 261);
|
this.tableLayoutPanel1.TabIndex = 8;
|
//
|
// panel1
|
//
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
this.panel1.Controls.Add(this.searchControl1);
|
this.panel1.Controls.Add(this.lblInfo);
|
this.panel1.Controls.Add(this.simpleButton3);
|
this.panel1.Controls.Add(this.simpleButton1);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Location = new System.Drawing.Point(181, 109);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(527, 42);
|
this.panel1.TabIndex = 0;
|
//
|
// searchControl1
|
//
|
this.searchControl1.Location = new System.Drawing.Point(77, 12);
|
this.searchControl1.Name = "searchControl1";
|
this.searchControl1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Repository.ClearButton(),
|
new DevExpress.XtraEditors.Repository.SearchButton()});
|
this.searchControl1.Properties.DropDownRows = 12;
|
this.searchControl1.Properties.FilterCondition = DevExpress.Data.Filtering.FilterCondition.Like;
|
this.searchControl1.Size = new System.Drawing.Size(353, 20);
|
this.searchControl1.TabIndex = 3;
|
//
|
// lblInfo
|
//
|
this.lblInfo.Location = new System.Drawing.Point(3, 12);
|
this.lblInfo.Name = "lblInfo";
|
this.lblInfo.Size = new System.Drawing.Size(68, 19);
|
this.lblInfo.TabIndex = 1;
|
this.lblInfo.Text = "扬程(m)";
|
this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// InputString4SearchDlg
|
//
|
this.Appearance.BackColor = System.Drawing.Color.White;
|
this.Appearance.Options.UseBackColor = true;
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(882, 261);
|
this.Controls.Add(this.tableLayoutPanel1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Name = "InputString4SearchDlg";
|
this.ShowInTaskbar = false;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "InputStringTipDlg";
|
this.Load += new System.EventHandler(this.SetContentDlg_Load);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.searchControl1.Properties)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button simpleButton3;
|
private System.Windows.Forms.Button simpleButton1;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Label lblInfo;
|
public DevExpress.XtraEditors.SearchControl searchControl1;
|
}
|
}
|