Winify – Blame information for rev 1

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();
34 this.tabPage1 = new System.Windows.Forms.TabPage();
35 this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
36 this.groupBox1 = new System.Windows.Forms.GroupBox();
37 this.groupBox2 = new System.Windows.Forms.GroupBox();
38 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
39 this.label1 = new System.Windows.Forms.Label();
40 this.label2 = new System.Windows.Forms.Label();
41 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
42 this.label3 = new System.Windows.Forms.Label();
43 this.label4 = new System.Windows.Forms.Label();
44 this.tabPage2 = new System.Windows.Forms.TabPage();
45 this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
46 this.groupBox3 = new System.Windows.Forms.GroupBox();
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();
53 this.tabPage1.SuspendLayout();
54 this.flowLayoutPanel1.SuspendLayout();
55 this.groupBox1.SuspendLayout();
56 this.groupBox2.SuspendLayout();
57 this.tableLayoutPanel1.SuspendLayout();
58 this.tableLayoutPanel2.SuspendLayout();
59 this.tabPage2.SuspendLayout();
60 this.flowLayoutPanel2.SuspendLayout();
61 this.groupBox3.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 //
75 // tabPage1
76 //
77 this.tabPage1.Controls.Add(this.flowLayoutPanel1);
78 this.tabPage1.Location = new System.Drawing.Point(4, 22);
79 this.tabPage1.Name = "tabPage1";
80 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
81 this.tabPage1.Size = new System.Drawing.Size(482, 256);
82 this.tabPage1.TabIndex = 0;
83 this.tabPage1.Text = "Connection";
84 this.tabPage1.UseVisualStyleBackColor = true;
85 //
86 // flowLayoutPanel1
87 //
88 this.flowLayoutPanel1.Controls.Add(this.groupBox1);
89 this.flowLayoutPanel1.Controls.Add(this.groupBox2);
90 this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
91 this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
92 this.flowLayoutPanel1.Name = "flowLayoutPanel1";
93 this.flowLayoutPanel1.Size = new System.Drawing.Size(476, 250);
94 this.flowLayoutPanel1.TabIndex = 0;
95 //
96 // groupBox1
97 //
98 this.groupBox1.Controls.Add(this.tableLayoutPanel2);
99 this.groupBox1.Location = new System.Drawing.Point(3, 3);
100 this.groupBox1.Name = "groupBox1";
101 this.groupBox1.Size = new System.Drawing.Size(350, 100);
102 this.groupBox1.TabIndex = 0;
103 this.groupBox1.TabStop = false;
104 this.groupBox1.Text = "Server";
105 //
106 // groupBox2
107 //
108 this.groupBox2.Controls.Add(this.tableLayoutPanel1);
109 this.groupBox2.Location = new System.Drawing.Point(3, 109);
110 this.groupBox2.Name = "groupBox2";
111 this.groupBox2.Size = new System.Drawing.Size(350, 100);
112 this.groupBox2.TabIndex = 1;
113 this.groupBox2.TabStop = false;
114 this.groupBox2.Text = "Authentication";
115 //
116 // tableLayoutPanel1
117 //
118 this.tableLayoutPanel1.ColumnCount = 2;
119 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
120 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
121 this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
122 this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
123 this.tableLayoutPanel1.Controls.Add(this.textBox2, 1, 0);
124 this.tableLayoutPanel1.Controls.Add(this.textBox3, 1, 1);
125 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
126 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
127 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
128 this.tableLayoutPanel1.RowCount = 2;
129 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
130 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
131 this.tableLayoutPanel1.Size = new System.Drawing.Size(344, 81);
132 this.tableLayoutPanel1.TabIndex = 0;
133 //
134 // label1
135 //
136 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
137 this.label1.AutoSize = true;
138 this.label1.Location = new System.Drawing.Point(3, 13);
139 this.label1.Name = "label1";
140 this.label1.Size = new System.Drawing.Size(80, 13);
141 this.label1.TabIndex = 0;
142 this.label1.Text = "Username";
143 //
144 // label2
145 //
146 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
147 this.label2.AutoSize = true;
148 this.label2.Location = new System.Drawing.Point(3, 54);
149 this.label2.Name = "label2";
150 this.label2.Size = new System.Drawing.Size(80, 13);
151 this.label2.TabIndex = 1;
152 this.label2.Text = "Password";
153 //
154 // tableLayoutPanel2
155 //
156 this.tableLayoutPanel2.ColumnCount = 2;
157 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
158 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
159 this.tableLayoutPanel2.Controls.Add(this.label4, 0, 1);
160 this.tableLayoutPanel2.Controls.Add(this.textBox1, 1, 0);
161 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 0);
162 this.tableLayoutPanel2.Controls.Add(this.textBox4, 1, 1);
163 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
164 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
165 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
166 this.tableLayoutPanel2.RowCount = 2;
167 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
168 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
169 this.tableLayoutPanel2.Size = new System.Drawing.Size(344, 81);
170 this.tableLayoutPanel2.TabIndex = 0;
171 //
172 // label3
173 //
174 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
175 this.label3.AutoSize = true;
176 this.label3.Location = new System.Drawing.Point(3, 13);
177 this.label3.Name = "label3";
178 this.label3.Size = new System.Drawing.Size(166, 13);
179 this.label3.TabIndex = 2;
180 this.label3.Text = "Host or Address";
181 //
182 // label4
183 //
184 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
185 this.label4.AutoSize = true;
186 this.label4.Location = new System.Drawing.Point(3, 54);
187 this.label4.Name = "label4";
188 this.label4.Size = new System.Drawing.Size(166, 13);
189 this.label4.TabIndex = 3;
190 this.label4.Text = "Port";
191 //
192 // tabPage2
193 //
194 this.tabPage2.Controls.Add(this.flowLayoutPanel2);
195 this.tabPage2.Location = new System.Drawing.Point(4, 22);
196 this.tabPage2.Name = "tabPage2";
197 this.tabPage2.Size = new System.Drawing.Size(482, 256);
198 this.tabPage2.TabIndex = 1;
199 this.tabPage2.Text = "Application";
200 this.tabPage2.UseVisualStyleBackColor = true;
201 //
202 // flowLayoutPanel2
203 //
204 this.flowLayoutPanel2.Controls.Add(this.groupBox3);
205 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
206 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
207 this.flowLayoutPanel2.Name = "flowLayoutPanel2";
208 this.flowLayoutPanel2.Size = new System.Drawing.Size(482, 256);
209 this.flowLayoutPanel2.TabIndex = 0;
210 //
211 // groupBox3
212 //
213 this.groupBox3.Controls.Add(this.checkBox1);
214 this.groupBox3.Location = new System.Drawing.Point(3, 3);
215 this.groupBox3.Name = "groupBox3";
216 this.groupBox3.Size = new System.Drawing.Size(253, 53);
217 this.groupBox3.TabIndex = 0;
218 this.groupBox3.TabStop = false;
219 this.groupBox3.Text = "Startup";
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";
284 this.Text = "SettingsForm";
285 this.tabControl1.ResumeLayout(false);
286 this.tabPage1.ResumeLayout(false);
287 this.flowLayoutPanel1.ResumeLayout(false);
288 this.groupBox1.ResumeLayout(false);
289 this.groupBox2.ResumeLayout(false);
290 this.tableLayoutPanel1.ResumeLayout(false);
291 this.tableLayoutPanel1.PerformLayout();
292 this.tableLayoutPanel2.ResumeLayout(false);
293 this.tableLayoutPanel2.PerformLayout();
294 this.tabPage2.ResumeLayout(false);
295 this.flowLayoutPanel2.ResumeLayout(false);
296 this.groupBox3.ResumeLayout(false);
297 this.groupBox3.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 }