Zzz – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using System.ComponentModel;
2 using System.Windows.Forms;
3  
4 namespace Zzz
5 {
6 partial class MainForm
7 {
8 /// <summary>
9 /// Required designer variable.
10 /// </summary>
11 private IContainer components = null;
12  
13 #region Windows Form Designer generated code
14  
15 /// <summary>
16 /// Required method for Designer support - do not modify
17 /// the contents of this method with the code editor.
18 /// </summary>
19 private void InitializeComponent()
20 {
21 this.components = new System.ComponentModel.Container();
22 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
23 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
24 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
25 this.toolStripEnabledMenuItem = new System.Windows.Forms.ToolStripMenuItem();
26 this.hibernateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
27 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
28 this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
29 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
30 this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
31 this.logViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
33 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34 this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
35 this.contextMenuStrip1.SuspendLayout();
36 this.SuspendLayout();
37 //
38 // notifyIcon1
39 //
40 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
41 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
42 this.notifyIcon1.Text = "Zzz";
43 this.notifyIcon1.Visible = true;
44 this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OnNotifyIconMouseClick);
45 this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.OnNotifyIconMouseDoubleClick);
46 //
47 // contextMenuStrip1
48 //
49 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
50 this.toolStripEnabledMenuItem,
51 this.hibernateToolStripMenuItem,
52 this.toolStripSeparator1,
53 this.toolStripMenuItem4,
54 this.toolStripSeparator3,
55 this.updateToolStripMenuItem,
56 this.logViewToolStripMenuItem,
57 this.toolStripSeparator2,
58 this.aboutToolStripMenuItem,
59 this.toolStripMenuItem3});
60 this.contextMenuStrip1.Name = "contextMenuStrip1";
61 this.contextMenuStrip1.Size = new System.Drawing.Size(132, 176);
62 this.contextMenuStrip1.Text = "About...";
63 //
64 // toolStripEnabledMenuItem
65 //
66 this.toolStripEnabledMenuItem.Checked = true;
67 this.toolStripEnabledMenuItem.CheckOnClick = true;
68 this.toolStripEnabledMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
69 this.toolStripEnabledMenuItem.Name = "toolStripEnabledMenuItem";
70 this.toolStripEnabledMenuItem.Size = new System.Drawing.Size(131, 22);
71 this.toolStripEnabledMenuItem.Text = "Enabled";
72 this.toolStripEnabledMenuItem.CheckedChanged += new System.EventHandler(this.ToolStripMenuEnabledMenuItem_CheckedChanged);
73 //
74 // hibernateToolStripMenuItem
75 //
76 this.hibernateToolStripMenuItem.CheckOnClick = true;
77 this.hibernateToolStripMenuItem.Name = "hibernateToolStripMenuItem";
78 this.hibernateToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
79 this.hibernateToolStripMenuItem.Text = "Hibernate";
80 this.hibernateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.HibernateToolStripMenuItem_CheckedChanged);
81 //
82 // toolStripSeparator1
83 //
84 this.toolStripSeparator1.Name = "toolStripSeparator1";
85 this.toolStripSeparator1.Size = new System.Drawing.Size(128, 6);
86 //
87 // toolStripMenuItem4
88 //
89 this.toolStripMenuItem4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem4.Image")));
90 this.toolStripMenuItem4.Name = "toolStripMenuItem4";
91 this.toolStripMenuItem4.Size = new System.Drawing.Size(131, 22);
92 this.toolStripMenuItem4.Text = "Settings...";
93 this.toolStripMenuItem4.Click += new System.EventHandler(this.ToolStripMenuItem4_Click);
94 //
95 // toolStripSeparator3
96 //
97 this.toolStripSeparator3.Name = "toolStripSeparator3";
98 this.toolStripSeparator3.Size = new System.Drawing.Size(128, 6);
99 //
100 // updateToolStripMenuItem
101 //
102 this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image")));
103 this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
104 this.updateToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
105 this.updateToolStripMenuItem.Text = "Update...";
106 this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItem_Click);
107 //
108 // logViewToolStripMenuItem
109 //
110 this.logViewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("logViewToolStripMenuItem.Image")));
111 this.logViewToolStripMenuItem.Name = "logViewToolStripMenuItem";
112 this.logViewToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
113 this.logViewToolStripMenuItem.Text = "Log View...";
114 this.logViewToolStripMenuItem.Click += new System.EventHandler(this.LogViewToolStripMenuItem_Click);
115 //
116 // toolStripSeparator2
117 //
118 this.toolStripSeparator2.Name = "toolStripSeparator2";
119 this.toolStripSeparator2.Size = new System.Drawing.Size(128, 6);
120 //
121 // aboutToolStripMenuItem
122 //
123 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
124 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
125 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
126 this.aboutToolStripMenuItem.Text = "About...";
127 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuAboutClick);
128 //
129 // toolStripMenuItem3
130 //
131 this.toolStripMenuItem3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem3.Image")));
132 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
133 this.toolStripMenuItem3.Size = new System.Drawing.Size(131, 22);
134 this.toolStripMenuItem3.Text = "Quit";
135 this.toolStripMenuItem3.Click += new System.EventHandler(this.OnContextMenuQuitClick);
136 //
137 // MainForm
138 //
139 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
140 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
141 this.ClientSize = new System.Drawing.Size(800, 450);
142 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
143 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
144 this.Name = "MainForm";
145 this.Opacity = 0D;
146 this.ShowIcon = false;
147 this.ShowInTaskbar = false;
148 this.Text = "Zzz: Main";
149 this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
150 this.Load += new System.EventHandler(this.MainForm_Load);
151 this.contextMenuStrip1.ResumeLayout(false);
152 this.ResumeLayout(false);
153  
154 }
155  
156 #endregion
157 private ContextMenuStrip contextMenuStrip1;
158 private ToolStripMenuItem aboutToolStripMenuItem;
159 private ToolStripSeparator toolStripSeparator1;
160 private ToolStripMenuItem toolStripEnabledMenuItem;
161 private ToolStripMenuItem toolStripMenuItem3;
162 private ToolStripMenuItem toolStripMenuItem4;
163 private ToolStripSeparator toolStripSeparator3;
164 public NotifyIcon notifyIcon1;
165 private ToolStripMenuItem updateToolStripMenuItem;
166 private ToolStripMenuItem hibernateToolStripMenuItem;
167 private ToolStripMenuItem logViewToolStripMenuItem;
168 private ToolStripSeparator toolStripSeparator2;
169 }
170 }
171