TagCloud.Designer.cs

00001 namespace TagControls
00002 {
00003     partial class TagCloud
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             this.panTop = new System.Windows.Forms.Panel();
00032             this.lnkWhatsThis = new System.Windows.Forms.LinkLabel();
00033             this.lblTitle = new System.Windows.Forms.Label();
00034             this.panBottom = new System.Windows.Forms.Panel();
00035             this.chkOnlyMine = new System.Windows.Forms.CheckBox();
00036             this.lblSortorder = new System.Windows.Forms.Label();
00037             this.chkAlphabetical = new System.Windows.Forms.RadioButton();
00038             this.chkBySize = new System.Windows.Forms.RadioButton();
00039             this.panCanvas = new System.Windows.Forms.Panel();
00040             this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
00041             this.panTop.SuspendLayout();
00042             this.panBottom.SuspendLayout();
00043             this.panCanvas.SuspendLayout();
00044             this.SuspendLayout();
00045             // 
00046             // panTop
00047             // 
00048             this.panTop.Controls.Add(this.lnkWhatsThis);
00049             this.panTop.Controls.Add(this.lblTitle);
00050             this.panTop.Dock = System.Windows.Forms.DockStyle.Top;
00051             this.panTop.Location = new System.Drawing.Point(0, 0);
00052             this.panTop.Name = "panTop";
00053             this.panTop.Size = new System.Drawing.Size(454, 13);
00054             this.panTop.TabIndex = 0;
00055             // 
00056             // lnkWhatsThis
00057             // 
00058             this.lnkWhatsThis.AutoSize = true;
00059             this.lnkWhatsThis.Dock = System.Windows.Forms.DockStyle.Left;
00060             this.lnkWhatsThis.Location = new System.Drawing.Point(65, 0);
00061             this.lnkWhatsThis.Name = "lnkWhatsThis";
00062             this.lnkWhatsThis.Size = new System.Drawing.Size(13, 13);
00063             this.lnkWhatsThis.TabIndex = 1;
00064             this.lnkWhatsThis.TabStop = true;
00065             this.lnkWhatsThis.Text = "?";
00066             this.lnkWhatsThis.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkWhatsThis_LinkClicked);
00067             // 
00068             // lblTitle
00069             // 
00070             this.lblTitle.AutoSize = true;
00071             this.lblTitle.Dock = System.Windows.Forms.DockStyle.Left;
00072             this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00073             this.lblTitle.Location = new System.Drawing.Point(0, 0);
00074             this.lblTitle.Name = "lblTitle";
00075             this.lblTitle.Size = new System.Drawing.Size(65, 13);
00076             this.lblTitle.TabIndex = 0;
00077             this.lblTitle.Text = "Tag Cloud";
00078             // 
00079             // panBottom
00080             // 
00081             this.panBottom.Controls.Add(this.chkOnlyMine);
00082             this.panBottom.Controls.Add(this.lblSortorder);
00083             this.panBottom.Controls.Add(this.chkAlphabetical);
00084             this.panBottom.Controls.Add(this.chkBySize);
00085             this.panBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
00086             this.panBottom.Location = new System.Drawing.Point(0, 214);
00087             this.panBottom.Name = "panBottom";
00088             this.panBottom.Size = new System.Drawing.Size(454, 18);
00089             this.panBottom.TabIndex = 1;
00090             // 
00091             // chkOnlyMine
00092             // 
00093             this.chkOnlyMine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
00094             this.chkOnlyMine.AutoSize = true;
00095             this.chkOnlyMine.Location = new System.Drawing.Point(5, 0);
00096             this.chkOnlyMine.Name = "chkOnlyMine";
00097             this.chkOnlyMine.Size = new System.Drawing.Size(114, 17);
00098             this.chkOnlyMine.TabIndex = 3;
00099             this.chkOnlyMine.Text = "Show only my tags";
00100             this.chkOnlyMine.UseVisualStyleBackColor = true;
00101             this.chkOnlyMine.CheckedChanged += new System.EventHandler(this.chkOnlyMine_CheckedChanged);
00102             // 
00103             // lblSortorder
00104             // 
00105             this.lblSortorder.Anchor = System.Windows.Forms.AnchorStyles.Right;
00106             this.lblSortorder.AutoSize = true;
00107             this.lblSortorder.Location = new System.Drawing.Point(251, 2);
00108             this.lblSortorder.Name = "lblSortorder";
00109             this.lblSortorder.Size = new System.Drawing.Size(56, 13);
00110             this.lblSortorder.TabIndex = 2;
00111             this.lblSortorder.Text = "Sort order:";
00112             // 
00113             // chkAlphabetical
00114             // 
00115             this.chkAlphabetical.AutoSize = true;
00116             this.chkAlphabetical.Checked = true;
00117             this.chkAlphabetical.Dock = System.Windows.Forms.DockStyle.Right;
00118             this.chkAlphabetical.Location = new System.Drawing.Point(313, 0);
00119             this.chkAlphabetical.Name = "chkAlphabetical";
00120             this.chkAlphabetical.Size = new System.Drawing.Size(83, 18);
00121             this.chkAlphabetical.TabIndex = 1;
00122             this.chkAlphabetical.TabStop = true;
00123             this.chkAlphabetical.Text = "Alphabetical";
00124             this.chkAlphabetical.UseVisualStyleBackColor = true;
00125             this.chkAlphabetical.CheckedChanged += new System.EventHandler(this.chkAlphabetical_CheckedChanged);
00126             // 
00127             // chkBySize
00128             // 
00129             this.chkBySize.AutoSize = true;
00130             this.chkBySize.Dock = System.Windows.Forms.DockStyle.Right;
00131             this.chkBySize.Location = new System.Drawing.Point(396, 0);
00132             this.chkBySize.Name = "chkBySize";
00133             this.chkBySize.Size = new System.Drawing.Size(58, 18);
00134             this.chkBySize.TabIndex = 0;
00135             this.chkBySize.Text = "By size";
00136             this.chkBySize.UseVisualStyleBackColor = true;
00137             // 
00138             // panCanvas
00139             // 
00140             this.panCanvas.Controls.Add(this.flowLayoutPanel);
00141             this.panCanvas.Dock = System.Windows.Forms.DockStyle.Fill;
00142             this.panCanvas.Location = new System.Drawing.Point(0, 13);
00143             this.panCanvas.Name = "panCanvas";
00144             this.panCanvas.Size = new System.Drawing.Size(454, 201);
00145             this.panCanvas.TabIndex = 2;
00146             // 
00147             // flowLayoutPanel
00148             // 
00149             this.flowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
00150             this.flowLayoutPanel.Location = new System.Drawing.Point(0, 0);
00151             this.flowLayoutPanel.Name = "flowLayoutPanel";
00152             this.flowLayoutPanel.Size = new System.Drawing.Size(454, 201);
00153             this.flowLayoutPanel.TabIndex = 0;
00154             // 
00155             // TagCloud
00156             // 
00157             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00158             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00159             this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00160             this.Controls.Add(this.panCanvas);
00161             this.Controls.Add(this.panBottom);
00162             this.Controls.Add(this.panTop);
00163             this.Name = "TagCloud";
00164             this.Size = new System.Drawing.Size(454, 232);
00165             this.panTop.ResumeLayout(false);
00166             this.panTop.PerformLayout();
00167             this.panBottom.ResumeLayout(false);
00168             this.panBottom.PerformLayout();
00169             this.panCanvas.ResumeLayout(false);
00170             this.ResumeLayout(false);
00171 
00172         }
00173 
00174         #endregion
00175 
00176         private System.Windows.Forms.Panel panTop;
00177         private System.Windows.Forms.Label lblTitle;
00178         private System.Windows.Forms.LinkLabel lnkWhatsThis;
00179         private System.Windows.Forms.Panel panBottom;
00180         private System.Windows.Forms.Label lblSortorder;
00181         private System.Windows.Forms.RadioButton chkAlphabetical;
00182         private System.Windows.Forms.RadioButton chkBySize;
00183         private System.Windows.Forms.CheckBox chkOnlyMine;
00184         private System.Windows.Forms.Panel panCanvas;
00185         private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
00186     }
00187 }

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