namespace MyDownloader.Extension.Notifications.UI { partial class SoundChooser { /// /// 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() { this.lblText = new System.Windows.Forms.Label(); this.btnPreview = new System.Windows.Forms.Button(); this.txtSound = new System.Windows.Forms.TextBox(); this.btnSelect = new System.Windows.Forms.Button(); this.openFDlg = new System.Windows.Forms.OpenFileDialog(); this.SuspendLayout(); // // lblText // this.lblText.AutoSize = true; this.lblText.Location = new System.Drawing.Point(-3, 0); this.lblText.Name = "lblText"; this.lblText.Size = new System.Drawing.Size(35, 13); this.lblText.TabIndex = 0; this.lblText.Text = "label1"; // // btnPreview // this.btnPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPreview.Location = new System.Drawing.Point(264, 14); this.btnPreview.Name = "btnPreview"; this.btnPreview.Size = new System.Drawing.Size(75, 23); this.btnPreview.TabIndex = 3; this.btnPreview.Text = "Preview"; this.btnPreview.UseVisualStyleBackColor = true; this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click); // // txtSound // this.txtSound.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtSound.Location = new System.Drawing.Point(0, 16); this.txtSound.Name = "txtSound"; this.txtSound.Size = new System.Drawing.Size(230, 20); this.txtSound.TabIndex = 1; // // btnSelect // this.btnSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSelect.Location = new System.Drawing.Point(234, 14); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(27, 23); this.btnSelect.TabIndex = 2; this.btnSelect.Text = "..."; this.btnSelect.UseVisualStyleBackColor = true; this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click); // // openFDlg // this.openFDlg.Filter = "Wav Files (*.wav)|*.wav"; // // SoundChooser // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnSelect); this.Controls.Add(this.txtSound); this.Controls.Add(this.btnPreview); this.Controls.Add(this.lblText); this.Name = "SoundChooser"; this.Size = new System.Drawing.Size(341, 41); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblText; private System.Windows.Forms.Button btnPreview; private System.Windows.Forms.TextBox txtSound; private System.Windows.Forms.Button btnSelect; private System.Windows.Forms.OpenFileDialog openFDlg; } }