Added the table for viewing/paging commits.
[Gitrdone.git] / Form1.Designer.cs
blob31a4a3490755517283a3e96c67a3097d7308befb
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.splitContainer1 = new System.Windows.Forms.SplitContainer();
33 this.toolStrip1 = new System.Windows.Forms.ToolStrip();
34 this.m_reposCombo = new System.Windows.Forms.ToolStripComboBox();
35 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
36 this.m_branchesCombo = new System.Windows.Forms.ToolStripComboBox();
37 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
38 this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
39 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
40 this.gitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41 this.manageReposToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
44 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.branchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46 this.createNewBranchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47 this.mergeCurrentBranchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48 this.deleteBranchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49 this.splitContainer2 = new System.Windows.Forms.SplitContainer();
50 this.splitContainer3 = new System.Windows.Forms.SplitContainer();
51 this.m_workspaceTree = new System.Windows.Forms.TreeView();
52 this.m_treeStrip = new System.Windows.Forms.ToolStrip();
53 this.m_tabControl = new System.Windows.Forms.TabControl();
54 this.tabPage1 = new System.Windows.Forms.TabPage();
55 this.m_commitsView = new System.Windows.Forms.ListView();
56 this.m_outputArea = new System.Windows.Forms.ListBox();
57 this.toolStrip3 = new System.Windows.Forms.ToolStrip();
58 this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
59 this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
60 this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
61 this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
62 this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
63 this.m_repoCanvas = new System.Windows.Forms.PictureBox();
64 this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
65 this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
66 this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
67 this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
68 this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
69 this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
70 this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
71 this.toolStripButton14 = new System.Windows.Forms.ToolStripButton();
72 this.toolStripButton15 = new System.Windows.Forms.ToolStripButton();
73 this.toolStripButton16 = new System.Windows.Forms.ToolStripButton();
74 this.m_addFileButton = new System.Windows.Forms.ToolStripButton();
75 this.toolStripButton17 = new System.Windows.Forms.ToolStripButton();
76 this.m_typeSelector = new System.Windows.Forms.ToolStripButton();
77 this.m_revertFiles = new System.Windows.Forms.ToolStripButton();
78 this.m_removeFiles = new System.Windows.Forms.ToolStripButton();
79 this.m_refreshButton = new System.Windows.Forms.ToolStripButton();
80 this.m_fetchCommits = new System.Windows.Forms.ToolStripButton();
81 this.m_nextCommits = new System.Windows.Forms.ToolStripButton();
82 this.m_previousCommits = new System.Windows.Forms.ToolStripButton();
83 this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripSplitButton();
84 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
85 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
86 this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
87 this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
88 this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
89 this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
90 this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
91 this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
92 this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
93 this.splitContainer1.Panel1.SuspendLayout();
94 this.splitContainer1.Panel2.SuspendLayout();
95 this.splitContainer1.SuspendLayout();
96 this.toolStrip1.SuspendLayout();
97 this.menuStrip1.SuspendLayout();
98 this.splitContainer2.Panel1.SuspendLayout();
99 this.splitContainer2.Panel2.SuspendLayout();
100 this.splitContainer2.SuspendLayout();
101 this.splitContainer3.Panel1.SuspendLayout();
102 this.splitContainer3.Panel2.SuspendLayout();
103 this.splitContainer3.SuspendLayout();
104 this.m_treeStrip.SuspendLayout();
105 this.m_tabControl.SuspendLayout();
106 this.tabPage1.SuspendLayout();
107 this.toolStrip3.SuspendLayout();
108 ((System.ComponentModel.ISupportInitialize)(this.m_repoCanvas)).BeginInit();
109 this.SuspendLayout();
111 // splitContainer1
113 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
114 this.splitContainer1.Location = new System.Drawing.Point(0, 0);
115 this.splitContainer1.Name = "splitContainer1";
116 this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
118 // splitContainer1.Panel1
120 this.splitContainer1.Panel1.Controls.Add(this.m_repoCanvas);
121 this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
122 this.splitContainer1.Panel1.Controls.Add(this.menuStrip1);
124 // splitContainer1.Panel2
126 this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
127 this.splitContainer1.Size = new System.Drawing.Size(1050, 574);
128 this.splitContainer1.SplitterDistance = 103;
129 this.splitContainer1.TabIndex = 1;
131 // toolStrip1
133 this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
134 this.m_reposCombo,
135 this.toolStripButton1,
136 this.toolStripButton2,
137 this.toolStripSeparator1,
138 this.m_branchesCombo,
139 this.toolStripButton3,
140 this.toolStripButton4,
141 this.toolStripButton5,
142 this.toolStripButton6,
143 this.toolStripButton9,
144 this.toolStripButton14,
145 this.toolStripSeparator4,
146 this.toolStripComboBox1,
147 this.toolStripButton15,
148 this.toolStripButton16});
149 this.toolStrip1.Location = new System.Drawing.Point(0, 24);
150 this.toolStrip1.Name = "toolStrip1";
151 this.toolStrip1.Size = new System.Drawing.Size(1050, 25);
152 this.toolStrip1.TabIndex = 3;
153 this.toolStrip1.Text = "toolStrip1";
155 // m_reposCombo
157 this.m_reposCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
158 this.m_reposCombo.DropDownWidth = 300;
159 this.m_reposCombo.Name = "m_reposCombo";
160 this.m_reposCombo.Size = new System.Drawing.Size(121, 25);
162 // toolStripSeparator1
164 this.toolStripSeparator1.Name = "toolStripSeparator1";
165 this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
167 // m_branchesCombo
169 this.m_branchesCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
170 this.m_branchesCombo.DropDownWidth = 300;
171 this.m_branchesCombo.Name = "m_branchesCombo";
172 this.m_branchesCombo.Size = new System.Drawing.Size(121, 25);
174 // toolStripSeparator4
176 this.toolStripSeparator4.Name = "toolStripSeparator4";
177 this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
179 // toolStripComboBox1
181 this.toolStripComboBox1.Name = "toolStripComboBox1";
182 this.toolStripComboBox1.Size = new System.Drawing.Size(121, 25);
184 // menuStrip1
186 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
187 this.gitToolStripMenuItem,
188 this.branchToolStripMenuItem});
189 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
190 this.menuStrip1.Name = "menuStrip1";
191 this.menuStrip1.Size = new System.Drawing.Size(1050, 24);
192 this.menuStrip1.TabIndex = 2;
193 this.menuStrip1.Text = "menuStrip1";
195 // gitToolStripMenuItem
197 this.gitToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
198 this.manageReposToolStripMenuItem,
199 this.preferencesToolStripMenuItem,
200 this.toolStripSeparator2,
201 this.exitToolStripMenuItem});
202 this.gitToolStripMenuItem.Name = "gitToolStripMenuItem";
203 this.gitToolStripMenuItem.Size = new System.Drawing.Size(32, 20);
204 this.gitToolStripMenuItem.Text = "Git";
206 // manageReposToolStripMenuItem
208 this.manageReposToolStripMenuItem.Name = "manageReposToolStripMenuItem";
209 this.manageReposToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
210 this.manageReposToolStripMenuItem.Text = "Manage Repos...";
211 this.manageReposToolStripMenuItem.Click += new System.EventHandler(this.OnManageRepos);
213 // preferencesToolStripMenuItem
215 this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
216 this.preferencesToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
217 this.preferencesToolStripMenuItem.Text = "Preferences...";
218 this.preferencesToolStripMenuItem.Click += new System.EventHandler(this.OnPreferencesClicked);
220 // toolStripSeparator2
222 this.toolStripSeparator2.Name = "toolStripSeparator2";
223 this.toolStripSeparator2.Size = new System.Drawing.Size(165, 6);
225 // exitToolStripMenuItem
227 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
228 this.exitToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
229 this.exitToolStripMenuItem.Text = "Exit";
230 this.exitToolStripMenuItem.Click += new System.EventHandler(this.OnExit);
232 // branchToolStripMenuItem
234 this.branchToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
235 this.createNewBranchToolStripMenuItem,
236 this.mergeCurrentBranchToolStripMenuItem,
237 this.deleteBranchToolStripMenuItem});
238 this.branchToolStripMenuItem.Enabled = false;
239 this.branchToolStripMenuItem.Name = "branchToolStripMenuItem";
240 this.branchToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
241 this.branchToolStripMenuItem.Text = "Branch";
243 // createNewBranchToolStripMenuItem
245 this.createNewBranchToolStripMenuItem.Name = "createNewBranchToolStripMenuItem";
246 this.createNewBranchToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
247 this.createNewBranchToolStripMenuItem.Text = "Create New Branch...";
248 this.createNewBranchToolStripMenuItem.Click += new System.EventHandler(this.OnCreateBranch);
250 // mergeCurrentBranchToolStripMenuItem
252 this.mergeCurrentBranchToolStripMenuItem.Name = "mergeCurrentBranchToolStripMenuItem";
253 this.mergeCurrentBranchToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
254 this.mergeCurrentBranchToolStripMenuItem.Text = "Merge Current Branch...";
255 this.mergeCurrentBranchToolStripMenuItem.Click += new System.EventHandler(this.OnMergeBranch);
257 // deleteBranchToolStripMenuItem
259 this.deleteBranchToolStripMenuItem.Name = "deleteBranchToolStripMenuItem";
260 this.deleteBranchToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
261 this.deleteBranchToolStripMenuItem.Text = "Delete Branch...";
262 this.deleteBranchToolStripMenuItem.Click += new System.EventHandler(this.OnDeleteBranch);
264 // splitContainer2
266 this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
267 this.splitContainer2.Location = new System.Drawing.Point(0, 0);
268 this.splitContainer2.Name = "splitContainer2";
269 this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
271 // splitContainer2.Panel1
273 this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
275 // splitContainer2.Panel2
277 this.splitContainer2.Panel2.Controls.Add(this.m_outputArea);
278 this.splitContainer2.Size = new System.Drawing.Size(1050, 467);
279 this.splitContainer2.SplitterDistance = 361;
280 this.splitContainer2.TabIndex = 0;
282 // splitContainer3
284 this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
285 this.splitContainer3.Location = new System.Drawing.Point(0, 0);
286 this.splitContainer3.Name = "splitContainer3";
288 // splitContainer3.Panel1
290 this.splitContainer3.Panel1.Controls.Add(this.m_workspaceTree);
291 this.splitContainer3.Panel1.Controls.Add(this.m_treeStrip);
293 // splitContainer3.Panel2
295 this.splitContainer3.Panel2.Controls.Add(this.m_tabControl);
296 this.splitContainer3.Size = new System.Drawing.Size(1050, 361);
297 this.splitContainer3.SplitterDistance = 350;
298 this.splitContainer3.TabIndex = 0;
300 // m_workspaceTree
302 this.m_workspaceTree.Dock = System.Windows.Forms.DockStyle.Fill;
303 this.m_workspaceTree.Location = new System.Drawing.Point(0, 25);
304 this.m_workspaceTree.Name = "m_workspaceTree";
305 this.m_workspaceTree.Size = new System.Drawing.Size(350, 336);
306 this.m_workspaceTree.TabIndex = 4;
308 // m_treeStrip
310 this.m_treeStrip.Enabled = false;
311 this.m_treeStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
312 this.m_addFileButton,
313 this.toolStripButton17,
314 this.m_typeSelector,
315 this.m_revertFiles,
316 this.m_removeFiles,
317 this.toolStripDropDownButton1,
318 this.m_refreshButton});
319 this.m_treeStrip.Location = new System.Drawing.Point(0, 0);
320 this.m_treeStrip.Name = "m_treeStrip";
321 this.m_treeStrip.Size = new System.Drawing.Size(350, 25);
322 this.m_treeStrip.TabIndex = 2;
323 this.m_treeStrip.Text = "toolStrip2";
325 // m_tabControl
327 this.m_tabControl.Controls.Add(this.tabPage1);
328 this.m_tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
329 this.m_tabControl.Location = new System.Drawing.Point(0, 0);
330 this.m_tabControl.Name = "m_tabControl";
331 this.m_tabControl.SelectedIndex = 0;
332 this.m_tabControl.Size = new System.Drawing.Size(696, 361);
333 this.m_tabControl.TabIndex = 0;
335 // tabPage1
337 this.tabPage1.Controls.Add(this.m_commitsView);
338 this.tabPage1.Controls.Add(this.toolStrip3);
339 this.tabPage1.Location = new System.Drawing.Point(4, 22);
340 this.tabPage1.Name = "tabPage1";
341 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
342 this.tabPage1.Size = new System.Drawing.Size(688, 335);
343 this.tabPage1.TabIndex = 0;
344 this.tabPage1.Text = "tabPage1";
345 this.tabPage1.UseVisualStyleBackColor = true;
347 // m_commitsView
349 this.m_commitsView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
350 this.columnHeader1,
351 this.columnHeader2,
352 this.columnHeader3,
353 this.columnHeader4,
354 this.columnHeader5});
355 this.m_commitsView.Dock = System.Windows.Forms.DockStyle.Fill;
356 this.m_commitsView.Location = new System.Drawing.Point(3, 28);
357 this.m_commitsView.Name = "m_commitsView";
358 this.m_commitsView.Size = new System.Drawing.Size(682, 304);
359 this.m_commitsView.TabIndex = 0;
360 this.m_commitsView.UseCompatibleStateImageBehavior = false;
361 this.m_commitsView.View = System.Windows.Forms.View.Details;
363 // m_outputArea
365 this.m_outputArea.Dock = System.Windows.Forms.DockStyle.Fill;
366 this.m_outputArea.FormattingEnabled = true;
367 this.m_outputArea.Location = new System.Drawing.Point(0, 0);
368 this.m_outputArea.Name = "m_outputArea";
369 this.m_outputArea.Size = new System.Drawing.Size(1050, 95);
370 this.m_outputArea.TabIndex = 0;
372 // toolStrip3
374 this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
375 this.m_fetchCommits,
376 this.m_nextCommits,
377 this.m_previousCommits});
378 this.toolStrip3.Location = new System.Drawing.Point(3, 3);
379 this.toolStrip3.Name = "toolStrip3";
380 this.toolStrip3.Size = new System.Drawing.Size(682, 25);
381 this.toolStrip3.TabIndex = 1;
382 this.toolStrip3.Text = "toolStrip3";
384 // columnHeader1
386 this.columnHeader1.Text = "Commit ID";
388 // columnHeader2
390 this.columnHeader2.Text = "Author";
392 // columnHeader3
394 this.columnHeader3.Text = "Email";
396 // columnHeader4
398 this.columnHeader4.Text = "Date";
400 // columnHeader5
402 this.columnHeader5.Text = "Subject";
403 this.columnHeader5.Width = 438;
405 // m_repoCanvas
407 this.m_repoCanvas.Dock = System.Windows.Forms.DockStyle.Fill;
408 this.m_repoCanvas.Location = new System.Drawing.Point(0, 49);
409 this.m_repoCanvas.Name = "m_repoCanvas";
410 this.m_repoCanvas.Size = new System.Drawing.Size(1050, 54);
411 this.m_repoCanvas.TabIndex = 1;
412 this.m_repoCanvas.TabStop = false;
414 // toolStripButton1
416 this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
417 this.toolStripButton1.Image = global::Gitrdone.Properties.Resources.accept;
418 this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
419 this.toolStripButton1.Name = "toolStripButton1";
420 this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
421 this.toolStripButton1.Text = "toolStripButton1";
422 this.toolStripButton1.ToolTipText = "Select Repo";
423 this.toolStripButton1.Click += new System.EventHandler(this.OnRepoChanged);
425 // toolStripButton2
427 this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
428 this.toolStripButton2.Image = global::Gitrdone.Properties.Resources.book;
429 this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
430 this.toolStripButton2.Name = "toolStripButton2";
431 this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
432 this.toolStripButton2.Text = "toolStripButton2";
433 this.toolStripButton2.ToolTipText = "Manage Repos...";
434 this.toolStripButton2.Click += new System.EventHandler(this.OnManageRepos);
436 // toolStripButton3
438 this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
439 this.toolStripButton3.Image = global::Gitrdone.Properties.Resources.accept;
440 this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
441 this.toolStripButton3.Name = "toolStripButton3";
442 this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
443 this.toolStripButton3.Text = "toolStripButton3";
444 this.toolStripButton3.ToolTipText = "Checkout Branch";
445 this.toolStripButton3.Click += new System.EventHandler(this.OnBranchChanged);
447 // toolStripButton4
449 this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
450 this.toolStripButton4.Image = global::Gitrdone.Properties.Resources.arrow_divide;
451 this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
452 this.toolStripButton4.Name = "toolStripButton4";
453 this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
454 this.toolStripButton4.Text = "toolStripButton4";
455 this.toolStripButton4.ToolTipText = "Create New Branch...";
456 this.toolStripButton4.Click += new System.EventHandler(this.OnCreateBranch);
458 // toolStripButton5
460 this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
461 this.toolStripButton5.Image = global::Gitrdone.Properties.Resources.arrow_join;
462 this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
463 this.toolStripButton5.Name = "toolStripButton5";
464 this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
465 this.toolStripButton5.Text = "toolStripButton5";
466 this.toolStripButton5.ToolTipText = "Merge Branch...";
467 this.toolStripButton5.Click += new System.EventHandler(this.OnMergeBranch);
469 // toolStripButton6
471 this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
472 this.toolStripButton6.Image = global::Gitrdone.Properties.Resources.delete;
473 this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
474 this.toolStripButton6.Name = "toolStripButton6";
475 this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
476 this.toolStripButton6.Text = "toolStripButton6";
477 this.toolStripButton6.ToolTipText = "Delete Branch...";
478 this.toolStripButton6.Click += new System.EventHandler(this.OnDeleteBranch);
480 // toolStripButton9
482 this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
483 this.toolStripButton9.Image = global::Gitrdone.Properties.Resources.arrow_redo;
484 this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
485 this.toolStripButton9.Name = "toolStripButton9";
486 this.toolStripButton9.Size = new System.Drawing.Size(23, 22);
487 this.toolStripButton9.Text = "toolStripButton9";
488 this.toolStripButton9.ToolTipText = "Revert Entire Branch";
489 this.toolStripButton9.Click += new System.EventHandler(this.OnResetHard);
491 // toolStripButton14
493 this.toolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
494 this.toolStripButton14.Image = global::Gitrdone.Properties.Resources.tag_blue_add;
495 this.toolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta;
496 this.toolStripButton14.Name = "toolStripButton14";
497 this.toolStripButton14.Size = new System.Drawing.Size(23, 22);
498 this.toolStripButton14.Text = "toolStripButton14";
500 // toolStripButton15
502 this.toolStripButton15.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
503 this.toolStripButton15.Image = global::Gitrdone.Properties.Resources.accept;
504 this.toolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta;
505 this.toolStripButton15.Name = "toolStripButton15";
506 this.toolStripButton15.Size = new System.Drawing.Size(23, 22);
507 this.toolStripButton15.Text = "toolStripButton15";
509 // toolStripButton16
511 this.toolStripButton16.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
512 this.toolStripButton16.Image = global::Gitrdone.Properties.Resources.tag_blue_delete;
513 this.toolStripButton16.ImageTransparentColor = System.Drawing.Color.Magenta;
514 this.toolStripButton16.Name = "toolStripButton16";
515 this.toolStripButton16.Size = new System.Drawing.Size(23, 22);
516 this.toolStripButton16.Text = "toolStripButton16";
518 // m_addFileButton
520 this.m_addFileButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
521 this.m_addFileButton.Enabled = false;
522 this.m_addFileButton.Image = global::Gitrdone.Properties.Resources.add;
523 this.m_addFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
524 this.m_addFileButton.Name = "m_addFileButton";
525 this.m_addFileButton.Size = new System.Drawing.Size(23, 22);
526 this.m_addFileButton.Text = "Add/Update Selected Files";
527 this.m_addFileButton.Click += new System.EventHandler(this.OnAddFiles);
529 // toolStripButton17
531 this.toolStripButton17.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
532 this.toolStripButton17.Enabled = false;
533 this.toolStripButton17.Image = global::Gitrdone.Properties.Resources.page_copy;
534 this.toolStripButton17.ImageTransparentColor = System.Drawing.Color.Magenta;
535 this.toolStripButton17.Name = "toolStripButton17";
536 this.toolStripButton17.Size = new System.Drawing.Size(23, 22);
537 this.toolStripButton17.Text = "Copy Files";
538 this.toolStripButton17.Click += new System.EventHandler(this.OnCopyFiles);
540 // m_typeSelector
542 this.m_typeSelector.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
543 this.m_typeSelector.Enabled = false;
544 this.m_typeSelector.Image = global::Gitrdone.Properties.Resources.page_go;
545 this.m_typeSelector.ImageTransparentColor = System.Drawing.Color.Magenta;
546 this.m_typeSelector.Name = "m_typeSelector";
547 this.m_typeSelector.Size = new System.Drawing.Size(23, 22);
548 this.m_typeSelector.Text = "toolStripButton18";
549 this.m_typeSelector.ToolTipText = "Rename/Move Files";
550 this.m_typeSelector.Click += new System.EventHandler(this.OnMoveFiles);
552 // m_revertFiles
554 this.m_revertFiles.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
555 this.m_revertFiles.Enabled = false;
556 this.m_revertFiles.Image = global::Gitrdone.Properties.Resources.arrow_redo;
557 this.m_revertFiles.ImageTransparentColor = System.Drawing.Color.Magenta;
558 this.m_revertFiles.Name = "m_revertFiles";
559 this.m_revertFiles.Size = new System.Drawing.Size(23, 22);
560 this.m_revertFiles.Text = "Revert Selected Files";
561 this.m_revertFiles.Click += new System.EventHandler(this.OnRevertFiles);
563 // m_removeFiles
565 this.m_removeFiles.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
566 this.m_removeFiles.Enabled = false;
567 this.m_removeFiles.Image = global::Gitrdone.Properties.Resources.delete;
568 this.m_removeFiles.ImageTransparentColor = System.Drawing.Color.Magenta;
569 this.m_removeFiles.Name = "m_removeFiles";
570 this.m_removeFiles.Size = new System.Drawing.Size(23, 22);
571 this.m_removeFiles.Text = "Remove Selected Files";
572 this.m_removeFiles.Click += new System.EventHandler(this.OnDeleteFiles);
574 // m_refreshButton
576 this.m_refreshButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
577 this.m_refreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
578 this.m_refreshButton.Image = global::Gitrdone.Properties.Resources.arrow_refresh;
579 this.m_refreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
580 this.m_refreshButton.Name = "m_refreshButton";
581 this.m_refreshButton.Size = new System.Drawing.Size(23, 22);
582 this.m_refreshButton.Text = "toolStripButton12";
583 this.m_refreshButton.Click += new System.EventHandler(this.OnRefreshTree);
585 // m_fetchCommits
587 this.m_fetchCommits.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
588 this.m_fetchCommits.Enabled = false;
589 this.m_fetchCommits.Image = global::Gitrdone.Properties.Resources.lightning;
590 this.m_fetchCommits.ImageTransparentColor = System.Drawing.Color.Magenta;
591 this.m_fetchCommits.Name = "m_fetchCommits";
592 this.m_fetchCommits.Size = new System.Drawing.Size(23, 22);
593 this.m_fetchCommits.Text = "toolStripButton7";
594 this.m_fetchCommits.ToolTipText = "Fetch";
595 this.m_fetchCommits.Click += new System.EventHandler(this.OnFetchCommits);
597 // m_nextCommits
599 this.m_nextCommits.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
600 this.m_nextCommits.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
601 this.m_nextCommits.Enabled = false;
602 this.m_nextCommits.Image = global::Gitrdone.Properties.Resources.resultset_next;
603 this.m_nextCommits.ImageTransparentColor = System.Drawing.Color.Magenta;
604 this.m_nextCommits.Name = "m_nextCommits";
605 this.m_nextCommits.Size = new System.Drawing.Size(23, 22);
606 this.m_nextCommits.Text = "Next";
607 this.m_nextCommits.Click += new System.EventHandler(this.OnNextCommits);
609 // m_previousCommits
611 this.m_previousCommits.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
612 this.m_previousCommits.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
613 this.m_previousCommits.Enabled = false;
614 this.m_previousCommits.Image = global::Gitrdone.Properties.Resources.resultset_previous;
615 this.m_previousCommits.ImageTransparentColor = System.Drawing.Color.Magenta;
616 this.m_previousCommits.Name = "m_previousCommits";
617 this.m_previousCommits.Size = new System.Drawing.Size(23, 22);
618 this.m_previousCommits.Text = "Previous";
619 this.m_previousCommits.Click += new System.EventHandler(this.OnPreviousCommits);
621 // toolStripDropDownButton1
623 this.toolStripDropDownButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
624 this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
625 this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
626 this.toolStripMenuItem1,
627 this.toolStripMenuItem2,
628 this.toolStripMenuItem3,
629 this.toolStripMenuItem4,
630 this.toolStripMenuItem5,
631 this.toolStripMenuItem6,
632 this.toolStripMenuItem8,
633 this.toolStripMenuItem7,
634 this.toolStripMenuItem9});
635 this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
636 this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
637 this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
638 this.toolStripDropDownButton1.Size = new System.Drawing.Size(32, 22);
639 this.toolStripDropDownButton1.Text = "toolStripDropDownButton1";
641 // toolStripMenuItem1
643 this.toolStripMenuItem1.Checked = true;
644 this.toolStripMenuItem1.CheckOnClick = true;
645 this.toolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked;
646 this.toolStripMenuItem1.Image = global::Gitrdone.Properties.Resources.tick;
647 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
648 this.toolStripMenuItem1.Size = new System.Drawing.Size(171, 22);
649 this.toolStripMenuItem1.Text = "Up To Date";
650 this.toolStripMenuItem1.Click += new System.EventHandler(this.OnShowNormal);
652 // toolStripMenuItem2
654 this.toolStripMenuItem2.Checked = true;
655 this.toolStripMenuItem2.CheckOnClick = true;
656 this.toolStripMenuItem2.CheckState = System.Windows.Forms.CheckState.Checked;
657 this.toolStripMenuItem2.Image = global::Gitrdone.Properties.Resources.page_add;
658 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
659 this.toolStripMenuItem2.Size = new System.Drawing.Size(171, 22);
660 this.toolStripMenuItem2.Text = "Added";
661 this.toolStripMenuItem2.Click += new System.EventHandler(this.OnShowAdded);
663 // toolStripMenuItem3
665 this.toolStripMenuItem3.Checked = true;
666 this.toolStripMenuItem3.CheckOnClick = true;
667 this.toolStripMenuItem3.CheckState = System.Windows.Forms.CheckState.Checked;
668 this.toolStripMenuItem3.Image = global::Gitrdone.Properties.Resources.page_edit;
669 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
670 this.toolStripMenuItem3.Size = new System.Drawing.Size(171, 22);
671 this.toolStripMenuItem3.Text = "Modified";
672 this.toolStripMenuItem3.Click += new System.EventHandler(this.OnShowEdited);
674 // toolStripMenuItem4
676 this.toolStripMenuItem4.Checked = true;
677 this.toolStripMenuItem4.CheckOnClick = true;
678 this.toolStripMenuItem4.CheckState = System.Windows.Forms.CheckState.Checked;
679 this.toolStripMenuItem4.Image = global::Gitrdone.Properties.Resources.page_error;
680 this.toolStripMenuItem4.Name = "toolStripMenuItem4";
681 this.toolStripMenuItem4.Size = new System.Drawing.Size(171, 22);
682 this.toolStripMenuItem4.Text = "Unmerged/Broken";
683 this.toolStripMenuItem4.Click += new System.EventHandler(this.OnShowUnmerged);
685 // toolStripMenuItem5
687 this.toolStripMenuItem5.Checked = true;
688 this.toolStripMenuItem5.CheckOnClick = true;
689 this.toolStripMenuItem5.CheckState = System.Windows.Forms.CheckState.Checked;
690 this.toolStripMenuItem5.Image = global::Gitrdone.Properties.Resources.page_copy;
691 this.toolStripMenuItem5.Name = "toolStripMenuItem5";
692 this.toolStripMenuItem5.Size = new System.Drawing.Size(171, 22);
693 this.toolStripMenuItem5.Text = "Copies Added";
694 this.toolStripMenuItem5.Click += new System.EventHandler(this.OnShowCopied);
696 // toolStripMenuItem6
698 this.toolStripMenuItem6.Checked = true;
699 this.toolStripMenuItem6.CheckOnClick = true;
700 this.toolStripMenuItem6.CheckState = System.Windows.Forms.CheckState.Checked;
701 this.toolStripMenuItem6.Image = global::Gitrdone.Properties.Resources.page_go;
702 this.toolStripMenuItem6.Name = "toolStripMenuItem6";
703 this.toolStripMenuItem6.Size = new System.Drawing.Size(171, 22);
704 this.toolStripMenuItem6.Text = "Renamed";
705 this.toolStripMenuItem6.Click += new System.EventHandler(this.OnShowRenamed);
707 // toolStripMenuItem8
709 this.toolStripMenuItem8.Checked = true;
710 this.toolStripMenuItem8.CheckOnClick = true;
711 this.toolStripMenuItem8.CheckState = System.Windows.Forms.CheckState.Checked;
712 this.toolStripMenuItem8.Image = global::Gitrdone.Properties.Resources.page_delete;
713 this.toolStripMenuItem8.Name = "toolStripMenuItem8";
714 this.toolStripMenuItem8.Size = new System.Drawing.Size(171, 22);
715 this.toolStripMenuItem8.Text = "Deleted";
716 this.toolStripMenuItem8.Click += new System.EventHandler(this.OnShowDeleted);
718 // toolStripMenuItem7
720 this.toolStripMenuItem7.Checked = true;
721 this.toolStripMenuItem7.CheckOnClick = true;
722 this.toolStripMenuItem7.CheckState = System.Windows.Forms.CheckState.Checked;
723 this.toolStripMenuItem7.Image = global::Gitrdone.Properties.Resources.disconnect;
724 this.toolStripMenuItem7.Name = "toolStripMenuItem7";
725 this.toolStripMenuItem7.Size = new System.Drawing.Size(171, 22);
726 this.toolStripMenuItem7.Text = "Unmanaged";
727 this.toolStripMenuItem7.Click += new System.EventHandler(this.OnShowUnmanaged);
729 // toolStripMenuItem9
731 this.toolStripMenuItem9.Checked = true;
732 this.toolStripMenuItem9.CheckOnClick = true;
733 this.toolStripMenuItem9.CheckState = System.Windows.Forms.CheckState.Checked;
734 this.toolStripMenuItem9.Image = global::Gitrdone.Properties.Resources.page;
735 this.toolStripMenuItem9.Name = "toolStripMenuItem9";
736 this.toolStripMenuItem9.Size = new System.Drawing.Size(171, 22);
737 this.toolStripMenuItem9.Text = "Unknown";
738 this.toolStripMenuItem9.Click += new System.EventHandler(this.OnShowOther);
740 // Form1
742 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
743 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
744 this.ClientSize = new System.Drawing.Size(1050, 574);
745 this.Controls.Add(this.splitContainer1);
746 this.MainMenuStrip = this.menuStrip1;
747 this.Name = "Form1";
748 this.Text = "Gitrdone";
749 this.splitContainer1.Panel1.ResumeLayout(false);
750 this.splitContainer1.Panel1.PerformLayout();
751 this.splitContainer1.Panel2.ResumeLayout(false);
752 this.splitContainer1.ResumeLayout(false);
753 this.toolStrip1.ResumeLayout(false);
754 this.toolStrip1.PerformLayout();
755 this.menuStrip1.ResumeLayout(false);
756 this.menuStrip1.PerformLayout();
757 this.splitContainer2.Panel1.ResumeLayout(false);
758 this.splitContainer2.Panel2.ResumeLayout(false);
759 this.splitContainer2.ResumeLayout(false);
760 this.splitContainer3.Panel1.ResumeLayout(false);
761 this.splitContainer3.Panel1.PerformLayout();
762 this.splitContainer3.Panel2.ResumeLayout(false);
763 this.splitContainer3.ResumeLayout(false);
764 this.m_treeStrip.ResumeLayout(false);
765 this.m_treeStrip.PerformLayout();
766 this.m_tabControl.ResumeLayout(false);
767 this.tabPage1.ResumeLayout(false);
768 this.tabPage1.PerformLayout();
769 this.toolStrip3.ResumeLayout(false);
770 this.toolStrip3.PerformLayout();
771 ((System.ComponentModel.ISupportInitialize)(this.m_repoCanvas)).EndInit();
772 this.ResumeLayout(false);
776 #endregion
778 private System.Windows.Forms.SplitContainer splitContainer1;
779 private System.Windows.Forms.SplitContainer splitContainer2;
780 private System.Windows.Forms.ListBox m_outputArea;
781 private System.Windows.Forms.PictureBox m_repoCanvas;
782 private System.Windows.Forms.ToolStrip toolStrip1;
783 private System.Windows.Forms.ToolStripComboBox m_reposCombo;
784 private System.Windows.Forms.ToolStripButton toolStripButton1;
785 private System.Windows.Forms.ToolStripButton toolStripButton2;
786 private System.Windows.Forms.MenuStrip menuStrip1;
787 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
788 private System.Windows.Forms.ToolStripComboBox m_branchesCombo;
789 private System.Windows.Forms.ToolStripButton toolStripButton3;
790 private System.Windows.Forms.ToolStripButton toolStripButton4;
791 private System.Windows.Forms.ToolStripButton toolStripButton5;
792 private System.Windows.Forms.ToolStripButton toolStripButton6;
793 private System.Windows.Forms.ToolStripMenuItem gitToolStripMenuItem;
794 private System.Windows.Forms.ToolStripMenuItem manageReposToolStripMenuItem;
795 private System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem;
796 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
797 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
798 private System.Windows.Forms.ToolStripMenuItem branchToolStripMenuItem;
799 private System.Windows.Forms.ToolStripMenuItem createNewBranchToolStripMenuItem;
800 private System.Windows.Forms.ToolStripMenuItem mergeCurrentBranchToolStripMenuItem;
801 private System.Windows.Forms.ToolStripMenuItem deleteBranchToolStripMenuItem;
802 private System.Windows.Forms.SplitContainer splitContainer3;
803 private System.Windows.Forms.TabControl m_tabControl;
804 private System.Windows.Forms.TabPage tabPage1;
805 private System.Windows.Forms.ListView m_commitsView;
806 private System.Windows.Forms.TreeView m_workspaceTree;
807 private System.Windows.Forms.ToolStrip m_treeStrip;
808 private System.Windows.Forms.ToolStripButton m_refreshButton;
809 private System.Windows.Forms.ToolStripButton m_addFileButton;
810 private System.Windows.Forms.ToolStripButton m_removeFiles;
811 private System.Windows.Forms.ToolStripButton m_revertFiles;
812 private System.Windows.Forms.ToolStripButton toolStripButton9;
813 private System.Windows.Forms.ToolStripButton toolStripButton14;
814 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
815 private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
816 private System.Windows.Forms.ToolStripButton toolStripButton15;
817 private System.Windows.Forms.ToolStripButton toolStripButton16;
818 private System.Windows.Forms.ToolStripButton toolStripButton17;
819 private System.Windows.Forms.ToolStripButton m_typeSelector;
820 private System.Windows.Forms.ToolStrip toolStrip3;
821 private System.Windows.Forms.ColumnHeader columnHeader1;
822 private System.Windows.Forms.ColumnHeader columnHeader2;
823 private System.Windows.Forms.ColumnHeader columnHeader3;
824 private System.Windows.Forms.ColumnHeader columnHeader4;
825 private System.Windows.Forms.ColumnHeader columnHeader5;
826 private System.Windows.Forms.ToolStripButton m_fetchCommits;
827 private System.Windows.Forms.ToolStripButton m_nextCommits;
828 private System.Windows.Forms.ToolStripButton m_previousCommits;
829 private System.Windows.Forms.ToolStripSplitButton toolStripDropDownButton1;
830 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
831 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
832 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
833 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
834 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
835 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6;
836 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8;
837 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem7;
838 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9;