namespace CSFrameworkV5.Library
|
{
|
partial class frmFuzzySearch
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFuzzySearch));
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.label4 = new System.Windows.Forms.Label();
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
this.txtValue = new DevExpress.XtraEditors.TextEdit();
|
this.label2 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.gcSummary = new DevExpress.XtraGrid.GridControl();
|
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
this.pnlButtonAction.SuspendLayout();
|
this.panel2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
|
this.SuspendLayout();
|
//
|
// panelControl1
|
//
|
this.panelControl1.Controls.Add(this.gcSummary);
|
this.panelControl1.Controls.Add(this.panel2);
|
this.panelControl1.Size = new System.Drawing.Size(819, 490);
|
//
|
// btnOk
|
//
|
this.btnOk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.ImageOptions.Image")));
|
this.btnOk.Location = new System.Drawing.Point(315, 9);
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
//
|
// btnCancel
|
//
|
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
|
this.btnCancel.Location = new System.Drawing.Point(427, 9);
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// pnlButtonAction
|
//
|
this.pnlButtonAction.Location = new System.Drawing.Point(0, 486);
|
this.pnlButtonAction.Size = new System.Drawing.Size(819, 55);
|
//
|
// panel2
|
//
|
this.panel2.BackColor = System.Drawing.Color.White;
|
this.panel2.Controls.Add(this.label4);
|
this.panel2.Controls.Add(this.pictureBox1);
|
this.panel2.Controls.Add(this.label3);
|
this.panel2.Controls.Add(this.btnQuery);
|
this.panel2.Controls.Add(this.txtValue);
|
this.panel2.Controls.Add(this.label2);
|
this.panel2.Controls.Add(this.label1);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(819, 57);
|
this.panel2.TabIndex = 3;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.ForeColor = System.Drawing.Color.DarkGray;
|
this.label4.Location = new System.Drawing.Point(465, 36);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(161, 14);
|
this.label4.TabIndex = 7;
|
this.label4.Text = "(模糊匹配,匹配编号和名称)";
|
//
|
// pictureBox1
|
//
|
this.pictureBox1.ErrorImage = null;
|
this.pictureBox1.Image = global::CSFrameworkV5.Library.ResImage.find50x50;
|
this.pictureBox1.Location = new System.Drawing.Point(5, 4);
|
this.pictureBox1.Name = "pictureBox1";
|
this.pictureBox1.Size = new System.Drawing.Size(50, 50);
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
this.pictureBox1.TabIndex = 6;
|
this.pictureBox1.TabStop = false;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
this.label3.Location = new System.Drawing.Point(377, 15);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(85, 15);
|
this.label3.TabIndex = 5;
|
this.label3.Text = "查询的内容:";
|
//
|
// btnQuery
|
//
|
this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.ImageOptions.Image")));
|
this.btnQuery.Location = new System.Drawing.Point(657, 9);
|
this.btnQuery.Name = "btnQuery";
|
this.btnQuery.Size = new System.Drawing.Size(99, 38);
|
this.btnQuery.TabIndex = 4;
|
this.btnQuery.Text = "查询(&Q)";
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
//
|
// txtValue
|
//
|
this.txtValue.EditValue = "";
|
this.txtValue.Location = new System.Drawing.Point(468, 12);
|
this.txtValue.Name = "txtValue";
|
this.txtValue.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.txtValue.Properties.Appearance.Options.UseFont = true;
|
this.txtValue.Size = new System.Drawing.Size(171, 22);
|
this.txtValue.TabIndex = 3;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(60, 30);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(265, 14);
|
this.label2.TabIndex = 2;
|
this.label2.Text = "选择一条记录, 点击\'确认\'按钮或双表格返回结果.";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
this.label1.Location = new System.Drawing.Point(60, 9);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(137, 15);
|
this.label1.TabIndex = 1;
|
this.label1.Text = "数据字典公共查询窗体";
|
//
|
// gcSummary
|
//
|
this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
|
this.gcSummary.Location = new System.Drawing.Point(0, 57);
|
this.gcSummary.MainView = this.gvSummary;
|
this.gcSummary.Name = "gcSummary";
|
this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
this.gcSummary.Size = new System.Drawing.Size(819, 433);
|
this.gcSummary.TabIndex = 10;
|
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvSummary});
|
//
|
// gvSummary
|
//
|
this.gvSummary.GridControl = this.gcSummary;
|
this.gvSummary.Name = "gvSummary";
|
this.gvSummary.OptionsBehavior.Editable = false;
|
this.gvSummary.OptionsView.ShowFooter = true;
|
this.gvSummary.DoubleClick += new System.EventHandler(this.gvSummary_DoubleClick);
|
//
|
// frmFuzzySearch
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.ClientSize = new System.Drawing.Size(819, 541);
|
this.Name = "frmFuzzySearch";
|
this.Text = "数据字典公共查询窗体";
|
this.Load += new System.EventHandler(this.frmFuzzySearch_Load);
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
this.pnlButtonAction.ResumeLayout(false);
|
this.panel2.ResumeLayout(false);
|
this.panel2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.PictureBox pictureBox1;
|
private System.Windows.Forms.Label label3;
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
private DevExpress.XtraEditors.TextEdit txtValue;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label4;
|
private DevExpress.XtraGrid.GridControl gcSummary;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
|
}
|
}
|