438 lines
24 KiB
C#
438 lines
24 KiB
C#
namespace FICMigrator
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.buttonTestTo = new System.Windows.Forms.Button();
|
|
this.buttonTestFrom = new System.Windows.Forms.Button();
|
|
this.textPassTo = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.textUserTo = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.textDBTo = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.textServerTo = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.textPassFrom = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.textUserFrom = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.textDBFrom = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textServerFrom = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.buttonReloadTables = new System.Windows.Forms.Button();
|
|
this.buttonMigrator = new System.Windows.Forms.Button();
|
|
this.textMessage = new System.Windows.Forms.TextBox();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox1.Controls.Add(this.buttonTestTo);
|
|
this.groupBox1.Controls.Add(this.buttonTestFrom);
|
|
this.groupBox1.Controls.Add(this.textPassTo);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.textUserTo);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.textDBTo);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.textServerTo);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.textPassFrom);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.textUserFrom);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.textDBFrom);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.textServerFrom);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(909, 91);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Connections";
|
|
//
|
|
// buttonTestTo
|
|
//
|
|
this.buttonTestTo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonTestTo.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.buttonTestTo.Location = new System.Drawing.Point(844, 51);
|
|
this.buttonTestTo.Name = "buttonTestTo";
|
|
this.buttonTestTo.Size = new System.Drawing.Size(59, 23);
|
|
this.buttonTestTo.TabIndex = 17;
|
|
this.buttonTestTo.Text = "Test";
|
|
this.buttonTestTo.UseVisualStyleBackColor = true;
|
|
this.buttonTestTo.Click += new System.EventHandler(this.buttonTestTo_Click);
|
|
//
|
|
// buttonTestFrom
|
|
//
|
|
this.buttonTestFrom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonTestFrom.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.buttonTestFrom.Location = new System.Drawing.Point(844, 22);
|
|
this.buttonTestFrom.Name = "buttonTestFrom";
|
|
this.buttonTestFrom.Size = new System.Drawing.Size(59, 23);
|
|
this.buttonTestFrom.TabIndex = 8;
|
|
this.buttonTestFrom.Text = "Test";
|
|
this.buttonTestFrom.UseVisualStyleBackColor = true;
|
|
this.buttonTestFrom.Click += new System.EventHandler(this.buttonTestFrom_Click);
|
|
//
|
|
// textPassTo
|
|
//
|
|
this.textPassTo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textPassTo.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textPassTo.Location = new System.Drawing.Point(762, 51);
|
|
this.textPassTo.Name = "textPassTo";
|
|
this.textPassTo.PasswordChar = '*';
|
|
this.textPassTo.Size = new System.Drawing.Size(76, 21);
|
|
this.textPassTo.TabIndex = 16;
|
|
this.textPassTo.Text = "database";
|
|
this.textPassTo.TextChanged += new System.EventHandler(this.textboxTo_TextChanged);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(686, 54);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(67, 17);
|
|
this.label8.TabIndex = 15;
|
|
this.label8.Text = "Password:";
|
|
//
|
|
// textUserTo
|
|
//
|
|
this.textUserTo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textUserTo.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textUserTo.Location = new System.Drawing.Point(606, 51);
|
|
this.textUserTo.Name = "textUserTo";
|
|
this.textUserTo.Size = new System.Drawing.Size(74, 21);
|
|
this.textUserTo.TabIndex = 14;
|
|
this.textUserTo.Text = "fi";
|
|
this.textUserTo.TextChanged += new System.EventHandler(this.textboxTo_TextChanged);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(560, 54);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(38, 17);
|
|
this.label7.TabIndex = 13;
|
|
this.label7.Text = "User:";
|
|
//
|
|
// textDBTo
|
|
//
|
|
this.textDBTo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textDBTo.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textDBTo.Location = new System.Drawing.Point(459, 51);
|
|
this.textDBTo.Name = "textDBTo";
|
|
this.textDBTo.Size = new System.Drawing.Size(95, 21);
|
|
this.textDBTo.TabIndex = 12;
|
|
this.textDBTo.Text = "IRONINTEL_IRONDEV_FIC";
|
|
this.textDBTo.TextChanged += new System.EventHandler(this.textboxTo_TextChanged);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(422, 54);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(28, 17);
|
|
this.label6.TabIndex = 11;
|
|
this.label6.Text = "DB:";
|
|
//
|
|
// textServerTo
|
|
//
|
|
this.textServerTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textServerTo.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textServerTo.Location = new System.Drawing.Point(105, 51);
|
|
this.textServerTo.Name = "textServerTo";
|
|
this.textServerTo.Size = new System.Drawing.Size(311, 21);
|
|
this.textServerTo.TabIndex = 10;
|
|
this.textServerTo.Text = "192.168.25.212";
|
|
this.textServerTo.TextChanged += new System.EventHandler(this.textboxTo_TextChanged);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(6, 54);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(90, 17);
|
|
this.label5.TabIndex = 9;
|
|
this.label5.Text = "To:";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// textPassFrom
|
|
//
|
|
this.textPassFrom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textPassFrom.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textPassFrom.Location = new System.Drawing.Point(762, 22);
|
|
this.textPassFrom.Name = "textPassFrom";
|
|
this.textPassFrom.PasswordChar = '*';
|
|
this.textPassFrom.Size = new System.Drawing.Size(76, 21);
|
|
this.textPassFrom.TabIndex = 7;
|
|
this.textPassFrom.Text = "demo";
|
|
this.textPassFrom.TextChanged += new System.EventHandler(this.textbox_TextChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(686, 25);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(67, 17);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "Password:";
|
|
//
|
|
// textUserFrom
|
|
//
|
|
this.textUserFrom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textUserFrom.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textUserFrom.Location = new System.Drawing.Point(606, 22);
|
|
this.textUserFrom.Name = "textUserFrom";
|
|
this.textUserFrom.Size = new System.Drawing.Size(74, 21);
|
|
this.textUserFrom.TabIndex = 5;
|
|
this.textUserFrom.Text = "demo";
|
|
this.textUserFrom.TextChanged += new System.EventHandler(this.textbox_TextChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(560, 25);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(38, 17);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "User:";
|
|
//
|
|
// textDBFrom
|
|
//
|
|
this.textDBFrom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textDBFrom.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textDBFrom.Location = new System.Drawing.Point(459, 22);
|
|
this.textDBFrom.Name = "textDBFrom";
|
|
this.textDBFrom.Size = new System.Drawing.Size(95, 21);
|
|
this.textDBFrom.TabIndex = 3;
|
|
this.textDBFrom.Text = "T02_0630_FIC";
|
|
this.textDBFrom.TextChanged += new System.EventHandler(this.textbox_TextChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(422, 25);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(28, 17);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "DB:";
|
|
//
|
|
// textServerFrom
|
|
//
|
|
this.textServerFrom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textServerFrom.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textServerFrom.Location = new System.Drawing.Point(105, 22);
|
|
this.textServerFrom.Name = "textServerFrom";
|
|
this.textServerFrom.Size = new System.Drawing.Size(311, 21);
|
|
this.textServerFrom.TabIndex = 1;
|
|
this.textServerFrom.Text = "192.168.25.106";
|
|
this.textServerFrom.TextChanged += new System.EventHandler(this.textbox_TextChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(6, 25);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(90, 17);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Connect from:";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.groupBox2.Controls.Add(this.listView1);
|
|
this.groupBox2.Controls.Add(this.buttonReloadTables);
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 109);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(295, 402);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Check Tables";
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.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.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1,
|
|
this.columnHeader2});
|
|
this.listView1.Location = new System.Drawing.Point(6, 29);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(283, 364);
|
|
this.listView1.TabIndex = 1;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
this.listView1.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "Table";
|
|
this.columnHeader1.Width = 200;
|
|
//
|
|
// columnHeader2
|
|
//
|
|
this.columnHeader2.Text = "";
|
|
//
|
|
// buttonReloadTables
|
|
//
|
|
this.buttonReloadTables.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonReloadTables.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.buttonReloadTables.Location = new System.Drawing.Point(228, 0);
|
|
this.buttonReloadTables.Name = "buttonReloadTables";
|
|
this.buttonReloadTables.Size = new System.Drawing.Size(55, 23);
|
|
this.buttonReloadTables.TabIndex = 0;
|
|
this.buttonReloadTables.Text = "Load";
|
|
this.buttonReloadTables.UseVisualStyleBackColor = true;
|
|
this.buttonReloadTables.Click += new System.EventHandler(this.buttonReloadTables_Click);
|
|
//
|
|
// buttonMigrator
|
|
//
|
|
this.buttonMigrator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonMigrator.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonMigrator.Location = new System.Drawing.Point(316, 481);
|
|
this.buttonMigrator.Name = "buttonMigrator";
|
|
this.buttonMigrator.Size = new System.Drawing.Size(605, 30);
|
|
this.buttonMigrator.TabIndex = 3;
|
|
this.buttonMigrator.Text = "Copy tables";
|
|
this.buttonMigrator.UseVisualStyleBackColor = true;
|
|
this.buttonMigrator.Click += new System.EventHandler(this.buttonMigrator_Click);
|
|
//
|
|
// textMessage
|
|
//
|
|
this.textMessage.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.textMessage.Location = new System.Drawing.Point(316, 109);
|
|
this.textMessage.Multiline = true;
|
|
this.textMessage.Name = "textMessage";
|
|
this.textMessage.ReadOnly = true;
|
|
this.textMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.textMessage.Size = new System.Drawing.Size(605, 366);
|
|
this.textMessage.TabIndex = 2;
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.progressBar1.Location = new System.Drawing.Point(316, 455);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(605, 20);
|
|
this.progressBar1.TabIndex = 4;
|
|
this.progressBar1.Visible = false;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.progressBar1);
|
|
this.panel1.Controls.Add(this.groupBox1);
|
|
this.panel1.Controls.Add(this.textMessage);
|
|
this.panel1.Controls.Add(this.groupBox2);
|
|
this.panel1.Controls.Add(this.buttonMigrator);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(933, 523);
|
|
this.panel1.TabIndex = 5;
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(933, 523);
|
|
this.Controls.Add(this.panel1);
|
|
this.DoubleBuffered = true;
|
|
this.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.MinimumSize = new System.Drawing.Size(690, 270);
|
|
this.Name = "MainForm";
|
|
this.Text = "Migrator - Foresight Intelligence Center";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
public System.Windows.Forms.TextBox textDBFrom;
|
|
private System.Windows.Forms.Label label2;
|
|
public System.Windows.Forms.TextBox textServerFrom;
|
|
private System.Windows.Forms.Label label1;
|
|
public System.Windows.Forms.TextBox textUserFrom;
|
|
private System.Windows.Forms.Label label3;
|
|
public System.Windows.Forms.TextBox textPassFrom;
|
|
private System.Windows.Forms.Label label4;
|
|
public System.Windows.Forms.TextBox textServerTo;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
public System.Windows.Forms.TextBox textDBTo;
|
|
public System.Windows.Forms.TextBox textUserTo;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
public System.Windows.Forms.TextBox textPassTo;
|
|
private System.Windows.Forms.Button buttonTestFrom;
|
|
private System.Windows.Forms.Button buttonTestTo;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Button buttonReloadTables;
|
|
private System.Windows.Forms.Button buttonMigrator;
|
|
private System.Windows.Forms.TextBox textMessage;
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
}
|
|
}
|
|
|