X-Aim – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
3 office 1 using X_Aim.Controls;
2  
3 namespace X_Aim
1 office 4 {
5 partial class Form1
6 {
7 /// <summary>
8 /// Required designer variable.
9 /// </summary>
10 private System.ComponentModel.IContainer components = null;
11  
12 /// <summary>
13 /// Clean up any resources being used.
14 /// </summary>
15 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
16 protected override void Dispose(bool disposing)
17 {
18 if (disposing && (components != null))
19 {
20 components.Dispose();
21 }
22 base.Dispose(disposing);
23 }
24  
25 #region Windows Form Designer generated code
26  
27 /// <summary>
28 /// Required method for Designer support - do not modify
29 /// the contents of this method with the code editor.
30 /// </summary>
31 private void InitializeComponent()
32 {
33 this.components = new System.ComponentModel.Container();
34 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
35 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
36 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
3 office 37 this.enableToolStripMenuItem = new X_Aim.Controls.BindableToolStripMenuItem();
38 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
39 this.settingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
40 this.startWithWindowsToolStripMenuItem = new X_Aim.Controls.BindableToolStripMenuItem();
41 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
42 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1 office 43 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44 this.contextMenuStrip1.SuspendLayout();
45 this.SuspendLayout();
46 //
47 // notifyIcon1
48 //
49 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
50 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
51 this.notifyIcon1.Text = "X-Aim";
52 this.notifyIcon1.Visible = true;
53 //
54 // contextMenuStrip1
55 //
56 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
3 office 57 this.enableToolStripMenuItem,
58 this.toolStripSeparator2,
59 this.settingsToolStripMenuItem1,
60 this.toolStripSeparator1,
1 office 61 this.aboutToolStripMenuItem,
62 this.quitToolStripMenuItem});
63 this.contextMenuStrip1.Name = "contextMenuStrip1";
3 office 64 this.contextMenuStrip1.Size = new System.Drawing.Size(144, 104);
1 office 65 //
3 office 66 // enableToolStripMenuItem
1 office 67 //
3 office 68 this.enableToolStripMenuItem.Checked = global::X_Aim.Properties.Settings.Default.Enable;
69 this.enableToolStripMenuItem.CheckOnClick = true;
70 this.enableToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
71 this.enableToolStripMenuItem.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::X_Aim.Properties.Settings.Default, "Enable", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
72 this.enableToolStripMenuItem.Name = "enableToolStripMenuItem";
73 this.enableToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
74 this.enableToolStripMenuItem.Text = "Enable";
75 this.enableToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.Enable_OnCheckStateChanged);
1 office 76 //
3 office 77 // toolStripSeparator2
78 //
79 this.toolStripSeparator2.Name = "toolStripSeparator2";
80 this.toolStripSeparator2.Size = new System.Drawing.Size(140, 6);
81 //
82 // settingsToolStripMenuItem1
83 //
84 this.settingsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
85 this.startWithWindowsToolStripMenuItem});
86 this.settingsToolStripMenuItem1.Name = "settingsToolStripMenuItem1";
87 this.settingsToolStripMenuItem1.Size = new System.Drawing.Size(143, 22);
88 this.settingsToolStripMenuItem1.Text = "Settings";
89 //
90 // startWithWindowsToolStripMenuItem
91 //
92 this.startWithWindowsToolStripMenuItem.Checked = global::X_Aim.Properties.Settings.Default.StartWithWindows;
93 this.startWithWindowsToolStripMenuItem.CheckOnClick = true;
94 this.startWithWindowsToolStripMenuItem.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::X_Aim.Properties.Settings.Default, "StartWithWindows", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
95 this.startWithWindowsToolStripMenuItem.Name = "startWithWindowsToolStripMenuItem";
96 this.startWithWindowsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
97 this.startWithWindowsToolStripMenuItem.Text = "Start with Windows";
98 this.startWithWindowsToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.StartWithWindows_OnCheckStateChanged);
99 //
100 // toolStripSeparator1
101 //
102 this.toolStripSeparator1.Name = "toolStripSeparator1";
103 this.toolStripSeparator1.Size = new System.Drawing.Size(140, 6);
104 //
1 office 105 // aboutToolStripMenuItem
106 //
107 this.aboutToolStripMenuItem.Image = global::X_Aim.Properties.Resources.help;
108 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
109 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
110 this.aboutToolStripMenuItem.Text = "Help / About";
111 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
112 //
3 office 113 // quitToolStripMenuItem
114 //
115 this.quitToolStripMenuItem.Image = global::X_Aim.Properties.Resources.quit;
116 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
117 this.quitToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
118 this.quitToolStripMenuItem.Text = "Quit";
119 this.quitToolStripMenuItem.Click += new System.EventHandler(this.quitToolStripMenuItem_Click);
120 //
1 office 121 // Form1
122 //
123 this.AllowDrop = true;
124 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
125 this.BackColor = System.Drawing.Color.White;
126 this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
127 this.ClientSize = new System.Drawing.Size(256, 256);
128 this.DoubleBuffered = true;
129 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
130 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
131 this.MaximizeBox = false;
132 this.MaximumSize = new System.Drawing.Size(256, 256);
133 this.MinimizeBox = false;
134 this.MinimumSize = new System.Drawing.Size(256, 256);
135 this.Name = "Form1";
136 this.ShowIcon = false;
137 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
138 this.Text = "Form1";
139 this.TopMost = true;
140 this.TransparencyKey = System.Drawing.Color.White;
3 office 141 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
1 office 142 this.Load += new System.EventHandler(this.OnLoad);
143 this.DragDrop += new System.Windows.Forms.DragEventHandler(this.OnDragDrop);
144 this.DragEnter += new System.Windows.Forms.DragEventHandler(this.OnDragEnter);
145 this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
146 this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.OnMouseMove);
147 this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.OnMouseUp);
148 this.contextMenuStrip1.ResumeLayout(false);
149 this.ResumeLayout(false);
150  
151 }
152  
153 #endregion
154  
155 private System.Windows.Forms.NotifyIcon notifyIcon1;
156 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
157 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
158 private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
3 office 159 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
160 private BindableToolStripMenuItem enableToolStripMenuItem;
161 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
162 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem1;
163 private BindableToolStripMenuItem startWithWindowsToolStripMenuItem;
1 office 164 }
165 }
166