namespace HorseViewer
{
partial class ViewEditTable
{
///
/// 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()
{
checkedListBoxProperties = new CheckedListBox();
button1 = new Button();
txtTabName = new TextBox();
button2 = new Button();
SuspendLayout();
//
// checkedListBoxProperties
//
checkedListBoxProperties.FormattingEnabled = true;
checkedListBoxProperties.Location = new Point(24, 12);
checkedListBoxProperties.Name = "checkedListBoxProperties";
checkedListBoxProperties.Size = new Size(450, 364);
checkedListBoxProperties.TabIndex = 0;
//
// button1
//
button1.Location = new Point(713, 415);
button1.Name = "button1";
button1.Size = new Size(75, 23);
button1.TabIndex = 1;
button1.Text = "button1";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// txtTabName
//
txtTabName.Location = new Point(574, 22);
txtTabName.Name = "txtTabName";
txtTabName.Size = new Size(100, 23);
txtTabName.TabIndex = 2;
//
// button2
//
button2.Location = new Point(12, 415);
button2.Name = "button2";
button2.Size = new Size(75, 23);
button2.TabIndex = 3;
button2.Text = "button2";
button2.UseVisualStyleBackColor = true;
button2.Click += button2_Click;
//
// ViewEditTable
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(button2);
Controls.Add(txtTabName);
Controls.Add(button1);
Controls.Add(checkedListBoxProperties);
Name = "ViewEditTable";
Text = "ViewEditTable";
ResumeLayout(false);
PerformLayout();
}
#endregion
private CheckedListBox checkedListBoxProperties;
private Button button1;
private TextBox txtTabName;
private Button button2;
}
}