ab56a9bcf7
SVN-Revision: r240
116 lines
4.9 KiB
C#
116 lines
4.9 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class TreeViewEx
|
|
{
|
|
/// <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 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.tvMain = new System.Windows.Forms.TreeView();
|
|
this.pl_top = new System.Windows.Forms.Panel();
|
|
this.txt_Key = new System.Windows.Forms.TextBox();
|
|
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
this.pl_top.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.panelControl1.Appearance.Options.UseBackColor = true;
|
|
this.panelControl1.Controls.Add(this.tvMain);
|
|
this.panelControl1.Controls.Add(this.pl_top);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(202, 435);
|
|
this.panelControl1.TabIndex = 2;
|
|
//
|
|
// tvMain
|
|
//
|
|
this.tvMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.tvMain.CheckBoxes = true;
|
|
this.tvMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tvMain.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.tvMain.HideSelection = false;
|
|
this.tvMain.Location = new System.Drawing.Point(2, 42);
|
|
this.tvMain.Name = "tvMain";
|
|
this.tvMain.Size = new System.Drawing.Size(198, 391);
|
|
this.tvMain.TabIndex = 3;
|
|
//
|
|
// pl_top
|
|
//
|
|
this.pl_top.BackColor = System.Drawing.Color.White;
|
|
this.pl_top.Controls.Add(this.txt_Key);
|
|
this.pl_top.Controls.Add(this.btnSearch);
|
|
this.pl_top.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_top.Location = new System.Drawing.Point(2, 2);
|
|
this.pl_top.Name = "pl_top";
|
|
this.pl_top.Size = new System.Drawing.Size(198, 40);
|
|
this.pl_top.TabIndex = 2;
|
|
this.pl_top.Visible = false;
|
|
//
|
|
// txt_Key
|
|
//
|
|
this.txt_Key.Location = new System.Drawing.Point(3, 9);
|
|
this.txt_Key.Name = "txt_Key";
|
|
this.txt_Key.Size = new System.Drawing.Size(123, 22);
|
|
this.txt_Key.TabIndex = 35;
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSearch.Appearance.Options.UseFont = true;
|
|
this.btnSearch.Location = new System.Drawing.Point(132, 8);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.Size = new System.Drawing.Size(63, 24);
|
|
this.btnSearch.TabIndex = 34;
|
|
this.btnSearch.Text = "搜索";
|
|
//
|
|
// TreeViewEx
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Name = "TreeViewEx";
|
|
this.Size = new System.Drawing.Size(202, 435);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.pl_top.ResumeLayout(false);
|
|
this.pl_top.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private System.Windows.Forms.TreeView tvMain;
|
|
private DevExpress.XtraEditors.SimpleButton btnSearch;
|
|
private System.Windows.Forms.TextBox txt_Key;
|
|
public System.Windows.Forms.Panel pl_top;
|
|
}
|
|
}
|