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.
241 lines
12 KiB
241 lines
12 KiB
namespace Tiobon.Core.OPS.Tool.OPS.Tool.View
|
|
{
|
|
partial class Frm_DBCompare_Step3
|
|
{
|
|
/// <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_Step3));
|
|
this.btn_Quit = 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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
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.btn_Compare = new System.Windows.Forms.Button();
|
|
this.gb_top.SuspendLayout();
|
|
this.gb_down.SuspendLayout();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.gb_up.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btn_Quit
|
|
//
|
|
this.btn_Quit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btn_Quit.Location = new System.Drawing.Point(739, 459);
|
|
this.btn_Quit.Name = "btn_Quit";
|
|
this.btn_Quit.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_Quit.TabIndex = 7;
|
|
this.btn_Quit.Text = "退出(&Q)";
|
|
this.btn_Quit.UseVisualStyleBackColor = true;
|
|
this.btn_Quit.Click += new System.EventHandler(this.btn_Quit_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, 56);
|
|
this.gb_top.Name = "gb_top";
|
|
this.gb_top.Size = new System.Drawing.Size(802, 183);
|
|
this.gb_top.TabIndex = 6;
|
|
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 = 8;
|
|
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.HorizontalScrollbar = 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;
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
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);
|
|
//
|
|
// 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, 459);
|
|
this.progressBar_Main.Name = "progressBar_Main";
|
|
this.progressBar_Main.Size = new System.Drawing.Size(714, 23);
|
|
this.progressBar_Main.TabIndex = 10;
|
|
//
|
|
// 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(12, 4);
|
|
this.gb_up.Name = "gb_up";
|
|
this.gb_up.Size = new System.Drawing.Size(802, 52);
|
|
this.gb_up.TabIndex = 11;
|
|
this.gb_up.TabStop = false;
|
|
this.gb_up.Text = "数据库数据文件";
|
|
//
|
|
// 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(612, 21);
|
|
this.txt_fname.TabIndex = 0;
|
|
//
|
|
// 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);
|
|
//
|
|
// Frm_DBCompare_Step3
|
|
//
|
|
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.btn_Quit);
|
|
this.Controls.Add(this.gb_top);
|
|
this.Controls.Add(this.gb_down);
|
|
this.Controls.Add(this.progressBar_Main);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.KeyPreview = true;
|
|
this.Name = "Frm_DBCompare_Step3";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "数据库比对工具 -- 第三步:比对系统数据";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_DBCompare_Step3_FormClosing);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_DBCompare_Step3_KeyDown);
|
|
this.gb_top.ResumeLayout(false);
|
|
this.gb_top.PerformLayout();
|
|
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.Button btn_Quit;
|
|
private System.Windows.Forms.GroupBox gb_top;
|
|
private System.Windows.Forms.RichTextBox rtb_Sql;
|
|
private System.Windows.Forms.LinkLabel ll_Copy;
|
|
private System.Windows.Forms.GroupBox gb_down;
|
|
private System.Windows.Forms.ListBox lb_Logger;
|
|
private System.Windows.Forms.ProgressBar progressBar_Main;
|
|
private System.Windows.Forms.Timer timer_Main;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 复制ToolStripMenuItem;
|
|
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.Button btn_Compare;
|
|
}
|
|
} |