namespace ExecForm { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }