TagContainer.Designer.cs

00001 namespace TagControls
00002 {
00003     partial class TagContainer
00004     {
00008         private System.ComponentModel.IContainer components = null;
00009 
00014         protected override void Dispose(bool disposing)
00015         {
00016             if (disposing && (components != null))
00017             {
00018                 components.Dispose();
00019             }
00020             base.Dispose(disposing);
00021         }
00022 
00023         #region Component Designer generated code
00024 
00029         private void InitializeComponent()
00030         {
00031             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TagContainer));
00032             this.panContainer = new System.Windows.Forms.Panel();
00033             this.txtFirstHelp = new System.Windows.Forms.TextBox();
00034             this.panNewTag = new System.Windows.Forms.Panel();
00035             this.button1 = new System.Windows.Forms.Button();
00036             this.txtNewTag = new System.Windows.Forms.TextBox();
00037             this.panTitleTwo = new System.Windows.Forms.Panel();
00038             this.lblTitleTwo = new System.Windows.Forms.Label();
00039             this.panTitleOne = new System.Windows.Forms.Panel();
00040             this.lblTitleOne = new System.Windows.Forms.Label();
00041             this.linShowAllTags = new System.Windows.Forms.LinkLabel();
00042             this.vScrollBar = new System.Windows.Forms.VScrollBar();
00043             this.panContainer.SuspendLayout();
00044             this.panNewTag.SuspendLayout();
00045             this.panTitleTwo.SuspendLayout();
00046             this.panTitleOne.SuspendLayout();
00047             this.SuspendLayout();
00048             // 
00049             // panContainer
00050             // 
00051             this.panContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00052                         | System.Windows.Forms.AnchorStyles.Right)));
00053             this.panContainer.Controls.Add(this.txtFirstHelp);
00054             this.panContainer.Controls.Add(this.panNewTag);
00055             this.panContainer.Controls.Add(this.panTitleOne);
00056             this.panContainer.Location = new System.Drawing.Point(0, 0);
00057             this.panContainer.Name = "panContainer";
00058             this.panContainer.Size = new System.Drawing.Size(195, 4000);
00059             this.panContainer.TabIndex = 0;
00060             // 
00061             // txtFirstHelp
00062             // 
00063             this.txtFirstHelp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00064                         | System.Windows.Forms.AnchorStyles.Right)));
00065             this.txtFirstHelp.BackColor = System.Drawing.SystemColors.Info;
00066             this.txtFirstHelp.BorderStyle = System.Windows.Forms.BorderStyle.None;
00067             this.txtFirstHelp.Enabled = false;
00068             this.txtFirstHelp.ForeColor = System.Drawing.SystemColors.InfoText;
00069             this.txtFirstHelp.Location = new System.Drawing.Point(3, 23);
00070             this.txtFirstHelp.Multiline = true;
00071             this.txtFirstHelp.Name = "txtFirstHelp";
00072             this.txtFirstHelp.ReadOnly = true;
00073             this.txtFirstHelp.Size = new System.Drawing.Size(189, 95);
00074             this.txtFirstHelp.TabIndex = 3;
00075             this.txtFirstHelp.Text = resources.GetString("txtFirstHelp.Text");
00076             // 
00077             // panNewTag
00078             // 
00079             this.panNewTag.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00080                         | System.Windows.Forms.AnchorStyles.Right)));
00081             this.panNewTag.Controls.Add(this.button1);
00082             this.panNewTag.Controls.Add(this.txtNewTag);
00083             this.panNewTag.Controls.Add(this.panTitleTwo);
00084             this.panNewTag.Location = new System.Drawing.Point(3, 124);
00085             this.panNewTag.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
00086             this.panNewTag.Name = "panNewTag";
00087             this.panNewTag.Size = new System.Drawing.Size(189, 37);
00088             this.panNewTag.TabIndex = 2;
00089             // 
00090             // button1
00091             // 
00092             this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00093             this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
00094             this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00095             this.button1.Location = new System.Drawing.Point(169, 0);
00096             this.button1.Name = "button1";
00097             this.button1.Size = new System.Drawing.Size(20, 20);
00098             this.button1.TabIndex = 1;
00099             this.button1.Text = "+";
00100             this.button1.UseVisualStyleBackColor = true;
00101             // 
00102             // txtNewTag
00103             // 
00104             this.txtNewTag.ForeColor = System.Drawing.SystemColors.GrayText;
00105             this.txtNewTag.Location = new System.Drawing.Point(0, 0);
00106             this.txtNewTag.Name = "txtNewTag";
00107             this.txtNewTag.Size = new System.Drawing.Size(163, 20);
00108             this.txtNewTag.TabIndex = 0;
00109             this.txtNewTag.Text = "(click here to create a new tag)";
00110             this.txtNewTag.Enter += new System.EventHandler(this.txtNewTag_Enter);
00111             this.txtNewTag.Leave += new System.EventHandler(this.txtNewTag_Leave);
00112             this.txtNewTag.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNewTag_KeyDown);
00113             // 
00114             // panTitleTwo
00115             // 
00116             this.panTitleTwo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00117                         | System.Windows.Forms.AnchorStyles.Right)));
00118             this.panTitleTwo.BackColor = System.Drawing.SystemColors.ActiveCaption;
00119             this.panTitleTwo.Controls.Add(this.lblTitleTwo);
00120             this.panTitleTwo.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
00121             this.panTitleTwo.Location = new System.Drawing.Point(0, 23);
00122             this.panTitleTwo.Name = "panTitleTwo";
00123             this.panTitleTwo.Size = new System.Drawing.Size(189, 14);
00124             this.panTitleTwo.TabIndex = 1;
00125             // 
00126             // lblTitleTwo
00127             // 
00128             this.lblTitleTwo.AutoSize = true;
00129             this.lblTitleTwo.Dock = System.Windows.Forms.DockStyle.Left;
00130             this.lblTitleTwo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00131             this.lblTitleTwo.Location = new System.Drawing.Point(0, 0);
00132             this.lblTitleTwo.Name = "lblTitleTwo";
00133             this.lblTitleTwo.Size = new System.Drawing.Size(70, 13);
00134             this.lblTitleTwo.TabIndex = 0;
00135             this.lblTitleTwo.Text = "Other tags:";
00136             // 
00137             // panTitleOne
00138             // 
00139             this.panTitleOne.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00140                         | System.Windows.Forms.AnchorStyles.Right)));
00141             this.panTitleOne.BackColor = System.Drawing.SystemColors.ActiveCaption;
00142             this.panTitleOne.Controls.Add(this.lblTitleOne);
00143             this.panTitleOne.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
00144             this.panTitleOne.Location = new System.Drawing.Point(3, 3);
00145             this.panTitleOne.Name = "panTitleOne";
00146             this.panTitleOne.Size = new System.Drawing.Size(189, 14);
00147             this.panTitleOne.TabIndex = 1;
00148             // 
00149             // lblTitleOne
00150             // 
00151             this.lblTitleOne.AutoSize = true;
00152             this.lblTitleOne.Dock = System.Windows.Forms.DockStyle.Left;
00153             this.lblTitleOne.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00154             this.lblTitleOne.Location = new System.Drawing.Point(0, 0);
00155             this.lblTitleOne.Name = "lblTitleOne";
00156             this.lblTitleOne.Size = new System.Drawing.Size(55, 13);
00157             this.lblTitleOne.TabIndex = 0;
00158             this.lblTitleOne.Text = "My tags:";
00159             // 
00160             // linShowAllTags
00161             // 
00162             this.linShowAllTags.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
00163             this.linShowAllTags.AutoSize = true;
00164             this.linShowAllTags.Location = new System.Drawing.Point(215, 401);
00165             this.linShowAllTags.Name = "linShowAllTags";
00166             this.linShowAllTags.Size = new System.Drawing.Size(70, 13);
00167             this.linShowAllTags.TabIndex = 2;
00168             this.linShowAllTags.TabStop = true;
00169             this.linShowAllTags.Text = "Show all tags";
00170             this.linShowAllTags.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linShowAllTags_LinkClicked);
00171             // 
00172             // vScrollBar
00173             // 
00174             this.vScrollBar.Dock = System.Windows.Forms.DockStyle.Right;
00175             this.vScrollBar.Enabled = false;
00176             this.vScrollBar.LargeChange = 1;
00177             this.vScrollBar.Location = new System.Drawing.Point(195, 0);
00178             this.vScrollBar.Maximum = 0;
00179             this.vScrollBar.Name = "vScrollBar";
00180             this.vScrollBar.Size = new System.Drawing.Size(17, 437);
00181             this.vScrollBar.TabIndex = 1;
00182             this.vScrollBar.MouseCaptureChanged += new System.EventHandler(this.vScrollBar_MouseCaptureChanged);
00183             this.vScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar_Scroll);
00184             // 
00185             // TagContainer
00186             // 
00187             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00188             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00189             this.Controls.Add(this.linShowAllTags);
00190             this.Controls.Add(this.vScrollBar);
00191             this.Controls.Add(this.panContainer);
00192             this.Name = "TagContainer";
00193             this.Size = new System.Drawing.Size(212, 437);
00194             this.panContainer.ResumeLayout(false);
00195             this.panContainer.PerformLayout();
00196             this.panNewTag.ResumeLayout(false);
00197             this.panNewTag.PerformLayout();
00198             this.panTitleTwo.ResumeLayout(false);
00199             this.panTitleTwo.PerformLayout();
00200             this.panTitleOne.ResumeLayout(false);
00201             this.panTitleOne.PerformLayout();
00202             this.ResumeLayout(false);
00203             this.PerformLayout();
00204 
00205         }
00206 
00207         #endregion
00208 
00209         private System.Windows.Forms.Panel panContainer;
00210         private System.Windows.Forms.Panel panTitleOne;
00211         private System.Windows.Forms.Label lblTitleOne;
00212         private System.Windows.Forms.Panel panTitleTwo;
00213         private System.Windows.Forms.Label lblTitleTwo;
00214         private System.Windows.Forms.Panel panNewTag;
00215         private System.Windows.Forms.Button button1;
00216         private System.Windows.Forms.TextBox txtNewTag;
00217         private System.Windows.Forms.TextBox txtFirstHelp;
00218         private System.Windows.Forms.LinkLabel linShowAllTags;
00219         private System.Windows.Forms.VScrollBar vScrollBar;
00220     }
00221 }

Generated on Thu Dec 21 06:21:57 2006 for SCRAML by  doxygen 1.5.1-p1