ab56a9bcf7
SVN-Revision: r240
123 lines
5.2 KiB
C#
123 lines
5.2 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class PubTreeLookUp
|
|
{
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|
this.pl_main = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.tvMain = new Lskj.Control.TreeViewEx();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_main)).BeginInit();
|
|
this.pl_main.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
|
|
this.pl_bottom.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.tvMain);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(491, 345);
|
|
this.panel1.TabIndex = 5;
|
|
//
|
|
// pl_main
|
|
//
|
|
this.pl_main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_main.Controls.Add(this.panel1);
|
|
this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_main.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_main.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pl_main.Name = "pl_main";
|
|
this.pl_main.Size = new System.Drawing.Size(491, 345);
|
|
this.pl_main.TabIndex = 5;
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAdd.Appearance.Options.UseFont = true;
|
|
this.btnAdd.Location = new System.Drawing.Point(4, 4);
|
|
this.btnAdd.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(77, 28);
|
|
this.btnAdd.TabIndex = 15;
|
|
this.btnAdd.TabStop = false;
|
|
this.btnAdd.Text = "添加";
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|
//
|
|
// pl_bottom
|
|
//
|
|
this.pl_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_bottom.Controls.Add(this.btnAdd);
|
|
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_bottom.Location = new System.Drawing.Point(0, 345);
|
|
this.pl_bottom.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pl_bottom.Name = "pl_bottom";
|
|
this.pl_bottom.Size = new System.Drawing.Size(491, 37);
|
|
this.pl_bottom.TabIndex = 4;
|
|
this.pl_bottom.Visible = false;
|
|
//
|
|
// tvMain
|
|
//
|
|
this.tvMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tvMain.Location = new System.Drawing.Point(0, 0);
|
|
this.tvMain.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tvMain.Name = "tvMain";
|
|
this.tvMain.Size = new System.Drawing.Size(491, 345);
|
|
this.tvMain.TabIndex = 0;
|
|
//
|
|
// PubTreeLookUp
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.Controls.Add(this.pl_main);
|
|
this.Controls.Add(this.pl_bottom);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "PubTreeLookUp";
|
|
this.Size = new System.Drawing.Size(491, 382);
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_main)).EndInit();
|
|
this.pl_main.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
|
|
this.pl_bottom.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraEditors.PanelControl pl_main;
|
|
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
|
private DevExpress.XtraEditors.PanelControl pl_bottom;
|
|
private TreeViewEx tvMain;
|
|
}
|
|
}
|