271 lines
12 KiB
C#
271 lines
12 KiB
C#
namespace Reseter2
|
||
{
|
||
partial class TaskControl
|
||
{
|
||
/// <summary>
|
||
/// Обязательная переменная конструктора.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Освободить все используемые ресурсы.
|
||
/// </summary>
|
||
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Код, автоматически созданный конструктором компонентов
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TaskControl));
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.lb_name = new System.Windows.Forms.Label();
|
||
this.lb_ip = new System.Windows.Forms.Label();
|
||
this.lb_stage = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.lb_ping = new System.Windows.Forms.Label();
|
||
this.Timeout = new System.Windows.Forms.Label();
|
||
this.lb_timeout = new System.Windows.Forms.Label();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.lb_time = new System.Windows.Forms.Label();
|
||
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||
this.cm_task = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||
this.cm_taskSave = new System.Windows.Forms.ToolStripMenuItem();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
this.cm_task.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(80, 16);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(50, 13);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "Имя ПК:";
|
||
this.label1.Click += new System.EventHandler(this.label1_Click);
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(80, 30);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(27, 13);
|
||
this.label2.TabIndex = 1;
|
||
this.label2.Text = "Net:";
|
||
//
|
||
// lb_name
|
||
//
|
||
this.lb_name.AutoSize = true;
|
||
this.lb_name.Location = new System.Drawing.Point(127, 16);
|
||
this.lb_name.Name = "lb_name";
|
||
this.lb_name.Size = new System.Drawing.Size(64, 13);
|
||
this.lb_name.TabIndex = 2;
|
||
this.lb_name.Text = "-------------------";
|
||
//
|
||
// lb_ip
|
||
//
|
||
this.lb_ip.AutoSize = true;
|
||
this.lb_ip.Location = new System.Drawing.Point(103, 30);
|
||
this.lb_ip.Name = "lb_ip";
|
||
this.lb_ip.Size = new System.Drawing.Size(70, 13);
|
||
this.lb_ip.TabIndex = 3;
|
||
this.lb_ip.Text = "---------------------";
|
||
//
|
||
// lb_stage
|
||
//
|
||
this.lb_stage.AutoSize = true;
|
||
this.lb_stage.Location = new System.Drawing.Point(80, 2);
|
||
this.lb_stage.Name = "lb_stage";
|
||
this.lb_stage.Size = new System.Drawing.Size(0, 13);
|
||
this.lb_stage.TabIndex = 4;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(80, 43);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(31, 13);
|
||
this.label4.TabIndex = 5;
|
||
this.label4.Text = "Ping:";
|
||
//
|
||
// lb_ping
|
||
//
|
||
this.lb_ping.AutoSize = true;
|
||
this.lb_ping.Location = new System.Drawing.Point(114, 43);
|
||
this.lb_ping.Name = "lb_ping";
|
||
this.lb_ping.Size = new System.Drawing.Size(0, 13);
|
||
this.lb_ping.TabIndex = 6;
|
||
//
|
||
// Timeout
|
||
//
|
||
this.Timeout.AutoSize = true;
|
||
this.Timeout.Location = new System.Drawing.Point(154, 43);
|
||
this.Timeout.Name = "Timeout";
|
||
this.Timeout.Size = new System.Drawing.Size(48, 13);
|
||
this.Timeout.TabIndex = 7;
|
||
this.Timeout.Text = "Timeout:";
|
||
//
|
||
// lb_timeout
|
||
//
|
||
this.lb_timeout.AutoSize = true;
|
||
this.lb_timeout.Location = new System.Drawing.Point(205, 43);
|
||
this.lb_timeout.Name = "lb_timeout";
|
||
this.lb_timeout.Size = new System.Drawing.Size(0, 13);
|
||
this.lb_timeout.TabIndex = 8;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(270, 1);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(96, 23);
|
||
this.button1.TabIndex = 9;
|
||
this.button1.Text = "Закрыть";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(270, 51);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(96, 23);
|
||
this.button2.TabIndex = 10;
|
||
this.button2.Text = "Перезапустить";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// pictureBox1
|
||
//
|
||
this.pictureBox1.Location = new System.Drawing.Point(6, 6);
|
||
this.pictureBox1.Name = "pictureBox1";
|
||
this.pictureBox1.Size = new System.Drawing.Size(64, 64);
|
||
this.pictureBox1.TabIndex = 11;
|
||
this.pictureBox1.TabStop = false;
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Location = new System.Drawing.Point(270, 26);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(96, 23);
|
||
this.button3.TabIndex = 12;
|
||
this.button3.Text = "Остановить";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(80, 58);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(49, 13);
|
||
this.label3.TabIndex = 13;
|
||
this.label3.Text = "Таймер:";
|
||
//
|
||
// lb_time
|
||
//
|
||
this.lb_time.AutoSize = true;
|
||
this.lb_time.Location = new System.Drawing.Point(125, 58);
|
||
this.lb_time.Name = "lb_time";
|
||
this.lb_time.Size = new System.Drawing.Size(34, 13);
|
||
this.lb_time.TabIndex = 14;
|
||
this.lb_time.Text = "00:00";
|
||
//
|
||
// imageList1
|
||
//
|
||
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
||
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
||
this.imageList1.Images.SetKeyName(0, "1icon-64.png");
|
||
this.imageList1.Images.SetKeyName(1, "2icon-64.png");
|
||
this.imageList1.Images.SetKeyName(2, "3icon-64.png");
|
||
this.imageList1.Images.SetKeyName(3, "8icon-64.png");
|
||
this.imageList1.Images.SetKeyName(4, "6icon-64.png");
|
||
this.imageList1.Images.SetKeyName(5, "4icon-64.png");
|
||
this.imageList1.Images.SetKeyName(6, "5icon-64.png");
|
||
this.imageList1.Images.SetKeyName(7, "7icon-64.png");
|
||
//
|
||
// cm_task
|
||
//
|
||
this.cm_task.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.cm_taskSave});
|
||
this.cm_task.Name = "cm_task";
|
||
this.cm_task.ShowImageMargin = false;
|
||
this.cm_task.Size = new System.Drawing.Size(109, 26);
|
||
this.cm_task.Text = "Сохранить";
|
||
//
|
||
// cm_taskSave
|
||
//
|
||
this.cm_taskSave.Name = "cm_taskSave";
|
||
this.cm_taskSave.Size = new System.Drawing.Size(108, 22);
|
||
this.cm_taskSave.Text = "Сохранить";
|
||
this.cm_taskSave.Click += new System.EventHandler(this.cm_taskSave_Click);
|
||
//
|
||
// TaskControl
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
||
this.ContextMenuStrip = this.cm_task;
|
||
this.Controls.Add(this.lb_time);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.button3);
|
||
this.Controls.Add(this.pictureBox1);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.lb_timeout);
|
||
this.Controls.Add(this.Timeout);
|
||
this.Controls.Add(this.lb_ping);
|
||
this.Controls.Add(this.label4);
|
||
this.Controls.Add(this.lb_stage);
|
||
this.Controls.Add(this.lb_ip);
|
||
this.Controls.Add(this.lb_name);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.label1);
|
||
this.Name = "TaskControl";
|
||
this.Size = new System.Drawing.Size(371, 77);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
this.cm_task.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label lb_name;
|
||
private System.Windows.Forms.Label lb_ip;
|
||
private System.Windows.Forms.Label lb_stage;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label lb_ping;
|
||
private System.Windows.Forms.Label Timeout;
|
||
private System.Windows.Forms.Label lb_timeout;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.PictureBox pictureBox1;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label lb_time;
|
||
private System.Windows.Forms.ImageList imageList1;
|
||
private System.Windows.Forms.ContextMenuStrip cm_task;
|
||
private System.Windows.Forms.ToolStripMenuItem cm_taskSave;
|
||
}
|
||
}
|