Sylloge
A C# helper library
code/Controls/LabeledTextBox.Designer.cs
Go to the documentation of this file.
00001 namespace Sylloge.Controls
00002 {
00003     partial class LabeledTextBox
00004     {
00008         private System.ComponentModel.IContainer components = null;
00009 
00014         protected override void Dispose(bool disposing)
00015         {
00016             if (disposing && (components != null)) {
00017                 components.Dispose();
00018             }
00019             base.Dispose(disposing);
00020         }
00021 
00022         #region Component Designer generated code
00023 
00028         private void InitializeComponent()
00029         {
00030             this.c_Label = new System.Windows.Forms.Label();
00031             this.c_TextBox = new System.Windows.Forms.TextBox();
00032             this.c_Layout = new System.Windows.Forms.TableLayoutPanel();
00033             this.c_Layout.SuspendLayout();
00034             this.SuspendLayout();
00035             // 
00036             // c_Label
00037             // 
00038             this.c_Label.AutoSize = true;
00039             this.c_Label.Dock = System.Windows.Forms.DockStyle.Fill;
00040             this.c_Label.Location = new System.Drawing.Point(3, 0);
00041             this.c_Label.Name = "c_Label";
00042             this.c_Label.Size = new System.Drawing.Size(35, 26);
00043             this.c_Label.TabIndex = 0;
00044             this.c_Label.Text = "label1";
00045             this.c_Label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
00046             // 
00047             // c_TextBox
00048             // 
00049             this.c_TextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00050             this.c_TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
00051             this.c_TextBox.Location = new System.Drawing.Point(44, 3);
00052             this.c_TextBox.Name = "c_TextBox";
00053             this.c_TextBox.Size = new System.Drawing.Size(223, 20);
00054             this.c_TextBox.TabIndex = 1;
00055             // 
00056             // c_Layout
00057             // 
00058             this.c_Layout.ColumnCount = 2;
00059             this.c_Layout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
00060             this.c_Layout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
00061             this.c_Layout.Controls.Add(this.c_TextBox, 1, 0);
00062             this.c_Layout.Controls.Add(this.c_Label, 0, 0);
00063             this.c_Layout.Dock = System.Windows.Forms.DockStyle.Fill;
00064             this.c_Layout.Location = new System.Drawing.Point(0, 0);
00065             this.c_Layout.Name = "c_Layout";
00066             this.c_Layout.RowCount = 1;
00067             this.c_Layout.RowStyles.Add(new System.Windows.Forms.RowStyle());
00068             this.c_Layout.Size = new System.Drawing.Size(270, 26);
00069             this.c_Layout.TabIndex = 3;
00070             // 
00071             // LabeledTextBox
00072             // 
00073             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
00074             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
00075             this.Controls.Add(this.c_Layout);
00076             this.Name = "LabeledTextBox";
00077             this.Size = new System.Drawing.Size(270, 26);
00078             this.c_Layout.ResumeLayout(false);
00079             this.c_Layout.PerformLayout();
00080             this.ResumeLayout(false);
00081 
00082         }
00083 
00084         #endregion
00085 
00086         private System.Windows.Forms.Label c_Label;
00087         private System.Windows.Forms.TextBox c_TextBox;
00088         private System.Windows.Forms.TableLayoutPanel c_Layout;
00089     }
00090 }
 All Classes Namespaces Files Functions Variables Enumerations Properties Events