namespace CustomComponents { partial class frameTextBox { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { textBox = new TextBox(); ruleCheckBox = new CheckBox(); SuspendLayout(); // // textBox // textBox.Location = new Point(12, 22); textBox.Name = "textBox"; textBox.Size = new Size(125, 27); textBox.TabIndex = 0; textBox.Leave += CheckTextBoxValueType; // // ruleCheckBox // ruleCheckBox.AutoSize = true; ruleCheckBox.Location = new Point(157, 24); ruleCheckBox.Name = "ruleCheckBox"; ruleCheckBox.Size = new Size(66, 24); ruleCheckBox.TabIndex = 1; ruleCheckBox.Text = "NULL"; ruleCheckBox.UseVisualStyleBackColor = true; ruleCheckBox.CheckedChanged += CheckBoxStateChanged; // // frameTextBox // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(ruleCheckBox); Controls.Add(textBox); Name = "frameTextBox"; Size = new Size(233, 73); ResumeLayout(false); PerformLayout(); } #endregion private TextBox textBox; private CheckBox ruleCheckBox; } }