namespace Lskj.SmsSending2 { partial class FrmMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.txtLog = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.label6 = new System.Windows.Forms.Label(); 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.btnBegin = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // txtLog // this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill; this.txtLog.Location = new System.Drawing.Point(0, 90); this.txtLog.Margin = new System.Windows.Forms.Padding(4); this.txtLog.Multiline = true; this.txtLog.Name = "txtLog"; this.txtLog.Size = new System.Drawing.Size(800, 360); this.txtLog.TabIndex = 4; // // 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.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(800, 90); this.panel1.TabIndex = 3; // // label6 // this.label6.Location = new System.Drawing.Point(687, 11); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(104, 29); this.label6.TabIndex = 11; this.label6.Text = "秒(最短30秒)"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtTimeInterval // this.txtTimeInterval.Location = new System.Drawing.Point(560, 11); this.txtTimeInterval.Margin = new System.Windows.Forms.Padding(4); this.txtTimeInterval.Name = "txtTimeInterval"; this.txtTimeInterval.Size = new System.Drawing.Size(117, 25); this.txtTimeInterval.TabIndex = 10; // // label5 // this.label5.Location = new System.Drawing.Point(448, 11); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(117, 29); this.label5.TabIndex = 9; this.label5.Text = "间隔时间设置"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtName // this.txtName.Location = new System.Drawing.Point(108, 50); this.txtName.Margin = new System.Windows.Forms.Padding(4); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(129, 25); this.txtName.TabIndex = 8; // // txtDataBase // this.txtDataBase.Location = new System.Drawing.Point(323, 11); this.txtDataBase.Margin = new System.Windows.Forms.Padding(4); this.txtDataBase.Name = "txtDataBase"; this.txtDataBase.Size = new System.Drawing.Size(116, 25); this.txtDataBase.TabIndex = 7; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(323, 50); this.txtPassword.Margin = new System.Windows.Forms.Padding(4); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(116, 25); this.txtPassword.TabIndex = 6; // // txtSeverId // this.txtSeverId.Location = new System.Drawing.Point(108, 11); this.txtSeverId.Margin = new System.Windows.Forms.Padding(4); this.txtSeverId.Name = "txtSeverId"; this.txtSeverId.Size = new System.Drawing.Size(129, 25); this.txtSeverId.TabIndex = 5; // // label4 // this.label4.Location = new System.Drawing.Point(232, 11); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(95, 29); this.label4.TabIndex = 4; this.label4.Text = "数据库"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.Location = new System.Drawing.Point(16, 50); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(95, 29); this.label3.TabIndex = 3; this.label3.Text = "登录名称"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.Location = new System.Drawing.Point(232, 50); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(95, 29); this.label2.TabIndex = 2; this.label2.Text = "登录密码"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label1 // this.label1.Location = new System.Drawing.Point(16, 11); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(95, 29); this.label1.TabIndex = 1; this.label1.Text = "服务器地址"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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(679, 48); this.btnBegin.Margin = new System.Windows.Forms.Padding(4); this.btnBegin.Name = "btnBegin"; this.btnBegin.Size = new System.Drawing.Size(105, 29); this.btnBegin.TabIndex = 0; this.btnBegin.Text = "开始发送"; this.btnBegin.UseVisualStyleBackColor = true; this.btnBegin.Click += new System.EventHandler(this.btnBegin_Click); // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.txtLog); this.Controls.Add(this.panel1); this.Name = "FrmMain"; this.Text = "Form1"; this.Load += new System.EventHandler(this.FrmMain_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtLog; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label6; 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.Button btnBegin; } }