init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
namespace ControlLib.inh
|
||||
{
|
||||
partial class FrmAutoSearch
|
||||
{
|
||||
/// <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.components = new System.ComponentModel.Container();
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.ListVAuto = new System.Windows.Forms.ListView();
|
||||
this.pnlAdd = new System.Windows.Forms.Panel();
|
||||
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.pnlAdd.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// timer1
|
||||
//
|
||||
this.timer1.Interval = 200;
|
||||
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||||
//
|
||||
// ListVAuto
|
||||
//
|
||||
this.ListVAuto.Activation = System.Windows.Forms.ItemActivation.OneClick;
|
||||
this.ListVAuto.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.ListVAuto.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ListVAuto.FullRowSelect = true;
|
||||
this.ListVAuto.GridLines = true;
|
||||
this.ListVAuto.HideSelection = false;
|
||||
this.ListVAuto.HotTracking = true;
|
||||
this.ListVAuto.HoverSelection = true;
|
||||
this.ListVAuto.Location = new System.Drawing.Point(0, 0);
|
||||
this.ListVAuto.Name = "ListVAuto";
|
||||
this.ListVAuto.Size = new System.Drawing.Size(406, 219);
|
||||
this.ListVAuto.TabIndex = 2;
|
||||
this.ListVAuto.UseCompatibleStateImageBehavior = false;
|
||||
this.ListVAuto.View = System.Windows.Forms.View.Details;
|
||||
this.ListVAuto.Leave += new System.EventHandler(this.ListVAuto_Leave);
|
||||
//
|
||||
// pnlAdd
|
||||
//
|
||||
this.pnlAdd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.pnlAdd.Controls.Add(this.simpleButton1);
|
||||
this.pnlAdd.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.pnlAdd.Location = new System.Drawing.Point(0, 180);
|
||||
this.pnlAdd.Name = "pnlAdd";
|
||||
this.pnlAdd.Size = new System.Drawing.Size(406, 39);
|
||||
this.pnlAdd.TabIndex = 3;
|
||||
//
|
||||
// simpleButton1
|
||||
//
|
||||
this.simpleButton1.AllowFocus = false;
|
||||
this.simpleButton1.Location = new System.Drawing.Point(7, 6);
|
||||
this.simpleButton1.Name = "simpleButton1";
|
||||
this.simpleButton1.Size = new System.Drawing.Size(64, 24);
|
||||
this.simpleButton1.TabIndex = 1;
|
||||
this.simpleButton1.Text = "添加";
|
||||
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
||||
//
|
||||
// FrmAutoSearch
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(406, 219);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.pnlAdd);
|
||||
this.Controls.Add(this.ListVAuto);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
||||
this.Name = "FrmAutoSearch";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAutoSearch_FormClosing);
|
||||
this.Load += new System.EventHandler(this.FrmAutoSearch_Load);
|
||||
this.pnlAdd.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Timer timer1;
|
||||
private System.Windows.Forms.ListView ListVAuto;
|
||||
private System.Windows.Forms.Panel pnlAdd;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user