📄 connectionset.designer.cs
字号:
namespace DataExport
{
partial class ConnectionSet
{
/// <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.ServiceNameTB = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.AlterConnectionBT = new System.Windows.Forms.Button();
this.UserNameTB = new System.Windows.Forms.TextBox();
this.PasswardTB = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// ServiceNameTB
//
this.ServiceNameTB.Location = new System.Drawing.Point(126, 57);
this.ServiceNameTB.Name = "ServiceNameTB";
this.ServiceNameTB.Size = new System.Drawing.Size(140, 21);
this.ServiceNameTB.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(185, 12);
this.label1.TabIndex = 1;
this.label1.Text = "工具目前只支持ORACLE数据处理:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(55, 88);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 3;
this.label3.Text = "用户名:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(67, 116);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 4;
this.label4.Text = "密码:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(109, 202);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(125, 12);
this.label5.TabIndex = 5;
this.label5.Text = "修改将保存入配置文件";
//
// AlterConnectionBT
//
this.AlterConnectionBT.Location = new System.Drawing.Point(132, 157);
this.AlterConnectionBT.Name = "AlterConnectionBT";
this.AlterConnectionBT.Size = new System.Drawing.Size(75, 23);
this.AlterConnectionBT.TabIndex = 4;
this.AlterConnectionBT.Text = "修改";
this.AlterConnectionBT.UseVisualStyleBackColor = true;
this.AlterConnectionBT.Click += new System.EventHandler(this.AlterConnectionBT_Click);
//
// UserNameTB
//
this.UserNameTB.Location = new System.Drawing.Point(126, 85);
this.UserNameTB.Name = "UserNameTB";
this.UserNameTB.Size = new System.Drawing.Size(140, 21);
this.UserNameTB.TabIndex = 2;
//
// PasswardTB
//
this.PasswardTB.Location = new System.Drawing.Point(126, 112);
this.PasswardTB.Name = "PasswardTB";
this.PasswardTB.Size = new System.Drawing.Size(140, 21);
this.PasswardTB.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(19, 60);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 12);
this.label2.TabIndex = 7;
this.label2.Text = "数据库服务名:";
//
// ConnectionSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(315, 233);
this.Controls.Add(this.label2);
this.Controls.Add(this.AlterConnectionBT);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.PasswardTB);
this.Controls.Add(this.UserNameTB);
this.Controls.Add(this.label1);
this.Controls.Add(this.ServiceNameTB);
this.Name = "ConnectionSet";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "连接设置";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox ServiceNameTB;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button AlterConnectionBT;
private System.Windows.Forms.TextBox UserNameTB;
private System.Windows.Forms.TextBox PasswardTB;
private System.Windows.Forms.Label label2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -