Winify – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Winify
3 {
4 partial class SettingsForm
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10  
11 /// <summary>
12 /// Clean up any resources being used.
13 /// </summary>
14 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15 protected override void Dispose(bool disposing)
16 {
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
33 this.tabControl1 = new System.Windows.Forms.TabControl();
3 office 34 this.tabPage2 = new System.Windows.Forms.TabPage();
35 this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
36 this.groupBox3 = new System.Windows.Forms.GroupBox();
1 office 37 this.tabPage1 = new System.Windows.Forms.TabPage();
38 this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
39 this.groupBox1 = new System.Windows.Forms.GroupBox();
3 office 40 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
41 this.label4 = new System.Windows.Forms.Label();
42 this.label3 = new System.Windows.Forms.Label();
1 office 43 this.groupBox2 = new System.Windows.Forms.GroupBox();
44 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
45 this.label1 = new System.Windows.Forms.Label();
46 this.label2 = new System.Windows.Forms.Label();
47 this.checkBox1 = new System.Windows.Forms.CheckBox();
48 this.textBox1 = new System.Windows.Forms.TextBox();
49 this.textBox4 = new System.Windows.Forms.TextBox();
50 this.textBox2 = new System.Windows.Forms.TextBox();
51 this.textBox3 = new System.Windows.Forms.TextBox();
52 this.tabControl1.SuspendLayout();
3 office 53 this.tabPage2.SuspendLayout();
54 this.flowLayoutPanel2.SuspendLayout();
55 this.groupBox3.SuspendLayout();
1 office 56 this.tabPage1.SuspendLayout();
57 this.flowLayoutPanel1.SuspendLayout();
58 this.groupBox1.SuspendLayout();
3 office 59 this.tableLayoutPanel2.SuspendLayout();
1 office 60 this.groupBox2.SuspendLayout();
61 this.tableLayoutPanel1.SuspendLayout();
62 this.SuspendLayout();
63 //
64 // tabControl1
65 //
66 this.tabControl1.Controls.Add(this.tabPage2);
67 this.tabControl1.Controls.Add(this.tabPage1);
68 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
69 this.tabControl1.Location = new System.Drawing.Point(0, 0);
70 this.tabControl1.Name = "tabControl1";
71 this.tabControl1.SelectedIndex = 0;
72 this.tabControl1.Size = new System.Drawing.Size(490, 282);
73 this.tabControl1.TabIndex = 0;
74 //
3 office 75 // tabPage2
76 //
77 this.tabPage2.Controls.Add(this.flowLayoutPanel2);
78 this.tabPage2.Location = new System.Drawing.Point(4, 22);
79 this.tabPage2.Name = "tabPage2";
80 this.tabPage2.Size = new System.Drawing.Size(482, 256);
81 this.tabPage2.TabIndex = 1;
82 this.tabPage2.Text = "Application";
83 this.tabPage2.UseVisualStyleBackColor = true;
84 //
85 // flowLayoutPanel2
86 //
87 this.flowLayoutPanel2.Controls.Add(this.groupBox3);
88 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
89 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
90 this.flowLayoutPanel2.Name = "flowLayoutPanel2";
91 this.flowLayoutPanel2.Size = new System.Drawing.Size(482, 256);
92 this.flowLayoutPanel2.TabIndex = 0;
93 //
94 // groupBox3
95 //
96 this.groupBox3.Controls.Add(this.checkBox1);
97 this.groupBox3.Location = new System.Drawing.Point(3, 3);
98 this.groupBox3.Name = "groupBox3";
99 this.groupBox3.Size = new System.Drawing.Size(253, 53);
100 this.groupBox3.TabIndex = 0;
101 this.groupBox3.TabStop = false;
102 this.groupBox3.Text = "Startup";
103 //
1 office 104 // tabPage1
105 //
106 this.tabPage1.Controls.Add(this.flowLayoutPanel1);
107 this.tabPage1.Location = new System.Drawing.Point(4, 22);
108 this.tabPage1.Name = "tabPage1";
109 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
110 this.tabPage1.Size = new System.Drawing.Size(482, 256);
111 this.tabPage1.TabIndex = 0;
112 this.tabPage1.Text = "Connection";
113 this.tabPage1.UseVisualStyleBackColor = true;
114 //
115 // flowLayoutPanel1
116 //
117 this.flowLayoutPanel1.Controls.Add(this.groupBox1);
118 this.flowLayoutPanel1.Controls.Add(this.groupBox2);
119 this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
120 this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
121 this.flowLayoutPanel1.Name = "flowLayoutPanel1";
122 this.flowLayoutPanel1.Size = new System.Drawing.Size(476, 250);
123 this.flowLayoutPanel1.TabIndex = 0;
124 //
125 // groupBox1
126 //
127 this.groupBox1.Controls.Add(this.tableLayoutPanel2);
128 this.groupBox1.Location = new System.Drawing.Point(3, 3);
129 this.groupBox1.Name = "groupBox1";
130 this.groupBox1.Size = new System.Drawing.Size(350, 100);
131 this.groupBox1.TabIndex = 0;
132 this.groupBox1.TabStop = false;
133 this.groupBox1.Text = "Server";
134 //
3 office 135 // tableLayoutPanel2
136 //
137 this.tableLayoutPanel2.ColumnCount = 2;
138 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
139 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
140 this.tableLayoutPanel2.Controls.Add(this.label4, 0, 1);
141 this.tableLayoutPanel2.Controls.Add(this.textBox1, 1, 0);
142 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 0);
143 this.tableLayoutPanel2.Controls.Add(this.textBox4, 1, 1);
144 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
145 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
146 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
147 this.tableLayoutPanel2.RowCount = 2;
148 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
149 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
150 this.tableLayoutPanel2.Size = new System.Drawing.Size(344, 81);
151 this.tableLayoutPanel2.TabIndex = 0;
152 //
153 // label4
154 //
155 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
156 this.label4.AutoSize = true;
157 this.label4.Location = new System.Drawing.Point(3, 54);
158 this.label4.Name = "label4";
159 this.label4.Size = new System.Drawing.Size(166, 13);
160 this.label4.TabIndex = 3;
161 this.label4.Text = "Port";
162 //
163 // label3
164 //
165 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
166 this.label3.AutoSize = true;
167 this.label3.Location = new System.Drawing.Point(3, 13);
168 this.label3.Name = "label3";
169 this.label3.Size = new System.Drawing.Size(166, 13);
170 this.label3.TabIndex = 2;
171 this.label3.Text = "Host or Address";
172 //
1 office 173 // groupBox2
174 //
175 this.groupBox2.Controls.Add(this.tableLayoutPanel1);
176 this.groupBox2.Location = new System.Drawing.Point(3, 109);
177 this.groupBox2.Name = "groupBox2";
178 this.groupBox2.Size = new System.Drawing.Size(350, 100);
179 this.groupBox2.TabIndex = 1;
180 this.groupBox2.TabStop = false;
181 this.groupBox2.Text = "Authentication";
182 //
183 // tableLayoutPanel1
184 //
185 this.tableLayoutPanel1.ColumnCount = 2;
186 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
187 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
188 this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
189 this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
190 this.tableLayoutPanel1.Controls.Add(this.textBox2, 1, 0);
191 this.tableLayoutPanel1.Controls.Add(this.textBox3, 1, 1);
192 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
193 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
194 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
195 this.tableLayoutPanel1.RowCount = 2;
196 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
197 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
198 this.tableLayoutPanel1.Size = new System.Drawing.Size(344, 81);
199 this.tableLayoutPanel1.TabIndex = 0;
200 //
201 // label1
202 //
203 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
204 this.label1.AutoSize = true;
205 this.label1.Location = new System.Drawing.Point(3, 13);
206 this.label1.Name = "label1";
207 this.label1.Size = new System.Drawing.Size(80, 13);
208 this.label1.TabIndex = 0;
209 this.label1.Text = "Username";
210 //
211 // label2
212 //
213 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
214 this.label2.AutoSize = true;
215 this.label2.Location = new System.Drawing.Point(3, 54);
216 this.label2.Name = "label2";
217 this.label2.Size = new System.Drawing.Size(80, 13);
218 this.label2.TabIndex = 1;
219 this.label2.Text = "Password";
220 //
221 // checkBox1
222 //
223 this.checkBox1.AutoSize = true;
224 this.checkBox1.Checked = global::Winify.Properties.Settings.Default.LaunchOnBoot;
225 this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Winify.Properties.Settings.Default, "LaunchOnBoot", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
226 this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill;
227 this.checkBox1.Location = new System.Drawing.Point(3, 16);
228 this.checkBox1.Name = "checkBox1";
229 this.checkBox1.Size = new System.Drawing.Size(247, 34);
230 this.checkBox1.TabIndex = 0;
231 this.checkBox1.Text = "Launch on Windows boot";
232 this.checkBox1.UseVisualStyleBackColor = true;
233 this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged);
234 //
235 // textBox1
236 //
237 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
238 this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Winify.Properties.Settings.Default, "Host", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
239 this.textBox1.Location = new System.Drawing.Point(175, 10);
240 this.textBox1.Name = "textBox1";
241 this.textBox1.Size = new System.Drawing.Size(166, 20);
242 this.textBox1.TabIndex = 1;
243 this.textBox1.Text = global::Winify.Properties.Settings.Default.Host;
244 //
245 // textBox4
246 //
247 this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
248 this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Winify.Properties.Settings.Default, "Port", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
249 this.textBox4.Location = new System.Drawing.Point(175, 50);
250 this.textBox4.Name = "textBox4";
251 this.textBox4.Size = new System.Drawing.Size(166, 20);
252 this.textBox4.TabIndex = 4;
253 this.textBox4.Text = global::Winify.Properties.Settings.Default.Port;
254 //
255 // textBox2
256 //
257 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
258 this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Winify.Properties.Settings.Default, "Username", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
259 this.textBox2.Location = new System.Drawing.Point(89, 10);
260 this.textBox2.Name = "textBox2";
261 this.textBox2.Size = new System.Drawing.Size(252, 20);
262 this.textBox2.TabIndex = 2;
263 this.textBox2.Text = global::Winify.Properties.Settings.Default.Username;
264 //
265 // textBox3
266 //
267 this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
268 this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Winify.Properties.Settings.Default, "Password", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
269 this.textBox3.Location = new System.Drawing.Point(89, 50);
270 this.textBox3.Name = "textBox3";
271 this.textBox3.PasswordChar = '*';
272 this.textBox3.Size = new System.Drawing.Size(252, 20);
273 this.textBox3.TabIndex = 3;
274 this.textBox3.Text = global::Winify.Properties.Settings.Default.Password;
275 //
276 // SettingsForm
277 //
278 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
279 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
280 this.ClientSize = new System.Drawing.Size(490, 282);
281 this.Controls.Add(this.tabControl1);
282 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
283 this.Name = "SettingsForm";
3 office 284 this.Text = "Winify: Settings";
1 office 285 this.tabControl1.ResumeLayout(false);
3 office 286 this.tabPage2.ResumeLayout(false);
287 this.flowLayoutPanel2.ResumeLayout(false);
288 this.groupBox3.ResumeLayout(false);
289 this.groupBox3.PerformLayout();
1 office 290 this.tabPage1.ResumeLayout(false);
291 this.flowLayoutPanel1.ResumeLayout(false);
292 this.groupBox1.ResumeLayout(false);
3 office 293 this.tableLayoutPanel2.ResumeLayout(false);
294 this.tableLayoutPanel2.PerformLayout();
1 office 295 this.groupBox2.ResumeLayout(false);
296 this.tableLayoutPanel1.ResumeLayout(false);
297 this.tableLayoutPanel1.PerformLayout();
298 this.ResumeLayout(false);
299  
300 }
301  
302 #endregion
303  
304 private System.Windows.Forms.TabControl tabControl1;
305 private System.Windows.Forms.TabPage tabPage1;
306 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
307 private System.Windows.Forms.GroupBox groupBox1;
308 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
309 private System.Windows.Forms.Label label4;
310 private System.Windows.Forms.TextBox textBox1;
311 private System.Windows.Forms.Label label3;
312 private System.Windows.Forms.TextBox textBox4;
313 private System.Windows.Forms.GroupBox groupBox2;
314 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
315 private System.Windows.Forms.Label label1;
316 private System.Windows.Forms.Label label2;
317 private System.Windows.Forms.TextBox textBox2;
318 private System.Windows.Forms.TextBox textBox3;
319 private System.Windows.Forms.TabPage tabPage2;
320 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
321 private System.Windows.Forms.GroupBox groupBox3;
322 private System.Windows.Forms.CheckBox checkBox1;
323 }
324 }