namespace BluetoothMuter { partial class MainForm { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.txtAbout = new System.Windows.Forms.TextBox(); this.btnHide = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.websiteLink = new System.Windows.Forms.LinkLabel(); this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.aboutMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // txtAbout // this.txtAbout.Location = new System.Drawing.Point(12, 12); this.txtAbout.Multiline = true; this.txtAbout.Name = "txtAbout"; this.txtAbout.ReadOnly = true; this.txtAbout.Size = new System.Drawing.Size(328, 129); this.txtAbout.TabIndex = 3; this.txtAbout.Text = resources.GetString("txtAbout.Text"); // // btnHide // this.btnHide.Location = new System.Drawing.Point(265, 147); this.btnHide.Name = "btnHide"; this.btnHide.Size = new System.Drawing.Size(75, 23); this.btnHide.TabIndex = 0; this.btnHide.Text = "&Hide"; this.btnHide.UseVisualStyleBackColor = true; this.btnHide.Click += new System.EventHandler(this.btnHide_Click); // // btnExit // this.btnExit.Location = new System.Drawing.Point(184, 147); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.TabIndex = 1; this.btnExit.Text = "&Exit"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // websiteLink // this.websiteLink.AutoSize = true; this.websiteLink.Location = new System.Drawing.Point(12, 152); this.websiteLink.Name = "websiteLink"; this.websiteLink.Size = new System.Drawing.Size(160, 13); this.websiteLink.TabIndex = 2; this.websiteLink.TabStop = true; this.websiteLink.Text = "http://zornsoftware.talsit.info"; this.websiteLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.websiteLink_LinkClicked); // // notifyIcon // this.notifyIcon.ContextMenuStrip = this.contextMenuStrip; this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon"))); this.notifyIcon.Text = "Bluetooth Muter"; this.notifyIcon.Visible = true; // // contextMenuStrip // this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutMenuItem, this.exitMenuItem}); this.contextMenuStrip.Name = "contextMenuStrip"; this.contextMenuStrip.Size = new System.Drawing.Size(153, 70); // // aboutMenuItem // this.aboutMenuItem.Name = "aboutMenuItem"; this.aboutMenuItem.Size = new System.Drawing.Size(152, 22); this.aboutMenuItem.Text = "About"; // // exitMenuItem // this.exitMenuItem.Name = "exitMenuItem"; this.exitMenuItem.Size = new System.Drawing.Size(152, 22); this.exitMenuItem.Text = "Exit"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Azure; this.ClientSize = new System.Drawing.Size(352, 178); this.ControlBox = false; this.Controls.Add(this.txtAbout); this.Controls.Add(this.btnHide); this.Controls.Add(this.websiteLink); this.Controls.Add(this.btnExit); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MainForm"; this.Opacity = 0D; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Bluetooth Muter"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); this.contextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtAbout; private System.Windows.Forms.Button btnHide; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.LinkLabel websiteLink; private System.Windows.Forms.NotifyIcon notifyIcon; private System.Windows.Forms.ContextMenuStrip contextMenuStrip; private System.Windows.Forms.ToolStripMenuItem aboutMenuItem; private System.Windows.Forms.ToolStripMenuItem exitMenuItem; } }