70 lines
2.2 KiB
C#
70 lines
2.2 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();
|
|
rangeTextBox1 = new Library14Petrushin.RangeTextBox();
|
|
SuspendLayout();
|
|
//
|
|
// chooseList1
|
|
//
|
|
chooseList1.Location = new Point(12, 12);
|
|
chooseList1.Name = "chooseList1";
|
|
chooseList1.SelectedValue = "";
|
|
chooseList1.Size = new Size(185, 190);
|
|
chooseList1.TabIndex = 0;
|
|
//
|
|
// rangeTextBox1
|
|
//
|
|
rangeTextBox1.Location = new Point(259, 14);
|
|
rangeTextBox1.MaxLength = 0;
|
|
rangeTextBox1.MinLength = 0;
|
|
rangeTextBox1.Name = "rangeTextBox1";
|
|
rangeTextBox1.Size = new Size(188, 188);
|
|
rangeTextBox1.TabIndex = 1;
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(800, 450);
|
|
Controls.Add(rangeTextBox1);
|
|
Controls.Add(chooseList1);
|
|
Name = "Form1";
|
|
Text = "Form1";
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Library14Petrushin.ChooseList chooseList1;
|
|
private Library14Petrushin.RangeTextBox rangeTextBox1;
|
|
}
|
|
}
|