main
1namespace MoMoney.Presentation.Winforms.Views
2{
3 partial class ApplicationDockedWindow
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 //this.log().debug("disposing: {0}", this);
17 if (disposing && (components != null))
18 {
19 components.Dispose();
20 }
21 base.Dispose(disposing);
22 }
23
24 #region Windows Form Designer generated code
25
26 /// <summary>
27 /// Required method for Designer support - do not modify
28 /// the contents of this method with the code editor.
29 /// </summary>
30 private void InitializeComponent()
31 {
32 this.components = new System.ComponentModel.Container();
33 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
34 this.Text = "ApplicationDockedWindow";
35 }
36
37 #endregion
38 }
39}