namespace DuckEmulator.GUI { partial class HelpBrowser { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HelpBrowser)); this.Topics = new System.Windows.Forms.ListBox(); this.Title = new System.Windows.Forms.Label(); this.Info = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // Topics // this.Topics.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Topics.Dock = System.Windows.Forms.DockStyle.Left; this.Topics.Font = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Topics.FormattingEnabled = true; this.Topics.ItemHeight = 19; this.Topics.Location = new System.Drawing.Point(0, 0); this.Topics.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Topics.Name = "Topics"; this.Topics.ScrollAlwaysVisible = true; this.Topics.Size = new System.Drawing.Size(162, 166); this.Topics.TabIndex = 3; this.Topics.SelectedIndexChanged += new System.EventHandler(this.Topics_SelectedIndexChanged); // // Title // this.Title.AutoSize = true; this.Title.BackColor = System.Drawing.Color.Transparent; this.Title.Font = new System.Drawing.Font("Segoe Print", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Title.Location = new System.Drawing.Point(168, 3); this.Title.Name = "Title"; this.Title.Size = new System.Drawing.Size(45, 26); this.Title.TabIndex = 4; this.Title.Text = "Title"; // // Info // this.Info.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Info.Dock = System.Windows.Forms.DockStyle.Fill; this.Info.Enabled = false; this.Info.ForeColor = System.Drawing.Color.Black; this.Info.Location = new System.Drawing.Point(162, 0); this.Info.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Info.Multiline = true; this.Info.Name = "Info"; this.Info.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.Info.Size = new System.Drawing.Size(518, 166); this.Info.TabIndex = 2; // // HelpBrowser // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(680, 166); this.Controls.Add(this.Title); this.Controls.Add(this.Info); this.Controls.Add(this.Topics); this.Font = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.Name = "HelpBrowser"; this.Opacity = 0.95D; this.Text = "HelpBrowser"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox Topics; private System.Windows.Forms.Label Title; private System.Windows.Forms.TextBox Info; } }