Widow – Blame information for rev 7

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