3 partial class RepoTreeView
6 /// Required designer variable.
8 private System
.ComponentModel
.IContainer components
= null;
11 /// Clean up any resources being used.
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))
20 base.Dispose(disposing
);
23 #region Component Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 this.m_workspaceTree
= new System
.Windows
.Forms
.TreeView();
32 this.m_toolbar
= new Widgit
.RepoToolStrip();
37 this.m_workspaceTree
.Dock
= System
.Windows
.Forms
.DockStyle
.Fill
;
38 this.m_workspaceTree
.Location
= new System
.Drawing
.Point(0, 25);
39 this.m_workspaceTree
.Name
= "m_workspaceTree";
40 this.m_workspaceTree
.Size
= new System
.Drawing
.Size(388, 519);
41 this.m_workspaceTree
.TabIndex
= 5;
45 this.m_toolbar
.Location
= new System
.Drawing
.Point(0, 0);
46 this.m_toolbar
.Name
= "m_toolbar";
47 this.m_toolbar
.Size
= new System
.Drawing
.Size(388, 25);
48 this.m_toolbar
.TabIndex
= 6;
49 this.m_toolbar
.Text
= "repoToolStrip1";
53 this.AutoScaleDimensions
= new System
.Drawing
.SizeF(6F
, 13F
);
54 this.AutoScaleMode
= System
.Windows
.Forms
.AutoScaleMode
.Font
;
55 this.Controls
.Add(this.m_workspaceTree
);
56 this.Controls
.Add(this.m_toolbar
);
57 this.Name
= "RepoTreeView";
58 this.Size
= new System
.Drawing
.Size(388, 544);
59 this.ResumeLayout(false);
66 private System
.Windows
.Forms
.TreeView m_workspaceTree
;
67 private Widgit
.RepoToolStrip m_toolbar
;