⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tableconfig.designer.cs

📁 可以实现任意数据库之间的数据互导,可以实现任意数据库之间的数据互导
💻 CS
字号:
namespace LC_DataIO
{
    partial class TableConfig
    {
        /// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.sourcetableselect_btn = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.sreadytable_lbx = new System.Windows.Forms.ListBox();
            this.dbsource_panel = new System.Windows.Forms.Panel();
            this.sourctables_lbx = new System.Windows.Forms.ListBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.deseslecttable = new System.Windows.Forms.Button();
            this.panel3 = new System.Windows.Forms.Panel();
            this.desreadytable_lbx = new System.Windows.Forms.ListBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.destables_lbx = new System.Windows.Forms.ListBox();
            this.pre_btn = new System.Windows.Forms.Button();
            this.next_btn = new System.Windows.Forms.Button();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.dbsource_panel.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
            this.splitContainer1.Size = new System.Drawing.Size(734, 373);
            this.splitContainer1.SplitterDistance = 341;
            this.splitContainer1.TabIndex = 5;
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
            this.groupBox1.Controls.Add(this.sourcetableselect_btn);
            this.groupBox1.Controls.Add(this.panel2);
            this.groupBox1.Controls.Add(this.dbsource_panel);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(341, 373);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "源数据库表";
            // 
            // sourcetableselect_btn
            // 
            this.sourcetableselect_btn.Location = new System.Drawing.Point(129, 243);
            this.sourcetableselect_btn.Name = "sourcetableselect_btn";
            this.sourcetableselect_btn.Size = new System.Drawing.Size(75, 34);
            this.sourcetableselect_btn.TabIndex = 3;
            this.sourcetableselect_btn.Text = "↓↓↓";
            this.sourcetableselect_btn.UseVisualStyleBackColor = true;
            this.sourcetableselect_btn.Click += new System.EventHandler(this.sourcetableselect_btn_Click);
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.LightSlateGray;
            this.panel2.Controls.Add(this.sreadytable_lbx);
            this.panel2.Location = new System.Drawing.Point(12, 286);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(316, 76);
            this.panel2.TabIndex = 2;
            // 
            // sreadytable_lbx
            // 
            this.sreadytable_lbx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.sreadytable_lbx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sreadytable_lbx.FormattingEnabled = true;
            this.sreadytable_lbx.ItemHeight = 12;
            this.sreadytable_lbx.Location = new System.Drawing.Point(0, 0);
            this.sreadytable_lbx.Name = "sreadytable_lbx";
            this.sreadytable_lbx.Size = new System.Drawing.Size(316, 74);
            this.sreadytable_lbx.TabIndex = 1;
            // 
            // dbsource_panel
            // 
            this.dbsource_panel.BackColor = System.Drawing.Color.LightSlateGray;
            this.dbsource_panel.Controls.Add(this.sourctables_lbx);
            this.dbsource_panel.Location = new System.Drawing.Point(8, 13);
            this.dbsource_panel.Name = "dbsource_panel";
            this.dbsource_panel.Size = new System.Drawing.Size(320, 220);
            this.dbsource_panel.TabIndex = 1;
            // 
            // sourctables_lbx
            // 
            this.sourctables_lbx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.sourctables_lbx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sourctables_lbx.FormattingEnabled = true;
            this.sourctables_lbx.ItemHeight = 12;
            this.sourctables_lbx.Location = new System.Drawing.Point(0, 0);
            this.sourctables_lbx.Name = "sourctables_lbx";
            this.sourctables_lbx.Size = new System.Drawing.Size(320, 218);
            this.sourctables_lbx.TabIndex = 0;
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.SystemColors.ControlDarkDark;
            this.groupBox2.Controls.Add(this.deseslecttable);
            this.groupBox2.Controls.Add(this.panel3);
            this.groupBox2.Controls.Add(this.panel1);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(0, 0);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(389, 373);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "目的数据库表";
            // 
            // deseslecttable
            // 
            this.deseslecttable.Location = new System.Drawing.Point(145, 243);
            this.deseslecttable.Name = "deseslecttable";
            this.deseslecttable.Size = new System.Drawing.Size(75, 34);
            this.deseslecttable.TabIndex = 4;
            this.deseslecttable.Text = "↓↓↓";
            this.deseslecttable.UseVisualStyleBackColor = true;
            this.deseslecttable.Click += new System.EventHandler(this.deseslecttable_Click);
            // 
            // panel3
            // 
            this.panel3.BackColor = System.Drawing.Color.LightSlateGray;
            this.panel3.Controls.Add(this.desreadytable_lbx);
            this.panel3.Location = new System.Drawing.Point(12, 286);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(356, 76);
            this.panel3.TabIndex = 3;
            // 
            // desreadytable_lbx
            // 
            this.desreadytable_lbx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.desreadytable_lbx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.desreadytable_lbx.FormattingEnabled = true;
            this.desreadytable_lbx.ItemHeight = 12;
            this.desreadytable_lbx.Location = new System.Drawing.Point(0, 0);
            this.desreadytable_lbx.Name = "desreadytable_lbx";
            this.desreadytable_lbx.Size = new System.Drawing.Size(356, 74);
            this.desreadytable_lbx.TabIndex = 1;
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.LightSlateGray;
            this.panel1.Controls.Add(this.destables_lbx);
            this.panel1.Location = new System.Drawing.Point(7, 13);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(361, 220);
            this.panel1.TabIndex = 2;
            // 
            // destables_lbx
            // 
            this.destables_lbx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.destables_lbx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.destables_lbx.FormattingEnabled = true;
            this.destables_lbx.ItemHeight = 12;
            this.destables_lbx.Location = new System.Drawing.Point(0, 0);
            this.destables_lbx.Name = "destables_lbx";
            this.destables_lbx.Size = new System.Drawing.Size(361, 218);
            this.destables_lbx.TabIndex = 1;
            // 
            // pre_btn
            // 
            this.pre_btn.Location = new System.Drawing.Point(164, 382);
            this.pre_btn.Name = "pre_btn";
            this.pre_btn.Size = new System.Drawing.Size(75, 23);
            this.pre_btn.TabIndex = 7;
            this.pre_btn.Text = "上一步";
            this.pre_btn.UseVisualStyleBackColor = true;
            this.pre_btn.Click += new System.EventHandler(this.pre_btn_Click);
            // 
            // next_btn
            // 
            this.next_btn.Location = new System.Drawing.Point(456, 382);
            this.next_btn.Name = "next_btn";
            this.next_btn.Size = new System.Drawing.Size(75, 23);
            this.next_btn.TabIndex = 6;
            this.next_btn.Text = "下一步";
            this.next_btn.UseVisualStyleBackColor = true;
            this.next_btn.Click += new System.EventHandler(this.next_btn_Click);
            // 
            // TableConfig
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(734, 417);
            this.Controls.Add(this.pre_btn);
            this.Controls.Add(this.next_btn);
            this.Controls.Add(this.splitContainer1);
            this.Name = "TableConfig";
            this.Text = "TableConfig";
            this.Load += new System.EventHandler(this.TableConfig_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.dbsource_panel.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button pre_btn;
        private System.Windows.Forms.Button next_btn;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Panel dbsource_panel;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.ListBox sreadytable_lbx;
        private System.Windows.Forms.ListBox sourctables_lbx;
        private System.Windows.Forms.ListBox desreadytable_lbx;
        private System.Windows.Forms.ListBox destables_lbx;
        private System.Windows.Forms.Button sourcetableselect_btn;
        private System.Windows.Forms.Button deseslecttable;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -