namespace sharplogger { partial class MainWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components; /// /// 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(MainWindow)); this.textBox = new System.Windows.Forms.TextBox(); this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components); this.SuspendLayout(); // // textBox // this.textBox.BackColor = System.Drawing.SystemColors.WindowText; this.textBox.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox.Enabled = false; this.textBox.ForeColor = System.Drawing.SystemColors.HighlightText; this.textBox.Location = new System.Drawing.Point(0, 0); this.textBox.Multiline = true; this.textBox.Name = "textBox"; this.textBox.Size = new System.Drawing.Size(597, 465); this.textBox.TabIndex = 0; // // notifyIcon // this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon"))); this.notifyIcon.Text = "notifyIcon"; this.notifyIcon.Visible = true; this.notifyIcon.Click += new System.EventHandler(this.notifyIcon_Click); // // MainWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(597, 465); this.Controls.Add(this.textBox); this.KeyPreview = true; this.Name = "MainWindow"; this.Text = "SharpLogger"; this.Resize += new System.EventHandler(this.MainWindow_Resize); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox; private System.Windows.Forms.NotifyIcon notifyIcon; } }