|
|
|
|
|
|
|
|
|
namespace Kingo.Plugin.BHTB_Extract.View
|
|
|
|
|
{
|
|
|
|
|
partial class UcZYQManager
|
|
|
|
|
{
|
|
|
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcZYQManager));
|
|
|
|
|
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("节点3");
|
|
|
|
|
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("节点1", new System.Windows.Forms.TreeNode[] {
|
|
|
|
|
treeNode1});
|
|
|
|
|
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("节点4");
|
|
|
|
|
System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("节点2", new System.Windows.Forms.TreeNode[] {
|
|
|
|
|
treeNode3});
|
|
|
|
|
System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("节点0", new System.Windows.Forms.TreeNode[] {
|
|
|
|
|
treeNode2,
|
|
|
|
|
treeNode4});
|
|
|
|
|
this.imgDirectory = new System.Windows.Forms.ImageList(this.components);
|
|
|
|
|
this.tvDirectory = new System.Windows.Forms.TreeView();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
|
|
|
this.txtSearchText = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.cbSearchType = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// imgDirectory
|
|
|
|
|
//
|
|
|
|
|
this.imgDirectory.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgDirectory.ImageStream")));
|
|
|
|
|
this.imgDirectory.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.imgDirectory.Images.SetKeyName(0, "DL.png");
|
|
|
|
|
//
|
|
|
|
|
// tvDirectory
|
|
|
|
|
//
|
|
|
|
|
this.tvDirectory.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.tvDirectory.CheckBoxes = true;
|
|
|
|
|
this.tvDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tvDirectory.HideSelection = false;
|
|
|
|
|
this.tvDirectory.ImageIndex = 0;
|
|
|
|
|
this.tvDirectory.ImageList = this.imgDirectory;
|
|
|
|
|
this.tvDirectory.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tvDirectory.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.tvDirectory.Name = "tvDirectory";
|
|
|
|
|
treeNode1.Name = "节点3";
|
|
|
|
|
treeNode1.Text = "节点3";
|
|
|
|
|
treeNode2.Name = "节点1";
|
|
|
|
|
treeNode2.Text = "节点1";
|
|
|
|
|
treeNode3.Name = "节点4";
|
|
|
|
|
treeNode3.Text = "节点4";
|
|
|
|
|
treeNode4.Name = "节点2";
|
|
|
|
|
treeNode4.Text = "节点2";
|
|
|
|
|
treeNode5.Name = "节点0";
|
|
|
|
|
treeNode5.Text = "节点0";
|
|
|
|
|
this.tvDirectory.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
|
|
|
|
|
treeNode5});
|
|
|
|
|
this.tvDirectory.SelectedImageIndex = 0;
|
|
|
|
|
this.tvDirectory.Size = new System.Drawing.Size(369, 380);
|
|
|
|
|
this.tvDirectory.TabIndex = 11;
|
|
|
|
|
this.tvDirectory.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvDirectory_AfterCheck);
|
|
|
|
|
this.tvDirectory.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvDirectory_NodeMouseClick);
|
|
|
|
|
this.tvDirectory.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvDirectory_NodeMouseDoubleClick);
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.Controls.Add(this.btnSearch);
|
|
|
|
|
this.panel1.Controls.Add(this.txtSearchText);
|
|
|
|
|
this.panel1.Controls.Add(this.cbSearchType);
|
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 380);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(369, 34);
|
|
|
|
|
this.panel1.TabIndex = 12;
|
|
|
|
|
//
|
|
|
|
|
// btnSearch
|
|
|
|
|
//
|
|
|
|
|
this.btnSearch.Location = new System.Drawing.Point(161, 7);
|
|
|
|
|
this.btnSearch.Name = "btnSearch";
|
|
|
|
|
this.btnSearch.Size = new System.Drawing.Size(40, 20);
|
|
|
|
|
this.btnSearch.TabIndex = 10;
|
|
|
|
|
this.btnSearch.Text = "搜索";
|
|
|
|
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
|
|
|
//
|
|
|
|
|
// txtSearchText
|
|
|
|
|
//
|
|
|
|
|
this.txtSearchText.Location = new System.Drawing.Point(75, 7);
|
|
|
|
|
this.txtSearchText.Name = "txtSearchText";
|
|
|
|
|
this.txtSearchText.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.txtSearchText.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// cbSearchType
|
|
|
|
|
//
|
|
|
|
|
this.cbSearchType.FormattingEnabled = true;
|
|
|
|
|
this.cbSearchType.Items.AddRange(new object[] {
|
|
|
|
|
"代码",
|
|
|
|
|
"名称"});
|
|
|
|
|
this.cbSearchType.Location = new System.Drawing.Point(3, 7);
|
|
|
|
|
this.cbSearchType.Name = "cbSearchType";
|
|
|
|
|
this.cbSearchType.Size = new System.Drawing.Size(69, 20);
|
|
|
|
|
this.cbSearchType.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// UcZYQManager
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.tvDirectory);
|
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.Name = "UcZYQManager";
|
|
|
|
|
this.Size = new System.Drawing.Size(369, 414);
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.panel1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private global::System.Windows.Forms.ImageList imgDirectory;
|
|
|
|
|
private global::System.Windows.Forms.TreeView tvDirectory;
|
|
|
|
|
private global::System.Windows.Forms.Panel panel1;
|
|
|
|
|
private global::System.Windows.Forms.TextBox txtSearchText;
|
|
|
|
|
private global::System.Windows.Forms.ComboBox cbSearchType;
|
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnSearch;
|
|
|
|
|
}
|
|
|
|
|
}
|