75 lines
3.0 KiB
C#
75 lines
3.0 KiB
C#
namespace Reseter2.Words
|
||
{
|
||
partial class WordsEditCategoryControl
|
||
{
|
||
/// <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.label1 = new System.Windows.Forms.Label();
|
||
this.lb_name = new System.Windows.Forms.TextBox();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(3, 10);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(112, 13);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "Название категории";
|
||
this.label1.Click += new System.EventHandler(this.label1_Click);
|
||
//
|
||
// 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, 26);
|
||
this.lb_name.Name = "lb_name";
|
||
this.lb_name.Size = new System.Drawing.Size(245, 20);
|
||
this.lb_name.TabIndex = 3;
|
||
//
|
||
// WordsEditCategoryControl
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.AutoSize = true;
|
||
this.Controls.Add(this.lb_name);
|
||
this.Controls.Add(this.label1);
|
||
this.Name = "WordsEditCategoryControl";
|
||
this.Size = new System.Drawing.Size(254, 52);
|
||
this.VisibleChanged += new System.EventHandler(this.WordsEditCategoryControl_VisibleChanged);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.TextBox lb_name;
|
||
}
|
||
}
|