main
1namespace MoMoney.Presentation.Winforms.Views
2{
3 partial class MainMenuView
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.ux_system_task_pane = new XPExplorerBar.TaskPane();
32 ((System.ComponentModel.ISupportInitialize)(this.ux_system_task_pane)).BeginInit();
33 this.SuspendLayout();
34 //
35 // ux_system_task_pane
36 //
37 this.ux_system_task_pane.AllowDrop = true;
38 this.ux_system_task_pane.AutoScrollMargin = new System.Drawing.Size(12, 12);
39 this.ux_system_task_pane.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
40 this.ux_system_task_pane.CausesValidation = false;
41 this.ux_system_task_pane.Dock = System.Windows.Forms.DockStyle.Fill;
42 this.ux_system_task_pane.Location = new System.Drawing.Point(0, 0);
43 this.ux_system_task_pane.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
44 this.ux_system_task_pane.Name = "ux_system_task_pane";
45 this.ux_system_task_pane.Size = new System.Drawing.Size(316, 914);
46 this.ux_system_task_pane.TabIndex = 2;
47 this.ux_system_task_pane.Text = "taskPane1";
48 //
49 // MainMenuView
50 //
51 this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
53 this.ClientSize = new System.Drawing.Size(316, 914);
54 this.Controls.Add(this.ux_system_task_pane);
55 this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
56 this.Name = "MainMenuView";
57 this.TabText = "actions_task_list";
58 this.Text = "actions_task_list";
59 ((System.ComponentModel.ISupportInitialize)(this.ux_system_task_pane)).EndInit();
60 this.ResumeLayout(false);
61
62 }
63
64 #endregion
65
66 private XPExplorerBar.TaskPane ux_system_task_pane;
67 }
68}