📄 dbsourcedbdesconfig.designer.cs
字号:
namespace LC_DataIO
{
partial class DbSourceDbDesConfig
{
/// <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.next_btn = new System.Windows.Forms.Button();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.panel4 = new System.Windows.Forms.Panel();
this.src_rb3 = new System.Windows.Forms.RadioButton();
this.src_rb2 = new System.Windows.Forms.RadioButton();
this.s_rb1 = new System.Windows.Forms.RadioButton();
this.dbstrsource_panel = new System.Windows.Forms.Panel();
this.netfile_tbxs = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.dbstr_tbxs = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.dbfiesource_panel = new System.Windows.Forms.Panel();
this.split_s = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.filepath_s = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.dbsource_panel = new System.Windows.Forms.Panel();
this.label5 = new System.Windows.Forms.Label();
this.dbpwd_tbxs = new System.Windows.Forms.TextBox();
this.dbusers_tbxs = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.dbname_tbxs = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.dbip_tbxs = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dbstrdes_panel = new System.Windows.Forms.Panel();
this.netfile_tbxe = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.dbstr_tbxe = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.dbfiledes_panel = new System.Windows.Forms.Panel();
this.split_e = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label15 = new System.Windows.Forms.Label();
this.filepath_e = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.dbdes_panel = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.dbpwd_tbxe = new System.Windows.Forms.TextBox();
this.dbusers_tbxe = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.dbname_tbxe = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.dbip_tbxe = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.des_rb3 = new System.Windows.Forms.RadioButton();
this.des_rb2 = new System.Windows.Forms.RadioButton();
this.des_rb1 = new System.Windows.Forms.RadioButton();
this.pre_btn = new System.Windows.Forms.Button();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel4.SuspendLayout();
this.dbstrsource_panel.SuspendLayout();
this.dbfiesource_panel.SuspendLayout();
this.dbsource_panel.SuspendLayout();
this.groupBox2.SuspendLayout();
this.dbstrdes_panel.SuspendLayout();
this.dbfiledes_panel.SuspendLayout();
this.dbdes_panel.SuspendLayout();
this.panel5.SuspendLayout();
this.SuspendLayout();
//
// next_btn
//
this.next_btn.Location = new System.Drawing.Point(478, 379);
this.next_btn.Name = "next_btn";
this.next_btn.Size = new System.Drawing.Size(75, 23);
this.next_btn.TabIndex = 3;
this.next_btn.Text = "下一步";
this.next_btn.UseVisualStyleBackColor = true;
this.next_btn.Click += new System.EventHandler(this.next_btn_Click);
//
// 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(703, 373);
this.splitContainer1.SplitterDistance = 337;
this.splitContainer1.TabIndex = 4;
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.groupBox1.Controls.Add(this.panel4);
this.groupBox1.Controls.Add(this.dbstrsource_panel);
this.groupBox1.Controls.Add(this.dbfiesource_panel);
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(337, 373);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "源数据";
//
// panel4
//
this.panel4.BackColor = System.Drawing.SystemColors.Highlight;
this.panel4.Controls.Add(this.src_rb3);
this.panel4.Controls.Add(this.src_rb2);
this.panel4.Controls.Add(this.s_rb1);
this.panel4.Location = new System.Drawing.Point(1, 11);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(25, 382);
this.panel4.TabIndex = 3;
//
// src_rb3
//
this.src_rb3.AutoSize = true;
this.src_rb3.Location = new System.Drawing.Point(6, 291);
this.src_rb3.Name = "src_rb3";
this.src_rb3.Size = new System.Drawing.Size(14, 13);
this.src_rb3.TabIndex = 2;
this.src_rb3.TabStop = true;
this.src_rb3.UseVisualStyleBackColor = true;
this.src_rb3.CheckedChanged += new System.EventHandler(this.src_rb3_CheckedChanged);
//
// src_rb2
//
this.src_rb2.AutoSize = true;
this.src_rb2.Location = new System.Drawing.Point(6, 170);
this.src_rb2.Name = "src_rb2";
this.src_rb2.Size = new System.Drawing.Size(14, 13);
this.src_rb2.TabIndex = 1;
this.src_rb2.TabStop = true;
this.src_rb2.UseVisualStyleBackColor = true;
this.src_rb2.CheckedChanged += new System.EventHandler(this.src_rb2_CheckedChanged);
//
// s_rb1
//
this.s_rb1.AutoSize = true;
this.s_rb1.Location = new System.Drawing.Point(6, 53);
this.s_rb1.Name = "s_rb1";
this.s_rb1.Size = new System.Drawing.Size(14, 13);
this.s_rb1.TabIndex = 0;
this.s_rb1.TabStop = true;
this.s_rb1.UseVisualStyleBackColor = true;
this.s_rb1.CheckedChanged += new System.EventHandler(this.s_rb1_CheckedChanged);
//
// dbstrsource_panel
//
this.dbstrsource_panel.BackColor = System.Drawing.Color.LightSlateGray;
this.dbstrsource_panel.Controls.Add(this.netfile_tbxs);
this.dbstrsource_panel.Controls.Add(this.label18);
this.dbstrsource_panel.Controls.Add(this.dbstr_tbxs);
this.dbstrsource_panel.Controls.Add(this.label17);
this.dbstrsource_panel.Location = new System.Drawing.Point(29, 256);
this.dbstrsource_panel.Name = "dbstrsource_panel";
this.dbstrsource_panel.Size = new System.Drawing.Size(302, 111);
this.dbstrsource_panel.TabIndex = 2;
//
// netfile_tbxs
//
this.netfile_tbxs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.netfile_tbxs.Location = new System.Drawing.Point(11, 63);
this.netfile_tbxs.Name = "netfile_tbxs";
this.netfile_tbxs.Size = new System.Drawing.Size(283, 21);
this.netfile_tbxs.TabIndex = 15;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(3, 48);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(77, 12);
this.label18.TabIndex = 14;
this.label18.Text = "网络文件地址";
//
// dbstr_tbxs
//
this.dbstr_tbxs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.dbstr_tbxs.Location = new System.Drawing.Point(11, 23);
this.dbstr_tbxs.Name = "dbstr_tbxs";
this.dbstr_tbxs.Size = new System.Drawing.Size(283, 21);
this.dbstr_tbxs.TabIndex = 13;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(3, 8);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(65, 12);
this.label17.TabIndex = 12;
this.label17.Text = "连接字符串";
//
// dbfiesource_panel
//
this.dbfiesource_panel.BackColor = System.Drawing.Color.LightSlateGray;
this.dbfiesource_panel.Controls.Add(this.split_s);
this.dbfiesource_panel.Controls.Add(this.label13);
this.dbfiesource_panel.Controls.Add(this.button1);
this.dbfiesource_panel.Controls.Add(this.label12);
this.dbfiesource_panel.Controls.Add(this.filepath_s);
this.dbfiesource_panel.Controls.Add(this.label11);
this.dbfiesource_panel.Location = new System.Drawing.Point(29, 133);
this.dbfiesource_panel.Name = "dbfiesource_panel";
this.dbfiesource_panel.Size = new System.Drawing.Size(302, 121);
this.dbfiesource_panel.TabIndex = 1;
//
// split_s
//
this.split_s.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.split_s.Location = new System.Drawing.Point(85, 53);
this.split_s.Name = "split_s";
this.split_s.Size = new System.Drawing.Size(181, 21);
this.split_s.TabIndex = 12;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(14, 58);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -