Getting ready for the initial push.
[Widgit.git] / Form1.Designer.cs
blobf91d99408827ed8c4efd064d121f39cd10b6c20d
1 namespace Gitrdone
3 partial class Form1
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
16 if (disposing && (components != null))
18 components.Dispose();
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
32 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
33 this.gitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34 this.userInformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35 this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
37 this.branchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.newBranchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39 this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
40 this.fileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
41 this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43 this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
44 this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
47 this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48 this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
50 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51 this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52 this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53 this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
55 this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56 this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
57 this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
59 this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60 this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
61 this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
62 this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
64 this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
65 this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
66 this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
67 this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
68 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
69 this.splitContainer1 = new System.Windows.Forms.SplitContainer();
70 this.m_repoCanvas = new System.Windows.Forms.PictureBox();
71 this.splitContainer2 = new System.Windows.Forms.SplitContainer();
72 this.splitContainer3 = new System.Windows.Forms.SplitContainer();
73 this.m_workspaceTree = new System.Windows.Forms.TreeView();
74 this.m_tabControl = new System.Windows.Forms.TabControl();
75 this.tabPage1 = new System.Windows.Forms.TabPage();
76 this.listView1 = new System.Windows.Forms.ListView();
77 this.tabPage2 = new System.Windows.Forms.TabPage();
78 this.m_outputArea = new System.Windows.Forms.ListBox();
79 this.menuStrip1.SuspendLayout();
80 this.splitContainer1.Panel1.SuspendLayout();
81 this.splitContainer1.Panel2.SuspendLayout();
82 this.splitContainer1.SuspendLayout();
83 ((System.ComponentModel.ISupportInitialize)(this.m_repoCanvas)).BeginInit();
84 this.splitContainer2.Panel1.SuspendLayout();
85 this.splitContainer2.Panel2.SuspendLayout();
86 this.splitContainer2.SuspendLayout();
87 this.splitContainer3.Panel1.SuspendLayout();
88 this.splitContainer3.Panel2.SuspendLayout();
89 this.splitContainer3.SuspendLayout();
90 this.m_tabControl.SuspendLayout();
91 this.tabPage1.SuspendLayout();
92 this.SuspendLayout();
93 //
94 // menuStrip1
95 //
96 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
97 this.gitToolStripMenuItem,
98 this.branchToolStripMenuItem,
99 this.fileToolStripMenuItem1,
100 this.editToolStripMenuItem,
101 this.toolsToolStripMenuItem,
102 this.helpToolStripMenuItem});
103 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
104 this.menuStrip1.Name = "menuStrip1";
105 this.menuStrip1.Size = new System.Drawing.Size(1050, 24);
106 this.menuStrip1.TabIndex = 0;
107 this.menuStrip1.Text = "menuStrip1";
109 // gitToolStripMenuItem
111 this.gitToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
112 this.userInformationToolStripMenuItem,
113 this.preferencesToolStripMenuItem,
114 this.toolStripSeparator7});
115 this.gitToolStripMenuItem.Name = "gitToolStripMenuItem";
116 this.gitToolStripMenuItem.Size = new System.Drawing.Size(32, 20);
117 this.gitToolStripMenuItem.Text = "Git";
119 // userInformationToolStripMenuItem
121 this.userInformationToolStripMenuItem.Name = "userInformationToolStripMenuItem";
122 this.userInformationToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
123 this.userInformationToolStripMenuItem.Text = "User Information...";
125 // preferencesToolStripMenuItem
127 this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
128 this.preferencesToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
129 this.preferencesToolStripMenuItem.Text = "Preferences...";
131 // toolStripSeparator7
133 this.toolStripSeparator7.Name = "toolStripSeparator7";
134 this.toolStripSeparator7.Size = new System.Drawing.Size(175, 6);
136 // branchToolStripMenuItem
138 this.branchToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
139 this.newBranchToolStripMenuItem,
140 this.toolStripSeparator6});
141 this.branchToolStripMenuItem.Name = "branchToolStripMenuItem";
142 this.branchToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
143 this.branchToolStripMenuItem.Text = "Branch";
145 // newBranchToolStripMenuItem
147 this.newBranchToolStripMenuItem.Name = "newBranchToolStripMenuItem";
148 this.newBranchToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
149 this.newBranchToolStripMenuItem.Text = "New Branch...";
151 // toolStripSeparator6
153 this.toolStripSeparator6.Name = "toolStripSeparator6";
154 this.toolStripSeparator6.Size = new System.Drawing.Size(151, 6);
156 // fileToolStripMenuItem1
158 this.fileToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
159 this.newToolStripMenuItem,
160 this.openToolStripMenuItem,
161 this.toolStripSeparator,
162 this.saveToolStripMenuItem,
163 this.saveAsToolStripMenuItem,
164 this.toolStripSeparator1,
165 this.printToolStripMenuItem,
166 this.printPreviewToolStripMenuItem,
167 this.toolStripSeparator2,
168 this.exitToolStripMenuItem});
169 this.fileToolStripMenuItem1.Name = "fileToolStripMenuItem1";
170 this.fileToolStripMenuItem1.Size = new System.Drawing.Size(35, 20);
171 this.fileToolStripMenuItem1.Text = "&File";
173 // newToolStripMenuItem
175 this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
176 this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
177 this.newToolStripMenuItem.Name = "newToolStripMenuItem";
178 this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
179 this.newToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
180 this.newToolStripMenuItem.Text = "&New";
182 // openToolStripMenuItem
184 this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
185 this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
186 this.openToolStripMenuItem.Name = "openToolStripMenuItem";
187 this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
188 this.openToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
189 this.openToolStripMenuItem.Text = "&Open";
191 // toolStripSeparator
193 this.toolStripSeparator.Name = "toolStripSeparator";
194 this.toolStripSeparator.Size = new System.Drawing.Size(148, 6);
196 // saveToolStripMenuItem
198 this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
199 this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
200 this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
201 this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
202 this.saveToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
203 this.saveToolStripMenuItem.Text = "&Save";
205 // saveAsToolStripMenuItem
207 this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
208 this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
209 this.saveAsToolStripMenuItem.Text = "Save &As";
211 // toolStripSeparator1
213 this.toolStripSeparator1.Name = "toolStripSeparator1";
214 this.toolStripSeparator1.Size = new System.Drawing.Size(148, 6);
216 // printToolStripMenuItem
218 this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
219 this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
220 this.printToolStripMenuItem.Name = "printToolStripMenuItem";
221 this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
222 this.printToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
223 this.printToolStripMenuItem.Text = "&Print";
225 // printPreviewToolStripMenuItem
227 this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
228 this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
229 this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
230 this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
231 this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
233 // toolStripSeparator2
235 this.toolStripSeparator2.Name = "toolStripSeparator2";
236 this.toolStripSeparator2.Size = new System.Drawing.Size(148, 6);
238 // exitToolStripMenuItem
240 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
241 this.exitToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
242 this.exitToolStripMenuItem.Text = "E&xit";
244 // editToolStripMenuItem
246 this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
247 this.undoToolStripMenuItem,
248 this.redoToolStripMenuItem,
249 this.toolStripSeparator3,
250 this.cutToolStripMenuItem,
251 this.copyToolStripMenuItem,
252 this.pasteToolStripMenuItem,
253 this.toolStripSeparator4,
254 this.selectAllToolStripMenuItem});
255 this.editToolStripMenuItem.Name = "editToolStripMenuItem";
256 this.editToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
257 this.editToolStripMenuItem.Text = "&Edit";
259 // undoToolStripMenuItem
261 this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
262 this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
263 this.undoToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
264 this.undoToolStripMenuItem.Text = "&Undo";
266 // redoToolStripMenuItem
268 this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
269 this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
270 this.redoToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
271 this.redoToolStripMenuItem.Text = "&Redo";
273 // toolStripSeparator3
275 this.toolStripSeparator3.Name = "toolStripSeparator3";
276 this.toolStripSeparator3.Size = new System.Drawing.Size(147, 6);
278 // cutToolStripMenuItem
280 this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
281 this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
282 this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
283 this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
284 this.cutToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
285 this.cutToolStripMenuItem.Text = "Cu&t";
287 // copyToolStripMenuItem
289 this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
290 this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
291 this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
292 this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
293 this.copyToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
294 this.copyToolStripMenuItem.Text = "&Copy";
296 // pasteToolStripMenuItem
298 this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
299 this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
300 this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
301 this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
302 this.pasteToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
303 this.pasteToolStripMenuItem.Text = "&Paste";
305 // toolStripSeparator4
307 this.toolStripSeparator4.Name = "toolStripSeparator4";
308 this.toolStripSeparator4.Size = new System.Drawing.Size(147, 6);
310 // selectAllToolStripMenuItem
312 this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
313 this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
314 this.selectAllToolStripMenuItem.Text = "Select &All";
316 // toolsToolStripMenuItem
318 this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
319 this.customizeToolStripMenuItem,
320 this.optionsToolStripMenuItem});
321 this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
322 this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
323 this.toolsToolStripMenuItem.Text = "&Tools";
325 // customizeToolStripMenuItem
327 this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
328 this.customizeToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
329 this.customizeToolStripMenuItem.Text = "&Customize";
331 // optionsToolStripMenuItem
333 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
334 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
335 this.optionsToolStripMenuItem.Text = "&Options";
337 // helpToolStripMenuItem
339 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
340 this.contentsToolStripMenuItem,
341 this.indexToolStripMenuItem,
342 this.searchToolStripMenuItem,
343 this.toolStripSeparator5,
344 this.aboutToolStripMenuItem});
345 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
346 this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
347 this.helpToolStripMenuItem.Text = "&Help";
349 // contentsToolStripMenuItem
351 this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
352 this.contentsToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
353 this.contentsToolStripMenuItem.Text = "&Contents";
355 // indexToolStripMenuItem
357 this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
358 this.indexToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
359 this.indexToolStripMenuItem.Text = "&Index";
361 // searchToolStripMenuItem
363 this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
364 this.searchToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
365 this.searchToolStripMenuItem.Text = "&Search";
367 // toolStripSeparator5
369 this.toolStripSeparator5.Name = "toolStripSeparator5";
370 this.toolStripSeparator5.Size = new System.Drawing.Size(126, 6);
372 // aboutToolStripMenuItem
374 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
375 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
376 this.aboutToolStripMenuItem.Text = "&About...";
378 // splitContainer1
380 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
381 this.splitContainer1.Location = new System.Drawing.Point(0, 24);
382 this.splitContainer1.Name = "splitContainer1";
383 this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
385 // splitContainer1.Panel1
387 this.splitContainer1.Panel1.Controls.Add(this.m_repoCanvas);
389 // splitContainer1.Panel2
391 this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
392 this.splitContainer1.Size = new System.Drawing.Size(1050, 550);
393 this.splitContainer1.SplitterDistance = 100;
394 this.splitContainer1.TabIndex = 1;
396 // m_repoCanvas
398 this.m_repoCanvas.Dock = System.Windows.Forms.DockStyle.Fill;
399 this.m_repoCanvas.Location = new System.Drawing.Point(0, 0);
400 this.m_repoCanvas.Name = "m_repoCanvas";
401 this.m_repoCanvas.Size = new System.Drawing.Size(1050, 100);
402 this.m_repoCanvas.TabIndex = 1;
403 this.m_repoCanvas.TabStop = false;
405 // splitContainer2
407 this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
408 this.splitContainer2.Location = new System.Drawing.Point(0, 0);
409 this.splitContainer2.Name = "splitContainer2";
410 this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
412 // splitContainer2.Panel1
414 this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
416 // splitContainer2.Panel2
418 this.splitContainer2.Panel2.Controls.Add(this.m_outputArea);
419 this.splitContainer2.Size = new System.Drawing.Size(1050, 446);
420 this.splitContainer2.SplitterDistance = 350;
421 this.splitContainer2.TabIndex = 0;
423 // splitContainer3
425 this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
426 this.splitContainer3.Location = new System.Drawing.Point(0, 0);
427 this.splitContainer3.Name = "splitContainer3";
429 // splitContainer3.Panel1
431 this.splitContainer3.Panel1.Controls.Add(this.m_workspaceTree);
433 // splitContainer3.Panel2
435 this.splitContainer3.Panel2.Controls.Add(this.m_tabControl);
436 this.splitContainer3.Size = new System.Drawing.Size(1050, 350);
437 this.splitContainer3.SplitterDistance = 350;
438 this.splitContainer3.TabIndex = 0;
440 // m_workspaceTree
442 this.m_workspaceTree.Dock = System.Windows.Forms.DockStyle.Fill;
443 this.m_workspaceTree.Location = new System.Drawing.Point(0, 0);
444 this.m_workspaceTree.Name = "m_workspaceTree";
445 this.m_workspaceTree.Size = new System.Drawing.Size(350, 350);
446 this.m_workspaceTree.TabIndex = 0;
448 // m_tabControl
450 this.m_tabControl.Controls.Add(this.tabPage1);
451 this.m_tabControl.Controls.Add(this.tabPage2);
452 this.m_tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
453 this.m_tabControl.Location = new System.Drawing.Point(0, 0);
454 this.m_tabControl.Name = "m_tabControl";
455 this.m_tabControl.SelectedIndex = 0;
456 this.m_tabControl.Size = new System.Drawing.Size(696, 350);
457 this.m_tabControl.TabIndex = 0;
459 // tabPage1
461 this.tabPage1.Controls.Add(this.listView1);
462 this.tabPage1.Location = new System.Drawing.Point(4, 22);
463 this.tabPage1.Name = "tabPage1";
464 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
465 this.tabPage1.Size = new System.Drawing.Size(688, 324);
466 this.tabPage1.TabIndex = 0;
467 this.tabPage1.Text = "tabPage1";
468 this.tabPage1.UseVisualStyleBackColor = true;
470 // listView1
472 this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
473 this.listView1.Location = new System.Drawing.Point(3, 3);
474 this.listView1.Name = "listView1";
475 this.listView1.Size = new System.Drawing.Size(682, 318);
476 this.listView1.TabIndex = 0;
477 this.listView1.UseCompatibleStateImageBehavior = false;
478 this.listView1.View = System.Windows.Forms.View.Details;
480 // tabPage2
482 this.tabPage2.Location = new System.Drawing.Point(4, 22);
483 this.tabPage2.Name = "tabPage2";
484 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
485 this.tabPage2.Size = new System.Drawing.Size(688, 324);
486 this.tabPage2.TabIndex = 1;
487 this.tabPage2.Text = "tabPage2";
488 this.tabPage2.UseVisualStyleBackColor = true;
490 // m_outputArea
492 this.m_outputArea.Dock = System.Windows.Forms.DockStyle.Fill;
493 this.m_outputArea.FormattingEnabled = true;
494 this.m_outputArea.Location = new System.Drawing.Point(0, 0);
495 this.m_outputArea.Name = "m_outputArea";
496 this.m_outputArea.Size = new System.Drawing.Size(1050, 82);
497 this.m_outputArea.TabIndex = 0;
499 // Form1
501 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
502 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
503 this.ClientSize = new System.Drawing.Size(1050, 574);
504 this.Controls.Add(this.splitContainer1);
505 this.Controls.Add(this.menuStrip1);
506 this.MainMenuStrip = this.menuStrip1;
507 this.Name = "Form1";
508 this.Text = "Form1";
509 this.menuStrip1.ResumeLayout(false);
510 this.menuStrip1.PerformLayout();
511 this.splitContainer1.Panel1.ResumeLayout(false);
512 this.splitContainer1.Panel2.ResumeLayout(false);
513 this.splitContainer1.ResumeLayout(false);
514 ((System.ComponentModel.ISupportInitialize)(this.m_repoCanvas)).EndInit();
515 this.splitContainer2.Panel1.ResumeLayout(false);
516 this.splitContainer2.Panel2.ResumeLayout(false);
517 this.splitContainer2.ResumeLayout(false);
518 this.splitContainer3.Panel1.ResumeLayout(false);
519 this.splitContainer3.Panel2.ResumeLayout(false);
520 this.splitContainer3.ResumeLayout(false);
521 this.m_tabControl.ResumeLayout(false);
522 this.tabPage1.ResumeLayout(false);
523 this.ResumeLayout(false);
524 this.PerformLayout();
528 #endregion
530 private System.Windows.Forms.MenuStrip menuStrip1;
531 private System.Windows.Forms.SplitContainer splitContainer1;
532 private System.Windows.Forms.SplitContainer splitContainer2;
533 private System.Windows.Forms.SplitContainer splitContainer3;
534 private System.Windows.Forms.TreeView m_workspaceTree;
535 private System.Windows.Forms.ListBox m_outputArea;
536 private System.Windows.Forms.TabControl m_tabControl;
537 private System.Windows.Forms.TabPage tabPage1;
538 private System.Windows.Forms.ListView listView1;
539 private System.Windows.Forms.TabPage tabPage2;
540 private System.Windows.Forms.ToolStripMenuItem gitToolStripMenuItem;
541 private System.Windows.Forms.ToolStripMenuItem userInformationToolStripMenuItem;
542 private System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem;
543 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem1;
544 private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
545 private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
546 private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
547 private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
548 private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
549 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
550 private System.Windows.Forms.ToolStripMenuItem printToolStripMenuItem;
551 private System.Windows.Forms.ToolStripMenuItem printPreviewToolStripMenuItem;
552 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
553 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
554 private System.Windows.Forms.ToolStripMenuItem branchToolStripMenuItem;
555 private System.Windows.Forms.ToolStripMenuItem newBranchToolStripMenuItem;
556 private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
557 private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
558 private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
559 private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
560 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
561 private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
562 private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
563 private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
564 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
565 private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
566 private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
567 private System.Windows.Forms.ToolStripMenuItem customizeToolStripMenuItem;
568 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
569 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
570 private System.Windows.Forms.ToolStripMenuItem contentsToolStripMenuItem;
571 private System.Windows.Forms.ToolStripMenuItem indexToolStripMenuItem;
572 private System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem;
573 private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
574 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
575 private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
576 private System.Windows.Forms.PictureBox m_repoCanvas;