namespace TestForms { partial class TestFrame { /// /// 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() { fillButton = new Button(); clearButton = new Button(); listBox = new CustomComponents.Frame(); frameTextBox1 = new CustomComponents.frameTextBox(); SuspendLayout(); // // fillButton // fillButton.Location = new Point(153, 14); fillButton.Margin = new Padding(3, 2, 3, 2); fillButton.Name = "fillButton"; fillButton.Size = new Size(82, 22); fillButton.TabIndex = 1; fillButton.Text = "FILL"; fillButton.UseVisualStyleBackColor = true; fillButton.Click += fillButton_Click; // // clearButton // clearButton.Location = new Point(153, 56); clearButton.Margin = new Padding(3, 2, 3, 2); clearButton.Name = "clearButton"; clearButton.Size = new Size(82, 22); clearButton.TabIndex = 2; clearButton.Text = "CLEAR"; clearButton.UseVisualStyleBackColor = true; clearButton.Click += clearButton_Click; // // listBox // listBox.Location = new Point(-3, 0); listBox.Margin = new Padding(3, 2, 3, 2); listBox.Name = "listBox"; listBox.Size = new Size(150, 120); listBox.TabIndex = 3; listBox.Value = ""; // // frameTextBox1 // frameTextBox1.Location = new Point(273, 14); frameTextBox1.Margin = new Padding(3, 2, 3, 2); frameTextBox1.Name = "frameTextBox1"; frameTextBox1.Size = new Size(255, 68); frameTextBox1.TabIndex = 4; frameTextBox1.Value = null; // // TestFrame // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(700, 338); Controls.Add(frameTextBox1); Controls.Add(clearButton); Controls.Add(fillButton); Controls.Add(listBox); Margin = new Padding(3, 2, 3, 2); Name = "TestFrame"; Text = "Form1"; ResumeLayout(false); } #endregion private Button fillButton; private Button clearButton; private CustomComponents.Frame listBox; private CustomComponents.frameTextBox frameTextBox1; } }