namespace Pub_Control
{
partial class frmHlpTree
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHlpTree));
this.pPic = new System.Windows.Forms.Panel();
this.lblFindCol = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.chkMH = new System.Windows.Forms.CheckBox();
this.txtFindInfo = new System.Windows.Forms.TextBox();
this.lblCaption = new System.Windows.Forms.Label();
this.Tool = new System.Windows.Forms.ToolStrip();
this.fh = new System.Windows.Forms.ToolStripButton();
this.xz = new System.Windows.Forms.ToolStripButton();
this.cx = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tc = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.tvTree = new System.Windows.Forms.TreeView();
this.grdMain = new AxVSFlex7.AxVSFlexGrid();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.pPic.SuspendLayout();
this.Tool.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
this.SuspendLayout();
//
// pPic
//
this.pPic.BackColor = System.Drawing.Color.White;
this.pPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pPic.BackgroundImage")));
this.pPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.pPic.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pPic.Controls.Add(this.lblFindCol);
this.pPic.Controls.Add(this.label1);
this.pPic.Controls.Add(this.chkMH);
this.pPic.Controls.Add(this.txtFindInfo);
this.pPic.Controls.Add(this.lblCaption);
this.pPic.Dock = System.Windows.Forms.DockStyle.Top;
this.pPic.Location = new System.Drawing.Point(0, 50);
this.pPic.Name = "pPic";
this.pPic.Size = new System.Drawing.Size(963, 58);
this.pPic.TabIndex = 13;
//
// lblFindCol
//
this.lblFindCol.BackColor = System.Drawing.Color.Transparent;
this.lblFindCol.Location = new System.Drawing.Point(315, 11);
this.lblFindCol.Name = "lblFindCol";
this.lblFindCol.Size = new System.Drawing.Size(112, 18);
this.lblFindCol.TabIndex = 10;
this.lblFindCol.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(240, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 9;
this.label1.Text = "当前过滤列:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// chkMH
//
this.chkMH.AutoSize = true;
this.chkMH.Checked = true;
this.chkMH.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkMH.Location = new System.Drawing.Point(841, 13);
this.chkMH.Name = "chkMH";
this.chkMH.Size = new System.Drawing.Size(72, 16);
this.chkMH.TabIndex = 6;
this.chkMH.Text = "模糊查询";
this.chkMH.UseVisualStyleBackColor = true;
this.chkMH.CheckedChanged += new System.EventHandler(this.chkMH_CheckedChanged);
//
// txtFindInfo
//
this.txtFindInfo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtFindInfo.Location = new System.Drawing.Point(433, 10);
this.txtFindInfo.Name = "txtFindInfo";
this.txtFindInfo.Size = new System.Drawing.Size(402, 21);
this.txtFindInfo.TabIndex = 5;
this.txtFindInfo.TextChanged += new System.EventHandler(this.txtFindInfo_TextChanged);
//
// lblCaption
//
this.lblCaption.AutoSize = true;
this.lblCaption.BackColor = System.Drawing.Color.Transparent;
this.lblCaption.Cursor = System.Windows.Forms.Cursors.No;
this.lblCaption.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCaption.Location = new System.Drawing.Point(12, 11);
this.lblCaption.Name = "lblCaption";
this.lblCaption.Size = new System.Drawing.Size(89, 19);
this.lblCaption.TabIndex = 4;
this.lblCaption.Text = "快速查询";
//
// Tool
//
this.Tool.AutoSize = false;
this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage")));
this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22);
this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fh,
this.xz,
this.cx,
this.toolStripSeparator1,
this.tc,
this.toolStripSeparator3});
this.Tool.Location = new System.Drawing.Point(0, 0);
this.Tool.Name = "Tool";
this.Tool.Padding = new System.Windows.Forms.Padding(0);
this.Tool.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.Tool.Size = new System.Drawing.Size(963, 50);
this.Tool.Stretch = true;
this.Tool.TabIndex = 14;
this.Tool.Text = "toolStrip1";
//
// fh
//
this.fh.AutoSize = false;
this.fh.Image = ((System.Drawing.Image)(resources.GetObject("fh.Image")));
this.fh.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.fh.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.fh.ImageTransparentColor = System.Drawing.Color.Magenta;
this.fh.Name = "fh";
this.fh.Size = new System.Drawing.Size(33, 45);
this.fh.Text = "返回";
this.fh.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.fh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.fh.Click += new System.EventHandler(this.fh_Click);
//
// xz
//
this.xz.AutoSize = false;
this.xz.ForeColor = System.Drawing.SystemColors.ControlText;
this.xz.Image = ((System.Drawing.Image)(resources.GetObject("xz.Image")));
this.xz.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.xz.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.xz.ImageTransparentColor = System.Drawing.Color.White;
this.xz.Name = "xz";
this.xz.Size = new System.Drawing.Size(33, 45);
this.xz.Text = "新增";
this.xz.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.xz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.xz.Visible = false;
//
// cx
//
this.cx.AutoSize = false;
this.cx.Image = ((System.Drawing.Image)(resources.GetObject("cx.Image")));
this.cx.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.cx.ImageTransparentColor = System.Drawing.Color.White;
this.cx.Name = "cx";
this.cx.Size = new System.Drawing.Size(33, 45);
this.cx.Text = "查询";
this.cx.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cx.Click += new System.EventHandler(this.cx_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50);
//
// tc
//
this.tc.AutoSize = false;
this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image")));
this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tc.ImageTransparentColor = System.Drawing.Color.White;
this.tc.Name = "tc";
this.tc.Size = new System.Drawing.Size(33, 45);
this.tc.Text = "退出";
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tc.Click += new System.EventHandler(this.tc_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 108);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.tvTree);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.grdMain);
this.splitContainer1.Size = new System.Drawing.Size(963, 464);
this.splitContainer1.SplitterDistance = 241;
this.splitContainer1.TabIndex = 15;
//
// tvTree
//
this.tvTree.BackColor = System.Drawing.Color.White;
this.tvTree.Dock = System.Windows.Forms.DockStyle.Fill;
this.tvTree.ForeColor = System.Drawing.Color.Black;
this.tvTree.Indent = 18;
this.tvTree.ItemHeight = 18;
this.tvTree.LineColor = System.Drawing.Color.Navy;
this.tvTree.Location = new System.Drawing.Point(0, 0);
this.tvTree.Name = "tvTree";
this.tvTree.Size = new System.Drawing.Size(241, 464);
this.tvTree.TabIndex = 15;
this.tvTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvProcess_NodeMouseClick);
//
// grdMain
//
this.grdMain.DataSource = null;
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdMain.Location = new System.Drawing.Point(0, 0);
this.grdMain.Name = "grdMain";
this.grdMain.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("grdMain.OcxState")));
this.grdMain.Size = new System.Drawing.Size(718, 464);
this.grdMain.TabIndex = 0;
this.grdMain.DblClick += new System.EventHandler(this.grdMain_DblClick);
this.grdMain.SelChange += new System.EventHandler(this.grdMain_SelChange);
this.grdMain.RowColChange += new System.EventHandler(this.grdMain_RowColChange);
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "文件夹.bmp");
this.imageList1.Images.SetKeyName(1, "文件夹2.bmp");
this.imageList1.Images.SetKeyName(2, "save");
//
// frmHlpTree
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(963, 572);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.pPic);
this.Controls.Add(this.Tool);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmHlpTree";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "查询";
this.Load += new System.EventHandler(this.frmHlpTree_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmHlpTree_FormClosing);
this.pPic.ResumeLayout(false);
this.pPic.PerformLayout();
this.Tool.ResumeLayout(false);
this.Tool.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pPic;
private System.Windows.Forms.Label lblCaption;
private System.Windows.Forms.ToolStrip Tool;
private System.Windows.Forms.ToolStripButton fh;
private System.Windows.Forms.ToolStripButton xz;
private System.Windows.Forms.ToolStripButton cx;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tc;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TreeView tvTree;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.CheckBox chkMH;
public AxVSFlex7.AxVSFlexGrid grdMain;
public System.Windows.Forms.TextBox txtFindInfo;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Label lblFindCol;
private System.Windows.Forms.Label label1;
}
}