mirror of
https://github.com/Mibew/tray.git
synced 2025-04-13 08:10:14 +03:00
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@498 c66351dc-e62f-0410-b875-e3a5c0b9693f
64 lines
2.5 KiB
C#
64 lines
2.5 KiB
C#
namespace webImTray {
|
|
partial class OptionsSoundsPanel {
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing) {
|
|
if (disposing && (components != null)) {
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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;
|
|
}
|
|
}
|