namespace CFixer.Views
{
partial class OptionsView
{
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
private void InitializeComponent()
{
this.panelSettings = new System.Windows.Forms.Panel();
this.btnViveMenu = new System.Windows.Forms.Button();
this.btnPluginsMenu = new System.Windows.Forms.Button();
this.panelSubContent = new System.Windows.Forms.Panel();
this.btnAboutMenu = new System.Windows.Forms.Button();
this.btnSettingsMenu = new System.Windows.Forms.Button();
this.panelSettings.SuspendLayout();
this.SuspendLayout();
this.panelSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
this.panelSettings.Controls.Add(this.btnViveMenu);
this.panelSettings.Controls.Add(this.btnPluginsMenu);
this.panelSettings.Controls.Add(this.panelSubContent);
this.panelSettings.Controls.Add(this.btnAboutMenu);
this.panelSettings.Controls.Add(this.btnSettingsMenu);
this.panelSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelSettings.Location = new System.Drawing.Point(0, 0);
this.panelSettings.Name = "panelSettings";
this.panelSettings.Size = new System.Drawing.Size(625, 395);
this.panelSettings.TabIndex = 243;
this.btnViveMenu.BackColor = System.Drawing.Color.White;
this.btnViveMenu.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
this.btnViveMenu.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238)))));
this.btnViveMenu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnViveMenu.Font = new System.Drawing.Font("Tahoma", 8F);
this.btnViveMenu.Location = new System.Drawing.Point(14, 88);
this.btnViveMenu.Name = "btnViveMenu";
this.btnViveMenu.Size = new System.Drawing.Size(100, 32);
this.btnViveMenu.TabIndex = 248;
this.btnViveMenu.Text = "Features ";
this.btnViveMenu.UseVisualStyleBackColor = false;
this.btnViveMenu.Click += new System.EventHandler(this.btnViveMenu_Click);
this.btnPluginsMenu.BackColor = System.Drawing.Color.White;
this.btnPluginsMenu.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
this.btnPluginsMenu.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238)))));
this.btnPluginsMenu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPluginsMenu.Font = new System.Drawing.Font("Tahoma", 8F);
this.btnPluginsMenu.Location = new System.Drawing.Point(14, 48);
this.btnPluginsMenu.Name = "btnPluginsMenu";
this.btnPluginsMenu.Size = new System.Drawing.Size(100, 32);
this.btnPluginsMenu.TabIndex = 247;
this.btnPluginsMenu.Text = "Plugins";
this.btnPluginsMenu.UseVisualStyleBackColor = false;
this.btnPluginsMenu.Click += new System.EventHandler(this.btnPluginsMenu_Click);
this.panelSubContent.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.panelSubContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
this.panelSubContent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelSubContent.Location = new System.Drawing.Point(129, 8);
this.panelSubContent.Name = "panelSubContent";
this.panelSubContent.Size = new System.Drawing.Size(487, 378);
this.panelSubContent.TabIndex = 246;
this.btnAboutMenu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnAboutMenu.BackColor = System.Drawing.Color.White;
this.btnAboutMenu.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
this.btnAboutMenu.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238)))));
this.btnAboutMenu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnAboutMenu.Font = new System.Drawing.Font("Tahoma", 8F);
this.btnAboutMenu.Location = new System.Drawing.Point(14, 354);
this.btnAboutMenu.Name = "btnAboutMenu";
this.btnAboutMenu.Size = new System.Drawing.Size(100, 32);
this.btnAboutMenu.TabIndex = 242;
this.btnAboutMenu.Text = "About";
this.btnAboutMenu.UseVisualStyleBackColor = false;
this.btnAboutMenu.Click += new System.EventHandler(this.btnAboutMenu_Click);
this.btnSettingsMenu.BackColor = System.Drawing.Color.White;
this.btnSettingsMenu.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
this.btnSettingsMenu.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238)))));
this.btnSettingsMenu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSettingsMenu.Font = new System.Drawing.Font("Tahoma", 8F);
this.btnSettingsMenu.Location = new System.Drawing.Point(14, 8);
this.btnSettingsMenu.Name = "btnSettingsMenu";
this.btnSettingsMenu.Size = new System.Drawing.Size(100, 32);
this.btnSettingsMenu.TabIndex = 241;
this.btnSettingsMenu.Text = "Settings";
this.btnSettingsMenu.UseVisualStyleBackColor = false;
this.btnSettingsMenu.Click += new System.EventHandler(this.btnSettingsMenu_Click);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panelSettings);
this.Name = "OptionsView";
this.Size = new System.Drawing.Size(625, 395);
this.panelSettings.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelSettings;
private System.Windows.Forms.Button btnSettingsMenu;
private System.Windows.Forms.Button btnAboutMenu;
private System.Windows.Forms.Panel panelSubContent;
private System.Windows.Forms.Button btnPluginsMenu;
private System.Windows.Forms.Button btnViveMenu;
}
}