ab56a9bcf7
SVN-Revision: r240
164 lines
6.3 KiB
C#
164 lines
6.3 KiB
C#
namespace WindowsFormsApplication3
|
|
{
|
|
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.txtLog = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtTime = new System.Windows.Forms.TextBox();
|
|
this.btnStart = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtcxc = new System.Windows.Forms.TextBox();
|
|
this.txtwz = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.SuspendLayout();
|
|
//
|
|
// txtLog
|
|
//
|
|
this.txtLog.Location = new System.Drawing.Point(9, 92);
|
|
this.txtLog.Multiline = true;
|
|
this.txtLog.Name = "txtLog";
|
|
this.txtLog.Size = new System.Drawing.Size(543, 273);
|
|
this.txtLog.TabIndex = 1;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(128, 11);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(89, 12);
|
|
this.label2.TabIndex = 8;
|
|
this.label2.Text = "分钟,检测一次";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(20, 11);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
this.label1.TabIndex = 7;
|
|
this.label1.Text = "间隔时间";
|
|
//
|
|
// txtTime
|
|
//
|
|
this.txtTime.Location = new System.Drawing.Point(79, 7);
|
|
this.txtTime.Name = "txtTime";
|
|
this.txtTime.Size = new System.Drawing.Size(43, 21);
|
|
this.txtTime.TabIndex = 6;
|
|
this.txtTime.Text = "5";
|
|
//
|
|
// btnStart
|
|
//
|
|
this.btnStart.Location = new System.Drawing.Point(477, 5);
|
|
this.btnStart.Name = "btnStart";
|
|
this.btnStart.Size = new System.Drawing.Size(75, 23);
|
|
this.btnStart.TabIndex = 5;
|
|
this.btnStart.Text = "开始检测";
|
|
this.btnStart.UseVisualStyleBackColor = true;
|
|
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(8, 38);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|
this.label3.TabIndex = 9;
|
|
this.label3.Text = "应用程序池";
|
|
//
|
|
// txtcxc
|
|
//
|
|
this.txtcxc.Location = new System.Drawing.Point(79, 35);
|
|
this.txtcxc.Name = "txtcxc";
|
|
this.txtcxc.Size = new System.Drawing.Size(473, 21);
|
|
this.txtcxc.TabIndex = 10;
|
|
//
|
|
// txtwz
|
|
//
|
|
this.txtwz.Location = new System.Drawing.Point(79, 65);
|
|
this.txtwz.Name = "txtwz";
|
|
this.txtwz.Size = new System.Drawing.Size(473, 21);
|
|
this.txtwz.TabIndex = 12;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(44, 68);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(29, 12);
|
|
this.label4.TabIndex = 11;
|
|
this.label4.Text = "网站";
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 1000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(564, 377);
|
|
this.Controls.Add(this.txtwz);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.txtcxc);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txtTime);
|
|
this.Controls.Add(this.btnStart);
|
|
this.Controls.Add(this.txtLog);
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form1";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "应用程序池监测工具";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtLog;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtTime;
|
|
private System.Windows.Forms.Button btnStart;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtcxc;
|
|
private System.Windows.Forms.TextBox txtwz;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Timer timer1;
|
|
}
|
|
}
|
|
|