namespace data_displayer
{
partial class Form1
{
///
/// 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()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
label1 = new Label();
timer1 = new System.Windows.Forms.Timer(components);
label2 = new Label();
notifyIcon1 = new NotifyIcon(components);
contextMenuStrip1 = new ContextMenuStrip(components);
settingsToolStripMenuItem = new ToolStripMenuItem();
aboutToolStripMenuItem = new ToolStripMenuItem();
label3 = new Label();
contextMenuStrip1.SuspendLayout();
SuspendLayout();
//
// label1
//
label1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
label1.Location = new Point(12, 9);
label1.Name = "label1";
label1.Size = new Size(197, 15);
label1.TabIndex = 0;
label1.Text = "label1";
label1.TextAlign = ContentAlignment.MiddleRight;
//
// timer1
//
timer1.Enabled = true;
timer1.Interval = 1;
timer1.Tick += timer1_Tick;
//
// label2
//
label2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
label2.Location = new Point(12, 24);
label2.Name = "label2";
label2.Size = new Size(197, 15);
label2.TabIndex = 1;
label2.Text = "label2";
label2.TextAlign = ContentAlignment.MiddleRight;
//
// notifyIcon1
//
notifyIcon1.ContextMenuStrip = contextMenuStrip1;
notifyIcon1.Icon = (Icon)resources.GetObject("notifyIcon1.Icon");
notifyIcon1.Text = "notifyIcon1";
notifyIcon1.Visible = true;
//
// contextMenuStrip1
//
contextMenuStrip1.Items.AddRange(new ToolStripItem[] { settingsToolStripMenuItem, aboutToolStripMenuItem });
contextMenuStrip1.Name = "contextMenuStrip1";
contextMenuStrip1.Size = new Size(117, 48);
//
// settingsToolStripMenuItem
//
settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
settingsToolStripMenuItem.Size = new Size(116, 22);
settingsToolStripMenuItem.Text = "Settings";
settingsToolStripMenuItem.Click += settingsToolStripMenuItem_Click;
//
// aboutToolStripMenuItem
//
aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
aboutToolStripMenuItem.Size = new Size(116, 22);
aboutToolStripMenuItem.Text = "About";
aboutToolStripMenuItem.Click += aboutToolStripMenuItem_Click;
//
// label3
//
label3.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
label3.Location = new Point(12, 39);
label3.Name = "label3";
label3.Size = new Size(197, 15);
label3.TabIndex = 2;
label3.Text = "label3";
label3.TextAlign = ContentAlignment.MiddleRight;
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
AutoSize = true;
BackColor = SystemColors.Window;
ClientSize = new Size(221, 64);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(label1);
FormBorderStyle = FormBorderStyle.None;
Icon = (Icon)resources.GetObject("$this.Icon");
Name = "Form1";
ShowInTaskbar = false;
Text = "data_displayer";
Load += Form1_Load;
contextMenuStrip1.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private Label label1;
private System.Windows.Forms.Timer timer1;
private Label label2;
private NotifyIcon notifyIcon1;
private Label label3;
private ContextMenuStrip contextMenuStrip1;
private ToolStripMenuItem settingsToolStripMenuItem;
private ToolStripMenuItem aboutToolStripMenuItem;
}
}