main
 1namespace MoMoney.Presentation.Winforms.Views
 2{
 3    partial class WelcomeScreen
 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 Component 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_create_new_file_button = new System.Windows.Forms.Button();
32            this.ux_open_existing_file_button = new System.Windows.Forms.Button();
33            this.SuspendLayout();
34            // 
35            // ux_create_new_file_button
36            // 
37            this.ux_create_new_file_button.Anchor = System.Windows.Forms.AnchorStyles.None;
38            this.ux_create_new_file_button.Enabled = false;
39            this.ux_create_new_file_button.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
40            this.ux_create_new_file_button.Location = new System.Drawing.Point(101, 97);
41            this.ux_create_new_file_button.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
42            this.ux_create_new_file_button.Name = "ux_create_new_file_button";
43            this.ux_create_new_file_button.Size = new System.Drawing.Size(100, 28);
44            this.ux_create_new_file_button.TabIndex = 0;
45            this.ux_create_new_file_button.Text = "Create New File";
46            this.ux_create_new_file_button.UseVisualStyleBackColor = true;
47            // 
48            // ux_open_existing_file_button
49            // 
50            this.ux_open_existing_file_button.Anchor = System.Windows.Forms.AnchorStyles.None;
51            this.ux_open_existing_file_button.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
52            this.ux_open_existing_file_button.Location = new System.Drawing.Point(101, 164);
53            this.ux_open_existing_file_button.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
54            this.ux_open_existing_file_button.Name = "ux_open_existing_file_button";
55            this.ux_open_existing_file_button.Size = new System.Drawing.Size(100, 28);
56            this.ux_open_existing_file_button.TabIndex = 1;
57            this.ux_open_existing_file_button.Text = "Open Existing File";
58            this.ux_open_existing_file_button.UseVisualStyleBackColor = true;
59            // 
60            // WelcomeScreen
61            // 
62            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
63            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
64            this.AutoSize = true;
65            this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
66            this.BackColor = System.Drawing.Color.WhiteSmoke;
67            this.ClientSize = new System.Drawing.Size(963, 609);
68            this.Controls.Add(this.ux_open_existing_file_button);
69            this.Controls.Add(this.ux_create_new_file_button);
70            this.DoubleBuffered = true;
71            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
72            this.Name = "WelcomeScreen";
73            this.ResumeLayout(false);
74
75        }
76
77        #endregion
78
79        private System.Windows.Forms.Button ux_create_new_file_button;
80        private System.Windows.Forms.Button ux_open_existing_file_button;
81
82    }
83}