namespace webImTray { partial class OptionsSoundsPanel { /// /// 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(OptionsSoundsPanel)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.playSoundOnVisitor = new System.Windows.Forms.CheckBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.playSoundOnVisitor); resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // playSoundOnVisitor // resources.ApplyResources(this.playSoundOnVisitor, "playSoundOnVisitor"); this.playSoundOnVisitor.Name = "playSoundOnVisitor"; this.playSoundOnVisitor.UseVisualStyleBackColor = true; // // OptionsSoundsPanel // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox1); this.Name = "OptionsSoundsPanel"; this.Load += new System.EventHandler(this.OptionsSoundsPanel_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox playSoundOnVisitor; } }