FileUpdater enancements.
[Widgit.git] / UI / Form1.Designer.cs
blob6ba7cef8206cbb10badd406a6adad827f5844a50
1 namespace Widgit
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 this.splitContainer1 = new System.Windows.Forms.SplitContainer();
32 this.m_repoCanvas = new System.Windows.Forms.PictureBox();
33 this.toolStrip1 = new System.Windows.Forms.ToolStrip();
34 this.m_reposCombo = new System.Windows.Forms.ToolStripComboBox();
35 this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
36 this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
37 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
38 this.m_branchesCombo = new System.Windows.Forms.ToolStripComboBox();
39 this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
40 this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
41 this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
42 this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
43 this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
44 this.toolStripButton14 = new System.Windows.Forms.ToolStripButton();
45 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
46 this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
47 this.toolStripButton15 = new System.Windows.Forms.ToolStripButton();
48 this.toolStripButton16 = new System.Windows.Forms.ToolStripButton();
49 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
50 this.gitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51 this.manageReposToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52 this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
54 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55 this.branchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56 this.createNewBranchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
57 this.mergeCurrentBranchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58 this.deleteBranchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
59 this.splitContainer2 = new System.Windows.Forms.SplitContainer();
60 this.splitContainer3 = new System.Windows.Forms.SplitContainer();
61 this.m_repoViewer = new Widgit.RepoTreeView();
62 this.m_tabControl = new System.Windows.Forms.TabControl();
63 this.tabPage2 = new System.Windows.Forms.TabPage();
64 this.m_statusViewer = new Widgit.StatusViewer();
65 this.tabPage1 = new System.Windows.Forms.TabPage();
66 this.m_commitTable = new Widgit.CommitTable();
67 this.m_outputArea = new System.Windows.Forms.ListBox();
68 this.splitContainer1.Panel1.SuspendLayout();
69 this.splitContainer1.Panel2.SuspendLayout();
70 this.splitContainer1.SuspendLayout();
71 ((System.ComponentModel.ISupportInitialize)(this.m_repoCanvas)).BeginInit();
72 this.toolStrip1.SuspendLayout();
73 this.menuStrip1.SuspendLayout();
74 this.splitContainer2.Panel1.SuspendLayout();
75 this.splitContainer2.Panel2.SuspendLayout();
76 this.splitContainer2.SuspendLayout();
77 this.splitContainer3.Panel1.SuspendLayout();
78 this.splitContainer3.Panel2.SuspendLayout();
79 this.splitContainer3.SuspendLayout();
80 this.m_tabControl.SuspendLayout();
81 this.tabPage2.SuspendLayout();
82 this.tabPage1.SuspendLayout();
83 this.SuspendLayout();
84 //
85 // splitContainer1
86 //
87 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
88 this.splitContainer1.Location = new System.Drawing.Point(0, 0);
89 this.splitContainer1.Name = "splitContainer1";
90 this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
91 //
92 // splitContainer1.Panel1
93 //
94 this.splitContainer1.Panel1.Controls.Add(this.m_repoCanvas);
95 this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
96 this.splitContainer1.Panel1.Controls.Add(this.menuStrip1);
97 //
98 // splitContainer1.Panel2
99 //
100 this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
101 this.splitContainer1.Size = new System.Drawing.Size(1050, 574);
102 this.splitContainer1.SplitterDistance = 103;
103 this.splitContainer1.TabIndex = 1;
105 // m_repoCanvas
107 this.m_repoCanvas.Dock = System.Windows.Forms.DockStyle.Fill;
108 this.m_repoCanvas.Location = new System.Drawing.Point(0, 49);
109 this.m_repoCanvas.Name = "m_repoCanvas";
110 this.m_repoCanvas.Size = new System.Drawing.Size(1050, 54);
111 this.m_repoCanvas.TabIndex = 1;
112 this.m_repoCanvas.TabStop = false;
114 // toolStrip1
116 this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
117 this.m_reposCombo,
118 this.toolStripButton1,
119 this.toolStripButton2,
120 this.toolStripSeparator1,
121 this.m_branchesCombo,
122 this.toolStripButton3,
123 this.toolStripButton4,
124 this.toolStripButton5,
125 this.toolStripButton6,
126 this.toolStripButton9,
127 this.toolStripButton14,
128 this.toolStripSeparator4,
129 this.toolStripComboBox1,
130 this.toolStripButton15,
131 this.toolStripButton16});
132 this.toolStrip1.Location = new System.Drawing.Point(0, 24);
133 this.toolStrip1.Name = "toolStrip1";
134 this.toolStrip1.Size = new System.Drawing.Size(1050, 25);
135 this.toolStrip1.TabIndex = 3;
136 this.toolStrip1.Text = "toolStrip1";
138 // m_reposCombo
140 this.m_reposCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
141 this.m_reposCombo.DropDownWidth = 300;
142 this.m_reposCombo.Name = "m_reposCombo";
143 this.m_reposCombo.Size = new System.Drawing.Size(121, 25);
145 // toolStripButton1
147 this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
148 this.toolStripButton1.Image = global::Widgit.Properties.Resources.accept;
149 this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
150 this.toolStripButton1.Name = "toolStripButton1";
151 this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
152 this.toolStripButton1.Text = "toolStripButton1";
153 this.toolStripButton1.ToolTipText = "Select Repo";
154 this.toolStripButton1.Click += new System.EventHandler(this.OnRepoChanged);
156 // toolStripButton2
158 this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
159 this.toolStripButton2.Image = global::Widgit.Properties.Resources.book;
160 this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
161 this.toolStripButton2.Name = "toolStripButton2";
162 this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
163 this.toolStripButton2.Text = "toolStripButton2";
164 this.toolStripButton2.ToolTipText = "Manage Repos...";
165 this.toolStripButton2.Click += new System.EventHandler(this.OnManageRepos);
167 // toolStripSeparator1
169 this.toolStripSeparator1.Name = "toolStripSeparator1";
170 this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
172 // m_branchesCombo
174 this.m_branchesCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
175 this.m_branchesCombo.DropDownWidth = 300;
176 this.m_branchesCombo.Name = "m_branchesCombo";
177 this.m_branchesCombo.Size = new System.Drawing.Size(121, 25);
179 // toolStripButton3
181 this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
182 this.toolStripButton3.Image = global::Widgit.Properties.Resources.accept;
183 this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
184 this.toolStripButton3.Name = "toolStripButton3";
185 this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
186 this.toolStripButton3.Text = "toolStripButton3";
187 this.toolStripButton3.ToolTipText = "Checkout Branch";
188 this.toolStripButton3.Click += new System.EventHandler(this.OnBranchChanged);
190 // toolStripButton4
192 this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
193 this.toolStripButton4.Image = global::Widgit.Properties.Resources.arrow_divide;
194 this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
195 this.toolStripButton4.Name = "toolStripButton4";
196 this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
197 this.toolStripButton4.Text = "toolStripButton4";
198 this.toolStripButton4.ToolTipText = "Create New Branch...";
199 this.toolStripButton4.Click += new System.EventHandler(this.OnCreateBranch);
201 // toolStripButton5
203 this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
204 this.toolStripButton5.Image = global::Widgit.Properties.Resources.arrow_join;
205 this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
206 this.toolStripButton5.Name = "toolStripButton5";
207 this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
208 this.toolStripButton5.Text = "toolStripButton5";
209 this.toolStripButton5.ToolTipText = "Merge Branch...";
210 this.toolStripButton5.Click += new System.EventHandler(this.OnMergeBranch);
212 // toolStripButton6
214 this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
215 this.toolStripButton6.Image = global::Widgit.Properties.Resources.delete;
216 this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
217 this.toolStripButton6.Name = "toolStripButton6";
218 this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
219 this.toolStripButton6.Text = "toolStripButton6";
220 this.toolStripButton6.ToolTipText = "Delete Branch...";
221 this.toolStripButton6.Click += new System.EventHandler(this.OnDeleteBranch);
223 // toolStripButton9
225 this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
226 this.toolStripButton9.Image = global::Widgit.Properties.Resources.arrow_redo;
227 this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
228 this.toolStripButton9.Name = "toolStripButton9";
229 this.toolStripButton9.Size = new System.Drawing.Size(23, 22);
230 this.toolStripButton9.Text = "toolStripButton9";
231 this.toolStripButton9.ToolTipText = "Revert Entire Branch";
232 this.toolStripButton9.Click += new System.EventHandler(this.OnResetHard);
234 // toolStripButton14
236 this.toolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
237 this.toolStripButton14.Image = global::Widgit.Properties.Resources.tag_blue_add;
238 this.toolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta;
239 this.toolStripButton14.Name = "toolStripButton14";
240 this.toolStripButton14.Size = new System.Drawing.Size(23, 22);
241 this.toolStripButton14.Text = "toolStripButton14";
243 // toolStripSeparator4
245 this.toolStripSeparator4.Name = "toolStripSeparator4";
246 this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
248 // toolStripComboBox1
250 this.toolStripComboBox1.Name = "toolStripComboBox1";
251 this.toolStripComboBox1.Size = new System.Drawing.Size(121, 25);
253 // toolStripButton15
255 this.toolStripButton15.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
256 this.toolStripButton15.Image = global::Widgit.Properties.Resources.accept;
257 this.toolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta;
258 this.toolStripButton15.Name = "toolStripButton15";
259 this.toolStripButton15.Size = new System.Drawing.Size(23, 22);
260 this.toolStripButton15.Text = "toolStripButton15";
262 // toolStripButton16
264 this.toolStripButton16.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
265 this.toolStripButton16.Image = global::Widgit.Properties.Resources.tag_blue_delete;
266 this.toolStripButton16.ImageTransparentColor = System.Drawing.Color.Magenta;
267 this.toolStripButton16.Name = "toolStripButton16";
268 this.toolStripButton16.Size = new System.Drawing.Size(23, 22);
269 this.toolStripButton16.Text = "toolStripButton16";
271 // menuStrip1
273 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
274 this.gitToolStripMenuItem,
275 this.branchToolStripMenuItem});
276 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
277 this.menuStrip1.Name = "menuStrip1";
278 this.menuStrip1.Size = new System.Drawing.Size(1050, 24);
279 this.menuStrip1.TabIndex = 2;
280 this.menuStrip1.Text = "menuStrip1";
282 // gitToolStripMenuItem
284 this.gitToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
285 this.manageReposToolStripMenuItem,
286 this.preferencesToolStripMenuItem,
287 this.toolStripSeparator2,
288 this.exitToolStripMenuItem});
289 this.gitToolStripMenuItem.Name = "gitToolStripMenuItem";
290 this.gitToolStripMenuItem.Size = new System.Drawing.Size(32, 20);
291 this.gitToolStripMenuItem.Text = "Git";
293 // manageReposToolStripMenuItem
295 this.manageReposToolStripMenuItem.Name = "manageReposToolStripMenuItem";
296 this.manageReposToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
297 this.manageReposToolStripMenuItem.Text = "Manage Repos...";
298 this.manageReposToolStripMenuItem.Click += new System.EventHandler(this.OnManageRepos);
300 // preferencesToolStripMenuItem
302 this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
303 this.preferencesToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
304 this.preferencesToolStripMenuItem.Text = "Preferences...";
305 this.preferencesToolStripMenuItem.Click += new System.EventHandler(this.OnPreferencesClicked);
307 // toolStripSeparator2
309 this.toolStripSeparator2.Name = "toolStripSeparator2";
310 this.toolStripSeparator2.Size = new System.Drawing.Size(165, 6);
312 // exitToolStripMenuItem
314 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
315 this.exitToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
316 this.exitToolStripMenuItem.Text = "Exit";
317 this.exitToolStripMenuItem.Click += new System.EventHandler(this.OnExit);
319 // branchToolStripMenuItem
321 this.branchToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
322 this.createNewBranchToolStripMenuItem,
323 this.mergeCurrentBranchToolStripMenuItem,
324 this.deleteBranchToolStripMenuItem});
325 this.branchToolStripMenuItem.Name = "branchToolStripMenuItem";
326 this.branchToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
327 this.branchToolStripMenuItem.Text = "Branch";
329 // createNewBranchToolStripMenuItem
331 this.createNewBranchToolStripMenuItem.Name = "createNewBranchToolStripMenuItem";
332 this.createNewBranchToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
333 this.createNewBranchToolStripMenuItem.Text = "Create New Branch...";
334 this.createNewBranchToolStripMenuItem.Click += new System.EventHandler(this.OnCreateBranch);
336 // mergeCurrentBranchToolStripMenuItem
338 this.mergeCurrentBranchToolStripMenuItem.Name = "mergeCurrentBranchToolStripMenuItem";
339 this.mergeCurrentBranchToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
340 this.mergeCurrentBranchToolStripMenuItem.Text = "Merge Current Branch...";
341 this.mergeCurrentBranchToolStripMenuItem.Click += new System.EventHandler(this.OnMergeBranch);
343 // deleteBranchToolStripMenuItem
345 this.deleteBranchToolStripMenuItem.Name = "deleteBranchToolStripMenuItem";
346 this.deleteBranchToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
347 this.deleteBranchToolStripMenuItem.Text = "Delete Branch...";
348 this.deleteBranchToolStripMenuItem.Click += new System.EventHandler(this.OnDeleteBranch);
350 // splitContainer2
352 this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
353 this.splitContainer2.Location = new System.Drawing.Point(0, 0);
354 this.splitContainer2.Name = "splitContainer2";
355 this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
357 // splitContainer2.Panel1
359 this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
361 // splitContainer2.Panel2
363 this.splitContainer2.Panel2.Controls.Add(this.m_outputArea);
364 this.splitContainer2.Size = new System.Drawing.Size(1050, 467);
365 this.splitContainer2.SplitterDistance = 361;
366 this.splitContainer2.TabIndex = 0;
368 // splitContainer3
370 this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
371 this.splitContainer3.Location = new System.Drawing.Point(0, 0);
372 this.splitContainer3.Name = "splitContainer3";
374 // splitContainer3.Panel1
376 this.splitContainer3.Panel1.Controls.Add(this.m_repoViewer);
378 // splitContainer3.Panel2
380 this.splitContainer3.Panel2.Controls.Add(this.m_tabControl);
381 this.splitContainer3.Size = new System.Drawing.Size(1050, 361);
382 this.splitContainer3.SplitterDistance = 350;
383 this.splitContainer3.TabIndex = 0;
385 // m_repoViewer
387 this.m_repoViewer.Dock = System.Windows.Forms.DockStyle.Fill;
388 this.m_repoViewer.Location = new System.Drawing.Point(0, 0);
389 this.m_repoViewer.Name = "m_repoViewer";
390 this.m_repoViewer.Size = new System.Drawing.Size(350, 361);
391 this.m_repoViewer.TabIndex = 0;
393 // m_tabControl
395 this.m_tabControl.Controls.Add(this.tabPage2);
396 this.m_tabControl.Controls.Add(this.tabPage1);
397 this.m_tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
398 this.m_tabControl.Location = new System.Drawing.Point(0, 0);
399 this.m_tabControl.Name = "m_tabControl";
400 this.m_tabControl.SelectedIndex = 0;
401 this.m_tabControl.Size = new System.Drawing.Size(696, 361);
402 this.m_tabControl.TabIndex = 0;
404 // tabPage2
406 this.tabPage2.Controls.Add(this.m_statusViewer);
407 this.tabPage2.Location = new System.Drawing.Point(4, 22);
408 this.tabPage2.Name = "tabPage2";
409 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
410 this.tabPage2.Size = new System.Drawing.Size(688, 335);
411 this.tabPage2.TabIndex = 1;
412 this.tabPage2.Text = "Current Status";
413 this.tabPage2.UseVisualStyleBackColor = true;
415 // m_statusViewer
417 this.m_statusViewer.Dock = System.Windows.Forms.DockStyle.Fill;
418 this.m_statusViewer.Location = new System.Drawing.Point(3, 3);
419 this.m_statusViewer.Name = "m_statusViewer";
420 this.m_statusViewer.Size = new System.Drawing.Size(682, 329);
421 this.m_statusViewer.TabIndex = 0;
423 // tabPage1
425 this.tabPage1.Controls.Add(this.m_commitTable);
426 this.tabPage1.Location = new System.Drawing.Point(4, 22);
427 this.tabPage1.Name = "tabPage1";
428 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
429 this.tabPage1.Size = new System.Drawing.Size(688, 335);
430 this.tabPage1.TabIndex = 0;
431 this.tabPage1.Text = "Commit History";
432 this.tabPage1.UseVisualStyleBackColor = true;
434 // m_commitTable
436 this.m_commitTable.Dock = System.Windows.Forms.DockStyle.Fill;
437 this.m_commitTable.Location = new System.Drawing.Point(3, 3);
438 this.m_commitTable.Name = "m_commitTable";
439 this.m_commitTable.Size = new System.Drawing.Size(682, 329);
440 this.m_commitTable.TabIndex = 0;
442 // m_outputArea
444 this.m_outputArea.Dock = System.Windows.Forms.DockStyle.Fill;
445 this.m_outputArea.FormattingEnabled = true;
446 this.m_outputArea.Location = new System.Drawing.Point(0, 0);
447 this.m_outputArea.Name = "m_outputArea";
448 this.m_outputArea.Size = new System.Drawing.Size(1050, 95);
449 this.m_outputArea.TabIndex = 0;
451 // Form1
453 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
454 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
455 this.ClientSize = new System.Drawing.Size(1050, 574);
456 this.Controls.Add(this.splitContainer1);
457 this.MainMenuStrip = this.menuStrip1;
458 this.Name = "Form1";
459 this.Text = "Widgit";
460 this.splitContainer1.Panel1.ResumeLayout(false);
461 this.splitContainer1.Panel1.PerformLayout();
462 this.splitContainer1.Panel2.ResumeLayout(false);
463 this.splitContainer1.ResumeLayout(false);
464 ((System.ComponentModel.ISupportInitialize)(this.m_repoCanvas)).EndInit();
465 this.toolStrip1.ResumeLayout(false);
466 this.toolStrip1.PerformLayout();
467 this.menuStrip1.ResumeLayout(false);
468 this.menuStrip1.PerformLayout();
469 this.splitContainer2.Panel1.ResumeLayout(false);
470 this.splitContainer2.Panel2.ResumeLayout(false);
471 this.splitContainer2.ResumeLayout(false);
472 this.splitContainer3.Panel1.ResumeLayout(false);
473 this.splitContainer3.Panel2.ResumeLayout(false);
474 this.splitContainer3.ResumeLayout(false);
475 this.m_tabControl.ResumeLayout(false);
476 this.tabPage2.ResumeLayout(false);
477 this.tabPage1.ResumeLayout(false);
478 this.ResumeLayout(false);
482 #endregion
484 private System.Windows.Forms.SplitContainer splitContainer1;
485 private System.Windows.Forms.SplitContainer splitContainer2;
486 private System.Windows.Forms.ListBox m_outputArea;
487 private System.Windows.Forms.PictureBox m_repoCanvas;
488 private System.Windows.Forms.ToolStrip toolStrip1;
489 private System.Windows.Forms.ToolStripComboBox m_reposCombo;
490 private System.Windows.Forms.ToolStripButton toolStripButton1;
491 private System.Windows.Forms.ToolStripButton toolStripButton2;
492 private System.Windows.Forms.MenuStrip menuStrip1;
493 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
494 private System.Windows.Forms.ToolStripComboBox m_branchesCombo;
495 private System.Windows.Forms.ToolStripButton toolStripButton3;
496 private System.Windows.Forms.ToolStripButton toolStripButton4;
497 private System.Windows.Forms.ToolStripButton toolStripButton5;
498 private System.Windows.Forms.ToolStripButton toolStripButton6;
499 private System.Windows.Forms.ToolStripMenuItem gitToolStripMenuItem;
500 private System.Windows.Forms.ToolStripMenuItem manageReposToolStripMenuItem;
501 private System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem;
502 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
503 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
504 private System.Windows.Forms.ToolStripMenuItem branchToolStripMenuItem;
505 private System.Windows.Forms.ToolStripMenuItem createNewBranchToolStripMenuItem;
506 private System.Windows.Forms.ToolStripMenuItem mergeCurrentBranchToolStripMenuItem;
507 private System.Windows.Forms.ToolStripMenuItem deleteBranchToolStripMenuItem;
508 private System.Windows.Forms.SplitContainer splitContainer3;
509 private System.Windows.Forms.TabControl m_tabControl;
510 private System.Windows.Forms.TabPage tabPage1;
511 private System.Windows.Forms.ToolStripButton toolStripButton9;
512 private System.Windows.Forms.ToolStripButton toolStripButton14;
513 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
514 private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
515 private System.Windows.Forms.ToolStripButton toolStripButton15;
516 private System.Windows.Forms.ToolStripButton toolStripButton16;
517 private RepoTreeView m_repoViewer;
518 private System.Windows.Forms.TabPage tabPage2;
519 private Widgit.StatusViewer m_statusViewer;
520 private Widgit.CommitTable m_commitTable;