main
1namespace MoMoney.Presentation.Winforms.Views
2{
3 partial class NavigationView
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
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)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
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()
30 {
31 this.uxNavigationTreeView = new System.Windows.Forms.TreeView();
32 this.SuspendLayout();
33 //
34 // uxNavigationTreeView
35 //
36 this.uxNavigationTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
37 this.uxNavigationTreeView.Location = new System.Drawing.Point(0, 0);
38 this.uxNavigationTreeView.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
39 this.uxNavigationTreeView.Name = "uxNavigationTreeView";
40 this.uxNavigationTreeView.Size = new System.Drawing.Size(389, 336);
41 this.uxNavigationTreeView.TabIndex = 0;
42 //
43 // NavigationView
44 //
45 this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
46 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
47 this.ClientSize = new System.Drawing.Size(389, 336);
48 this.Controls.Add(this.uxNavigationTreeView);
49 this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
50 this.Name = "NavigationView";
51 this.TabText = "Action Items";
52 this.Text = "Alternate Menu";
53 this.ResumeLayout(false);
54
55 }
56
57 #endregion
58
59 private System.Windows.Forms.TreeView uxNavigationTreeView;
60 }
61}