Inertia – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Inertia
3 {
4 partial class Form1
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10  
11 #region Windows Form Designer generated code
12  
13 /// <summary>
14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor.
16 /// </summary>
17 private void InitializeComponent()
18 {
19 this.components = new System.ComponentModel.Container();
20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
21 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
22 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
23 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
25 this.contextMenuStrip1.SuspendLayout();
26 this.SuspendLayout();
27 //
28 // contextMenuStrip1
29 //
30 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
31 this.aboutToolStripMenuItem,
32 this.quitToolStripMenuItem});
33 this.contextMenuStrip1.Name = "contextMenuStrip1";
34 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 70);
35 //
36 // notifyIcon1
37 //
38 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
39 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
40 this.notifyIcon1.Text = "Inertia";
41 this.notifyIcon1.Visible = true;
42 //
43 // aboutToolStripMenuItem
44 //
45 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
46 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
47 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
48 this.aboutToolStripMenuItem.Text = "About";
49 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
50 //
51 // quitToolStripMenuItem
52 //
53 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
54 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
55 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
56 this.quitToolStripMenuItem.Text = "Quit";
57 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click);
58 //
59 // Form1
60 //
61 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
62 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
63 this.ClientSize = new System.Drawing.Size(800, 450);
64 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
65 this.Name = "Form1";
66 this.Text = "Form1";
67 this.contextMenuStrip1.ResumeLayout(false);
68 this.ResumeLayout(false);
69  
70 }
71  
72 #endregion
73  
74 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
75 private System.Windows.Forms.NotifyIcon notifyIcon1;
76 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
77 private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
78 }
79 }
80