namespace Acacia.Features.DebugSupport { partial class DebugSupportSettings { /// /// 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 Component 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(DebugSupportSettings)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.labelLogLevel = new System.Windows.Forms.Label(); this.comboLogLevel = new System.Windows.Forms.ComboBox(); this.buttonShowLog = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Window; this.tableLayoutPanel1.Controls.Add(this.labelLogLevel, 0, 0); this.tableLayoutPanel1.Controls.Add(this.comboLogLevel, 1, 0); this.tableLayoutPanel1.Controls.Add(this.buttonShowLog, 0, 1); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // labelLogLevel // resources.ApplyResources(this.labelLogLevel, "labelLogLevel"); this.labelLogLevel.Name = "labelLogLevel"; // // comboLogLevel // resources.ApplyResources(this.comboLogLevel, "comboLogLevel"); this.comboLogLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboLogLevel.FormattingEnabled = true; this.comboLogLevel.Name = "comboLogLevel"; this.comboLogLevel.SelectedIndexChanged += new System.EventHandler(this.comboLogLevel_SelectedIndexChanged); // // buttonShowLog // resources.ApplyResources(this.buttonShowLog, "buttonShowLog"); this.tableLayoutPanel1.SetColumnSpan(this.buttonShowLog, 2); this.buttonShowLog.Name = "buttonShowLog"; this.buttonShowLog.UseVisualStyleBackColor = true; this.buttonShowLog.Click += new System.EventHandler(this.buttonShowLog_Click); // // DebugSupportSettings // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "DebugSupportSettings"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label labelLogLevel; private System.Windows.Forms.ComboBox comboLogLevel; private System.Windows.Forms.Button buttonShowLog; } }