namespace Rauchy.Regionerate.Presentation.Components { partial class CodeLayoutBrowser { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CodeLayoutBrowser)); System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Primary Code Layout", "Rubik\'s Cube.png"); this.imageList = new System.Windows.Forms.ImageList(this.components); this.panel = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.codeLayouts = new System.Windows.Forms.ListView(); this.whitePanel = new System.Windows.Forms.Panel(); this.bluePanel = new System.Windows.Forms.Panel(); this.links = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.settings = new System.Windows.Forms.LinkLabel(); this.manage = new System.Windows.Forms.LinkLabel(); this.donate = new System.Windows.Forms.LinkLabel(); this.label = new System.Windows.Forms.Label(); this.panel.SuspendLayout(); this.panel1.SuspendLayout(); this.whitePanel.SuspendLayout(); this.bluePanel.SuspendLayout(); this.links.SuspendLayout(); this.SuspendLayout(); // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, "Rubik\'s Cube.png"); // // panel // this.panel.AutoSize = true; this.panel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel.Controls.Add(this.panel1); this.panel.Dock = System.Windows.Forms.DockStyle.Fill; this.panel.Location = new System.Drawing.Point(0, 0); this.panel.Name = "panel"; this.panel.Size = new System.Drawing.Size(112, 164); this.panel.TabIndex = 0; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.White; this.label1.Font = new System.Drawing.Font("Arial Black", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.Gainsboro; this.label1.Location = new System.Drawing.Point(-63, 81); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(152, 30); this.label1.TabIndex = 4; this.label1.Text = "Regionerate"; // // panel1 // this.panel1.Controls.Add(this.label); this.panel1.Controls.Add(this.links); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.codeLayouts); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(110, 162); this.panel1.TabIndex = 0; // // codeLayouts // this.codeLayouts.BackColor = System.Drawing.Color.White; this.codeLayouts.BorderStyle = System.Windows.Forms.BorderStyle.None; this.codeLayouts.Dock = System.Windows.Forms.DockStyle.Fill; listViewItem1.StateImageIndex = 0; listViewItem1.ToolTipText = "your selection from the settings form"; this.codeLayouts.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem1}); this.codeLayouts.LargeImageList = this.imageList; this.codeLayouts.Location = new System.Drawing.Point(0, 0); this.codeLayouts.Margin = new System.Windows.Forms.Padding(6); this.codeLayouts.MultiSelect = false; this.codeLayouts.Name = "codeLayouts"; this.codeLayouts.Size = new System.Drawing.Size(110, 162); this.codeLayouts.TabIndex = 0; this.codeLayouts.UseCompatibleStateImageBehavior = false; this.codeLayouts.SelectedIndexChanged += new System.EventHandler(this.codeLayouts_SelectedIndexChanged); this.codeLayouts.DoubleClick += new System.EventHandler(this.codeLayouts_DoubleClick); this.codeLayouts.KeyUp += new System.Windows.Forms.KeyEventHandler(this.CodeLayoutBrowser_KeyUp); this.codeLayouts.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CodeLayoutBrowser_KeyDown); // // whitePanel // this.whitePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.whitePanel.BackColor = System.Drawing.Color.White; this.whitePanel.Controls.Add(this.panel); this.whitePanel.Location = new System.Drawing.Point(15, 15); this.whitePanel.Name = "whitePanel"; this.whitePanel.Size = new System.Drawing.Size(112, 164); this.whitePanel.TabIndex = 0; // // bluePanel // this.bluePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.bluePanel.BackColor = System.Drawing.Color.PaleTurquoise; this.bluePanel.Controls.Add(this.whitePanel); this.bluePanel.Location = new System.Drawing.Point(4, 4); this.bluePanel.Name = "bluePanel"; this.bluePanel.Size = new System.Drawing.Size(152, 204); this.bluePanel.TabIndex = 0; // // links // this.links.Controls.Add(this.label3); this.links.Controls.Add(this.label2); this.links.Controls.Add(this.settings); this.links.Controls.Add(this.manage); this.links.Controls.Add(this.donate); this.links.Dock = System.Windows.Forms.DockStyle.Bottom; this.links.Location = new System.Drawing.Point(0, 137); this.links.Name = "links"; this.links.Size = new System.Drawing.Size(110, 25); this.links.TabIndex = 7; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(211, 6); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(13, 13); this.label3.TabIndex = 11; this.label3.Text = "|"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(131, 6); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(13, 13); this.label2.TabIndex = 10; this.label2.Text = "|"; // // settings // this.settings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.settings.AutoSize = true; this.settings.Location = new System.Drawing.Point(150, 6); this.settings.Name = "settings"; this.settings.Size = new System.Drawing.Size(55, 13); this.settings.TabIndex = 9; this.settings.TabStop = true; this.settings.Text = "Settings"; this.settings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.settings_LinkClicked); // // manage // this.manage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.manage.AutoSize = true; this.manage.Location = new System.Drawing.Point(4, 6); this.manage.Name = "manage"; this.manage.Size = new System.Drawing.Size(121, 13); this.manage.TabIndex = 8; this.manage.TabStop = true; this.manage.Text = "Manage Code Layouts"; this.manage.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.manage_LinkClicked); // // donate // this.donate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.donate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.donate.Location = new System.Drawing.Point(230, 0); this.donate.Name = "donate"; this.donate.Padding = new System.Windows.Forms.Padding(3); this.donate.Size = new System.Drawing.Size(325, 25); this.donate.TabIndex = 7; this.donate.TabStop = true; this.donate.Text = "Please help me cover the costs by donating on PayPal"; this.donate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.donate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.donate_LinkClicked); // // label // this.label.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label.Dock = System.Windows.Forms.DockStyle.Bottom; this.label.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label.Location = new System.Drawing.Point(0, 111); this.label.Name = "label"; this.label.Padding = new System.Windows.Forms.Padding(8); this.label.Size = new System.Drawing.Size(110, 26); this.label.TabIndex = 8; this.label.Text = "Press R to browse. Release Ctrl to select."; this.label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // CodeLayoutBrowser // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(166, 218); this.Controls.Add(this.bluePanel); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "CodeLayoutBrowser"; this.Opacity = 0.9; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Code Layout Browser"; this.TopMost = true; this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.CodeLayoutBrowser_KeyUp); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CodeLayoutBrowser_KeyDown); this.panel.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.whitePanel.ResumeLayout(false); this.whitePanel.PerformLayout(); this.bluePanel.ResumeLayout(false); this.links.ResumeLayout(false); this.links.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ImageList imageList; private System.Windows.Forms.Panel panel; private System.Windows.Forms.ListView codeLayouts; private System.Windows.Forms.Panel whitePanel; private System.Windows.Forms.Panel bluePanel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label; private System.Windows.Forms.Panel links; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.LinkLabel settings; private System.Windows.Forms.LinkLabel manage; private System.Windows.Forms.LinkLabel donate; } }