Widow – Blame information for rev 6

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Widow
3 {
6 office 4 partial class MainForm
1 office 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();
6 office 20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
1 office 21 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
22 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
23 this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
5 office 24 this.onWindowCreateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1 office 25 this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
26 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
27 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
28 this.launchOnBootToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
29 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
30 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
31 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32 this.contextMenuStrip1.SuspendLayout();
33 this.SuspendLayout();
34 //
35 // notifyIcon1
36 //
37 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
38 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
6 office 39 this.notifyIcon1.Text = "Widow";
1 office 40 this.notifyIcon1.Visible = true;
41 //
42 // contextMenuStrip1
43 //
44 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
45 this.applyToolStripMenuItem,
46 this.newToolStripMenuItem,
47 this.toolStripSeparator2,
48 this.settingsToolStripMenuItem,
49 this.toolStripSeparator1,
50 this.aboutToolStripMenuItem,
51 this.exitToolStripMenuItem});
52 this.contextMenuStrip1.Name = "contextMenuStrip1";
53 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 148);
54 //
55 // applyToolStripMenuItem
56 //
57 this.applyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
58 this.onWindowCreateToolStripMenuItem});
59 this.applyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("applyToolStripMenuItem.Image")));
60 this.applyToolStripMenuItem.Name = "applyToolStripMenuItem";
61 this.applyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
62 this.applyToolStripMenuItem.Text = "Apply...";
63 //
5 office 64 // onWindowCreateToolStripMenuItem
65 //
66 this.onWindowCreateToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.OnWindowCreate;
67 this.onWindowCreateToolStripMenuItem.CheckOnClick = true;
68 this.onWindowCreateToolStripMenuItem.Name = "onWindowCreateToolStripMenuItem";
6 office 69 this.onWindowCreateToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
5 office 70 this.onWindowCreateToolStripMenuItem.Text = "On Window Create";
71 this.onWindowCreateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnWindowCreateToolStripMenuItem_CheckedChanged);
72 //
1 office 73 // newToolStripMenuItem
74 //
75 this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
76 this.newToolStripMenuItem.Name = "newToolStripMenuItem";
77 this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
78 this.newToolStripMenuItem.Text = "Edit Rules...";
79 this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItem_Click);
80 //
81 // toolStripSeparator2
82 //
83 this.toolStripSeparator2.Name = "toolStripSeparator2";
84 this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
85 //
86 // settingsToolStripMenuItem
87 //
88 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
89 this.launchOnBootToolStripMenuItem});
90 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
91 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
92 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
93 this.settingsToolStripMenuItem.Text = "Settings";
94 //
95 // launchOnBootToolStripMenuItem
96 //
97 this.launchOnBootToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.LaunchOnBoot;
98 this.launchOnBootToolStripMenuItem.CheckOnClick = true;
99 this.launchOnBootToolStripMenuItem.Name = "launchOnBootToolStripMenuItem";
5 office 100 this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
1 office 101 this.launchOnBootToolStripMenuItem.Text = "Launch on Boot";
102 this.launchOnBootToolStripMenuItem.CheckedChanged += new System.EventHandler(this.LaunchOnBootToolStripMenuItem_CheckedChanged);
103 //
104 // toolStripSeparator1
105 //
106 this.toolStripSeparator1.Name = "toolStripSeparator1";
107 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
108 //
109 // aboutToolStripMenuItem
110 //
111 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
112 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
113 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
114 this.aboutToolStripMenuItem.Text = "About";
5 office 115 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
1 office 116 //
117 // exitToolStripMenuItem
118 //
119 this.exitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exitToolStripMenuItem.Image")));
120 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
121 this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
122 this.exitToolStripMenuItem.Text = "Exit";
123 this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
124 //
125 // Form1
126 //
127 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
128 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
129 this.ClientSize = new System.Drawing.Size(800, 450);
130 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
6 office 131 this.Name = "MainForm";
1 office 132 this.ShowInTaskbar = false;
133 this.Text = "Form1";
134 this.contextMenuStrip1.ResumeLayout(false);
135 this.ResumeLayout(false);
136  
137 }
138  
139 #endregion
140 private System.Windows.Forms.NotifyIcon notifyIcon1;
141 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
142 private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
143 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
144 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
145 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
146 private System.Windows.Forms.ToolStripMenuItem applyToolStripMenuItem;
147 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
148 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
149 private System.Windows.Forms.ToolStripMenuItem launchOnBootToolStripMenuItem;
150 private System.Windows.Forms.ToolStripMenuItem onWindowCreateToolStripMenuItem;
151 }
152 }
153