81 lines
2.8 KiB
C#
81 lines
2.8 KiB
C#
namespace ExecForm
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
chooseList1 = new Library14Petrushin.ChooseList();
|
|
hierarchicalTreeView1 = new Library14Petrushin.HierarchicalTreeView();
|
|
textBoxRange1 = new Library14Petrushin.TextBoxRange();
|
|
SuspendLayout();
|
|
//
|
|
// chooseList1
|
|
//
|
|
chooseList1.Location = new Point(12, 12);
|
|
chooseList1.Name = "chooseList1";
|
|
chooseList1.SelectedValue = "";
|
|
chooseList1.Size = new Size(185, 190);
|
|
chooseList1.TabIndex = 0;
|
|
//
|
|
// hierarchicalTreeView1
|
|
//
|
|
hierarchicalTreeView1.Location = new Point(567, 2);
|
|
hierarchicalTreeView1.Name = "hierarchicalTreeView1";
|
|
hierarchicalTreeView1.SelectedNodeIndex = -1;
|
|
hierarchicalTreeView1.Size = new Size(266, 504);
|
|
hierarchicalTreeView1.TabIndex = 2;
|
|
//
|
|
// textBoxRange1
|
|
//
|
|
textBoxRange1.Location = new Point(254, 21);
|
|
textBoxRange1.MaxLength = null;
|
|
textBoxRange1.MinLength = null;
|
|
textBoxRange1.Name = "textBoxRange1";
|
|
textBoxRange1.Size = new Size(259, 118);
|
|
textBoxRange1.TabIndex = 3;
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(834, 507);
|
|
Controls.Add(textBoxRange1);
|
|
Controls.Add(hierarchicalTreeView1);
|
|
Controls.Add(chooseList1);
|
|
Name = "Form1";
|
|
Text = "Form1";
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Library14Petrushin.ChooseList chooseList1;
|
|
private Library14Petrushin.HierarchicalTreeView hierarchicalTreeView1;
|
|
private Library14Petrushin.TextBoxRange textBoxRange1;
|
|
}
|
|
}
|