namespace Tiobon.Core.OPS.Tool.OPS.Tool.View { partial class Frm_DBCompare_Step1 { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_DBCompare_Step1)); this.gb_down = new System.Windows.Forms.GroupBox(); this.lb_Logger = new System.Windows.Forms.ListBox(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gb_up = new System.Windows.Forms.GroupBox(); this.btn_Import = 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); this.progressBar_Main = new System.Windows.Forms.ProgressBar(); this.btn_Next = new System.Windows.Forms.Button(); this.gb_down.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.gb_up.SuspendLayout(); this.SuspendLayout(); // // 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(12, 70); this.gb_down.Name = "gb_down"; this.gb_down.Size = new System.Drawing.Size(802, 387); this.gb_down.TabIndex = 3; this.gb_down.TabStop = false; this.gb_down.Text = "日志"; // // lb_Logger // this.lb_Logger.ContextMenuStrip = this.contextMenuStrip1; 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(796, 367); this.lb_Logger.TabIndex = 0; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.复制ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26); // // 复制ToolStripMenuItem // this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem"; this.复制ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.复制ToolStripMenuItem.Text = "复制"; this.复制ToolStripMenuItem.Click += new System.EventHandler(this.复制ToolStripMenuItem_Click); // // 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_Import); this.gb_up.Controls.Add(this.btn_select); this.gb_up.Controls.Add(this.txt_fname); this.gb_up.Location = new System.Drawing.Point(12, 12); this.gb_up.Name = "gb_up"; this.gb_up.Size = new System.Drawing.Size(802, 52); this.gb_up.TabIndex = 2; this.gb_up.TabStop = false; this.gb_up.Text = "选择数据库脚本(*_sql.zip)"; // // btn_Import // this.btn_Import.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_Import.Location = new System.Drawing.Point(721, 18); this.btn_Import.Name = "btn_Import"; this.btn_Import.Size = new System.Drawing.Size(75, 23); this.btn_Import.TabIndex = 1; this.btn_Import.Text = "导入(&I)"; this.btn_Import.UseVisualStyleBackColor = true; this.btn_Import.Click += new System.EventHandler(this.btn_Import_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(632, 18); this.btn_select.Name = "btn_select"; this.btn_select.Size = new System.Drawing.Size(80, 23); this.btn_select.TabIndex = 1; this.btn_select.Text = "选择文件(&S)"; 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(610, 21); this.txt_fname.TabIndex = 0; // // timer_Main // this.timer_Main.Tick += new System.EventHandler(this.timer_Main_Tick); // // 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(15, 463); this.progressBar_Main.Name = "progressBar_Main"; this.progressBar_Main.Size = new System.Drawing.Size(716, 23); this.progressBar_Main.TabIndex = 4; // // btn_Next // this.btn_Next.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_Next.Location = new System.Drawing.Point(739, 463); this.btn_Next.Name = "btn_Next"; this.btn_Next.Size = new System.Drawing.Size(75, 23); this.btn_Next.TabIndex = 5; this.btn_Next.Text = "下一步(&N)"; this.btn_Next.UseVisualStyleBackColor = true; this.btn_Next.Click += new System.EventHandler(this.btn_Next_Click); // // Frm_DBCompare_Step1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(826, 490); this.Controls.Add(this.btn_Next); this.Controls.Add(this.progressBar_Main); this.Controls.Add(this.gb_down); this.Controls.Add(this.gb_up); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Frm_DBCompare_Step1"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据库比对工具 -- 第一步:导入源数据至hdis_compare"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_DBCompare_Step1_FormClosing); this.gb_down.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.gb_up.ResumeLayout(false); this.gb_up.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox gb_down; private System.Windows.Forms.ListBox lb_Logger; private System.Windows.Forms.GroupBox gb_up; private System.Windows.Forms.Button btn_Import; private System.Windows.Forms.Button btn_select; private System.Windows.Forms.TextBox txt_fname; private System.Windows.Forms.Timer timer_Main; private System.Windows.Forms.ProgressBar progressBar_Main; private System.Windows.Forms.Button btn_Next; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 复制ToolStripMenuItem; } }