117 lines
4.8 KiB
C#
117 lines
4.8 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.comboBox1 = new System.Windows.Forms.ComboBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.listBox1 = new System.Windows.Forms.ListBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(3, 35);
|
||
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);
|
||
//
|
||
// comboBox1
|
||
//
|
||
this.comboBox1.FormattingEnabled = true;
|
||
this.comboBox1.Location = new System.Drawing.Point(134, 4);
|
||
this.comboBox1.Name = "comboBox1";
|
||
this.comboBox1.Size = new System.Drawing.Size(179, 21);
|
||
this.comboBox1.TabIndex = 1;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(3, 7);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(125, 13);
|
||
this.label2.TabIndex = 2;
|
||
this.label2.Text = "Родтиельский элемент";
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(134, 32);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(179, 20);
|
||
this.textBox1.TabIndex = 3;
|
||
//
|
||
// listBox1
|
||
//
|
||
this.listBox1.FormattingEnabled = true;
|
||
this.listBox1.Location = new System.Drawing.Point(6, 82);
|
||
this.listBox1.Name = "listBox1";
|
||
this.listBox1.Size = new System.Drawing.Size(307, 147);
|
||
this.listBox1.TabIndex = 4;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(6, 63);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(173, 13);
|
||
this.label3.TabIndex = 5;
|
||
this.label3.Text = "Порядок элементов в категории";
|
||
//
|
||
// WordsEditCategoryControl
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.listBox1);
|
||
this.Controls.Add(this.textBox1);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.comboBox1);
|
||
this.Controls.Add(this.label1);
|
||
this.Name = "WordsEditCategoryControl";
|
||
this.Size = new System.Drawing.Size(316, 233);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.ComboBox comboBox1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.ListBox listBox1;
|
||
private System.Windows.Forms.Label label3;
|
||
}
|
||
}
|