main
1namespace MoMoney.Presentation.Winforms.Views
2{
3 partial class ApplicationShell
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.components = new System.ComponentModel.Container();
32 var dockPanelSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin();
33 var autoHideStripSkin1 = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin();
34 var dockPanelGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
35 var tabGradient1 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
36 var dockPaneStripSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin();
37 var dockPaneStripGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient();
38 var tabGradient2 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
39 var dockPanelGradient2 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
40 var tabGradient3 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
41 var dockPaneStripToolWindowGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
42 var tabGradient4 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
43 var tabGradient5 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
44 var dockPanelGradient3 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
45 var tabGradient6 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
46 var tabGradient7 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
47 this.ux_main_menu_strip = new System.Windows.Forms.MenuStrip();
48 this.ux_status_bar = new System.Windows.Forms.StatusStrip();
49 this.status_bar_progress_bar = new System.Windows.Forms.ToolStripProgressBar();
50 this.status_bar_label = new System.Windows.Forms.ToolStripStatusLabel();
51 this.ux_dock_panel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
52 this.ux_tool_bar_strip = new System.Windows.Forms.ToolStrip();
53 this.notification_icon = new System.Windows.Forms.NotifyIcon(this.components);
54 this.ux_status_bar.SuspendLayout();
55 this.SuspendLayout();
56 //
57 // ux_main_menu_strip
58 //
59 this.ux_main_menu_strip.Font = new System.Drawing.Font("Segoe UI", 8.25F);
60 this.ux_main_menu_strip.Location = new System.Drawing.Point(0, 0);
61 this.ux_main_menu_strip.Name = "ux_main_menu_strip";
62 this.ux_main_menu_strip.Size = new System.Drawing.Size(756, 24);
63 this.ux_main_menu_strip.TabIndex = 0;
64 this.ux_main_menu_strip.Text = "menuStrip1";
65 //
66 // ux_status_bar
67 //
68 this.ux_status_bar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
69 this.status_bar_label,
70 this.status_bar_progress_bar});
71 this.ux_status_bar.Location = new System.Drawing.Point(0, 485);
72 this.ux_status_bar.Name = "ux_status_bar";
73 this.ux_status_bar.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
74 this.ux_status_bar.Size = new System.Drawing.Size(756, 22);
75 this.ux_status_bar.TabIndex = 2;
76 this.ux_status_bar.Text = "statusStrip1";
77 //
78 // status_bar_progress_bar
79 //
80 this.status_bar_progress_bar.Name = "status_bar_progress_bar";
81 this.status_bar_progress_bar.RightToLeft = System.Windows.Forms.RightToLeft.No;
82 this.status_bar_progress_bar.RightToLeftLayout = true;
83 this.status_bar_progress_bar.Size = new System.Drawing.Size(75, 16);
84 this.status_bar_progress_bar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
85 //
86 // status_bar_label
87 //
88 this.status_bar_label.Name = "status_bar_label";
89 this.status_bar_label.Size = new System.Drawing.Size(16, 17);
90 this.status_bar_label.Text = "...";
91 //
92 // ux_dock_panel
93 //
94 this.ux_dock_panel.ActiveAutoHideContent = null;
95 this.ux_dock_panel.BackColor = System.Drawing.Color.White;
96 this.ux_dock_panel.CausesValidation = false;
97 this.ux_dock_panel.Dock = System.Windows.Forms.DockStyle.Fill;
98 this.ux_dock_panel.DockBackColor = System.Drawing.Color.Transparent;
99 this.ux_dock_panel.DockBottomPortion = 150;
100 this.ux_dock_panel.DockLeftPortion = 200;
101 this.ux_dock_panel.DockRightPortion = 200;
102 this.ux_dock_panel.DockTopPortion = 150;
103 this.ux_dock_panel.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(0)));
104 this.ux_dock_panel.Location = new System.Drawing.Point(0, 24);
105 this.ux_dock_panel.Name = "ux_dock_panel";
106 this.ux_dock_panel.RightToLeftLayout = true;
107 this.ux_dock_panel.Size = new System.Drawing.Size(756, 461);
108 dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
109 dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
110 autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
111 tabGradient1.EndColor = System.Drawing.SystemColors.Control;
112 tabGradient1.StartColor = System.Drawing.SystemColors.Control;
113 tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
114 autoHideStripSkin1.TabGradient = tabGradient1;
115 dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
116 tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
117 tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
118 tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
119 dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
120 dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
121 dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
122 dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
123 tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
124 tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
125 tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
126 dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
127 dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
128 tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
129 tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
130 tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
131 tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
132 dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
133 tabGradient5.EndColor = System.Drawing.SystemColors.Control;
134 tabGradient5.StartColor = System.Drawing.SystemColors.Control;
135 tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
136 dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
137 dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
138 dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
139 dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
140 tabGradient6.EndColor = System.Drawing.SystemColors.GradientInactiveCaption;
141 tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
142 tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
143 tabGradient6.TextColor = System.Drawing.SystemColors.ControlText;
144 dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
145 tabGradient7.EndColor = System.Drawing.Color.Transparent;
146 tabGradient7.StartColor = System.Drawing.Color.Transparent;
147 tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
148 dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
149 dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
150 dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
151 this.ux_dock_panel.Skin = dockPanelSkin1;
152 this.ux_dock_panel.TabIndex = 3;
153 //
154 // ux_tool_bar_strip
155 //
156 this.ux_tool_bar_strip.Font = new System.Drawing.Font("Segoe UI", 8.25F);
157 this.ux_tool_bar_strip.Location = new System.Drawing.Point(0, 24);
158 this.ux_tool_bar_strip.Name = "ux_tool_bar_strip";
159 this.ux_tool_bar_strip.Size = new System.Drawing.Size(756, 25);
160 this.ux_tool_bar_strip.TabIndex = 6;
161 this.ux_tool_bar_strip.Text = "toolStrip1";
162 //
163 // notification_icon
164 //
165 this.notification_icon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
166 this.notification_icon.BalloonTipText = "Thanks for trying out this sample application";
167 this.notification_icon.BalloonTipTitle = "Welcome!";
168 this.notification_icon.Text = "Thanks for trying out this sample application";
169 this.notification_icon.Visible = true;
170 //
171 // ApplicationShell
172 //
173 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
174 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
175 this.ClientSize = new System.Drawing.Size(756, 507);
176 this.Controls.Add(this.ux_tool_bar_strip);
177 this.Controls.Add(this.ux_dock_panel);
178 this.Controls.Add(this.ux_status_bar);
179 this.Controls.Add(this.ux_main_menu_strip);
180 this.HelpButton = true;
181 this.IsMdiContainer = true;
182 this.MainMenuStrip = this.ux_main_menu_strip;
183 this.Margin = new System.Windows.Forms.Padding(3);
184 this.Name = "ApplicationShell";
185 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
186 this.Text = "MoMoney";
187 this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
188 this.ux_status_bar.ResumeLayout(false);
189 this.ux_status_bar.PerformLayout();
190 this.ResumeLayout(false);
191 this.PerformLayout();
192
193 }
194
195 #endregion
196
197 private System.Windows.Forms.MenuStrip ux_main_menu_strip;
198 private System.Windows.Forms.StatusStrip ux_status_bar;
199 private WeifenLuo.WinFormsUI.Docking.DockPanel ux_dock_panel;
200 private System.Windows.Forms.ToolStrip ux_tool_bar_strip;
201 private System.Windows.Forms.NotifyIcon notification_icon;
202 private System.Windows.Forms.ToolStripStatusLabel status_bar_label;
203 private System.Windows.Forms.ToolStripProgressBar status_bar_progress_bar;
204 }
205}