ab56a9bcf7
SVN-Revision: r240
224 lines
9.6 KiB
C#
224 lines
9.6 KiB
C#
namespace SendSms
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.btnBegin = new System.Windows.Forms.Button();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.txtTimeInterval = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
this.txtDataBase = new System.Windows.Forms.TextBox();
|
|
this.txtPassword = new System.Windows.Forms.TextBox();
|
|
this.txtSeverId = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.Load +=new System.EventHandler(Form1_Load);
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnBegin
|
|
//
|
|
this.btnBegin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnBegin.Location = new System.Drawing.Point(513, 38);
|
|
this.btnBegin.Name = "btnBegin";
|
|
this.btnBegin.Size = new System.Drawing.Size(79, 23);
|
|
this.btnBegin.TabIndex = 0;
|
|
this.btnBegin.Text = "开始发送";
|
|
this.btnBegin.UseVisualStyleBackColor = true;
|
|
this.btnBegin.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.label6);
|
|
this.panel1.Controls.Add(this.txtTimeInterval);
|
|
this.panel1.Controls.Add(this.label5);
|
|
this.panel1.Controls.Add(this.txtName);
|
|
this.panel1.Controls.Add(this.txtDataBase);
|
|
this.panel1.Controls.Add(this.txtPassword);
|
|
this.panel1.Controls.Add(this.txtSeverId);
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.btnBegin);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(604, 72);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// txtTimeInterval
|
|
//
|
|
this.txtTimeInterval.Location = new System.Drawing.Point(420, 9);
|
|
this.txtTimeInterval.Name = "txtTimeInterval";
|
|
this.txtTimeInterval.Size = new System.Drawing.Size(89, 21);
|
|
this.txtTimeInterval.TabIndex = 10;
|
|
this.txtTimeInterval.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTimeInterval_KeyPress);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(336, 9);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(88, 23);
|
|
this.label5.TabIndex = 9;
|
|
this.label5.Text = "间隔时间设置";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(81, 40);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(98, 21);
|
|
this.txtName.TabIndex = 8;
|
|
//
|
|
// txtDataBase
|
|
//
|
|
this.txtDataBase.Location = new System.Drawing.Point(242, 9);
|
|
this.txtDataBase.Name = "txtDataBase";
|
|
this.txtDataBase.Size = new System.Drawing.Size(88, 21);
|
|
this.txtDataBase.TabIndex = 7;
|
|
//
|
|
// txtPassword
|
|
//
|
|
this.txtPassword.Location = new System.Drawing.Point(242, 40);
|
|
this.txtPassword.Name = "txtPassword";
|
|
this.txtPassword.PasswordChar = '*';
|
|
this.txtPassword.Size = new System.Drawing.Size(88, 21);
|
|
this.txtPassword.TabIndex = 6;
|
|
//
|
|
// txtSeverId
|
|
//
|
|
this.txtSeverId.Location = new System.Drawing.Point(81, 9);
|
|
this.txtSeverId.Name = "txtSeverId";
|
|
this.txtSeverId.Size = new System.Drawing.Size(98, 21);
|
|
this.txtSeverId.TabIndex = 5;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(174, 9);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(71, 23);
|
|
this.label4.TabIndex = 4;
|
|
this.label4.Text = "数据库";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(12, 40);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(71, 23);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "登录名称";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(174, 40);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(71, 23);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "登录密码";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(71, 23);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "服务器地址";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBox1.Location = new System.Drawing.Point(0, 72);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(604, 314);
|
|
this.textBox1.TabIndex = 2;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Location = new System.Drawing.Point(515, 9);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(78, 23);
|
|
this.label6.TabIndex = 11;
|
|
this.label6.Text = "秒(最短30秒)";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(604, 386);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.panel1);
|
|
this.MinimumSize = new System.Drawing.Size(620, 425);
|
|
this.Name = "Form1";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "短信发送工具";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnBegin;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.TextBox txtTimeInterval;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txtName;
|
|
private System.Windows.Forms.TextBox txtDataBase;
|
|
private System.Windows.Forms.TextBox txtPassword;
|
|
private System.Windows.Forms.TextBox txtSeverId;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label6;
|
|
}
|
|
}
|
|
|