Winify – Diff between revs 3 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 3 Rev 4
Line 32... Line 32...
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm)); 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
33 this.tabControl1 = new System.Windows.Forms.TabControl(); 33 this.tabControl1 = new System.Windows.Forms.TabControl();
34 this.tabPage2 = new System.Windows.Forms.TabPage(); 34 this.tabPage2 = new System.Windows.Forms.TabPage();
35 this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); 35 this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
36 this.groupBox3 = new System.Windows.Forms.GroupBox(); 36 this.groupBox3 = new System.Windows.Forms.GroupBox();
-   37 this.checkBox1 = new System.Windows.Forms.CheckBox();
37 this.tabPage1 = new System.Windows.Forms.TabPage(); 38 this.tabPage1 = new System.Windows.Forms.TabPage();
-   39 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
38 this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); 40 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
-   41 this.listBox1 = new System.Windows.Forms.ListBox();
-   42 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
-   43 this.button2 = new System.Windows.Forms.Button();
-   44 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
39 this.groupBox1 = new System.Windows.Forms.GroupBox(); 45 this.groupBox1 = new System.Windows.Forms.GroupBox();
40 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 46 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
-   47 this.serverPasswordTextBox = new System.Windows.Forms.TextBox();
-   48 this.label2 = new System.Windows.Forms.Label();
-   49 this.serverNameTextBox = new System.Windows.Forms.TextBox();
-   50 this.label5 = new System.Windows.Forms.Label();
41 this.label4 = new System.Windows.Forms.Label(); 51 this.label4 = new System.Windows.Forms.Label();
-   52 this.serverPortTextBox = new System.Windows.Forms.TextBox();
42 this.label3 = new System.Windows.Forms.Label(); 53 this.label3 = new System.Windows.Forms.Label();
43 this.groupBox2 = new System.Windows.Forms.GroupBox(); 54 this.serverHostTextBox = new System.Windows.Forms.TextBox();
44 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); -  
45 this.label1 = new System.Windows.Forms.Label(); 55 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(); 56 this.serverUsernameTextBox = new System.Windows.Forms.TextBox();
50 this.textBox2 = new System.Windows.Forms.TextBox(); 57 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
51 this.textBox3 = new System.Windows.Forms.TextBox(); 58 this.button1 = new System.Windows.Forms.Button();
52 this.tabControl1.SuspendLayout(); 59 this.tabControl1.SuspendLayout();
53 this.tabPage2.SuspendLayout(); 60 this.tabPage2.SuspendLayout();
54 this.flowLayoutPanel2.SuspendLayout(); 61 this.flowLayoutPanel2.SuspendLayout();
55 this.groupBox3.SuspendLayout(); 62 this.groupBox3.SuspendLayout();
56 this.tabPage1.SuspendLayout(); 63 this.tabPage1.SuspendLayout();
-   64 this.tableLayoutPanel3.SuspendLayout();
57 this.flowLayoutPanel1.SuspendLayout(); 65 this.tableLayoutPanel1.SuspendLayout();
-   66 this.tableLayoutPanel6.SuspendLayout();
-   67 this.tableLayoutPanel4.SuspendLayout();
58 this.groupBox1.SuspendLayout(); 68 this.groupBox1.SuspendLayout();
59 this.tableLayoutPanel2.SuspendLayout(); 69 this.tableLayoutPanel2.SuspendLayout();
60 this.groupBox2.SuspendLayout(); -  
61 this.tableLayoutPanel1.SuspendLayout(); 70 this.tableLayoutPanel5.SuspendLayout();
62 this.SuspendLayout(); 71 this.SuspendLayout();
63 // 72 //
64 // tabControl1 73 // tabControl1
65 // 74 //
66 this.tabControl1.Controls.Add(this.tabPage2); 75 this.tabControl1.Controls.Add(this.tabPage2);
67 this.tabControl1.Controls.Add(this.tabPage1); 76 this.tabControl1.Controls.Add(this.tabPage1);
68 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 77 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
69 this.tabControl1.Location = new System.Drawing.Point(0, 0); 78 this.tabControl1.Location = new System.Drawing.Point(0, 0);
70 this.tabControl1.Name = "tabControl1"; 79 this.tabControl1.Name = "tabControl1";
71 this.tabControl1.SelectedIndex = 0; 80 this.tabControl1.SelectedIndex = 0;
72 this.tabControl1.Size = new System.Drawing.Size(490, 282); 81 this.tabControl1.Size = new System.Drawing.Size(554, 286);
73 this.tabControl1.TabIndex = 0; 82 this.tabControl1.TabIndex = 0;
74 // 83 //
75 // tabPage2 84 // tabPage2
76 // 85 //
77 this.tabPage2.Controls.Add(this.flowLayoutPanel2); 86 this.tabPage2.Controls.Add(this.flowLayoutPanel2);
78 this.tabPage2.Location = new System.Drawing.Point(4, 22); 87 this.tabPage2.Location = new System.Drawing.Point(4, 22);
79 this.tabPage2.Name = "tabPage2"; 88 this.tabPage2.Name = "tabPage2";
80 this.tabPage2.Size = new System.Drawing.Size(482, 256); 89 this.tabPage2.Size = new System.Drawing.Size(546, 260);
81 this.tabPage2.TabIndex = 1; 90 this.tabPage2.TabIndex = 1;
82 this.tabPage2.Text = "Application"; 91 this.tabPage2.Text = "Application";
83 this.tabPage2.UseVisualStyleBackColor = true; 92 this.tabPage2.UseVisualStyleBackColor = true;
84 // 93 //
85 // flowLayoutPanel2 94 // flowLayoutPanel2
86 // 95 //
87 this.flowLayoutPanel2.Controls.Add(this.groupBox3); 96 this.flowLayoutPanel2.Controls.Add(this.groupBox3);
88 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 97 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
89 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0); 98 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
90 this.flowLayoutPanel2.Name = "flowLayoutPanel2"; 99 this.flowLayoutPanel2.Name = "flowLayoutPanel2";
91 this.flowLayoutPanel2.Size = new System.Drawing.Size(482, 256); 100 this.flowLayoutPanel2.Size = new System.Drawing.Size(546, 260);
92 this.flowLayoutPanel2.TabIndex = 0; 101 this.flowLayoutPanel2.TabIndex = 0;
93 // 102 //
94 // groupBox3 103 // groupBox3
95 // 104 //
96 this.groupBox3.Controls.Add(this.checkBox1); 105 this.groupBox3.Controls.Add(this.checkBox1);
Line 99... Line 108...
99 this.groupBox3.Size = new System.Drawing.Size(253, 53); 108 this.groupBox3.Size = new System.Drawing.Size(253, 53);
100 this.groupBox3.TabIndex = 0; 109 this.groupBox3.TabIndex = 0;
101 this.groupBox3.TabStop = false; 110 this.groupBox3.TabStop = false;
102 this.groupBox3.Text = "Startup"; 111 this.groupBox3.Text = "Startup";
103 // 112 //
-   113 // checkBox1
-   114 //
-   115 this.checkBox1.AutoSize = true;
-   116 this.checkBox1.Checked = global::Winify.Properties.Settings.Default.LaunchOnBoot;
-   117 this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Winify.Properties.Settings.Default, "LaunchOnBoot", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
-   118 this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill;
-   119 this.checkBox1.Location = new System.Drawing.Point(3, 16);
-   120 this.checkBox1.Name = "checkBox1";
-   121 this.checkBox1.Size = new System.Drawing.Size(247, 34);
-   122 this.checkBox1.TabIndex = 0;
-   123 this.checkBox1.Text = "Launch on Windows boot";
-   124 this.checkBox1.UseVisualStyleBackColor = true;
-   125 this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged);
-   126 //
104 // tabPage1 127 // tabPage1
105 // 128 //
106 this.tabPage1.Controls.Add(this.flowLayoutPanel1); 129 this.tabPage1.Controls.Add(this.tableLayoutPanel3);
107 this.tabPage1.Location = new System.Drawing.Point(4, 22); 130 this.tabPage1.Location = new System.Drawing.Point(4, 22);
108 this.tabPage1.Name = "tabPage1"; 131 this.tabPage1.Name = "tabPage1";
109 this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 132 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
110 this.tabPage1.Size = new System.Drawing.Size(482, 256); 133 this.tabPage1.Size = new System.Drawing.Size(546, 260);
111 this.tabPage1.TabIndex = 0; 134 this.tabPage1.TabIndex = 0;
112 this.tabPage1.Text = "Connection"; 135 this.tabPage1.Text = "Connections";
113 this.tabPage1.UseVisualStyleBackColor = true; 136 this.tabPage1.UseVisualStyleBackColor = true;
114 // 137 //
-   138 // tableLayoutPanel3
-   139 //
-   140 this.tableLayoutPanel3.ColumnCount = 2;
-   141 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   142 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   143 this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 0);
-   144 this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 1, 0);
-   145 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
-   146 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
-   147 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
-   148 this.tableLayoutPanel3.RowCount = 1;
-   149 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   150 this.tableLayoutPanel3.Size = new System.Drawing.Size(540, 254);
-   151 this.tableLayoutPanel3.TabIndex = 2;
-   152 //
115 // flowLayoutPanel1 153 // tableLayoutPanel1
116 // 154 //
-   155 this.tableLayoutPanel1.ColumnCount = 1;
-   156 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
117 this.flowLayoutPanel1.Controls.Add(this.groupBox1); 157 this.tableLayoutPanel1.Controls.Add(this.listBox1, 0, 0);
-   158 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 0, 1);
-   159 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
-   160 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
-   161 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
-   162 this.tableLayoutPanel1.RowCount = 2;
-   163 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
-   164 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
-   165 this.tableLayoutPanel1.Size = new System.Drawing.Size(264, 248);
-   166 this.tableLayoutPanel1.TabIndex = 1;
-   167 //
-   168 // listBox1
-   169 //
-   170 this.listBox1.DisplayMember = "Name";
-   171 this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
-   172 this.listBox1.FormattingEnabled = true;
-   173 this.listBox1.Location = new System.Drawing.Point(3, 3);
-   174 this.listBox1.Name = "listBox1";
-   175 this.listBox1.Size = new System.Drawing.Size(258, 204);
-   176 this.listBox1.TabIndex = 0;
-   177 this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
-   178 //
-   179 // tableLayoutPanel6
-   180 //
-   181 this.tableLayoutPanel6.ColumnCount = 3;
-   182 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
-   183 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
-   184 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
-   185 this.tableLayoutPanel6.Controls.Add(this.button2, 1, 0);
-   186 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
-   187 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 213);
-   188 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
-   189 this.tableLayoutPanel6.RowCount = 1;
-   190 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   191 this.tableLayoutPanel6.Size = new System.Drawing.Size(258, 32);
-   192 this.tableLayoutPanel6.TabIndex = 1;
-   193 //
-   194 // button2
-   195 //
-   196 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   197 this.button2.Location = new System.Drawing.Point(89, 4);
-   198 this.button2.Name = "button2";
-   199 this.button2.Size = new System.Drawing.Size(80, 23);
-   200 this.button2.TabIndex = 0;
-   201 this.button2.Text = "Remove";
-   202 this.button2.UseVisualStyleBackColor = true;
-   203 this.button2.Click += new System.EventHandler(this.Button2_Click);
-   204 //
-   205 // tableLayoutPanel4
-   206 //
-   207 this.tableLayoutPanel4.ColumnCount = 1;
-   208 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
118 this.flowLayoutPanel1.Controls.Add(this.groupBox2); 209 this.tableLayoutPanel4.Controls.Add(this.groupBox1, 0, 0);
-   210 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1);
119 this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 211 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
120 this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3); 212 this.tableLayoutPanel4.Location = new System.Drawing.Point(273, 3);
121 this.flowLayoutPanel1.Name = "flowLayoutPanel1"; 213 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
-   214 this.tableLayoutPanel4.RowCount = 2;
-   215 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
-   216 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
122 this.flowLayoutPanel1.Size = new System.Drawing.Size(476, 250); 217 this.tableLayoutPanel4.Size = new System.Drawing.Size(264, 248);
123 this.flowLayoutPanel1.TabIndex = 0; 218 this.tableLayoutPanel4.TabIndex = 2;
124 // 219 //
125 // groupBox1 220 // groupBox1
126 // 221 //
127 this.groupBox1.Controls.Add(this.tableLayoutPanel2); 222 this.groupBox1.Controls.Add(this.tableLayoutPanel2);
-   223 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
128 this.groupBox1.Location = new System.Drawing.Point(3, 3); 224 this.groupBox1.Location = new System.Drawing.Point(3, 3);
129 this.groupBox1.Name = "groupBox1"; 225 this.groupBox1.Name = "groupBox1";
130 this.groupBox1.Size = new System.Drawing.Size(350, 100); 226 this.groupBox1.Size = new System.Drawing.Size(258, 204);
131 this.groupBox1.TabIndex = 0; 227 this.groupBox1.TabIndex = 0;
132 this.groupBox1.TabStop = false; 228 this.groupBox1.TabStop = false;
133 this.groupBox1.Text = "Server"; 229 this.groupBox1.Text = "Server";
134 // 230 //
135 // tableLayoutPanel2 231 // tableLayoutPanel2
136 // 232 //
137 this.tableLayoutPanel2.ColumnCount = 2; 233 this.tableLayoutPanel2.ColumnCount = 2;
138 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 234 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)); 235 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   236 this.tableLayoutPanel2.Controls.Add(this.serverPasswordTextBox, 1, 4);
140 this.tableLayoutPanel2.Controls.Add(this.label4, 0, 1); 237 this.tableLayoutPanel2.Controls.Add(this.label2, 0, 4);
-   238 this.tableLayoutPanel2.Controls.Add(this.serverNameTextBox, 1, 0);
141 this.tableLayoutPanel2.Controls.Add(this.textBox1, 1, 0); 239 this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
-   240 this.tableLayoutPanel2.Controls.Add(this.label4, 0, 2);
-   241 this.tableLayoutPanel2.Controls.Add(this.serverPortTextBox, 1, 2);
142 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 0); 242 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1);
-   243 this.tableLayoutPanel2.Controls.Add(this.serverHostTextBox, 1, 1);
143 this.tableLayoutPanel2.Controls.Add(this.textBox4, 1, 1); 244 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 3);
-   245 this.tableLayoutPanel2.Controls.Add(this.serverUsernameTextBox, 1, 3);
144 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 246 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
145 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); 247 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
146 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 248 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
147 this.tableLayoutPanel2.RowCount = 2; 249 this.tableLayoutPanel2.RowCount = 5;
-   250 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
-   251 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
148 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 252 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
-   253 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
149 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 254 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
150 this.tableLayoutPanel2.Size = new System.Drawing.Size(344, 81); 255 this.tableLayoutPanel2.Size = new System.Drawing.Size(252, 185);
151 this.tableLayoutPanel2.TabIndex = 0; 256 this.tableLayoutPanel2.TabIndex = 0;
152 // 257 //
-   258 // serverPasswordTextBox
-   259 //
-   260 this.serverPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   261 this.serverPasswordTextBox.Location = new System.Drawing.Point(129, 156);
-   262 this.serverPasswordTextBox.Name = "serverPasswordTextBox";
-   263 this.serverPasswordTextBox.PasswordChar = '*';
-   264 this.serverPasswordTextBox.Size = new System.Drawing.Size(120, 20);
-   265 this.serverPasswordTextBox.TabIndex = 5;
-   266 //
-   267 // label2
-   268 //
-   269 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   270 this.label2.AutoSize = true;
-   271 this.label2.Location = new System.Drawing.Point(3, 160);
-   272 this.label2.Name = "label2";
-   273 this.label2.Size = new System.Drawing.Size(120, 13);
-   274 this.label2.TabIndex = 7;
-   275 this.label2.Text = "Password";
-   276 //
-   277 // serverNameTextBox
-   278 //
-   279 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   280 this.serverNameTextBox.Location = new System.Drawing.Point(129, 8);
-   281 this.serverNameTextBox.Name = "serverNameTextBox";
-   282 this.serverNameTextBox.Size = new System.Drawing.Size(120, 20);
-   283 this.serverNameTextBox.TabIndex = 1;
-   284 //
-   285 // label5
-   286 //
-   287 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   288 this.label5.AutoSize = true;
-   289 this.label5.Location = new System.Drawing.Point(3, 12);
-   290 this.label5.Name = "label5";
-   291 this.label5.Size = new System.Drawing.Size(120, 13);
-   292 this.label5.TabIndex = 3;
-   293 this.label5.Text = "Name";
-   294 //
153 // label4 295 // label4
154 // 296 //
155 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 297 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
156 this.label4.AutoSize = true; 298 this.label4.AutoSize = true;
157 this.label4.Location = new System.Drawing.Point(3, 54); 299 this.label4.Location = new System.Drawing.Point(3, 86);
158 this.label4.Name = "label4"; 300 this.label4.Name = "label4";
159 this.label4.Size = new System.Drawing.Size(166, 13); 301 this.label4.Size = new System.Drawing.Size(120, 13);
160 this.label4.TabIndex = 3; 302 this.label4.TabIndex = 3;
161 this.label4.Text = "Port"; 303 this.label4.Text = "Port";
162 // 304 //
-   305 // serverPortTextBox
-   306 //
-   307 this.serverPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   308 this.serverPortTextBox.Location = new System.Drawing.Point(129, 82);
-   309 this.serverPortTextBox.Name = "serverPortTextBox";
-   310 this.serverPortTextBox.Size = new System.Drawing.Size(120, 20);
-   311 this.serverPortTextBox.TabIndex = 3;
-   312 //
163 // label3 313 // label3
164 // 314 //
165 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 315 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
166 this.label3.AutoSize = true; 316 this.label3.AutoSize = true;
167 this.label3.Location = new System.Drawing.Point(3, 13); 317 this.label3.Location = new System.Drawing.Point(3, 49);
168 this.label3.Name = "label3"; 318 this.label3.Name = "label3";
169 this.label3.Size = new System.Drawing.Size(166, 13); 319 this.label3.Size = new System.Drawing.Size(120, 13);
170 this.label3.TabIndex = 2; 320 this.label3.TabIndex = 2;
171 this.label3.Text = "Host or Address"; 321 this.label3.Text = "Host";
172 // -  
173 // groupBox2 -  
174 // 322 //
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 323 // serverHostTextBox
184 // 324 //
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)); 325 this.serverHostTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
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); 326 this.serverHostTextBox.Location = new System.Drawing.Point(129, 45);
194 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 327 this.serverHostTextBox.Name = "serverHostTextBox";
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); 328 this.serverHostTextBox.Size = new System.Drawing.Size(120, 20);
199 this.tableLayoutPanel1.TabIndex = 0; 329 this.serverHostTextBox.TabIndex = 2;
200 // 330 //
201 // label1 331 // label1
202 // 332 //
203 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 333 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
204 this.label1.AutoSize = true; 334 this.label1.AutoSize = true;
205 this.label1.Location = new System.Drawing.Point(3, 13); 335 this.label1.Location = new System.Drawing.Point(3, 123);
206 this.label1.Name = "label1"; 336 this.label1.Name = "label1";
207 this.label1.Size = new System.Drawing.Size(80, 13); 337 this.label1.Size = new System.Drawing.Size(120, 13);
208 this.label1.TabIndex = 0; 338 this.label1.TabIndex = 5;
209 this.label1.Text = "Username"; 339 this.label1.Text = "Username";
210 // 340 //
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; 341 // serverUsernameTextBox
219 this.label2.Text = "Password"; -  
220 // 342 //
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)); 343 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
226 this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill; -  
227 this.checkBox1.Location = new System.Drawing.Point(3, 16); 344 this.serverUsernameTextBox.Location = new System.Drawing.Point(129, 119);
228 this.checkBox1.Name = "checkBox1"; 345 this.serverUsernameTextBox.Name = "serverUsernameTextBox";
229 this.checkBox1.Size = new System.Drawing.Size(247, 34); 346 this.serverUsernameTextBox.Size = new System.Drawing.Size(120, 20);
230 this.checkBox1.TabIndex = 0; 347 this.serverUsernameTextBox.TabIndex = 4;
231 this.checkBox1.Text = "Launch on Windows boot"; -  
232 this.checkBox1.UseVisualStyleBackColor = true; -  
233 this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged); -  
234 // 348 //
235 // textBox1 349 // tableLayoutPanel5
236 // 350 //
-   351 this.tableLayoutPanel5.ColumnCount = 3;
237 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 352 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
238 this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Winify.Properties.Settings.Default, "Host", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); 353 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
239 this.textBox1.Location = new System.Drawing.Point(175, 10); 354 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
240 this.textBox1.Name = "textBox1"; 355 this.tableLayoutPanel5.Controls.Add(this.button1, 1, 0);
241 this.textBox1.Size = new System.Drawing.Size(166, 20); 356 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
242 this.textBox1.TabIndex = 1; 357 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 213);
243 this.textBox1.Text = global::Winify.Properties.Settings.Default.Host; 358 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
244 // -  
245 // textBox4 359 this.tableLayoutPanel5.RowCount = 1;
246 // -  
247 this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 360 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
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); 361 this.tableLayoutPanel5.Size = new System.Drawing.Size(258, 32);
252 this.textBox4.TabIndex = 4; 362 this.tableLayoutPanel5.TabIndex = 1;
253 this.textBox4.Text = global::Winify.Properties.Settings.Default.Port; -  
254 // 363 //
255 // textBox2 364 // button1
256 // 365 //
257 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 366 this.button1.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); 367 this.button1.Location = new System.Drawing.Point(89, 4);
260 this.textBox2.Name = "textBox2"; 368 this.button1.Name = "button1";
261 this.textBox2.Size = new System.Drawing.Size(252, 20); 369 this.button1.Size = new System.Drawing.Size(80, 23);
262 this.textBox2.TabIndex = 2; 370 this.button1.TabIndex = 6;
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"; 371 this.button1.Text = "Add";
271 this.textBox3.PasswordChar = '*'; 372 this.button1.UseVisualStyleBackColor = true;
272 this.textBox3.Size = new System.Drawing.Size(252, 20); 373 this.button1.Click += new System.EventHandler(this.Button1_Click);
273 this.textBox3.TabIndex = 3; -  
274 this.textBox3.Text = global::Winify.Properties.Settings.Default.Password; -  
275 // 374 //
276 // SettingsForm 375 // SettingsForm
277 // 376 //
278 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 377 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
279 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 378 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
280 this.ClientSize = new System.Drawing.Size(490, 282); 379 this.ClientSize = new System.Drawing.Size(554, 286);
281 this.Controls.Add(this.tabControl1); 380 this.Controls.Add(this.tabControl1);
282 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 381 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
283 this.Name = "SettingsForm"; 382 this.Name = "SettingsForm";
284 this.Text = "Winify: Settings"; 383 this.Text = "Winify: Settings";
-   384 this.Shown += new System.EventHandler(this.SettingsForm_Shown);
285 this.tabControl1.ResumeLayout(false); 385 this.tabControl1.ResumeLayout(false);
286 this.tabPage2.ResumeLayout(false); 386 this.tabPage2.ResumeLayout(false);
287 this.flowLayoutPanel2.ResumeLayout(false); 387 this.flowLayoutPanel2.ResumeLayout(false);
288 this.groupBox3.ResumeLayout(false); 388 this.groupBox3.ResumeLayout(false);
289 this.groupBox3.PerformLayout(); 389 this.groupBox3.PerformLayout();
290 this.tabPage1.ResumeLayout(false); 390 this.tabPage1.ResumeLayout(false);
-   391 this.tableLayoutPanel3.ResumeLayout(false);
291 this.flowLayoutPanel1.ResumeLayout(false); 392 this.tableLayoutPanel1.ResumeLayout(false);
-   393 this.tableLayoutPanel6.ResumeLayout(false);
-   394 this.tableLayoutPanel4.ResumeLayout(false);
292 this.groupBox1.ResumeLayout(false); 395 this.groupBox1.ResumeLayout(false);
293 this.tableLayoutPanel2.ResumeLayout(false); 396 this.tableLayoutPanel2.ResumeLayout(false);
294 this.tableLayoutPanel2.PerformLayout(); 397 this.tableLayoutPanel2.PerformLayout();
295 this.groupBox2.ResumeLayout(false); -  
296 this.tableLayoutPanel1.ResumeLayout(false); 398 this.tableLayoutPanel5.ResumeLayout(false);
297 this.tableLayoutPanel1.PerformLayout(); -  
298 this.ResumeLayout(false); 399 this.ResumeLayout(false);
Line 299... Line 400...
299   400  
Line 300... Line 401...
300 } 401 }
Line 301... Line 402...
301   402  
302 #endregion 403 #endregion
303   -  
304 private System.Windows.Forms.TabControl tabControl1; 404  
305 private System.Windows.Forms.TabPage tabPage1; 405 private System.Windows.Forms.TabControl tabControl1;
306 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; 406 private System.Windows.Forms.TabPage tabPage1;
307 private System.Windows.Forms.GroupBox groupBox1; -  
308 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; -  
309 private System.Windows.Forms.Label label4; 407 private System.Windows.Forms.GroupBox groupBox1;
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; 408 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
316 private System.Windows.Forms.Label label2; 409 private System.Windows.Forms.Label label4;
317 private System.Windows.Forms.TextBox textBox2; 410 private System.Windows.Forms.TextBox serverHostTextBox;
318 private System.Windows.Forms.TextBox textBox3; 411 private System.Windows.Forms.TextBox serverPortTextBox;
319 private System.Windows.Forms.TabPage tabPage2; 412 private System.Windows.Forms.TabPage tabPage2;
-   413 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
-   414 private System.Windows.Forms.GroupBox groupBox3;
-   415 private System.Windows.Forms.CheckBox checkBox1;
-   416 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
-   417 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
-   418 private System.Windows.Forms.ListBox listBox1;
-   419 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
-   420 private System.Windows.Forms.Button button2;
-   421 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
-   422 private System.Windows.Forms.TextBox serverPasswordTextBox;
-   423 private System.Windows.Forms.Label label2;
-   424 private System.Windows.Forms.TextBox serverNameTextBox;
-   425 private System.Windows.Forms.Label label5;
-   426 private System.Windows.Forms.Label label3;
-   427 private System.Windows.Forms.Label label1;
320 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; 428 private System.Windows.Forms.TextBox serverUsernameTextBox;
321 private System.Windows.Forms.GroupBox groupBox3; 429 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
322 private System.Windows.Forms.CheckBox checkBox1; 430 private System.Windows.Forms.Button button1;