95 lines
4.4 KiB
C#
95 lines
4.4 KiB
C#
namespace Remontor
|
||
{
|
||
partial class FlowContainerWords
|
||
{
|
||
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.WordsTree = new System.Windows.Forms.TreeView();
|
||
this.tableLayoutPanel1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// tableLayoutPanel1
|
||
//
|
||
this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control;
|
||
this.tableLayoutPanel1.ColumnCount = 1;
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
|
||
this.tableLayoutPanel1.Controls.Add(this.WordsTree, 0, 1);
|
||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
|
||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||
this.tableLayoutPanel1.RowCount = 2;
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel1.Size = new System.Drawing.Size(330, 781);
|
||
this.tableLayoutPanel1.TabIndex = 1;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(3, 3);
|
||
this.label2.Margin = new System.Windows.Forms.Padding(3);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(67, 13);
|
||
this.label2.TabIndex = 3;
|
||
this.label2.Text = "Справочник";
|
||
//
|
||
// WordsTree
|
||
//
|
||
this.WordsTree.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
this.WordsTree.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.WordsTree.Location = new System.Drawing.Point(3, 23);
|
||
this.WordsTree.Name = "WordsTree";
|
||
this.WordsTree.Size = new System.Drawing.Size(324, 755);
|
||
this.WordsTree.TabIndex = 4;
|
||
//
|
||
// FlowContainerWords
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.SystemColors.Control;
|
||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.Controls.Add(this.tableLayoutPanel1);
|
||
this.Name = "FlowContainerWords";
|
||
this.Size = new System.Drawing.Size(330, 781);
|
||
this.tableLayoutPanel1.ResumeLayout(false);
|
||
this.tableLayoutPanel1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.TreeView WordsTree;
|
||
}
|
||
}
|