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

📄 frmmain.designer.cs

📁 【原创】很多情况下
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(102, 16);
            this.checkBox2.TabIndex = 25;
            this.checkBox2.Text = "SQL2005数据库";
            this.checkBox2.UseVisualStyleBackColor = true;
            // 
            // listB
            // 
            this.listB.FormattingEnabled = true;
            this.listB.ItemHeight = 12;
            this.listB.Location = new System.Drawing.Point(15, 123);
            this.listB.Name = "listB";
            this.listB.Size = new System.Drawing.Size(304, 100);
            this.listB.TabIndex = 24;
            // 
            // statusStrip2
            // 
            this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripProgressBar2,
            this.toolStripStatusLabel2});
            this.statusStrip2.Location = new System.Drawing.Point(3, 240);
            this.statusStrip2.Name = "statusStrip2";
            this.statusStrip2.Size = new System.Drawing.Size(324, 22);
            this.statusStrip2.SizingGrip = false;
            this.statusStrip2.TabIndex = 22;
            this.statusStrip2.Text = "statusStrip2";
            // 
            // toolStripProgressBar2
            // 
            this.toolStripProgressBar2.Name = "toolStripProgressBar2";
            this.toolStripProgressBar2.Size = new System.Drawing.Size(100, 16);
            // 
            // toolStripStatusLabel2
            // 
            this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
            this.toolStripStatusLabel2.Size = new System.Drawing.Size(207, 17);
            this.toolStripStatusLabel2.Spring = true;
            // 
            // comBDataBase
            // 
            this.comBDataBase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comBDataBase.FormattingEnabled = true;
            this.comBDataBase.Location = new System.Drawing.Point(67, 87);
            this.comBDataBase.Name = "comBDataBase";
            this.comBDataBase.Size = new System.Drawing.Size(96, 20);
            this.comBDataBase.TabIndex = 10;
            this.comBDataBase.SelectedIndexChanged += new System.EventHandler(this.comBDataBase_SelectedIndexChanged);
            // 
            // btnBConnect
            // 
            this.btnBConnect.Location = new System.Drawing.Point(15, 54);
            this.btnBConnect.Name = "btnBConnect";
            this.btnBConnect.Size = new System.Drawing.Size(148, 23);
            this.btnBConnect.TabIndex = 9;
            this.btnBConnect.Text = "连接";
            this.btnBConnect.UseVisualStyleBackColor = true;
            this.btnBConnect.Click += new System.EventHandler(this.btnBConnect_Click);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(13, 92);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 11;
            this.label7.Text = "数据库:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(170, 92);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(53, 12);
            this.label10.TabIndex = 19;
            this.label10.Text = "选择表:";
            // 
            // comBTable
            // 
            this.comBTable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comBTable.FormattingEnabled = true;
            this.comBTable.Location = new System.Drawing.Point(225, 88);
            this.comBTable.Name = "comBTable";
            this.comBTable.Size = new System.Drawing.Size(95, 20);
            this.comBTable.TabIndex = 11;
            this.comBTable.SelectedIndexChanged += new System.EventHandler(this.comBTable_SelectedIndexChanged);
            // 
            // txtBPwd
            // 
            this.txtBPwd.Location = new System.Drawing.Point(225, 23);
            this.txtBPwd.Name = "txtBPwd";
            this.txtBPwd.PasswordChar = '●';
            this.txtBPwd.Size = new System.Drawing.Size(94, 21);
            this.txtBPwd.TabIndex = 8;
            this.txtBPwd.Text = "wgppymcsl";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(170, 28);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 13;
            this.label6.Text = "SA密码:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(13, 28);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 10;
            this.label8.Text = "服务器:";
            // 
            // comBServe
            // 
            this.comBServe.FormattingEnabled = true;
            this.comBServe.Location = new System.Drawing.Point(67, 23);
            this.comBServe.Name = "comBServe";
            this.comBServe.Size = new System.Drawing.Size(94, 20);
            this.comBServe.TabIndex = 6;
            this.comBServe.Text = ".";
            // 
            // btnOut
            // 
            this.btnOut.Location = new System.Drawing.Point(531, 493);
            this.btnOut.Name = "btnOut";
            this.btnOut.Size = new System.Drawing.Size(148, 23);
            this.btnOut.TabIndex = 20;
            this.btnOut.Text = "导到目标库";
            this.btnOut.UseVisualStyleBackColor = true;
            this.btnOut.Click += new System.EventHandler(this.btnOut_Click);
            // 
            // btnAuto
            // 
            this.btnAuto.Location = new System.Drawing.Point(418, 493);
            this.btnAuto.Name = "btnAuto";
            this.btnAuto.Size = new System.Drawing.Size(107, 23);
            this.btnAuto.TabIndex = 21;
            this.btnAuto.Text = "自动匹配";
            this.btnAuto.UseVisualStyleBackColor = true;
            this.btnAuto.Click += new System.EventHandler(this.btnAuto_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.dataGridView1);
            this.groupBox3.Location = new System.Drawing.Point(12, 283);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(666, 201);
            this.groupBox3.TabIndex = 22;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "字段匹配";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(3, 17);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(660, 181);
            this.dataGridView1.TabIndex = 0;
            // 
            // labInfo
            // 
            this.labInfo.AutoSize = true;
            this.labInfo.Location = new System.Drawing.Point(13, 498);
            this.labInfo.Name = "labInfo";
            this.labInfo.Size = new System.Drawing.Size(0, 12);
            this.labInfo.TabIndex = 23;
            // 
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(691, 525);
            this.Controls.Add(this.labInfo);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.btnAuto);
            this.Controls.Add(this.btnOut);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "FrmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "异库数据导出工具";
            this.Load += new System.EventHandler(this.FrmMain_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.statusStrip2.ResumeLayout(false);
            this.statusStrip2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ComboBox comADataBase;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox comAServe;
        private System.Windows.Forms.TextBox txtAPwd;
        private System.Windows.Forms.TextBox txtBPwd;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox comBDataBase;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.ComboBox comBServe;
        private System.Windows.Forms.ComboBox comATable;
        private System.Windows.Forms.Button btnAConnect;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Button btnBConnect;
        private System.Windows.Forms.ComboBox comBTable;
        private System.Windows.Forms.Button btnOut;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.StatusStrip statusStrip2;
        private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar2;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
        private System.Windows.Forms.ListBox listA;
        private System.Windows.Forms.ListBox listB;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.CheckBox checkBox2;
        private System.Windows.Forms.Button btnAuto;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Label labInfo;
    }
}

⌨️ 快捷键说明

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