178 lines
8.3 KiB
C#
178 lines
8.3 KiB
C#
namespace Remontor.Words
|
||
{
|
||
partial class WordsEditCompControl
|
||
{
|
||
/// <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.lb_name = new System.Windows.Forms.TextBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.lb_ip = new System.Windows.Forms.TextBox();
|
||
this.lb_description = new System.Windows.Forms.TextBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.tb_netName = new System.Windows.Forms.TextBox();
|
||
this.SuspendLayout();
|
||
//
|
||
// lb_name
|
||
//
|
||
this.lb_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.lb_name.Location = new System.Drawing.Point(6, 41);
|
||
this.lb_name.Name = "lb_name";
|
||
this.lb_name.Size = new System.Drawing.Size(246, 20);
|
||
this.lb_name.TabIndex = 2;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(3, 25);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(47, 13);
|
||
this.label2.TabIndex = 3;
|
||
this.label2.Text = "Имя ПК";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(3, 103);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(50, 13);
|
||
this.label3.TabIndex = 5;
|
||
this.label3.Text = "IP-адрес";
|
||
//
|
||
// lb_ip
|
||
//
|
||
this.lb_ip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.lb_ip.Location = new System.Drawing.Point(6, 119);
|
||
this.lb_ip.Name = "lb_ip";
|
||
this.lb_ip.Size = new System.Drawing.Size(246, 20);
|
||
this.lb_ip.TabIndex = 4;
|
||
//
|
||
// lb_description
|
||
//
|
||
this.lb_description.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.lb_description.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.lb_description.Location = new System.Drawing.Point(6, 158);
|
||
this.lb_description.MaxLength = 350;
|
||
this.lb_description.Multiline = true;
|
||
this.lb_description.Name = "lb_description";
|
||
this.lb_description.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||
this.lb_description.Size = new System.Drawing.Size(246, 134);
|
||
this.lb_description.TabIndex = 6;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(3, 142);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(57, 13);
|
||
this.label4.TabIndex = 7;
|
||
this.label4.Text = "Описание";
|
||
//
|
||
// comboBox1
|
||
//
|
||
this.comboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
||
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBox1.FormattingEnabled = true;
|
||
this.comboBox1.ItemHeight = 24;
|
||
this.comboBox1.Location = new System.Drawing.Point(198, 3);
|
||
this.comboBox1.Name = "comboBox1";
|
||
this.comboBox1.Size = new System.Drawing.Size(53, 30);
|
||
this.comboBox1.TabIndex = 8;
|
||
this.comboBox1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBox1_DrawItem);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(149, 3);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(43, 13);
|
||
this.label1.TabIndex = 9;
|
||
this.label1.Text = "Значок";
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(3, 64);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(72, 13);
|
||
this.label5.TabIndex = 11;
|
||
this.label5.Text = "Сетевое имя";
|
||
//
|
||
// tb_netName
|
||
//
|
||
this.tb_netName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.tb_netName.Location = new System.Drawing.Point(6, 80);
|
||
this.tb_netName.Name = "tb_netName";
|
||
this.tb_netName.Size = new System.Drawing.Size(246, 20);
|
||
this.tb_netName.TabIndex = 10;
|
||
this.tb_netName.VisibleChanged += new System.EventHandler(this.WordsEditCompControl_VisibleChanged);
|
||
//
|
||
// WordsEditCompControl
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.AutoSize = true;
|
||
this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
|
||
this.Controls.Add(this.label5);
|
||
this.Controls.Add(this.tb_netName);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.comboBox1);
|
||
this.Controls.Add(this.label4);
|
||
this.Controls.Add(this.lb_description);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.lb_ip);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.lb_name);
|
||
this.Name = "WordsEditCompControl";
|
||
this.Size = new System.Drawing.Size(257, 295);
|
||
this.VisibleChanged += new System.EventHandler(this.WordsEditCompControl_VisibleChanged);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
private System.Windows.Forms.TextBox lb_name;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.TextBox lb_ip;
|
||
private System.Windows.Forms.TextBox lb_description;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.ComboBox comboBox1;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.TextBox tb_netName;
|
||
}
|
||
}
|