Spring – 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 Spring.Main
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
22 this.BindKeyButton = new System.Windows.Forms.Button();
23 this.settingsButton = new System.Windows.Forms.Button();
24 this.editorButton = new System.Windows.Forms.Button();
25 this.label1 = new System.Windows.Forms.Label();
26 this.label2 = new System.Windows.Forms.Label();
27 this.label3 = new System.Windows.Forms.Label();
28 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
29 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
30 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
31 this.SpeedBar = new System.Windows.Forms.TrackBar();
32 this.BindSlowButton = new System.Windows.Forms.Button();
33 this.BindSpeedButton = new System.Windows.Forms.Button();
34 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
35 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37 this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
39 this.historyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
41 this.tutorialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
43 this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
47 this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
48 this.comboQueuePictureBox1 = new System.Windows.Forms.PictureBox();
49 this.comboQueuePictureBox2 = new System.Windows.Forms.PictureBox();
50 this.comboQueuePictureBox3 = new System.Windows.Forms.PictureBox();
51 this.comboQueuePictureBox4 = new System.Windows.Forms.PictureBox();
52 this.label5 = new System.Windows.Forms.Label();
53 this.statusStrip1.SuspendLayout();
54 ((System.ComponentModel.ISupportInitialize)(this.SpeedBar)).BeginInit();
55 this.menuStrip1.SuspendLayout();
56 ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox1)).BeginInit();
57 ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox2)).BeginInit();
58 ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox3)).BeginInit();
59 ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox4)).BeginInit();
60 this.SuspendLayout();
61 //
62 // BindKeyButton
63 //
64 resources.ApplyResources(this.BindKeyButton, "BindKeyButton");
65 this.BindKeyButton.Name = "BindKeyButton";
66 this.BindKeyButton.UseVisualStyleBackColor = true;
67 this.BindKeyButton.Click += new System.EventHandler(this.BindKeyButton_Click);
68 //
69 // settingsButton
70 //
71 resources.ApplyResources(this.settingsButton, "settingsButton");
72 this.settingsButton.Name = "settingsButton";
73 this.settingsButton.UseVisualStyleBackColor = true;
74 this.settingsButton.Click += new System.EventHandler(this.SettingsButton_Click);
75 //
76 // editorButton
77 //
78 resources.ApplyResources(this.editorButton, "editorButton");
79 this.editorButton.Name = "editorButton";
80 this.editorButton.UseVisualStyleBackColor = true;
81 this.editorButton.Click += new System.EventHandler(this.EditorButton_Click);
82 //
83 // label1
84 //
85 resources.ApplyResources(this.label1, "label1");
86 this.label1.Name = "label1";
87 //
88 // label2
89 //
90 resources.ApplyResources(this.label2, "label2");
91 this.label2.Name = "label2";
92 //
93 // label3
94 //
95 resources.ApplyResources(this.label3, "label3");
96 this.label3.Name = "label3";
97 //
98 // statusStrip1
99 //
100 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
101 this.toolStripStatusLabel1,
102 this.toolStripProgressBar1});
103 resources.ApplyResources(this.statusStrip1, "statusStrip1");
104 this.statusStrip1.Name = "statusStrip1";
105 //
106 // toolStripStatusLabel1
107 //
108 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
109 resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
110 //
111 // toolStripProgressBar1
112 //
113 this.toolStripProgressBar1.Name = "toolStripProgressBar1";
114 resources.ApplyResources(this.toolStripProgressBar1, "toolStripProgressBar1");
115 //
116 // SpeedBar
117 //
118 this.SpeedBar.LargeChange = 1;
119 resources.ApplyResources(this.SpeedBar, "SpeedBar");
120 this.SpeedBar.Minimum = -10;
121 this.SpeedBar.Name = "SpeedBar";
122 this.SpeedBar.TickFrequency = 5;
123 this.SpeedBar.ValueChanged += new System.EventHandler(this.SpeedBar_ValueChanged);
124 //
125 // BindSlowButton
126 //
127 resources.ApplyResources(this.BindSlowButton, "BindSlowButton");
128 this.BindSlowButton.Name = "BindSlowButton";
129 this.BindSlowButton.UseVisualStyleBackColor = true;
130 this.BindSlowButton.Click += new System.EventHandler(this.BindSlowButton_Click);
131 //
132 // BindSpeedButton
133 //
134 resources.ApplyResources(this.BindSpeedButton, "BindSpeedButton");
135 this.BindSpeedButton.Name = "BindSpeedButton";
136 this.BindSpeedButton.UseVisualStyleBackColor = true;
137 this.BindSpeedButton.Click += new System.EventHandler(this.BindSpeedButton_Click);
138 //
139 // menuStrip1
140 //
141 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
142 this.fileToolStripMenuItem});
143 resources.ApplyResources(this.menuStrip1, "menuStrip1");
144 this.menuStrip1.Name = "menuStrip1";
145 //
146 // fileToolStripMenuItem
147 //
148 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
149 this.importToolStripMenuItem,
150 this.exportToolStripMenuItem,
151 this.toolStripSeparator3,
152 this.historyToolStripMenuItem,
153 this.toolStripSeparator2,
154 this.tutorialToolStripMenuItem,
155 this.toolStripSeparator1,
156 this.checkForUpdatesToolStripMenuItem,
157 this.aboutToolStripMenuItem,
158 this.quitToolStripMenuItem});
159 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
160 resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
161 //
162 // importToolStripMenuItem
163 //
164 resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem");
165 this.importToolStripMenuItem.Name = "importToolStripMenuItem";
166 this.importToolStripMenuItem.Click += new System.EventHandler(this.ImportToolStripMenuItem_Click);
167 //
168 // exportToolStripMenuItem
169 //
170 resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem");
171 this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
172 this.exportToolStripMenuItem.Click += new System.EventHandler(this.ExportToolStripMenuItem_Click);
173 //
174 // toolStripSeparator3
175 //
176 this.toolStripSeparator3.Name = "toolStripSeparator3";
177 resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
178 //
179 // historyToolStripMenuItem
180 //
181 resources.ApplyResources(this.historyToolStripMenuItem, "historyToolStripMenuItem");
182 this.historyToolStripMenuItem.Name = "historyToolStripMenuItem";
183 //
184 // toolStripSeparator2
185 //
186 this.toolStripSeparator2.Name = "toolStripSeparator2";
187 resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
188 //
189 // tutorialToolStripMenuItem
190 //
191 resources.ApplyResources(this.tutorialToolStripMenuItem, "tutorialToolStripMenuItem");
192 this.tutorialToolStripMenuItem.Name = "tutorialToolStripMenuItem";
193 this.tutorialToolStripMenuItem.Click += new System.EventHandler(this.TutorialToolStripMenuItem_Click);
194 //
195 // toolStripSeparator1
196 //
197 this.toolStripSeparator1.Name = "toolStripSeparator1";
198 resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
199 //
200 // checkForUpdatesToolStripMenuItem
201 //
202 resources.ApplyResources(this.checkForUpdatesToolStripMenuItem, "checkForUpdatesToolStripMenuItem");
203 this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem";
204 this.checkForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.CheckForUpdatesToolStripMenuItem_Click);
205 //
206 // aboutToolStripMenuItem
207 //
208 resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
209 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
210 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
211 //
212 // quitToolStripMenuItem
213 //
214 resources.ApplyResources(this.quitToolStripMenuItem, "quitToolStripMenuItem");
215 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
216 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click);
217 //
218 // openFileDialog1
219 //
220 resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
221 this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.OpenFileDialog1_FileOk);
222 //
223 // saveFileDialog1
224 //
225 resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1");
226 this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.SaveFileDialog1_FileOk);
227 //
228 // comboQueuePictureBox1
229 //
230 resources.ApplyResources(this.comboQueuePictureBox1, "comboQueuePictureBox1");
231 this.comboQueuePictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
232 this.comboQueuePictureBox1.Name = "comboQueuePictureBox1";
233 this.comboQueuePictureBox1.TabStop = false;
234 this.comboQueuePictureBox1.Click += new System.EventHandler(this.ComboQueuePictureBox_Click);
235 //
236 // comboQueuePictureBox2
237 //
238 resources.ApplyResources(this.comboQueuePictureBox2, "comboQueuePictureBox2");
239 this.comboQueuePictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
240 this.comboQueuePictureBox2.Name = "comboQueuePictureBox2";
241 this.comboQueuePictureBox2.TabStop = false;
242 this.comboQueuePictureBox2.Click += new System.EventHandler(this.ComboQueuePictureBox_Click);
243 //
244 // comboQueuePictureBox3
245 //
246 resources.ApplyResources(this.comboQueuePictureBox3, "comboQueuePictureBox3");
247 this.comboQueuePictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
248 this.comboQueuePictureBox3.Name = "comboQueuePictureBox3";
249 this.comboQueuePictureBox3.TabStop = false;
250 this.comboQueuePictureBox3.Click += new System.EventHandler(this.ComboQueuePictureBox_Click);
251 //
252 // comboQueuePictureBox4
253 //
254 resources.ApplyResources(this.comboQueuePictureBox4, "comboQueuePictureBox4");
255 this.comboQueuePictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
256 this.comboQueuePictureBox4.Name = "comboQueuePictureBox4";
257 this.comboQueuePictureBox4.TabStop = false;
258 this.comboQueuePictureBox4.Click += new System.EventHandler(this.ComboQueuePictureBox_Click);
259 //
260 // label5
261 //
262 resources.ApplyResources(this.label5, "label5");
263 this.label5.BackColor = System.Drawing.Color.Black;
264 this.label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
265 this.label5.ForeColor = System.Drawing.Color.White;
266 this.label5.Name = "label5";
267 //
268 // MainForm
269 //
270 resources.ApplyResources(this, "$this");
271 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
272 this.Controls.Add(this.label5);
273 this.Controls.Add(this.comboQueuePictureBox4);
274 this.Controls.Add(this.comboQueuePictureBox3);
275 this.Controls.Add(this.comboQueuePictureBox2);
276 this.Controls.Add(this.comboQueuePictureBox1);
277 this.Controls.Add(this.BindSpeedButton);
278 this.Controls.Add(this.BindSlowButton);
279 this.Controls.Add(this.statusStrip1);
280 this.Controls.Add(this.menuStrip1);
281 this.Controls.Add(this.label3);
282 this.Controls.Add(this.label2);
283 this.Controls.Add(this.label1);
284 this.Controls.Add(this.editorButton);
285 this.Controls.Add(this.settingsButton);
286 this.Controls.Add(this.BindKeyButton);
287 this.Controls.Add(this.SpeedBar);
288 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
289 this.MainMenuStrip = this.menuStrip1;
290 this.MaximizeBox = false;
291 this.Name = "MainForm";
292 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
293 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
294 this.Load += new System.EventHandler(this.MainForm_Load);
295 this.statusStrip1.ResumeLayout(false);
296 this.statusStrip1.PerformLayout();
297 ((System.ComponentModel.ISupportInitialize)(this.SpeedBar)).EndInit();
298 this.menuStrip1.ResumeLayout(false);
299 this.menuStrip1.PerformLayout();
300 ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox1)).EndInit();
301 ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox2)).EndInit();
302 ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox3)).EndInit();
303 ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox4)).EndInit();
304 this.ResumeLayout(false);
305 this.PerformLayout();
306  
307 }
308  
309 #endregion
310  
311 public Button BindKeyButton;
312 private Button settingsButton;
313 private Button editorButton;
314 private Label label1;
315 private Label label2;
316 private Label label3;
317 private StatusStrip statusStrip1;
318  
319 public ToolStripStatusLabel toolStripStatusLabel1;
320  
321 public ToolStripProgressBar toolStripProgressBar1;
322 public TrackBar SpeedBar;
323 public Button BindSlowButton;
324 public Button BindSpeedButton;
325 private MenuStrip menuStrip1;
326 private ToolStripMenuItem fileToolStripMenuItem;
327 private OpenFileDialog openFileDialog1;
328 private SaveFileDialog saveFileDialog1;
329 private ToolStripMenuItem importToolStripMenuItem;
330 private ToolStripMenuItem exportToolStripMenuItem;
331 private ToolStripSeparator toolStripSeparator2;
332 private ToolStripMenuItem tutorialToolStripMenuItem;
333 private ToolStripMenuItem quitToolStripMenuItem;
334 private ToolStripSeparator toolStripSeparator1;
335 private ToolStripSeparator toolStripSeparator3;
336 private ToolStripMenuItem historyToolStripMenuItem;
337 private ToolStripMenuItem aboutToolStripMenuItem;
338 private PictureBox comboQueuePictureBox1;
339 private PictureBox comboQueuePictureBox2;
340 private PictureBox comboQueuePictureBox3;
341 private PictureBox comboQueuePictureBox4;
342 private Label label5;
343 private ToolStripMenuItem checkForUpdatesToolStripMenuItem;
344 }
345 }
346