namespace Tiobon.Core.OPS.Tool.OPS.Tool.View
{
partial class Frm_DbExport
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("ihdis");
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_DbExport));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.treeView_Main = new System.Windows.Forms.TreeView();
this.lbl_pro = new System.Windows.Forms.Label();
this.progressBar_Main = new System.Windows.Forms.ProgressBar();
this.gb_down = new System.Windows.Forms.GroupBox();
this.lb_Logger = new System.Windows.Forms.ListBox();
this.gb_up = new System.Windows.Forms.GroupBox();
this.btn_Export = new System.Windows.Forms.Button();
this.btn_select = new System.Windows.Forms.Button();
this.txt_fname = new System.Windows.Forms.TextBox();
this.timer_Main = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.gb_down.SuspendLayout();
this.gb_up.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.treeView_Main);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.lbl_pro);
this.splitContainer1.Panel2.Controls.Add(this.progressBar_Main);
this.splitContainer1.Panel2.Controls.Add(this.gb_down);
this.splitContainer1.Panel2.Controls.Add(this.gb_up);
this.splitContainer1.Size = new System.Drawing.Size(831, 459);
this.splitContainer1.SplitterDistance = 177;
this.splitContainer1.TabIndex = 0;
//
// treeView_Main
//
this.treeView_Main.CheckBoxes = true;
this.treeView_Main.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView_Main.Location = new System.Drawing.Point(0, 0);
this.treeView_Main.Name = "treeView_Main";
treeNode1.Checked = true;
treeNode1.Name = "ihdis";
treeNode1.Text = "ihdis";
this.treeView_Main.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode1});
this.treeView_Main.Size = new System.Drawing.Size(177, 459);
this.treeView_Main.TabIndex = 0;
this.treeView_Main.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeView_Main_BeforeCheck);
//
// lbl_pro
//
this.lbl_pro.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lbl_pro.AutoSize = true;
this.lbl_pro.BackColor = System.Drawing.SystemColors.Control;
this.lbl_pro.Location = new System.Drawing.Point(605, 436);
this.lbl_pro.Name = "lbl_pro";
this.lbl_pro.Size = new System.Drawing.Size(23, 12);
this.lbl_pro.TabIndex = 3;
this.lbl_pro.Text = "0/0";
//
// progressBar_Main
//
this.progressBar_Main.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.progressBar_Main.Location = new System.Drawing.Point(2, 430);
this.progressBar_Main.Name = "progressBar_Main";
this.progressBar_Main.Size = new System.Drawing.Size(595, 23);
this.progressBar_Main.TabIndex = 2;
//
// gb_down
//
this.gb_down.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gb_down.Controls.Add(this.lb_Logger);
this.gb_down.Location = new System.Drawing.Point(3, 70);
this.gb_down.Name = "gb_down";
this.gb_down.Size = new System.Drawing.Size(644, 357);
this.gb_down.TabIndex = 1;
this.gb_down.TabStop = false;
this.gb_down.Text = "日志";
//
// lb_Logger
//
this.lb_Logger.Dock = System.Windows.Forms.DockStyle.Fill;
this.lb_Logger.FormattingEnabled = true;
this.lb_Logger.ItemHeight = 12;
this.lb_Logger.Location = new System.Drawing.Point(3, 17);
this.lb_Logger.Name = "lb_Logger";
this.lb_Logger.Size = new System.Drawing.Size(638, 337);
this.lb_Logger.TabIndex = 0;
//
// gb_up
//
this.gb_up.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gb_up.Controls.Add(this.btn_Export);
this.gb_up.Controls.Add(this.btn_select);
this.gb_up.Controls.Add(this.txt_fname);
this.gb_up.Location = new System.Drawing.Point(3, 12);
this.gb_up.Name = "gb_up";
this.gb_up.Size = new System.Drawing.Size(644, 52);
this.gb_up.TabIndex = 0;
this.gb_up.TabStop = false;
this.gb_up.Text = "保存路径";
//
// btn_Export
//
this.btn_Export.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Export.Location = new System.Drawing.Point(563, 18);
this.btn_Export.Name = "btn_Export";
this.btn_Export.Size = new System.Drawing.Size(75, 23);
this.btn_Export.TabIndex = 1;
this.btn_Export.Text = "导出(&E)";
this.btn_Export.UseVisualStyleBackColor = true;
this.btn_Export.Click += new System.EventHandler(this.btn_Export_Click);
//
// btn_select
//
this.btn_select.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_select.Location = new System.Drawing.Point(510, 20);
this.btn_select.Name = "btn_select";
this.btn_select.Size = new System.Drawing.Size(44, 21);
this.btn_select.TabIndex = 1;
this.btn_select.Text = "...";
this.btn_select.UseVisualStyleBackColor = true;
this.btn_select.Click += new System.EventHandler(this.btn_select_Click);
//
// txt_fname
//
this.txt_fname.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txt_fname.Location = new System.Drawing.Point(16, 20);
this.txt_fname.Name = "txt_fname";
this.txt_fname.Size = new System.Drawing.Size(488, 21);
this.txt_fname.TabIndex = 0;
//
// timer_Main
//
this.timer_Main.Tick += new System.EventHandler(this.timer_Main_Tick);
//
// Frm_DbExport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(831, 459);
this.Controls.Add(this.splitContainer1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Frm_DbExport";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "调试数据导出";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Form_DbExport_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.gb_down.ResumeLayout(false);
this.gb_up.ResumeLayout(false);
this.gb_up.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TreeView treeView_Main;
private System.Windows.Forms.GroupBox gb_down;
private System.Windows.Forms.GroupBox gb_up;
private System.Windows.Forms.Button btn_select;
private System.Windows.Forms.TextBox txt_fname;
private System.Windows.Forms.ListBox lb_Logger;
private System.Windows.Forms.Timer timer_Main;
private System.Windows.Forms.Button btn_Export;
private System.Windows.Forms.ProgressBar progressBar_Main;
private System.Windows.Forms.Label lbl_pro;
}
}