Inertia – Diff between revs 2 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 4
Line 17... Line 17...
17 private void InitializeComponent() 17 private void InitializeComponent()
18 { 18 {
19 this.components = new System.ComponentModel.Container(); 19 this.components = new System.ComponentModel.Container();
20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); 20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
21 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); 21 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
-   22 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
-   23 this.launchOnBootToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
-   24 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
22 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 25 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
23 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 26 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); 27 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
25 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); -  
26 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); -  
27 this.launchOnBootToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); -  
28 this.contextMenuStrip1.SuspendLayout(); 28 this.contextMenuStrip1.SuspendLayout();
29 this.SuspendLayout(); 29 this.SuspendLayout();
30 // 30 //
31 // contextMenuStrip1 31 // contextMenuStrip1
32 // 32 //
Line 36... Line 36...
36 this.aboutToolStripMenuItem, 36 this.aboutToolStripMenuItem,
37 this.quitToolStripMenuItem}); 37 this.quitToolStripMenuItem});
38 this.contextMenuStrip1.Name = "contextMenuStrip1"; 38 this.contextMenuStrip1.Name = "contextMenuStrip1";
39 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 98); 39 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 98);
40 // 40 //
-   41 // settingsToolStripMenuItem
-   42 //
-   43 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
-   44 this.launchOnBootToolStripMenuItem});
-   45 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
-   46 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
-   47 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
-   48 this.settingsToolStripMenuItem.Text = "Settings";
-   49 //
-   50 // launchOnBootToolStripMenuItem
-   51 //
-   52 this.launchOnBootToolStripMenuItem.Checked = global::Inertia.Properties.Settings.Default.LaunchOnBoot;
-   53 this.launchOnBootToolStripMenuItem.CheckOnClick = true;
-   54 this.launchOnBootToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("launchOnBootToolStripMenuItem.Image")));
-   55 this.launchOnBootToolStripMenuItem.Name = "launchOnBootToolStripMenuItem";
-   56 this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
-   57 this.launchOnBootToolStripMenuItem.Text = "Launch On Boot";
-   58 this.launchOnBootToolStripMenuItem.Click += new System.EventHandler(this.LaunchOnBootToolStripMenuItem_Click);
-   59 //
-   60 // toolStripSeparator1
-   61 //
-   62 this.toolStripSeparator1.Name = "toolStripSeparator1";
-   63 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
-   64 //
41 // aboutToolStripMenuItem 65 // aboutToolStripMenuItem
42 // 66 //
43 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image"))); 67 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
44 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 68 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
45 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 69 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
Line 59... Line 83...
59 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; 83 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
60 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); 84 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
61 this.notifyIcon1.Text = "Inertia"; 85 this.notifyIcon1.Text = "Inertia";
62 this.notifyIcon1.Visible = true; 86 this.notifyIcon1.Visible = true;
63 // 87 //
64 // toolStripSeparator1 -  
65 // -  
66 this.toolStripSeparator1.Name = "toolStripSeparator1"; -  
67 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); -  
68 // -  
69 // settingsToolStripMenuItem -  
70 // -  
71 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { -  
72 this.launchOnBootToolStripMenuItem}); -  
73 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image"))); -  
74 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; -  
75 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); -  
76 this.settingsToolStripMenuItem.Text = "Settings"; -  
77 // -  
78 // launchOnBootToolStripMenuItem -  
79 // -  
80 this.launchOnBootToolStripMenuItem.CheckOnClick = true; -  
81 this.launchOnBootToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("launchOnBootToolStripMenuItem.Image"))); -  
82 this.launchOnBootToolStripMenuItem.Name = "launchOnBootToolStripMenuItem"; -  
83 this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(180, 22); -  
84 this.launchOnBootToolStripMenuItem.Text = "Launch On Boot"; -  
85 this.launchOnBootToolStripMenuItem.Click += new System.EventHandler(this.LaunchOnBootToolStripMenuItem_Click); -  
86 // -  
87 // Form1 88 // Form1
88 // 89 //
89 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 90 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
90 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 91 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
91 this.ClientSize = new System.Drawing.Size(800, 450); 92 this.ClientSize = new System.Drawing.Size(800, 450);