📄 dbsourcedbdesconfig.designer.cs
字号:
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(65, 12);
this.label13.TabIndex = 11;
this.label13.Text = "分隔符号:";
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Chocolate;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.Location = new System.Drawing.Point(268, 20);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(31, 23);
this.button1.TabIndex = 10;
this.button1.Text = "●";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(14, 27);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 9;
this.label12.Text = "文件地址:";
//
// filepath_s
//
this.filepath_s.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.filepath_s.Location = new System.Drawing.Point(85, 21);
this.filepath_s.Name = "filepath_s";
this.filepath_s.Size = new System.Drawing.Size(181, 21);
this.filepath_s.TabIndex = 3;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(3, 6);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 1;
this.label11.Text = "数据文件";
//
// dbsource_panel
//
this.dbsource_panel.BackColor = System.Drawing.Color.LightSlateGray;
this.dbsource_panel.Controls.Add(this.label5);
this.dbsource_panel.Controls.Add(this.dbpwd_tbxs);
this.dbsource_panel.Controls.Add(this.dbusers_tbxs);
this.dbsource_panel.Controls.Add(this.label4);
this.dbsource_panel.Controls.Add(this.dbname_tbxs);
this.dbsource_panel.Controls.Add(this.label3);
this.dbsource_panel.Controls.Add(this.dbip_tbxs);
this.dbsource_panel.Controls.Add(this.label2);
this.dbsource_panel.Controls.Add(this.label1);
this.dbsource_panel.Location = new System.Drawing.Point(29, 12);
this.dbsource_panel.Name = "dbsource_panel";
this.dbsource_panel.Size = new System.Drawing.Size(302, 118);
this.dbsource_panel.TabIndex = 0;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(14, 93);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 12);
this.label5.TabIndex = 8;
this.label5.Text = "数据库密码:";
//
// dbpwd_tbxs
//
this.dbpwd_tbxs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.dbpwd_tbxs.Location = new System.Drawing.Point(96, 88);
this.dbpwd_tbxs.Name = "dbpwd_tbxs";
this.dbpwd_tbxs.Size = new System.Drawing.Size(170, 21);
this.dbpwd_tbxs.TabIndex = 7;
this.dbpwd_tbxs.Text = "ultratel";
//
// dbusers_tbxs
//
this.dbusers_tbxs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.dbusers_tbxs.Location = new System.Drawing.Point(96, 65);
this.dbusers_tbxs.Name = "dbusers_tbxs";
this.dbusers_tbxs.Size = new System.Drawing.Size(170, 21);
this.dbusers_tbxs.TabIndex = 6;
this.dbusers_tbxs.Text = "sa";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(14, 71);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 12);
this.label4.TabIndex = 5;
this.label4.Text = "数据库用户:";
//
// dbname_tbxs
//
this.dbname_tbxs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.dbname_tbxs.Location = new System.Drawing.Point(96, 42);
this.dbname_tbxs.Name = "dbname_tbxs";
this.dbname_tbxs.Size = new System.Drawing.Size(170, 21);
this.dbname_tbxs.TabIndex = 4;
this.dbname_tbxs.Text = "callthink";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(14, 48);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 12);
this.label3.TabIndex = 3;
this.label3.Text = "数据库名称:";
//
// dbip_tbxs
//
this.dbip_tbxs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.dbip_tbxs.Location = new System.Drawing.Point(96, 19);
this.dbip_tbxs.Name = "dbip_tbxs";
this.dbip_tbxs.Size = new System.Drawing.Size(170, 21);
this.dbip_tbxs.TabIndex = 2;
this.dbip_tbxs.Text = "192.168.1.113";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(14, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 1;
this.label2.Text = "数据库地址:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "数据库";
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.groupBox2.Controls.Add(this.dbstrdes_panel);
this.groupBox2.Controls.Add(this.dbfiledes_panel);
this.groupBox2.Controls.Add(this.dbdes_panel);
this.groupBox2.Controls.Add(this.panel5);
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(362, 373);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "目的数据";
//
// dbstrdes_panel
//
this.dbstrdes_panel.BackColor = System.Drawing.Color.LightSlateGray;
this.dbstrdes_panel.Controls.Add(this.netfile_tbxe);
this.dbstrdes_panel.Controls.Add(this.label19);
this.dbstrdes_panel.Controls.Add(this.dbstr_tbxe);
this.dbstrdes_panel.Controls.Add(this.label20);
this.dbstrdes_panel.Location = new System.Drawing.Point(28, 256);
this.dbstrdes_panel.Name = "dbstrdes_panel";
this.dbstrdes_panel.Size = new System.Drawing.Size(322, 111);
this.dbstrdes_panel.TabIndex = 6;
//
// netfile_tbxe
//
this.netfile_tbxe.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.netfile_tbxe.Location = new System.Drawing.Point(13, 63);
this.netfile_tbxe.Name = "netfile_tbxe";
this.netfile_tbxe.Size = new System.Drawing.Size(283, 21);
this.netfile_tbxe.TabIndex = 19;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(5, 48);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(77, 12);
this.label19.TabIndex = 18;
this.label19.Text = "网络文件地址";
//
// dbstr_tbxe
//
this.dbstr_tbxe.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.dbstr_tbxe.Location = new System.Drawing.Point(13, 23);
this.dbstr_tbxe.Name = "dbstr_tbxe";
this.dbstr_tbxe.Size = new System.Drawing.Size(283, 21);
this.dbstr_tbxe.TabIndex = 17;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(5, 8);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(65, 12);
this.label20.TabIndex = 16;
this.label20.Text = "连接字符串";
//
// dbfiledes_panel
//
this.dbfiledes_panel.BackColor = System.Drawing.Color.LightSlateGray;
this.dbfiledes_panel.Controls.Add(this.split_e);
this.dbfiledes_panel.Controls.Add(this.label14);
this.dbfiledes_panel.Controls.Add(this.button2);
this.dbfiledes_panel.Controls.Add(this.label15);
this.dbfiledes_panel.Controls.Add(this.filepath_e);
this.dbfiledes_panel.Controls.Add(this.label16);
this.dbfiledes_panel.Location = new System.Drawing.Point(28, 133);
this.dbfiledes_panel.Name = "dbfiledes_panel";
this.dbfiledes_panel.Size = new System.Drawing.Size(322, 121);
this.dbfiledes_panel.TabIndex = 5;
//
// split_e
//
this.split_e.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.split_e.Location = new System.Drawing.Point(87, 53);
this.split_e.Name = "split_e";
this.split_e.Size = new System.Drawing.Size(181, 21);
this.split_e.TabIndex = 18;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(16, 58);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(65, 12);
this.label14.TabIndex = 17;
this.label14.Text = "分隔符号:";
//
// button2
//
this.button2.BackColor = System.Drawing.Color.Chocolate;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button2.Location = new System.Drawing.Point(270, 20);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(31, 23);
this.button2.TabIndex = 16;
this.button2.Text = "●";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(16, 27);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(65, 12);
this.label15.TabIndex = 15;
this.label15.Text = "文件地址:";
//
// filepath_e
//
this.filepath_e.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.filepath_e.Location = new System.Drawing.Point(87, 21);
this.filepath_e.Name = "filepath_e";
this.filepath_e.Size = new System.Drawing.Size(181, 21);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -