You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tiobon.Web.Core/Tiobon.Core.OPS.Tool/View/Frm_DBCompare_Step2.Designe...

220 lines
11 KiB

namespace Tiobon.Core.OPS.Tool.OPS.Tool.View
{
partial class Frm_DBCompare_Step2
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_DBCompare_Step2));
this.btn_Next = new System.Windows.Forms.Button();
this.btn_Compare = new System.Windows.Forms.Button();
this.gb_top = new System.Windows.Forms.GroupBox();
this.rtb_Sql = new System.Windows.Forms.RichTextBox();
this.ll_Copy = new System.Windows.Forms.LinkLabel();
this.gb_down = new System.Windows.Forms.GroupBox();
this.lb_Logger = new System.Windows.Forms.ListBox();
this.progressBar_Main = new System.Windows.Forms.ProgressBar();
this.timer_Main = new System.Windows.Forms.Timer(this.components);
this.gb_up = new System.Windows.Forms.GroupBox();
this.btn_select = new System.Windows.Forms.Button();
this.txt_fname = new System.Windows.Forms.TextBox();
this.gb_top.SuspendLayout();
this.gb_down.SuspendLayout();
this.gb_up.SuspendLayout();
this.SuspendLayout();
//
// 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, 455);
this.btn_Next.Name = "btn_Next";
this.btn_Next.Size = new System.Drawing.Size(75, 23);
this.btn_Next.TabIndex = 1;
this.btn_Next.Text = "下一步(&N)";
this.btn_Next.UseVisualStyleBackColor = true;
this.btn_Next.Click += new System.EventHandler(this.btn_Next_Click);
//
// btn_Compare
//
this.btn_Compare.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Compare.Location = new System.Drawing.Point(720, 20);
this.btn_Compare.Name = "btn_Compare";
this.btn_Compare.Size = new System.Drawing.Size(82, 21);
this.btn_Compare.TabIndex = 2;
this.btn_Compare.Text = "执行比对(&C)";
this.btn_Compare.UseVisualStyleBackColor = true;
this.btn_Compare.Click += new System.EventHandler(this.btn_Compare_Click);
//
// gb_top
//
this.gb_top.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_top.Controls.Add(this.rtb_Sql);
this.gb_top.Controls.Add(this.ll_Copy);
this.gb_top.Location = new System.Drawing.Point(12, 55);
this.gb_top.Name = "gb_top";
this.gb_top.Size = new System.Drawing.Size(802, 183);
this.gb_top.TabIndex = 0;
this.gb_top.TabStop = false;
this.gb_top.Text = "比对结果";
//
// rtb_Sql
//
this.rtb_Sql.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtb_Sql.Location = new System.Drawing.Point(3, 17);
this.rtb_Sql.Name = "rtb_Sql";
this.rtb_Sql.Size = new System.Drawing.Size(796, 163);
this.rtb_Sql.TabIndex = 3;
this.rtb_Sql.Text = "";
//
// ll_Copy
//
this.ll_Copy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ll_Copy.AutoSize = true;
this.ll_Copy.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
this.ll_Copy.Location = new System.Drawing.Point(760, 3);
this.ll_Copy.Name = "ll_Copy";
this.ll_Copy.Size = new System.Drawing.Size(29, 12);
this.ll_Copy.TabIndex = 1;
this.ll_Copy.TabStop = true;
this.ll_Copy.Text = "拷贝";
this.ll_Copy.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ll_Copy_LinkClicked);
//
// gb_down
//
this.gb_down.Anchor = ((System.Windows.Forms.AnchorStyles)(((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, 240);
this.gb_down.Name = "gb_down";
this.gb_down.Size = new System.Drawing.Size(802, 209);
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(796, 189);
this.lb_Logger.TabIndex = 1;
//
// 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(12, 455);
this.progressBar_Main.Name = "progressBar_Main";
this.progressBar_Main.Size = new System.Drawing.Size(714, 23);
this.progressBar_Main.TabIndex = 5;
//
// timer_Main
//
this.timer_Main.Tick += new System.EventHandler(this.timer_Main_Tick);
//
// 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_select);
this.gb_up.Controls.Add(this.txt_fname);
this.gb_up.Controls.Add(this.btn_Compare);
this.gb_up.Location = new System.Drawing.Point(9, 2);
this.gb_up.Name = "gb_up";
this.gb_up.Size = new System.Drawing.Size(802, 52);
this.gb_up.TabIndex = 6;
this.gb_up.TabStop = false;
this.gb_up.Text = "数据库结构";
this.gb_up.Enter += new System.EventHandler(this.gb_up_Enter);
//
// 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(635, 20);
this.btn_select.Name = "btn_select";
this.btn_select.Size = new System.Drawing.Size(83, 21);
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.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(614, 21);
this.txt_fname.TabIndex = 0;
//
// Frm_DBCompare_Step2
//
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.gb_up);
this.Controls.Add(this.progressBar_Main);
this.Controls.Add(this.gb_down);
this.Controls.Add(this.btn_Next);
this.Controls.Add(this.gb_top);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Name = "Frm_DBCompare_Step2";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "数据库比对工具 -- 第二步:比对数据结构";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_DBCompare_Step2_FormClosing);
this.Load += new System.EventHandler(this.Frm_DBCompare_Step2_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_DBCompare_Step2_KeyDown);
this.gb_top.ResumeLayout(false);
this.gb_top.PerformLayout();
this.gb_down.ResumeLayout(false);
this.gb_up.ResumeLayout(false);
this.gb_up.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btn_Next;
private System.Windows.Forms.Button btn_Compare;
private System.Windows.Forms.GroupBox gb_top;
private System.Windows.Forms.GroupBox gb_down;
private System.Windows.Forms.ProgressBar progressBar_Main;
private System.Windows.Forms.Timer timer_Main;
private System.Windows.Forms.ListBox lb_Logger;
private System.Windows.Forms.LinkLabel ll_Copy;
private System.Windows.Forms.RichTextBox rtb_Sql;
private System.Windows.Forms.GroupBox gb_up;
private System.Windows.Forms.Button btn_select;
private System.Windows.Forms.TextBox txt_fname;
}
}