FileUpdater enancements.
[Widgit.git] / UI / RepoTreeView.Designer.cs
blob093a068c9657885f5245cf0e6884fbc1bc17b0d4
1 namespace Widgit
3 partial class RepoTreeView
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 Component 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.m_workspaceTree = new System.Windows.Forms.TreeView();
32 this.m_toolbar = new Widgit.RepoToolStrip();
33 this.SuspendLayout();
34 //
35 // m_workspaceTree
36 //
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;
42 //
43 // m_toolbar
44 //
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";
50 //
51 // RepoTreeView
52 //
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);
60 this.PerformLayout();
64 #endregion
66 private System.Windows.Forms.TreeView m_workspaceTree;
67 private Widgit.RepoToolStrip m_toolbar;