Added popup menu, started handling view file request from popup. Added prefs for...
[Widgit.git] / UI / RepoTreeView.Designer.cs
blob393144b4298ba790fc97a19de3c0fc5775981317
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.m_opMenu = new Widgit.FileOpMenu();
34 this.SuspendLayout();
35 //
36 // m_workspaceTree
37 //
38 this.m_workspaceTree.Dock = System.Windows.Forms.DockStyle.Fill;
39 this.m_workspaceTree.Location = new System.Drawing.Point(0, 25);
40 this.m_workspaceTree.Name = "m_workspaceTree";
41 this.m_workspaceTree.Size = new System.Drawing.Size(388, 519);
42 this.m_workspaceTree.TabIndex = 5;
43 this.m_workspaceTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.OnNodeActivated);
44 this.m_workspaceTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.OnNodeClicked);
45 //
46 // m_toolbar
47 //
48 this.m_toolbar.CheckedMask = -1;
49 this.m_toolbar.Location = new System.Drawing.Point(0, 0);
50 this.m_toolbar.Name = "m_toolbar";
51 this.m_toolbar.Size = new System.Drawing.Size(388, 25);
52 this.m_toolbar.StateMask = -1;
53 this.m_toolbar.TabIndex = 6;
54 this.m_toolbar.Text = "repoToolStrip1";
55 //
56 // m_opMenu
57 //
58 this.m_opMenu.Name = "m_opMenu";
59 //
60 // RepoTreeView
61 //
62 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
63 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
64 this.Controls.Add(this.m_workspaceTree);
65 this.Controls.Add(this.m_toolbar);
66 this.Name = "RepoTreeView";
67 this.Size = new System.Drawing.Size(388, 544);
68 this.ResumeLayout(false);
69 this.PerformLayout();
73 #endregion
75 private System.Windows.Forms.TreeView m_workspaceTree;
76 private Widgit.RepoToolStrip m_toolbar;
77 private FileOpMenu m_opMenu;