Winify – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
Line 29... Line 29...
29 /// </summary> 29 /// </summary>
30 private void InitializeComponent() 30 private void InitializeComponent()
31 { 31 {
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();
-   35 this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
-   36 this.groupBox3 = new System.Windows.Forms.GroupBox();
34 this.tabPage1 = new System.Windows.Forms.TabPage(); 37 this.tabPage1 = new System.Windows.Forms.TabPage();
35 this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); 38 this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
36 this.groupBox1 = new System.Windows.Forms.GroupBox(); 39 this.groupBox1 = new System.Windows.Forms.GroupBox();
-   40 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
-   41 this.label4 = new System.Windows.Forms.Label();
-   42 this.label3 = new System.Windows.Forms.Label();
37 this.groupBox2 = new System.Windows.Forms.GroupBox(); 43 this.groupBox2 = new System.Windows.Forms.GroupBox();
38 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 44 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
39 this.label1 = new System.Windows.Forms.Label(); 45 this.label1 = new System.Windows.Forms.Label();
40 this.label2 = new System.Windows.Forms.Label(); 46 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(); 47 this.checkBox1 = new System.Windows.Forms.CheckBox();
48 this.textBox1 = new System.Windows.Forms.TextBox(); 48 this.textBox1 = new System.Windows.Forms.TextBox();
49 this.textBox4 = new System.Windows.Forms.TextBox(); 49 this.textBox4 = new System.Windows.Forms.TextBox();
50 this.textBox2 = new System.Windows.Forms.TextBox(); 50 this.textBox2 = new System.Windows.Forms.TextBox();
51 this.textBox3 = new System.Windows.Forms.TextBox(); 51 this.textBox3 = new System.Windows.Forms.TextBox();
52 this.tabControl1.SuspendLayout(); 52 this.tabControl1.SuspendLayout();
-   53 this.tabPage2.SuspendLayout();
-   54 this.flowLayoutPanel2.SuspendLayout();
-   55 this.groupBox3.SuspendLayout();
53 this.tabPage1.SuspendLayout(); 56 this.tabPage1.SuspendLayout();
54 this.flowLayoutPanel1.SuspendLayout(); 57 this.flowLayoutPanel1.SuspendLayout();
55 this.groupBox1.SuspendLayout(); 58 this.groupBox1.SuspendLayout();
-   59 this.tableLayoutPanel2.SuspendLayout();
56 this.groupBox2.SuspendLayout(); 60 this.groupBox2.SuspendLayout();
57 this.tableLayoutPanel1.SuspendLayout(); 61 this.tableLayoutPanel1.SuspendLayout();
58 this.tableLayoutPanel2.SuspendLayout(); -  
59 this.tabPage2.SuspendLayout(); -  
60 this.flowLayoutPanel2.SuspendLayout(); -  
61 this.groupBox3.SuspendLayout(); -  
62 this.SuspendLayout(); 62 this.SuspendLayout();
63 // 63 //
64 // tabControl1 64 // tabControl1
65 // 65 //
66 this.tabControl1.Controls.Add(this.tabPage2); 66 this.tabControl1.Controls.Add(this.tabPage2);
Line 70... Line 70...
70 this.tabControl1.Name = "tabControl1"; 70 this.tabControl1.Name = "tabControl1";
71 this.tabControl1.SelectedIndex = 0; 71 this.tabControl1.SelectedIndex = 0;
72 this.tabControl1.Size = new System.Drawing.Size(490, 282); 72 this.tabControl1.Size = new System.Drawing.Size(490, 282);
73 this.tabControl1.TabIndex = 0; 73 this.tabControl1.TabIndex = 0;
74 // 74 //
-   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 //
75 // tabPage1 104 // tabPage1
76 // 105 //
77 this.tabPage1.Controls.Add(this.flowLayoutPanel1); 106 this.tabPage1.Controls.Add(this.flowLayoutPanel1);
78 this.tabPage1.Location = new System.Drawing.Point(4, 22); 107 this.tabPage1.Location = new System.Drawing.Point(4, 22);
79 this.tabPage1.Name = "tabPage1"; 108 this.tabPage1.Name = "tabPage1";
Line 101... Line 130...
101 this.groupBox1.Size = new System.Drawing.Size(350, 100); 130 this.groupBox1.Size = new System.Drawing.Size(350, 100);
102 this.groupBox1.TabIndex = 0; 131 this.groupBox1.TabIndex = 0;
103 this.groupBox1.TabStop = false; 132 this.groupBox1.TabStop = false;
104 this.groupBox1.Text = "Server"; 133 this.groupBox1.Text = "Server";
105 // 134 //
-   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 //
106 // groupBox2 173 // groupBox2
107 // 174 //
108 this.groupBox2.Controls.Add(this.tableLayoutPanel1); 175 this.groupBox2.Controls.Add(this.tableLayoutPanel1);
109 this.groupBox2.Location = new System.Drawing.Point(3, 109); 176 this.groupBox2.Location = new System.Drawing.Point(3, 109);
110 this.groupBox2.Name = "groupBox2"; 177 this.groupBox2.Name = "groupBox2";
Line 149... Line 216...
149 this.label2.Name = "label2"; 216 this.label2.Name = "label2";
150 this.label2.Size = new System.Drawing.Size(80, 13); 217 this.label2.Size = new System.Drawing.Size(80, 13);
151 this.label2.TabIndex = 1; 218 this.label2.TabIndex = 1;
152 this.label2.Text = "Password"; 219 this.label2.Text = "Password";
153 // 220 //
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 221 // checkBox1
222 // 222 //
223 this.checkBox1.AutoSize = true; 223 this.checkBox1.AutoSize = true;
224 this.checkBox1.Checked = global::Winify.Properties.Settings.Default.LaunchOnBoot; 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)); 225 this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Winify.Properties.Settings.Default, "LaunchOnBoot", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
Line 279... Line 279...
279 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 279 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
280 this.ClientSize = new System.Drawing.Size(490, 282); 280 this.ClientSize = new System.Drawing.Size(490, 282);
281 this.Controls.Add(this.tabControl1); 281 this.Controls.Add(this.tabControl1);
282 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 282 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
283 this.Name = "SettingsForm"; 283 this.Name = "SettingsForm";
284 this.Text = "SettingsForm"; 284 this.Text = "Winify: Settings";
285 this.tabControl1.ResumeLayout(false); 285 this.tabControl1.ResumeLayout(false);
-   286 this.tabPage2.ResumeLayout(false);
-   287 this.flowLayoutPanel2.ResumeLayout(false);
-   288 this.groupBox3.ResumeLayout(false);
-   289 this.groupBox3.PerformLayout();
286 this.tabPage1.ResumeLayout(false); 290 this.tabPage1.ResumeLayout(false);
287 this.flowLayoutPanel1.ResumeLayout(false); 291 this.flowLayoutPanel1.ResumeLayout(false);
288 this.groupBox1.ResumeLayout(false); 292 this.groupBox1.ResumeLayout(false);
-   293 this.tableLayoutPanel2.ResumeLayout(false);
-   294 this.tableLayoutPanel2.PerformLayout();
289 this.groupBox2.ResumeLayout(false); 295 this.groupBox2.ResumeLayout(false);
290 this.tableLayoutPanel1.ResumeLayout(false); 296 this.tableLayoutPanel1.ResumeLayout(false);
291 this.tableLayoutPanel1.PerformLayout(); 297 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); 298 this.ResumeLayout(false);
Line 299... Line 299...
299   299  
Line 300... Line 300...
300 } 300 }