ab56a9bcf7
SVN-Revision: r240
146 lines
7.1 KiB
C#
146 lines
7.1 KiB
C#
namespace Lskj.Control.AutoSelectControlUp
|
|
{
|
|
partial class AutoSelectControl
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.labObscure = new Lskj.Control.LabelTextEdit();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.gridControl = new DevExpress.XtraGrid.GridControl();
|
|
this.gcMain = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Controls.Add(this.labObscure);
|
|
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(698, 49);
|
|
this.panelControl1.TabIndex = 1;
|
|
//
|
|
// labObscure
|
|
//
|
|
this.labObscure.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labObscure.BackColor = System.Drawing.Color.Transparent;
|
|
this.labObscure.EditText = "";
|
|
this.labObscure.Enabled = false;
|
|
this.labObscure.FontSize = 0F;
|
|
this.labObscure.LabelText = "模糊查询";
|
|
this.labObscure.Location = new System.Drawing.Point(13, 13);
|
|
this.labObscure.Margin = new System.Windows.Forms.Padding(4);
|
|
this.labObscure.Model = null;
|
|
this.labObscure.Name = "labObscure";
|
|
this.labObscure.NullText = "";
|
|
this.labObscure.ReadOnly = false;
|
|
this.labObscure.Required = false;
|
|
this.labObscure.Size = new System.Drawing.Size(236, 21);
|
|
this.labObscure.TabIndex = 2;
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl2.Controls.Add(this.gridControl);
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 49);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(698, 447);
|
|
this.panelControl2.TabIndex = 2;
|
|
//
|
|
// gridControl
|
|
//
|
|
this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControl.Location = new System.Drawing.Point(0, 0);
|
|
this.gridControl.MainView = this.gcMain;
|
|
this.gridControl.Name = "gridControl";
|
|
this.gridControl.Size = new System.Drawing.Size(698, 447);
|
|
this.gridControl.TabIndex = 5;
|
|
this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gcMain});
|
|
//
|
|
// gcMain
|
|
//
|
|
this.gcMain.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.gcMain.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.gcMain.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|
this.gcMain.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcMain.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.gcMain.Appearance.Preview.Options.UseFont = true;
|
|
this.gcMain.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.gcMain.Appearance.Row.Options.UseBackColor = true;
|
|
this.gcMain.Appearance.Row.Options.UseFont = true;
|
|
this.gcMain.Appearance.Row.Options.UseForeColor = true;
|
|
this.gcMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.gcMain.GridControl = this.gridControl;
|
|
this.gcMain.IndicatorWidth = 30;
|
|
this.gcMain.Name = "gcMain";
|
|
this.gcMain.OptionsBehavior.Editable = false;
|
|
this.gcMain.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
|
|
this.gcMain.OptionsView.ColumnAutoWidth = false;
|
|
this.gcMain.OptionsView.RowAutoHeight = true;
|
|
this.gcMain.OptionsView.ShowGroupPanel = false;
|
|
this.gcMain.PaintStyleName = "Skin";
|
|
//
|
|
// AutoSelectControl
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(698, 496);
|
|
this.Controls.Add(this.panelControl2);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Name = "AutoSelectControl";
|
|
this.Text = "提示:双击选择";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private DevExpress.XtraGrid.GridControl gridControl;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gcMain;
|
|
private LabelTextEdit labObscure;
|
|
}
|
|
} |