main
1namespace MoMoney.Presentation.Winforms.Views
2{
3 partial class CheckForUpdatesView
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.label3 = new System.Windows.Forms.Label();
32 this.label2 = new System.Windows.Forms.Label();
33 this.ux_current_version = new System.Windows.Forms.Label();
34 this.ux_image = new System.Windows.Forms.PictureBox();
35 this.ux_cancel_button = new System.Windows.Forms.Button();
36 this.ux_dont_update_button = new System.Windows.Forms.Button();
37 this.ux_update_button = new System.Windows.Forms.Button();
38 this.ux_new_version = new System.Windows.Forms.Label();
39 this.label5 = new System.Windows.Forms.Label();
40 ((System.ComponentModel.ISupportInitialize)(this.ux_image)).BeginInit();
41 this.SuspendLayout();
42 //
43 // label3
44 //
45 this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
46 this.label3.Location = new System.Drawing.Point(9, 171);
47 this.label3.Name = "label3";
48 this.label3.Size = new System.Drawing.Size(273, 2);
49 this.label3.TabIndex = 15;
50 this.label3.Text = " " +
51 " ";
52 //
53 // label2
54 //
55 this.label2.AutoSize = true;
56 this.label2.Location = new System.Drawing.Point(134, 54);
57 this.label2.Name = "label2";
58 this.label2.Size = new System.Drawing.Size(136, 13);
59 this.label2.TabIndex = 14;
60 this.label2.Text = "What would you like to do?";
61 //
62 // ux_current_version
63 //
64 this.ux_current_version.AutoSize = true;
65 this.ux_current_version.Location = new System.Drawing.Point(134, 11);
66 this.ux_current_version.Name = "ux_current_version";
67 this.ux_current_version.Size = new System.Drawing.Size(44, 13);
68 this.ux_current_version.TabIndex = 13;
69 this.ux_current_version.Text = "Current:";
70 //
71 // ux_image
72 //
73 this.ux_image.Location = new System.Drawing.Point(10, 11);
74 this.ux_image.Name = "ux_image";
75 this.ux_image.Size = new System.Drawing.Size(115, 85);
76 this.ux_image.TabIndex = 12;
77 this.ux_image.TabStop = false;
78 //
79 // ux_cancel_button
80 //
81 this.ux_cancel_button.DialogResult = System.Windows.Forms.DialogResult.Cancel;
82 this.ux_cancel_button.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
83 this.ux_cancel_button.Location = new System.Drawing.Point(10, 253);
84 this.ux_cancel_button.Name = "ux_cancel_button";
85 this.ux_cancel_button.Size = new System.Drawing.Size(267, 63);
86 this.ux_cancel_button.TabIndex = 11;
87 this.ux_cancel_button.Text = "Cancel";
88 this.ux_cancel_button.UseVisualStyleBackColor = true;
89 //
90 // ux_dont_update_button
91 //
92 this.ux_dont_update_button.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
93 this.ux_dont_update_button.Location = new System.Drawing.Point(10, 184);
94 this.ux_dont_update_button.Name = "ux_dont_update_button";
95 this.ux_dont_update_button.Size = new System.Drawing.Size(267, 63);
96 this.ux_dont_update_button.TabIndex = 10;
97 this.ux_dont_update_button.Text = "Do&n\'t Update";
98 this.ux_dont_update_button.UseVisualStyleBackColor = true;
99 //
100 // ux_update_button
101 //
102 this.ux_update_button.Enabled = false;
103 this.ux_update_button.Location = new System.Drawing.Point(10, 98);
104 this.ux_update_button.Name = "ux_update_button";
105 this.ux_update_button.Size = new System.Drawing.Size(267, 63);
106 this.ux_update_button.TabIndex = 9;
107 this.ux_update_button.Text = "&Update";
108 this.ux_update_button.UseVisualStyleBackColor = true;
109 //
110 // ux_new_version
111 //
112 this.ux_new_version.AutoSize = true;
113 this.ux_new_version.Location = new System.Drawing.Point(136, 40);
114 this.ux_new_version.Name = "ux_new_version";
115 this.ux_new_version.Size = new System.Drawing.Size(32, 13);
116 this.ux_new_version.TabIndex = 16;
117 this.ux_new_version.Text = "New:";
118 //
119 // label5
120 //
121 this.label5.AutoSize = true;
122 this.label5.Location = new System.Drawing.Point(190, 26);
123 this.label5.Name = "label5";
124 this.label5.Size = new System.Drawing.Size(16, 13);
125 this.label5.TabIndex = 17;
126 this.label5.Text = "to";
127 //
128 // CheckForUpdatesView
129 //
130 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
131 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
132 this.CancelButton = this.ux_cancel_button;
133 this.ClientSize = new System.Drawing.Size(291, 327);
134 this.Controls.Add(this.label5);
135 this.Controls.Add(this.ux_new_version);
136 this.Controls.Add(this.label3);
137 this.Controls.Add(this.label2);
138 this.Controls.Add(this.ux_current_version);
139 this.Controls.Add(this.ux_image);
140 this.Controls.Add(this.ux_cancel_button);
141 this.Controls.Add(this.ux_dont_update_button);
142 this.Controls.Add(this.ux_update_button);
143 this.MaximizeBox = false;
144 this.MinimizeBox = false;
145 this.Name = "CheckForUpdatesView";
146 this.ShowInTaskbar = false;
147 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
148 this.Text = "MoMoney - Check For Updates";
149 ((System.ComponentModel.ISupportInitialize)(this.ux_image)).EndInit();
150 this.ResumeLayout(false);
151 this.PerformLayout();
152
153 }
154
155 #endregion
156
157 private System.Windows.Forms.Label label3;
158 private System.Windows.Forms.Label label2;
159 private System.Windows.Forms.Label ux_current_version;
160 private System.Windows.Forms.PictureBox ux_image;
161 private System.Windows.Forms.Button ux_cancel_button;
162 private System.Windows.Forms.Button ux_dont_update_button;
163 private System.Windows.Forms.Button ux_update_button;
164 private System.Windows.Forms.Label ux_new_version;
165 private System.Windows.Forms.Label label5;
166
167 }
168}