namespace Quanjiang.DigitalScholl.DataSync
{
    partial class Form1
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.btcheck = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.tbsource = new System.Windows.Forms.TextBox();
            this.tbtarget = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.btsync = new System.Windows.Forms.Button();
            this.rtblog = new System.Windows.Forms.RichTextBox();
            this.clbmodule = new System.Windows.Forms.CheckedListBox();
            this.btsynccore = new System.Windows.Forms.Button();
            this.btsyncmis = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.tbmissource = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tbmistarget = new System.Windows.Forms.TextBox();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.系统工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.查找密码为123456的ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.txtBeginTable = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btcheck
            // 
            this.btcheck.Location = new System.Drawing.Point(23, 222);
            this.btcheck.Name = "btcheck";
            this.btcheck.Size = new System.Drawing.Size(75, 23);
            this.btcheck.TabIndex = 0;
            this.btcheck.Text = "检查连接";
            this.btcheck.UseVisualStyleBackColor = true;
            this.btcheck.Click += new System.EventHandler(this.btcheck_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(21, 36);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "框架源服务器";
            // 
            // tbsource
            // 
            this.tbsource.Location = new System.Drawing.Point(100, 31);
            this.tbsource.Name = "tbsource";
            this.tbsource.Size = new System.Drawing.Size(682, 21);
            this.tbsource.TabIndex = 2;
            // 
            // tbtarget
            // 
            this.tbtarget.Location = new System.Drawing.Point(100, 75);
            this.tbtarget.Name = "tbtarget";
            this.tbtarget.Size = new System.Drawing.Size(682, 21);
            this.tbtarget.TabIndex = 4;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(21, 78);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "框架目标务器";
            // 
            // btsync
            // 
            this.btsync.Enabled = false;
            this.btsync.Location = new System.Drawing.Point(125, 222);
            this.btsync.Name = "btsync";
            this.btsync.Size = new System.Drawing.Size(75, 23);
            this.btsync.TabIndex = 5;
            this.btsync.Text = "一键同步";
            this.btsync.UseVisualStyleBackColor = true;
            this.btsync.Click += new System.EventHandler(this.btsync_Click);
            // 
            // rtblog
            // 
            this.rtblog.Location = new System.Drawing.Point(306, 262);
            this.rtblog.Name = "rtblog";
            this.rtblog.Size = new System.Drawing.Size(482, 276);
            this.rtblog.TabIndex = 6;
            this.rtblog.Text = "";
            // 
            // clbmodule
            // 
            this.clbmodule.FormattingEnabled = true;
            this.clbmodule.Items.AddRange(new object[] {
            "数据字典",
            "数据源",
            "菜单",
            "工作流",
            "数据权限",
            "app菜单",
            "导入导出",
            "桌面主题",
            "开关显示控制"});
            this.clbmodule.Location = new System.Drawing.Point(23, 262);
            this.clbmodule.Name = "clbmodule";
            this.clbmodule.Size = new System.Drawing.Size(253, 276);
            this.clbmodule.TabIndex = 7;
            // 
            // btsynccore
            // 
            this.btsynccore.Location = new System.Drawing.Point(224, 222);
            this.btsynccore.Name = "btsynccore";
            this.btsynccore.Size = new System.Drawing.Size(108, 23);
            this.btsynccore.TabIndex = 10;
            this.btsynccore.Text = "同步框架表结构";
            this.btsynccore.UseVisualStyleBackColor = true;
            this.btsynccore.Click += new System.EventHandler(this.btsynccore_Click);
            // 
            // btsyncmis
            // 
            this.btsyncmis.Location = new System.Drawing.Point(358, 222);
            this.btsyncmis.Name = "btsyncmis";
            this.btsyncmis.Size = new System.Drawing.Size(102, 23);
            this.btsyncmis.TabIndex = 11;
            this.btsyncmis.Text = "同步Mis表结构";
            this.btsyncmis.UseVisualStyleBackColor = true;
            this.btsyncmis.Click += new System.EventHandler(this.btsyncmis_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(21, 122);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(71, 12);
            this.label3.TabIndex = 1;
            this.label3.Text = "源MIS服务器";
            // 
            // tbmissource
            // 
            this.tbmissource.Location = new System.Drawing.Point(100, 119);
            this.tbmissource.Name = "tbmissource";
            this.tbmissource.Size = new System.Drawing.Size(682, 21);
            this.tbmissource.TabIndex = 2;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(21, 164);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(71, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "目标MIS务器";
            // 
            // tbmistarget
            // 
            this.tbmistarget.Location = new System.Drawing.Point(100, 161);
            this.tbmistarget.Name = "tbmistarget";
            this.tbmistarget.Size = new System.Drawing.Size(682, 21);
            this.tbmistarget.TabIndex = 4;
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.系统工具ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(800, 25);
            this.menuStrip1.TabIndex = 12;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 系统工具ToolStripMenuItem
            // 
            this.系统工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.查找密码为123456的ToolStripMenuItem});
            this.系统工具ToolStripMenuItem.Name = "系统工具ToolStripMenuItem";
            this.系统工具ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
            this.系统工具ToolStripMenuItem.Text = "系统工具";
            // 
            // 查找密码为123456的ToolStripMenuItem
            // 
            this.查找密码为123456的ToolStripMenuItem.Name = "查找密码为123456的ToolStripMenuItem";
            this.查找密码为123456的ToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.查找密码为123456的ToolStripMenuItem.Text = "查找密码为123456的";
            this.查找密码为123456的ToolStripMenuItem.Click += new System.EventHandler(this.查找密码为123456的ToolStripMenuItem_Click);
            // 
            // txtBeginTable
            // 
            this.txtBeginTable.Location = new System.Drawing.Point(305, 189);
            this.txtBeginTable.Name = "txtBeginTable";
            this.txtBeginTable.Size = new System.Drawing.Size(128, 21);
            this.txtBeginTable.TabIndex = 13;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(222, 192);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(77, 12);
            this.label5.TabIndex = 14;
            this.label5.Text = "由此开始同步";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 561);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.txtBeginTable);
            this.Controls.Add(this.btsyncmis);
            this.Controls.Add(this.btsynccore);
            this.Controls.Add(this.clbmodule);
            this.Controls.Add(this.rtblog);
            this.Controls.Add(this.btsync);
            this.Controls.Add(this.tbmistarget);
            this.Controls.Add(this.tbtarget);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.tbmissource);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.tbsource);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.btcheck);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Form1";
            this.Text = "数字化校园3.0版本更新器";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btcheck;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox tbsource;
        private System.Windows.Forms.TextBox tbtarget;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button btsync;
        private System.Windows.Forms.RichTextBox rtblog;
        private System.Windows.Forms.CheckedListBox clbmodule;
        private System.Windows.Forms.Button btsynccore;
        private System.Windows.Forms.Button btsyncmis;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox tbmissource;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox tbmistarget;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 系统工具ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 查找密码为123456的ToolStripMenuItem;
        private System.Windows.Forms.TextBox txtBeginTable;
        private System.Windows.Forms.Label label5;
    }
}