📄 setform.designer.cs
字号:
namespace NetFax
{
partial class SetForm
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = 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.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.TBServerAddress1 = new System.Windows.Forms.TextBox();
this.TBServerName = new System.Windows.Forms.TextBox();
this.TBServerPwd = new System.Windows.Forms.TextBox();
this.TBGetTime = new System.Windows.Forms.TextBox();
this.TBTryTimes = new System.Windows.Forms.TextBox();
this.TBTryAfterTime = new System.Windows.Forms.TextBox();
this.TBMessage = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.TBServerAddress2 = new System.Windows.Forms.TextBox();
this.TBServerAddress3 = new System.Windows.Forms.TextBox();
this.TBServerAddress4 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(54, 57);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(115, 13);
this.label1.TabIndex = 0;
this.label1.Text = "数据库服务器地址:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(54, 83);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 13);
this.label2.TabIndex = 1;
this.label2.Text = "用户名:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(54, 110);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(43, 13);
this.label3.TabIndex = 2;
this.label3.Text = "密码:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(54, 134);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(115, 13);
this.label4.TabIndex = 3;
this.label4.Text = "抓取间隔(分钟):";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(54, 159);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(115, 13);
this.label5.TabIndex = 4;
this.label5.Text = "发送失败重试次数:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(54, 186);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(163, 13);
this.label6.TabIndex = 5;
this.label6.Text = "发送失败重试间隔(分钟):";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(54, 214);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(67, 13);
this.label7.TabIndex = 6;
this.label7.Text = "落款信息:";
//
// TBServerAddress1
//
this.TBServerAddress1.Location = new System.Drawing.Point(222, 50);
this.TBServerAddress1.MaxLength = 3;
this.TBServerAddress1.Name = "TBServerAddress1";
this.TBServerAddress1.Size = new System.Drawing.Size(27, 20);
this.TBServerAddress1.TabIndex = 7;
this.TBServerAddress1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TBServerAddress1_KeyPress);
//
// TBServerName
//
this.TBServerName.Location = new System.Drawing.Point(222, 76);
this.TBServerName.Name = "TBServerName";
this.TBServerName.Size = new System.Drawing.Size(170, 20);
this.TBServerName.TabIndex = 8;
//
// TBServerPwd
//
this.TBServerPwd.Location = new System.Drawing.Point(222, 103);
this.TBServerPwd.Name = "TBServerPwd";
this.TBServerPwd.Size = new System.Drawing.Size(170, 20);
this.TBServerPwd.TabIndex = 9;
this.TBServerPwd.UseSystemPasswordChar = true;
//
// TBGetTime
//
this.TBGetTime.Location = new System.Drawing.Point(222, 134);
this.TBGetTime.Name = "TBGetTime";
this.TBGetTime.Size = new System.Drawing.Size(170, 20);
this.TBGetTime.TabIndex = 10;
this.TBGetTime.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TBGetTime_KeyPress);
//
// TBTryTimes
//
this.TBTryTimes.Location = new System.Drawing.Point(222, 159);
this.TBTryTimes.Name = "TBTryTimes";
this.TBTryTimes.Size = new System.Drawing.Size(170, 20);
this.TBTryTimes.TabIndex = 11;
this.TBTryTimes.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TBTryTimes_KeyPress);
//
// TBTryAfterTime
//
this.TBTryAfterTime.Location = new System.Drawing.Point(222, 186);
this.TBTryAfterTime.Name = "TBTryAfterTime";
this.TBTryAfterTime.Size = new System.Drawing.Size(170, 20);
this.TBTryAfterTime.TabIndex = 12;
this.TBTryAfterTime.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TBTryAfterTime_KeyPress);
//
// TBMessage
//
this.TBMessage.Location = new System.Drawing.Point(222, 214);
this.TBMessage.Name = "TBMessage";
this.TBMessage.Size = new System.Drawing.Size(170, 20);
this.TBMessage.TabIndex = 13;
//
// button1
//
this.button1.Location = new System.Drawing.Point(94, 279);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 14;
this.button1.Text = "保存";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(283, 279);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 15;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// TBServerAddress2
//
this.TBServerAddress2.Location = new System.Drawing.Point(271, 50);
this.TBServerAddress2.MaxLength = 3;
this.TBServerAddress2.Name = "TBServerAddress2";
this.TBServerAddress2.Size = new System.Drawing.Size(27, 20);
this.TBServerAddress2.TabIndex = 16;
this.TBServerAddress2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TBServerAddress2_KeyPress);
//
// TBServerAddress3
//
this.TBServerAddress3.Location = new System.Drawing.Point(320, 50);
this.TBServerAddress3.MaxLength = 3;
this.TBServerAddress3.Name = "TBServerAddress3";
this.TBServerAddress3.Size = new System.Drawing.Size(27, 20);
this.TBServerAddress3.TabIndex = 17;
this.TBServerAddress3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TBServerAddress3_KeyPress);
//
// TBServerAddress4
//
this.TBServerAddress4.Location = new System.Drawing.Point(365, 50);
this.TBServerAddress4.MaxLength = 3;
this.TBServerAddress4.Name = "TBServerAddress4";
this.TBServerAddress4.Size = new System.Drawing.Size(27, 20);
this.TBServerAddress4.TabIndex = 18;
this.TBServerAddress4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TBServerAddress4_KeyPress);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 18.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(252, 42);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(16, 24);
this.label8.TabIndex = 19;
this.label8.Text = ".";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 18.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(301, 42);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(16, 24);
this.label9.TabIndex = 20;
this.label9.Text = ".";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 18.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(348, 42);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(16, 24);
this.label10.TabIndex = 21;
this.label10.Text = ".";
//
// SetForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(469, 348);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.TBServerAddress4);
this.Controls.Add(this.TBServerAddress3);
this.Controls.Add(this.TBServerAddress2);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.TBMessage);
this.Controls.Add(this.TBTryAfterTime);
this.Controls.Add(this.TBTryTimes);
this.Controls.Add(this.TBGetTime);
this.Controls.Add(this.TBServerPwd);
this.Controls.Add(this.TBServerName);
this.Controls.Add(this.TBServerAddress1);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "SetForm";
this.Text = "联网传真软件-设置界面";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox TBServerAddress1;
private System.Windows.Forms.TextBox TBServerName;
private System.Windows.Forms.TextBox TBServerPwd;
private System.Windows.Forms.TextBox TBGetTime;
private System.Windows.Forms.TextBox TBTryTimes;
private System.Windows.Forms.TextBox TBTryAfterTime;
private System.Windows.Forms.TextBox TBMessage;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox TBServerAddress2;
private System.Windows.Forms.TextBox TBServerAddress3;
private System.Windows.Forms.TextBox TBServerAddress4;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -