Winify – Diff between revs 50 and 55

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 50 Rev 55
1  1 
2 namespace Winify.Settings 2 namespace Winify.Settings
3 { 3 {
4 partial class SettingsForm 4 partial class SettingsForm
5 { 5 {
6 /// <summary> 6 /// <summary>
7 /// Required designer variable. 7 /// Required designer variable.
8 /// </summary> 8 /// </summary>
9 private System.ComponentModel.IContainer components = null; 9 private System.ComponentModel.IContainer components = null;
10   10  
11 /// <summary> 11 /// <summary>
12 /// Clean up any resources being used. 12 /// Clean up any resources being used.
13 /// </summary> 13 /// </summary>
14 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 14 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15 protected override void Dispose(bool disposing) 15 protected override void Dispose(bool disposing)
16 { 16 {
17 if (disposing && (components != null)) 17 if (disposing && (components != null))
18 { 18 {
19 components.Dispose(); 19 components.Dispose();
20 } 20 }
21 base.Dispose(disposing); 21 base.Dispose(disposing);
22 } 22 }
23   23  
24 #region Windows Form Designer generated code 24 #region Windows Form Designer generated code
25   25  
26 /// <summary> 26 /// <summary>
27 /// Required method for Designer support - do not modify 27 /// Required method for Designer support - do not modify
28 /// the contents of this method with the code editor. 28 /// the contents of this method with the code editor.
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(); 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.checkBox1 = new System.Windows.Forms.CheckBox();
38 this.groupBox6 = new System.Windows.Forms.GroupBox(); 38 this.groupBox6 = new System.Windows.Forms.GroupBox();
39 this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel(); 39 this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
40 this.checkBox2 = new System.Windows.Forms.CheckBox(); 40 this.checkBox2 = new System.Windows.Forms.CheckBox();
-   41 this.groupBox7 = new System.Windows.Forms.GroupBox();
-   42 this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel();
-   43 this.label11 = new System.Windows.Forms.Label();
-   44 this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
-   45 this.label12 = new System.Windows.Forms.Label();
-   46 this.checkBox4 = new System.Windows.Forms.CheckBox();
41 this.tabPage1 = new System.Windows.Forms.TabPage(); 47 this.tabPage1 = new System.Windows.Forms.TabPage();
42 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); 48 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
43 this.groupBox1 = new System.Windows.Forms.GroupBox(); 49 this.groupBox1 = new System.Windows.Forms.GroupBox();
44 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 50 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
45 this.serverNameTextBox = new System.Windows.Forms.TextBox(); 51 this.serverNameTextBox = new System.Windows.Forms.TextBox();
46 this.label5 = new System.Windows.Forms.Label(); 52 this.label5 = new System.Windows.Forms.Label();
47 this.label3 = new System.Windows.Forms.Label(); 53 this.label3 = new System.Windows.Forms.Label();
48 this.serverUrlTextBox = new System.Windows.Forms.TextBox(); 54 this.serverUrlTextBox = new System.Windows.Forms.TextBox();
49 this.label1 = new System.Windows.Forms.Label(); 55 this.label1 = new System.Windows.Forms.Label();
50 this.serverUsernameTextBox = new System.Windows.Forms.TextBox(); 56 this.serverUsernameTextBox = new System.Windows.Forms.TextBox();
51 this.label2 = new System.Windows.Forms.Label(); 57 this.label2 = new System.Windows.Forms.Label();
52 this.serverPasswordTextBox = new System.Windows.Forms.TextBox(); 58 this.serverPasswordTextBox = new System.Windows.Forms.TextBox();
53 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 59 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
54 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); 60 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
55 this.button1 = new System.Windows.Forms.Button(); 61 this.button1 = new System.Windows.Forms.Button();
56 this.button2 = new System.Windows.Forms.Button(); 62 this.button2 = new System.Windows.Forms.Button();
57 this.groupBox5 = new System.Windows.Forms.GroupBox(); 63 this.groupBox5 = new System.Windows.Forms.GroupBox();
58 this.listBox1 = new System.Windows.Forms.ListBox(); 64 this.listBox1 = new System.Windows.Forms.ListBox();
59 this.tabPage3 = new System.Windows.Forms.TabPage(); 65 this.tabPage3 = new System.Windows.Forms.TabPage();
60 this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); 66 this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
61 this.groupBox2 = new System.Windows.Forms.GroupBox(); 67 this.groupBox2 = new System.Windows.Forms.GroupBox();
62 this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel(); 68 this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
63 this.label4 = new System.Windows.Forms.Label(); 69 this.label4 = new System.Windows.Forms.Label();
64 this.appIdTextBox = new System.Windows.Forms.TextBox(); 70 this.appIdTextBox = new System.Windows.Forms.TextBox();
65 this.label6 = new System.Windows.Forms.Label(); 71 this.label6 = new System.Windows.Forms.Label();
66 this.lingerTimeTextBox = new System.Windows.Forms.TextBox(); 72 this.lingerTimeTextBox = new System.Windows.Forms.TextBox();
67 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); 73 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
68 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); 74 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
69 this.button4 = new System.Windows.Forms.Button(); 75 this.button4 = new System.Windows.Forms.Button();
70 this.button3 = new System.Windows.Forms.Button(); 76 this.button3 = new System.Windows.Forms.Button();
71 this.groupBox4 = new System.Windows.Forms.GroupBox(); 77 this.groupBox4 = new System.Windows.Forms.GroupBox();
72 this.listBox2 = new System.Windows.Forms.ListBox(); 78 this.listBox2 = new System.Windows.Forms.ListBox();
73 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); -  
74 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); -  
75 this.button5 = new System.Windows.Forms.Button(); -  
76 this.button6 = new System.Windows.Forms.Button(); -  
77 this.tabPage4 = new System.Windows.Forms.TabPage(); 79 this.tabPage4 = new System.Windows.Forms.TabPage();
78 this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel(); 80 this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
79 this.label7 = new System.Windows.Forms.Label(); 81 this.label7 = new System.Windows.Forms.Label();
80 this.label8 = new System.Windows.Forms.Label(); 82 this.label8 = new System.Windows.Forms.Label();
81 this.label9 = new System.Windows.Forms.Label(); 83 this.label9 = new System.Windows.Forms.Label();
82 this.textBox1 = new System.Windows.Forms.TextBox(); 84 this.textBox1 = new System.Windows.Forms.TextBox();
83 this.textBox2 = new System.Windows.Forms.TextBox(); 85 this.textBox2 = new System.Windows.Forms.TextBox();
84 this.textBox3 = new System.Windows.Forms.TextBox(); 86 this.textBox3 = new System.Windows.Forms.TextBox();
85 this.checkBox3 = new System.Windows.Forms.CheckBox(); 87 this.checkBox3 = new System.Windows.Forms.CheckBox();
86 this.label10 = new System.Windows.Forms.Label(); 88 this.label10 = new System.Windows.Forms.Label();
-   89 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
-   90 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
-   91 this.button5 = new System.Windows.Forms.Button();
-   92 this.button6 = new System.Windows.Forms.Button();
87 this.tabControl1.SuspendLayout(); 93 this.tabControl1.SuspendLayout();
88 this.tabPage2.SuspendLayout(); 94 this.tabPage2.SuspendLayout();
89 this.flowLayoutPanel2.SuspendLayout(); 95 this.flowLayoutPanel2.SuspendLayout();
90 this.groupBox3.SuspendLayout(); 96 this.groupBox3.SuspendLayout();
91 this.groupBox6.SuspendLayout(); 97 this.groupBox6.SuspendLayout();
92 this.tableLayoutPanel11.SuspendLayout(); 98 this.tableLayoutPanel11.SuspendLayout();
-   99 this.groupBox7.SuspendLayout();
-   100 this.tableLayoutPanel13.SuspendLayout();
-   101 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
93 this.tabPage1.SuspendLayout(); 102 this.tabPage1.SuspendLayout();
94 this.tableLayoutPanel3.SuspendLayout(); 103 this.tableLayoutPanel3.SuspendLayout();
95 this.groupBox1.SuspendLayout(); 104 this.groupBox1.SuspendLayout();
96 this.tableLayoutPanel2.SuspendLayout(); 105 this.tableLayoutPanel2.SuspendLayout();
97 this.tableLayoutPanel1.SuspendLayout(); 106 this.tableLayoutPanel1.SuspendLayout();
98 this.tableLayoutPanel6.SuspendLayout(); 107 this.tableLayoutPanel6.SuspendLayout();
99 this.groupBox5.SuspendLayout(); 108 this.groupBox5.SuspendLayout();
100 this.tabPage3.SuspendLayout(); 109 this.tabPage3.SuspendLayout();
101 this.tableLayoutPanel7.SuspendLayout(); 110 this.tableLayoutPanel7.SuspendLayout();
102 this.groupBox2.SuspendLayout(); 111 this.groupBox2.SuspendLayout();
103 this.tableLayoutPanel10.SuspendLayout(); 112 this.tableLayoutPanel10.SuspendLayout();
104 this.tableLayoutPanel4.SuspendLayout(); 113 this.tableLayoutPanel4.SuspendLayout();
105 this.tableLayoutPanel5.SuspendLayout(); 114 this.tableLayoutPanel5.SuspendLayout();
106 this.groupBox4.SuspendLayout(); 115 this.groupBox4.SuspendLayout();
107 this.tableLayoutPanel8.SuspendLayout(); -  
108 this.tableLayoutPanel9.SuspendLayout(); -  
109 this.tabPage4.SuspendLayout(); 116 this.tabPage4.SuspendLayout();
110 this.tableLayoutPanel12.SuspendLayout(); 117 this.tableLayoutPanel12.SuspendLayout();
-   118 this.tableLayoutPanel8.SuspendLayout();
-   119 this.tableLayoutPanel9.SuspendLayout();
111 this.SuspendLayout(); 120 this.SuspendLayout();
112 // 121 //
113 // tabControl1 122 // tabControl1
114 // 123 //
115 this.tabControl1.Controls.Add(this.tabPage2); 124 this.tabControl1.Controls.Add(this.tabPage2);
116 this.tabControl1.Controls.Add(this.tabPage1); 125 this.tabControl1.Controls.Add(this.tabPage1);
117 this.tabControl1.Controls.Add(this.tabPage3); 126 this.tabControl1.Controls.Add(this.tabPage3);
118 this.tabControl1.Controls.Add(this.tabPage4); 127 this.tabControl1.Controls.Add(this.tabPage4);
119 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 128 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
120 this.tabControl1.Location = new System.Drawing.Point(3, 3); 129 this.tabControl1.Location = new System.Drawing.Point(3, 3);
121 this.tabControl1.Name = "tabControl1"; 130 this.tabControl1.Name = "tabControl1";
122 this.tabControl1.SelectedIndex = 0; 131 this.tabControl1.SelectedIndex = 0;
123 this.tabControl1.Size = new System.Drawing.Size(546, 269); 132 this.tabControl1.Size = new System.Drawing.Size(546, 269);
124 this.tabControl1.TabIndex = 0; 133 this.tabControl1.TabIndex = 0;
125 // 134 //
126 // tabPage2 135 // tabPage2
127 // 136 //
128 this.tabPage2.Controls.Add(this.flowLayoutPanel2); 137 this.tabPage2.Controls.Add(this.flowLayoutPanel2);
129 this.tabPage2.Location = new System.Drawing.Point(4, 22); 138 this.tabPage2.Location = new System.Drawing.Point(4, 22);
130 this.tabPage2.Name = "tabPage2"; 139 this.tabPage2.Name = "tabPage2";
131 this.tabPage2.Size = new System.Drawing.Size(538, 243); 140 this.tabPage2.Size = new System.Drawing.Size(538, 243);
132 this.tabPage2.TabIndex = 1; 141 this.tabPage2.TabIndex = 1;
133 this.tabPage2.Text = "Application"; 142 this.tabPage2.Text = "Application";
134 this.tabPage2.UseVisualStyleBackColor = true; 143 this.tabPage2.UseVisualStyleBackColor = true;
135 // 144 //
136 // flowLayoutPanel2 145 // flowLayoutPanel2
137 // 146 //
138 this.flowLayoutPanel2.Controls.Add(this.groupBox3); 147 this.flowLayoutPanel2.Controls.Add(this.groupBox3);
139 this.flowLayoutPanel2.Controls.Add(this.groupBox6); 148 this.flowLayoutPanel2.Controls.Add(this.groupBox6);
-   149 this.flowLayoutPanel2.Controls.Add(this.groupBox7);
140 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 150 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
141 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0); 151 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
142 this.flowLayoutPanel2.Name = "flowLayoutPanel2"; 152 this.flowLayoutPanel2.Name = "flowLayoutPanel2";
143 this.flowLayoutPanel2.Size = new System.Drawing.Size(538, 243); 153 this.flowLayoutPanel2.Size = new System.Drawing.Size(538, 243);
144 this.flowLayoutPanel2.TabIndex = 0; 154 this.flowLayoutPanel2.TabIndex = 0;
145 // 155 //
146 // groupBox3 156 // groupBox3
147 // 157 //
148 this.groupBox3.Controls.Add(this.checkBox1); 158 this.groupBox3.Controls.Add(this.checkBox1);
149 this.groupBox3.Location = new System.Drawing.Point(3, 3); 159 this.groupBox3.Location = new System.Drawing.Point(3, 3);
150 this.groupBox3.Name = "groupBox3"; 160 this.groupBox3.Name = "groupBox3";
151 this.groupBox3.Size = new System.Drawing.Size(253, 53); 161 this.groupBox3.Size = new System.Drawing.Size(253, 53);
152 this.groupBox3.TabIndex = 0; 162 this.groupBox3.TabIndex = 0;
153 this.groupBox3.TabStop = false; 163 this.groupBox3.TabStop = false;
154 this.groupBox3.Text = "Startup"; 164 this.groupBox3.Text = "Startup";
155 // 165 //
156 // checkBox1 166 // checkBox1
157 // 167 //
158 this.checkBox1.AutoSize = true; 168 this.checkBox1.AutoSize = true;
159 this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill; 169 this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill;
160 this.checkBox1.Location = new System.Drawing.Point(3, 16); 170 this.checkBox1.Location = new System.Drawing.Point(3, 16);
161 this.checkBox1.Name = "checkBox1"; 171 this.checkBox1.Name = "checkBox1";
162 this.checkBox1.Size = new System.Drawing.Size(247, 34); 172 this.checkBox1.Size = new System.Drawing.Size(247, 34);
163 this.checkBox1.TabIndex = 0; 173 this.checkBox1.TabIndex = 0;
164 this.checkBox1.Text = "Launch on Windows boot"; 174 this.checkBox1.Text = "Launch on Windows boot";
165 this.checkBox1.UseVisualStyleBackColor = true; 175 this.checkBox1.UseVisualStyleBackColor = true;
166 this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged); -  
167 // 176 //
168 // groupBox6 177 // groupBox6
169 // 178 //
170 this.groupBox6.Controls.Add(this.tableLayoutPanel11); 179 this.groupBox6.Controls.Add(this.tableLayoutPanel11);
171 this.groupBox6.Location = new System.Drawing.Point(262, 3); 180 this.groupBox6.Location = new System.Drawing.Point(262, 3);
172 this.groupBox6.Name = "groupBox6"; 181 this.groupBox6.Name = "groupBox6";
173 this.groupBox6.Size = new System.Drawing.Size(200, 53); 182 this.groupBox6.Size = new System.Drawing.Size(200, 53);
174 this.groupBox6.TabIndex = 1; 183 this.groupBox6.TabIndex = 1;
175 this.groupBox6.TabStop = false; 184 this.groupBox6.TabStop = false;
176 this.groupBox6.Text = "Miscellaneous"; 185 this.groupBox6.Text = "Miscellaneous";
177 // 186 //
178 // tableLayoutPanel11 187 // tableLayoutPanel11
179 // 188 //
180 this.tableLayoutPanel11.ColumnCount = 1; 189 this.tableLayoutPanel11.ColumnCount = 1;
181 this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 190 this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
182 this.tableLayoutPanel11.Controls.Add(this.checkBox2, 0, 0); 191 this.tableLayoutPanel11.Controls.Add(this.checkBox2, 0, 0);
183 this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill; 192 this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
184 this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16); 193 this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16);
185 this.tableLayoutPanel11.Name = "tableLayoutPanel11"; 194 this.tableLayoutPanel11.Name = "tableLayoutPanel11";
186 this.tableLayoutPanel11.RowCount = 1; 195 this.tableLayoutPanel11.RowCount = 1;
187 this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 196 this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
188 this.tableLayoutPanel11.Size = new System.Drawing.Size(194, 34); 197 this.tableLayoutPanel11.Size = new System.Drawing.Size(194, 34);
189 this.tableLayoutPanel11.TabIndex = 0; 198 this.tableLayoutPanel11.TabIndex = 0;
190 // 199 //
191 // checkBox2 200 // checkBox2
192 // 201 //
193 this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 202 this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
194 this.checkBox2.AutoSize = true; 203 this.checkBox2.AutoSize = true;
195 this.checkBox2.Location = new System.Drawing.Point(3, 8); 204 this.checkBox2.Location = new System.Drawing.Point(3, 8);
196 this.checkBox2.Name = "checkBox2"; 205 this.checkBox2.Name = "checkBox2";
197 this.checkBox2.Size = new System.Drawing.Size(188, 17); 206 this.checkBox2.Size = new System.Drawing.Size(188, 17);
198 this.checkBox2.TabIndex = 0; 207 this.checkBox2.TabIndex = 0;
199 this.checkBox2.Text = "Ignore self-signed certificates"; 208 this.checkBox2.Text = "Ignore self-signed certificates";
200 this.checkBox2.UseVisualStyleBackColor = true; 209 this.checkBox2.UseVisualStyleBackColor = true;
-   210 //
-   211 // groupBox7
-   212 //
-   213 this.groupBox7.Controls.Add(this.tableLayoutPanel13);
-   214 this.groupBox7.Location = new System.Drawing.Point(3, 62);
-   215 this.groupBox7.Name = "groupBox7";
-   216 this.groupBox7.Size = new System.Drawing.Size(200, 78);
-   217 this.groupBox7.TabIndex = 2;
-   218 this.groupBox7.TabStop = false;
-   219 this.groupBox7.Text = "Default Toast Duration";
-   220 //
-   221 // tableLayoutPanel13
-   222 //
-   223 this.tableLayoutPanel13.ColumnCount = 2;
-   224 this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   225 this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   226 this.tableLayoutPanel13.Controls.Add(this.label11, 0, 0);
-   227 this.tableLayoutPanel13.Controls.Add(this.numericUpDown1, 1, 0);
-   228 this.tableLayoutPanel13.Controls.Add(this.label12, 0, 1);
-   229 this.tableLayoutPanel13.Controls.Add(this.checkBox4, 1, 1);
-   230 this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
-   231 this.tableLayoutPanel13.Location = new System.Drawing.Point(3, 16);
-   232 this.tableLayoutPanel13.Name = "tableLayoutPanel13";
-   233 this.tableLayoutPanel13.RowCount = 2;
-   234 this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   235 this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   236 this.tableLayoutPanel13.Size = new System.Drawing.Size(194, 59);
-   237 this.tableLayoutPanel13.TabIndex = 0;
-   238 //
-   239 // label11
-   240 //
-   241 this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   242 this.label11.AutoSize = true;
-   243 this.label11.Location = new System.Drawing.Point(3, 8);
-   244 this.label11.Name = "label11";
-   245 this.label11.Size = new System.Drawing.Size(91, 13);
-   246 this.label11.TabIndex = 0;
-   247 this.label11.Text = "Duration";
-   248 //
-   249 // numericUpDown1
-   250 //
-   251 this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   252 this.numericUpDown1.Location = new System.Drawing.Point(100, 4);
-   253 this.numericUpDown1.Maximum = new decimal(new int[] {
-   254 60000,
-   255 0,
-   256 0,
-   257 0});
-   258 this.numericUpDown1.Minimum = new decimal(new int[] {
-   259 1,
-   260 0,
-   261 0,
-   262 0});
-   263 this.numericUpDown1.Name = "numericUpDown1";
-   264 this.numericUpDown1.Size = new System.Drawing.Size(91, 20);
-   265 this.numericUpDown1.TabIndex = 3;
-   266 this.numericUpDown1.Value = new decimal(new int[] {
-   267 1,
-   268 0,
-   269 0,
-   270 0});
-   271 //
-   272 // label12
-   273 //
-   274 this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   275 this.label12.AutoSize = true;
-   276 this.label12.Location = new System.Drawing.Point(3, 37);
-   277 this.label12.Name = "label12";
-   278 this.label12.Size = new System.Drawing.Size(91, 13);
-   279 this.label12.TabIndex = 4;
-   280 this.label12.Text = "Infinite Duration";
-   281 //
-   282 // checkBox4
-   283 //
-   284 this.checkBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   285 this.checkBox4.AutoSize = true;
-   286 this.checkBox4.Location = new System.Drawing.Point(100, 35);
-   287 this.checkBox4.Name = "checkBox4";
-   288 this.checkBox4.Size = new System.Drawing.Size(91, 17);
-   289 this.checkBox4.TabIndex = 5;
-   290 this.checkBox4.Text = "Enable";
-   291 this.checkBox4.UseVisualStyleBackColor = true;
201 this.checkBox2.CheckedChanged += new System.EventHandler(this.CheckBox2_CheckedChanged); 292 this.checkBox4.CheckStateChanged += new System.EventHandler(this.checkBox4_CheckedStateChanged);
202 // 293 //
203 // tabPage1 294 // tabPage1
204 // 295 //
205 this.tabPage1.Controls.Add(this.tableLayoutPanel3); 296 this.tabPage1.Controls.Add(this.tableLayoutPanel3);
206 this.tabPage1.Location = new System.Drawing.Point(4, 22); 297 this.tabPage1.Location = new System.Drawing.Point(4, 22);
207 this.tabPage1.Name = "tabPage1"; 298 this.tabPage1.Name = "tabPage1";
208 this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 299 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
209 this.tabPage1.Size = new System.Drawing.Size(538, 243); 300 this.tabPage1.Size = new System.Drawing.Size(538, 243);
210 this.tabPage1.TabIndex = 0; 301 this.tabPage1.TabIndex = 0;
211 this.tabPage1.Text = "Servers"; 302 this.tabPage1.Text = "Servers";
212 this.tabPage1.UseVisualStyleBackColor = true; 303 this.tabPage1.UseVisualStyleBackColor = true;
213 // 304 //
214 // tableLayoutPanel3 305 // tableLayoutPanel3
215 // 306 //
216 this.tableLayoutPanel3.ColumnCount = 2; 307 this.tableLayoutPanel3.ColumnCount = 2;
217 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 308 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
218 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 309 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
219 this.tableLayoutPanel3.Controls.Add(this.groupBox1, 1, 0); 310 this.tableLayoutPanel3.Controls.Add(this.groupBox1, 1, 0);
220 this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 0); 311 this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 0);
221 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; 312 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
222 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3); 313 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
223 this.tableLayoutPanel3.Name = "tableLayoutPanel3"; 314 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
224 this.tableLayoutPanel3.RowCount = 1; 315 this.tableLayoutPanel3.RowCount = 1;
225 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 316 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
226 this.tableLayoutPanel3.Size = new System.Drawing.Size(532, 237); 317 this.tableLayoutPanel3.Size = new System.Drawing.Size(532, 237);
227 this.tableLayoutPanel3.TabIndex = 2; 318 this.tableLayoutPanel3.TabIndex = 2;
228 // 319 //
229 // groupBox1 320 // groupBox1
230 // 321 //
231 this.groupBox1.Controls.Add(this.tableLayoutPanel2); 322 this.groupBox1.Controls.Add(this.tableLayoutPanel2);
232 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; 323 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
233 this.groupBox1.Location = new System.Drawing.Point(269, 3); 324 this.groupBox1.Location = new System.Drawing.Point(269, 3);
234 this.groupBox1.Name = "groupBox1"; 325 this.groupBox1.Name = "groupBox1";
235 this.groupBox1.Size = new System.Drawing.Size(260, 231); 326 this.groupBox1.Size = new System.Drawing.Size(260, 231);
236 this.groupBox1.TabIndex = 0; 327 this.groupBox1.TabIndex = 0;
237 this.groupBox1.TabStop = false; 328 this.groupBox1.TabStop = false;
238 this.groupBox1.Text = "Server Settings"; 329 this.groupBox1.Text = "Server Settings";
239 // 330 //
240 // tableLayoutPanel2 331 // tableLayoutPanel2
241 // 332 //
242 this.tableLayoutPanel2.ColumnCount = 2; 333 this.tableLayoutPanel2.ColumnCount = 2;
243 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); 334 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
244 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F)); 335 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
245 this.tableLayoutPanel2.Controls.Add(this.serverNameTextBox, 1, 0); 336 this.tableLayoutPanel2.Controls.Add(this.serverNameTextBox, 1, 0);
246 this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0); 337 this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
247 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1); 338 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1);
248 this.tableLayoutPanel2.Controls.Add(this.serverUrlTextBox, 1, 1); 339 this.tableLayoutPanel2.Controls.Add(this.serverUrlTextBox, 1, 1);
249 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 2); 340 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 2);
250 this.tableLayoutPanel2.Controls.Add(this.serverUsernameTextBox, 1, 2); 341 this.tableLayoutPanel2.Controls.Add(this.serverUsernameTextBox, 1, 2);
251 this.tableLayoutPanel2.Controls.Add(this.label2, 0, 3); 342 this.tableLayoutPanel2.Controls.Add(this.label2, 0, 3);
252 this.tableLayoutPanel2.Controls.Add(this.serverPasswordTextBox, 1, 3); 343 this.tableLayoutPanel2.Controls.Add(this.serverPasswordTextBox, 1, 3);
253 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 344 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
254 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); 345 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
255 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 346 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
256 this.tableLayoutPanel2.RowCount = 4; 347 this.tableLayoutPanel2.RowCount = 4;
257 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 348 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
258 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 349 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
259 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 350 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
260 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 351 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
261 this.tableLayoutPanel2.Size = new System.Drawing.Size(254, 212); 352 this.tableLayoutPanel2.Size = new System.Drawing.Size(254, 212);
262 this.tableLayoutPanel2.TabIndex = 0; 353 this.tableLayoutPanel2.TabIndex = 0;
263 // 354 //
264 // serverNameTextBox 355 // serverNameTextBox
265 // 356 //
266 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 357 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
267 this.serverNameTextBox.Location = new System.Drawing.Point(66, 16); 358 this.serverNameTextBox.Location = new System.Drawing.Point(66, 16);
268 this.serverNameTextBox.Name = "serverNameTextBox"; 359 this.serverNameTextBox.Name = "serverNameTextBox";
269 this.serverNameTextBox.Size = new System.Drawing.Size(185, 20); 360 this.serverNameTextBox.Size = new System.Drawing.Size(185, 20);
270 this.serverNameTextBox.TabIndex = 1; 361 this.serverNameTextBox.TabIndex = 1;
271 // 362 //
272 // label5 363 // label5
273 // 364 //
274 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 365 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
275 this.label5.AutoSize = true; 366 this.label5.AutoSize = true;
276 this.label5.Location = new System.Drawing.Point(3, 20); 367 this.label5.Location = new System.Drawing.Point(3, 20);
277 this.label5.Name = "label5"; 368 this.label5.Name = "label5";
278 this.label5.Size = new System.Drawing.Size(57, 13); 369 this.label5.Size = new System.Drawing.Size(57, 13);
279 this.label5.TabIndex = 3; 370 this.label5.TabIndex = 3;
280 this.label5.Text = "Name"; 371 this.label5.Text = "Name";
281 this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 372 this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
282 // 373 //
283 // label3 374 // label3
284 // 375 //
285 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 376 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
286 this.label3.AutoSize = true; 377 this.label3.AutoSize = true;
287 this.label3.Location = new System.Drawing.Point(3, 73); 378 this.label3.Location = new System.Drawing.Point(3, 73);
288 this.label3.Name = "label3"; 379 this.label3.Name = "label3";
289 this.label3.Size = new System.Drawing.Size(57, 13); 380 this.label3.Size = new System.Drawing.Size(57, 13);
290 this.label3.TabIndex = 2; 381 this.label3.TabIndex = 2;
291 this.label3.Text = "URL"; 382 this.label3.Text = "URL";
292 this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 383 this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
293 // 384 //
294 // serverUrlTextBox 385 // serverUrlTextBox
295 // 386 //
296 this.serverUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 387 this.serverUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
297 this.serverUrlTextBox.Location = new System.Drawing.Point(66, 69); 388 this.serverUrlTextBox.Location = new System.Drawing.Point(66, 69);
298 this.serverUrlTextBox.Name = "serverUrlTextBox"; 389 this.serverUrlTextBox.Name = "serverUrlTextBox";
299 this.serverUrlTextBox.Size = new System.Drawing.Size(185, 20); 390 this.serverUrlTextBox.Size = new System.Drawing.Size(185, 20);
300 this.serverUrlTextBox.TabIndex = 2; 391 this.serverUrlTextBox.TabIndex = 2;
301 // 392 //
302 // label1 393 // label1
303 // 394 //
304 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 395 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
305 this.label1.AutoSize = true; 396 this.label1.AutoSize = true;
306 this.label1.Location = new System.Drawing.Point(3, 126); 397 this.label1.Location = new System.Drawing.Point(3, 126);
307 this.label1.Name = "label1"; 398 this.label1.Name = "label1";
308 this.label1.Size = new System.Drawing.Size(57, 13); 399 this.label1.Size = new System.Drawing.Size(57, 13);
309 this.label1.TabIndex = 5; 400 this.label1.TabIndex = 5;
310 this.label1.Text = "Username"; 401 this.label1.Text = "Username";
311 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 402 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
312 // 403 //
313 // serverUsernameTextBox 404 // serverUsernameTextBox
314 // 405 //
315 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 406 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
316 this.serverUsernameTextBox.Location = new System.Drawing.Point(66, 122); 407 this.serverUsernameTextBox.Location = new System.Drawing.Point(66, 122);
317 this.serverUsernameTextBox.Name = "serverUsernameTextBox"; 408 this.serverUsernameTextBox.Name = "serverUsernameTextBox";
318 this.serverUsernameTextBox.Size = new System.Drawing.Size(185, 20); 409 this.serverUsernameTextBox.Size = new System.Drawing.Size(185, 20);
319 this.serverUsernameTextBox.TabIndex = 4; 410 this.serverUsernameTextBox.TabIndex = 4;
320 // 411 //
321 // label2 412 // label2
322 // 413 //
323 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 414 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
324 this.label2.AutoSize = true; 415 this.label2.AutoSize = true;
325 this.label2.Location = new System.Drawing.Point(3, 179); 416 this.label2.Location = new System.Drawing.Point(3, 179);
326 this.label2.Name = "label2"; 417 this.label2.Name = "label2";
327 this.label2.Size = new System.Drawing.Size(57, 13); 418 this.label2.Size = new System.Drawing.Size(57, 13);
328 this.label2.TabIndex = 7; 419 this.label2.TabIndex = 7;
329 this.label2.Text = "Password"; 420 this.label2.Text = "Password";
330 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 421 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
331 // 422 //
332 // serverPasswordTextBox 423 // serverPasswordTextBox
333 // 424 //
334 this.serverPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 425 this.serverPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
335 this.serverPasswordTextBox.Location = new System.Drawing.Point(66, 175); 426 this.serverPasswordTextBox.Location = new System.Drawing.Point(66, 175);
336 this.serverPasswordTextBox.Name = "serverPasswordTextBox"; 427 this.serverPasswordTextBox.Name = "serverPasswordTextBox";
337 this.serverPasswordTextBox.PasswordChar = '*'; 428 this.serverPasswordTextBox.PasswordChar = '*';
338 this.serverPasswordTextBox.Size = new System.Drawing.Size(185, 20); 429 this.serverPasswordTextBox.Size = new System.Drawing.Size(185, 20);
339 this.serverPasswordTextBox.TabIndex = 5; 430 this.serverPasswordTextBox.TabIndex = 5;
340 // 431 //
341 // tableLayoutPanel1 432 // tableLayoutPanel1
342 // 433 //
343 this.tableLayoutPanel1.ColumnCount = 1; 434 this.tableLayoutPanel1.ColumnCount = 1;
344 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 435 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
345 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 0, 1); 436 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 0, 1);
346 this.tableLayoutPanel1.Controls.Add(this.groupBox5, 0, 0); 437 this.tableLayoutPanel1.Controls.Add(this.groupBox5, 0, 0);
347 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 438 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
348 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); 439 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
349 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 440 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
350 this.tableLayoutPanel1.RowCount = 2; 441 this.tableLayoutPanel1.RowCount = 2;
351 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F)); 442 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
352 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); 443 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
353 this.tableLayoutPanel1.Size = new System.Drawing.Size(260, 231); 444 this.tableLayoutPanel1.Size = new System.Drawing.Size(260, 231);
354 this.tableLayoutPanel1.TabIndex = 1; 445 this.tableLayoutPanel1.TabIndex = 1;
355 // 446 //
356 // tableLayoutPanel6 447 // tableLayoutPanel6
357 // 448 //
358 this.tableLayoutPanel6.ColumnCount = 3; 449 this.tableLayoutPanel6.ColumnCount = 3;
359 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 450 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
360 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 451 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
361 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 452 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
362 this.tableLayoutPanel6.Controls.Add(this.button1, 0, 0); 453 this.tableLayoutPanel6.Controls.Add(this.button1, 0, 0);
363 this.tableLayoutPanel6.Controls.Add(this.button2, 2, 0); 454 this.tableLayoutPanel6.Controls.Add(this.button2, 2, 0);
364 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; 455 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
365 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 199); 456 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 199);
366 this.tableLayoutPanel6.Name = "tableLayoutPanel6"; 457 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
367 this.tableLayoutPanel6.RowCount = 1; 458 this.tableLayoutPanel6.RowCount = 1;
368 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 459 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
369 this.tableLayoutPanel6.Size = new System.Drawing.Size(254, 29); 460 this.tableLayoutPanel6.Size = new System.Drawing.Size(254, 29);
370 this.tableLayoutPanel6.TabIndex = 1; 461 this.tableLayoutPanel6.TabIndex = 1;
371 // 462 //
372 // button1 463 // button1
373 // 464 //
374 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 465 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
375 this.button1.Location = new System.Drawing.Point(3, 3); 466 this.button1.Location = new System.Drawing.Point(3, 3);
376 this.button1.Name = "button1"; 467 this.button1.Name = "button1";
377 this.button1.Size = new System.Drawing.Size(78, 23); 468 this.button1.Size = new System.Drawing.Size(78, 23);
378 this.button1.TabIndex = 6; 469 this.button1.TabIndex = 6;
379 this.button1.Text = "Add"; 470 this.button1.Text = "Add";
380 this.button1.UseVisualStyleBackColor = true; 471 this.button1.UseVisualStyleBackColor = true;
381 this.button1.Click += new System.EventHandler(this.Button1_Click); 472 this.button1.Click += new System.EventHandler(this.Button1_Click);
382 // 473 //
383 // button2 474 // button2
384 // 475 //
385 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 476 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
386 this.button2.Location = new System.Drawing.Point(171, 3); 477 this.button2.Location = new System.Drawing.Point(171, 3);
387 this.button2.Name = "button2"; 478 this.button2.Name = "button2";
388 this.button2.Size = new System.Drawing.Size(80, 23); 479 this.button2.Size = new System.Drawing.Size(80, 23);
389 this.button2.TabIndex = 0; 480 this.button2.TabIndex = 0;
390 this.button2.Text = "Remove"; 481 this.button2.Text = "Remove";
391 this.button2.UseVisualStyleBackColor = true; 482 this.button2.UseVisualStyleBackColor = true;
392 this.button2.Click += new System.EventHandler(this.Button2_Click); 483 this.button2.Click += new System.EventHandler(this.Button2_Click);
393 // 484 //
394 // groupBox5 485 // groupBox5
395 // 486 //
396 this.groupBox5.Controls.Add(this.listBox1); 487 this.groupBox5.Controls.Add(this.listBox1);
397 this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill; 488 this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
398 this.groupBox5.Location = new System.Drawing.Point(3, 3); 489 this.groupBox5.Location = new System.Drawing.Point(3, 3);
399 this.groupBox5.Name = "groupBox5"; 490 this.groupBox5.Name = "groupBox5";
400 this.groupBox5.Size = new System.Drawing.Size(254, 190); 491 this.groupBox5.Size = new System.Drawing.Size(254, 190);
401 this.groupBox5.TabIndex = 2; 492 this.groupBox5.TabIndex = 2;
402 this.groupBox5.TabStop = false; 493 this.groupBox5.TabStop = false;
403 this.groupBox5.Text = "Gotify Servers"; 494 this.groupBox5.Text = "Gotify Servers";
404 // 495 //
405 // listBox1 496 // listBox1
406 // 497 //
407 this.listBox1.DisplayMember = "Name"; 498 this.listBox1.DisplayMember = "Name";
408 this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill; 499 this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
409 this.listBox1.FormattingEnabled = true; 500 this.listBox1.FormattingEnabled = true;
410 this.listBox1.Location = new System.Drawing.Point(3, 16); 501 this.listBox1.Location = new System.Drawing.Point(3, 16);
411 this.listBox1.Name = "listBox1"; 502 this.listBox1.Name = "listBox1";
412 this.listBox1.Size = new System.Drawing.Size(248, 171); 503 this.listBox1.Size = new System.Drawing.Size(248, 171);
413 this.listBox1.TabIndex = 0; 504 this.listBox1.TabIndex = 0;
414 this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged); 505 this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
415 // 506 //
416 // tabPage3 507 // tabPage3
417 // 508 //
418 this.tabPage3.Controls.Add(this.tableLayoutPanel7); 509 this.tabPage3.Controls.Add(this.tableLayoutPanel7);
419 this.tabPage3.Location = new System.Drawing.Point(4, 22); 510 this.tabPage3.Location = new System.Drawing.Point(4, 22);
420 this.tabPage3.Name = "tabPage3"; 511 this.tabPage3.Name = "tabPage3";
421 this.tabPage3.Size = new System.Drawing.Size(538, 243); 512 this.tabPage3.Size = new System.Drawing.Size(538, 243);
422 this.tabPage3.TabIndex = 2; 513 this.tabPage3.TabIndex = 2;
423 this.tabPage3.Text = "Announcements"; 514 this.tabPage3.Text = "Announcements";
424 this.tabPage3.UseVisualStyleBackColor = true; 515 this.tabPage3.UseVisualStyleBackColor = true;
425 // 516 //
426 // tableLayoutPanel7 517 // tableLayoutPanel7
427 // 518 //
428 this.tableLayoutPanel7.ColumnCount = 2; 519 this.tableLayoutPanel7.ColumnCount = 2;
429 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 520 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
430 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 521 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
431 this.tableLayoutPanel7.Controls.Add(this.groupBox2, 1, 0); 522 this.tableLayoutPanel7.Controls.Add(this.groupBox2, 1, 0);
432 this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel4, 0, 0); 523 this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel4, 0, 0);
433 this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill; 524 this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
434 this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0); 525 this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0);
435 this.tableLayoutPanel7.Name = "tableLayoutPanel7"; 526 this.tableLayoutPanel7.Name = "tableLayoutPanel7";
436 this.tableLayoutPanel7.RowCount = 1; 527 this.tableLayoutPanel7.RowCount = 1;
437 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 528 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
438 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 243F)); 529 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 243F));
439 this.tableLayoutPanel7.Size = new System.Drawing.Size(538, 243); 530 this.tableLayoutPanel7.Size = new System.Drawing.Size(538, 243);
440 this.tableLayoutPanel7.TabIndex = 0; 531 this.tableLayoutPanel7.TabIndex = 0;
441 // 532 //
442 // groupBox2 533 // groupBox2
443 // 534 //
444 this.groupBox2.Controls.Add(this.tableLayoutPanel10); 535 this.groupBox2.Controls.Add(this.tableLayoutPanel10);
445 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; 536 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
446 this.groupBox2.Location = new System.Drawing.Point(272, 3); 537 this.groupBox2.Location = new System.Drawing.Point(272, 3);
447 this.groupBox2.Name = "groupBox2"; 538 this.groupBox2.Name = "groupBox2";
448 this.groupBox2.Size = new System.Drawing.Size(263, 237); 539 this.groupBox2.Size = new System.Drawing.Size(263, 237);
449 this.groupBox2.TabIndex = 3; 540 this.groupBox2.TabIndex = 3;
450 this.groupBox2.TabStop = false; 541 this.groupBox2.TabStop = false;
451 this.groupBox2.Text = "Announcement Settings"; 542 this.groupBox2.Text = "Announcement Settings";
452 // 543 //
453 // tableLayoutPanel10 544 // tableLayoutPanel10
454 // 545 //
455 this.tableLayoutPanel10.ColumnCount = 2; 546 this.tableLayoutPanel10.ColumnCount = 2;
456 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); 547 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
457 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F)); 548 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
458 this.tableLayoutPanel10.Controls.Add(this.label4, 0, 0); 549 this.tableLayoutPanel10.Controls.Add(this.label4, 0, 0);
459 this.tableLayoutPanel10.Controls.Add(this.appIdTextBox, 1, 0); 550 this.tableLayoutPanel10.Controls.Add(this.appIdTextBox, 1, 0);
460 this.tableLayoutPanel10.Controls.Add(this.label6, 0, 1); 551 this.tableLayoutPanel10.Controls.Add(this.label6, 0, 1);
461 this.tableLayoutPanel10.Controls.Add(this.lingerTimeTextBox, 1, 1); 552 this.tableLayoutPanel10.Controls.Add(this.lingerTimeTextBox, 1, 1);
462 this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill; 553 this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
463 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16); 554 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
464 this.tableLayoutPanel10.Name = "tableLayoutPanel10"; 555 this.tableLayoutPanel10.Name = "tableLayoutPanel10";
465 this.tableLayoutPanel10.RowCount = 2; 556 this.tableLayoutPanel10.RowCount = 2;
466 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 557 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
467 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 558 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
468 this.tableLayoutPanel10.Size = new System.Drawing.Size(257, 218); 559 this.tableLayoutPanel10.Size = new System.Drawing.Size(257, 218);
469 this.tableLayoutPanel10.TabIndex = 4; 560 this.tableLayoutPanel10.TabIndex = 4;
470 // 561 //
471 // label4 562 // label4
472 // 563 //
473 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 564 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
474 this.label4.AutoSize = true; 565 this.label4.AutoSize = true;
475 this.label4.Location = new System.Drawing.Point(3, 48); 566 this.label4.Location = new System.Drawing.Point(3, 48);
476 this.label4.Name = "label4"; 567 this.label4.Name = "label4";
477 this.label4.Size = new System.Drawing.Size(58, 13); 568 this.label4.Size = new System.Drawing.Size(58, 13);
478 this.label4.TabIndex = 0; 569 this.label4.TabIndex = 0;
479 this.label4.Text = "App Id"; 570 this.label4.Text = "App Id";
480 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 571 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
481 // 572 //
482 // appIdTextBox 573 // appIdTextBox
483 // 574 //
484 this.appIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 575 this.appIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
485 this.appIdTextBox.Location = new System.Drawing.Point(67, 44); 576 this.appIdTextBox.Location = new System.Drawing.Point(67, 44);
486 this.appIdTextBox.Name = "appIdTextBox"; 577 this.appIdTextBox.Name = "appIdTextBox";
487 this.appIdTextBox.Size = new System.Drawing.Size(187, 20); 578 this.appIdTextBox.Size = new System.Drawing.Size(187, 20);
488 this.appIdTextBox.TabIndex = 1; 579 this.appIdTextBox.TabIndex = 1;
489 // 580 //
490 // label6 581 // label6
491 // 582 //
492 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 583 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
493 this.label6.AutoSize = true; 584 this.label6.AutoSize = true;
494 this.label6.Location = new System.Drawing.Point(3, 157); 585 this.label6.Location = new System.Drawing.Point(3, 157);
495 this.label6.Name = "label6"; 586 this.label6.Name = "label6";
496 this.label6.Size = new System.Drawing.Size(58, 13); 587 this.label6.Size = new System.Drawing.Size(58, 13);
497 this.label6.TabIndex = 2; 588 this.label6.TabIndex = 2;
498 this.label6.Text = "Timeout"; 589 this.label6.Text = "Timeout";
499 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 590 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
500 // 591 //
501 // lingerTimeTextBox 592 // lingerTimeTextBox
502 // 593 //
503 this.lingerTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 594 this.lingerTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
504 this.lingerTimeTextBox.Location = new System.Drawing.Point(67, 153); 595 this.lingerTimeTextBox.Location = new System.Drawing.Point(67, 153);
505 this.lingerTimeTextBox.Name = "lingerTimeTextBox"; 596 this.lingerTimeTextBox.Name = "lingerTimeTextBox";
506 this.lingerTimeTextBox.Size = new System.Drawing.Size(187, 20); 597 this.lingerTimeTextBox.Size = new System.Drawing.Size(187, 20);
507 this.lingerTimeTextBox.TabIndex = 3; 598 this.lingerTimeTextBox.TabIndex = 3;
508 // 599 //
509 // tableLayoutPanel4 600 // tableLayoutPanel4
510 // 601 //
511 this.tableLayoutPanel4.ColumnCount = 1; 602 this.tableLayoutPanel4.ColumnCount = 1;
512 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 603 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
513 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1); 604 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1);
514 this.tableLayoutPanel4.Controls.Add(this.groupBox4, 0, 0); 605 this.tableLayoutPanel4.Controls.Add(this.groupBox4, 0, 0);
515 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; 606 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
516 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3); 607 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
517 this.tableLayoutPanel4.Name = "tableLayoutPanel4"; 608 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
518 this.tableLayoutPanel4.RowCount = 2; 609 this.tableLayoutPanel4.RowCount = 2;
519 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F)); 610 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
520 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); 611 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
521 this.tableLayoutPanel4.Size = new System.Drawing.Size(263, 237); 612 this.tableLayoutPanel4.Size = new System.Drawing.Size(263, 237);
522 this.tableLayoutPanel4.TabIndex = 4; 613 this.tableLayoutPanel4.TabIndex = 4;
523 // 614 //
524 // tableLayoutPanel5 615 // tableLayoutPanel5
525 // 616 //
526 this.tableLayoutPanel5.ColumnCount = 3; 617 this.tableLayoutPanel5.ColumnCount = 3;
527 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); 618 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
528 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 619 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
529 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); 620 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
530 this.tableLayoutPanel5.Controls.Add(this.button4, 0, 0); 621 this.tableLayoutPanel5.Controls.Add(this.button4, 0, 0);
531 this.tableLayoutPanel5.Controls.Add(this.button3, 2, 0); 622 this.tableLayoutPanel5.Controls.Add(this.button3, 2, 0);
532 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; 623 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
533 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 204); 624 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 204);
534 this.tableLayoutPanel5.Name = "tableLayoutPanel5"; 625 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
535 this.tableLayoutPanel5.RowCount = 1; 626 this.tableLayoutPanel5.RowCount = 1;
536 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 627 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
537 this.tableLayoutPanel5.Size = new System.Drawing.Size(257, 30); 628 this.tableLayoutPanel5.Size = new System.Drawing.Size(257, 30);
538 this.tableLayoutPanel5.TabIndex = 0; 629 this.tableLayoutPanel5.TabIndex = 0;
539 // 630 //
540 // button4 631 // button4
541 // 632 //
542 this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 633 this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
543 this.button4.Location = new System.Drawing.Point(3, 3); 634 this.button4.Location = new System.Drawing.Point(3, 3);
544 this.button4.Name = "button4"; 635 this.button4.Name = "button4";
545 this.button4.Size = new System.Drawing.Size(74, 23); 636 this.button4.Size = new System.Drawing.Size(74, 23);
546 this.button4.TabIndex = 0; 637 this.button4.TabIndex = 0;
547 this.button4.Text = "Add"; 638 this.button4.Text = "Add";
548 this.button4.UseVisualStyleBackColor = true; 639 this.button4.UseVisualStyleBackColor = true;
549 this.button4.Click += new System.EventHandler(this.Button4_Click); 640 this.button4.Click += new System.EventHandler(this.Button4_Click);
550 // 641 //
551 // button3 642 // button3
552 // 643 //
553 this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 644 this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
554 this.button3.Location = new System.Drawing.Point(180, 3); 645 this.button3.Location = new System.Drawing.Point(180, 3);
555 this.button3.Name = "button3"; 646 this.button3.Name = "button3";
556 this.button3.Size = new System.Drawing.Size(74, 23); 647 this.button3.Size = new System.Drawing.Size(74, 23);
557 this.button3.TabIndex = 0; 648 this.button3.TabIndex = 0;
558 this.button3.Text = "Remove"; 649 this.button3.Text = "Remove";
559 this.button3.UseVisualStyleBackColor = true; 650 this.button3.UseVisualStyleBackColor = true;
560 this.button3.Click += new System.EventHandler(this.Button3_Click); 651 this.button3.Click += new System.EventHandler(this.Button3_Click);
561 // 652 //
562 // groupBox4 653 // groupBox4
563 // 654 //
564 this.groupBox4.Controls.Add(this.listBox2); 655 this.groupBox4.Controls.Add(this.listBox2);
565 this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; 656 this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
566 this.groupBox4.Location = new System.Drawing.Point(3, 3); 657 this.groupBox4.Location = new System.Drawing.Point(3, 3);
567 this.groupBox4.Name = "groupBox4"; 658 this.groupBox4.Name = "groupBox4";
568 this.groupBox4.Size = new System.Drawing.Size(257, 195); 659 this.groupBox4.Size = new System.Drawing.Size(257, 195);
569 this.groupBox4.TabIndex = 4; 660 this.groupBox4.TabIndex = 4;
570 this.groupBox4.TabStop = false; 661 this.groupBox4.TabStop = false;
571 this.groupBox4.Text = "Application Id"; 662 this.groupBox4.Text = "Application Id";
572 // 663 //
573 // listBox2 664 // listBox2
574 // 665 //
575 this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill; 666 this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill;
576 this.listBox2.FormattingEnabled = true; 667 this.listBox2.FormattingEnabled = true;
577 this.listBox2.Location = new System.Drawing.Point(3, 16); 668 this.listBox2.Location = new System.Drawing.Point(3, 16);
578 this.listBox2.Name = "listBox2"; 669 this.listBox2.Name = "listBox2";
579 this.listBox2.Size = new System.Drawing.Size(251, 176); 670 this.listBox2.Size = new System.Drawing.Size(251, 176);
580 this.listBox2.TabIndex = 0; 671 this.listBox2.TabIndex = 0;
581 this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2_SelectedIndexChanged); 672 this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2_SelectedIndexChanged);
582 // 673 //
583 // tableLayoutPanel8 -  
584 // -  
585 this.tableLayoutPanel8.ColumnCount = 1; -  
586 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); -  
587 this.tableLayoutPanel8.Controls.Add(this.tabControl1, 0, 0); -  
588 this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel9, 0, 1); -  
589 this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill; -  
590 this.tableLayoutPanel8.Location = new System.Drawing.Point(0, 0); -  
591 this.tableLayoutPanel8.Name = "tableLayoutPanel8"; -  
592 this.tableLayoutPanel8.RowCount = 2; -  
593 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); -  
594 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F)); -  
595 this.tableLayoutPanel8.Size = new System.Drawing.Size(552, 317); -  
596 this.tableLayoutPanel8.TabIndex = 1; -  
597 // -  
598 // tableLayoutPanel9 -  
599 // -  
600 this.tableLayoutPanel9.ColumnCount = 3; -  
601 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); -  
602 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); -  
603 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); -  
604 this.tableLayoutPanel9.Controls.Add(this.button5, 1, 0); -  
605 this.tableLayoutPanel9.Controls.Add(this.button6, 2, 0); -  
606 this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill; -  
607 this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 278); -  
608 this.tableLayoutPanel9.Name = "tableLayoutPanel9"; -  
609 this.tableLayoutPanel9.RowCount = 1; -  
610 this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle()); -  
611 this.tableLayoutPanel9.Size = new System.Drawing.Size(546, 36); -  
612 this.tableLayoutPanel9.TabIndex = 1; -  
613 // -  
614 // button5 -  
615 // -  
616 this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); -  
617 this.button5.Location = new System.Drawing.Point(389, 6); -  
618 this.button5.Name = "button5"; -  
619 this.button5.Size = new System.Drawing.Size(74, 23); -  
620 this.button5.TabIndex = 0; -  
621 this.button5.Text = "Save"; -  
622 this.button5.UseVisualStyleBackColor = true; -  
623 this.button5.Click += new System.EventHandler(this.Button5_Click); -  
624 // -  
625 // button6 -  
626 // -  
627 this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); -  
628 this.button6.Location = new System.Drawing.Point(469, 6); -  
629 this.button6.Name = "button6"; -  
630 this.button6.Size = new System.Drawing.Size(74, 23); -  
631 this.button6.TabIndex = 1; -  
632 this.button6.Text = "Cancel"; -  
633 this.button6.UseVisualStyleBackColor = true; -  
634 this.button6.Click += new System.EventHandler(this.Button6_Click); -  
635 // -  
636 // tabPage4 674 // tabPage4
637 // 675 //
638 this.tabPage4.Controls.Add(this.tableLayoutPanel12); 676 this.tabPage4.Controls.Add(this.tableLayoutPanel12);
639 this.tabPage4.Location = new System.Drawing.Point(4, 22); 677 this.tabPage4.Location = new System.Drawing.Point(4, 22);
640 this.tabPage4.Name = "tabPage4"; 678 this.tabPage4.Name = "tabPage4";
641 this.tabPage4.Padding = new System.Windows.Forms.Padding(3); 679 this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
642 this.tabPage4.Size = new System.Drawing.Size(538, 243); 680 this.tabPage4.Size = new System.Drawing.Size(538, 243);
643 this.tabPage4.TabIndex = 3; 681 this.tabPage4.TabIndex = 3;
644 this.tabPage4.Text = "Proxy"; 682 this.tabPage4.Text = "Proxy";
645 this.tabPage4.UseVisualStyleBackColor = true; 683 this.tabPage4.UseVisualStyleBackColor = true;
646 // 684 //
647 // tableLayoutPanel12 685 // tableLayoutPanel12
648 // 686 //
649 this.tableLayoutPanel12.ColumnCount = 2; 687 this.tableLayoutPanel12.ColumnCount = 2;
650 this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 688 this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
651 this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 689 this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
652 this.tableLayoutPanel12.Controls.Add(this.label7, 0, 1); 690 this.tableLayoutPanel12.Controls.Add(this.label7, 0, 1);
653 this.tableLayoutPanel12.Controls.Add(this.label8, 0, 2); 691 this.tableLayoutPanel12.Controls.Add(this.label8, 0, 2);
654 this.tableLayoutPanel12.Controls.Add(this.label9, 0, 3); 692 this.tableLayoutPanel12.Controls.Add(this.label9, 0, 3);
655 this.tableLayoutPanel12.Controls.Add(this.textBox1, 1, 1); 693 this.tableLayoutPanel12.Controls.Add(this.textBox1, 1, 1);
656 this.tableLayoutPanel12.Controls.Add(this.textBox2, 1, 2); 694 this.tableLayoutPanel12.Controls.Add(this.textBox2, 1, 2);
657 this.tableLayoutPanel12.Controls.Add(this.textBox3, 1, 3); 695 this.tableLayoutPanel12.Controls.Add(this.textBox3, 1, 3);
658 this.tableLayoutPanel12.Controls.Add(this.checkBox3, 1, 0); 696 this.tableLayoutPanel12.Controls.Add(this.checkBox3, 1, 0);
659 this.tableLayoutPanel12.Controls.Add(this.label10, 0, 0); 697 this.tableLayoutPanel12.Controls.Add(this.label10, 0, 0);
660 this.tableLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill; 698 this.tableLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
661 this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 3); 699 this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 3);
662 this.tableLayoutPanel12.Name = "tableLayoutPanel12"; 700 this.tableLayoutPanel12.Name = "tableLayoutPanel12";
663 this.tableLayoutPanel12.RowCount = 4; 701 this.tableLayoutPanel12.RowCount = 4;
664 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 702 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
665 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 703 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
666 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 704 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
667 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 705 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
668 this.tableLayoutPanel12.Size = new System.Drawing.Size(532, 237); 706 this.tableLayoutPanel12.Size = new System.Drawing.Size(532, 237);
669 this.tableLayoutPanel12.TabIndex = 0; 707 this.tableLayoutPanel12.TabIndex = 0;
670 // 708 //
671 // label7 709 // label7
672 // 710 //
673 this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 711 this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
674 this.label7.AutoSize = true; 712 this.label7.AutoSize = true;
675 this.label7.Location = new System.Drawing.Point(3, 82); 713 this.label7.Location = new System.Drawing.Point(3, 82);
676 this.label7.Name = "label7"; 714 this.label7.Name = "label7";
677 this.label7.Size = new System.Drawing.Size(260, 13); 715 this.label7.Size = new System.Drawing.Size(260, 13);
678 this.label7.TabIndex = 0; 716 this.label7.TabIndex = 0;
679 this.label7.Text = "URL"; 717 this.label7.Text = "URL";
680 // 718 //
681 // label8 719 // label8
682 // 720 //
683 this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 721 this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
684 this.label8.AutoSize = true; 722 this.label8.AutoSize = true;
685 this.label8.Location = new System.Drawing.Point(3, 141); 723 this.label8.Location = new System.Drawing.Point(3, 141);
686 this.label8.Name = "label8"; 724 this.label8.Name = "label8";
687 this.label8.Size = new System.Drawing.Size(260, 13); 725 this.label8.Size = new System.Drawing.Size(260, 13);
688 this.label8.TabIndex = 1; 726 this.label8.TabIndex = 1;
689 this.label8.Text = "Username"; 727 this.label8.Text = "Username";
690 // 728 //
691 // label9 729 // label9
692 // 730 //
693 this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 731 this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
694 this.label9.AutoSize = true; 732 this.label9.AutoSize = true;
695 this.label9.Location = new System.Drawing.Point(3, 200); 733 this.label9.Location = new System.Drawing.Point(3, 200);
696 this.label9.Name = "label9"; 734 this.label9.Name = "label9";
697 this.label9.Size = new System.Drawing.Size(260, 13); 735 this.label9.Size = new System.Drawing.Size(260, 13);
698 this.label9.TabIndex = 2; 736 this.label9.TabIndex = 2;
699 this.label9.Text = "Password"; 737 this.label9.Text = "Password";
700 // 738 //
701 // textBox1 739 // textBox1
702 // 740 //
703 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 741 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
704 this.textBox1.Location = new System.Drawing.Point(269, 78); 742 this.textBox1.Location = new System.Drawing.Point(269, 78);
705 this.textBox1.Name = "textBox1"; 743 this.textBox1.Name = "textBox1";
706 this.textBox1.Size = new System.Drawing.Size(260, 20); 744 this.textBox1.Size = new System.Drawing.Size(260, 20);
707 this.textBox1.TabIndex = 3; 745 this.textBox1.TabIndex = 3;
708 // 746 //
709 // textBox2 747 // textBox2
710 // 748 //
711 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 749 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
712 this.textBox2.Location = new System.Drawing.Point(269, 137); 750 this.textBox2.Location = new System.Drawing.Point(269, 137);
713 this.textBox2.Name = "textBox2"; 751 this.textBox2.Name = "textBox2";
714 this.textBox2.Size = new System.Drawing.Size(260, 20); 752 this.textBox2.Size = new System.Drawing.Size(260, 20);
715 this.textBox2.TabIndex = 4; 753 this.textBox2.TabIndex = 4;
716 // 754 //
717 // textBox3 755 // textBox3
718 // 756 //
719 this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 757 this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
720 this.textBox3.Location = new System.Drawing.Point(269, 197); 758 this.textBox3.Location = new System.Drawing.Point(269, 197);
721 this.textBox3.Name = "textBox3"; 759 this.textBox3.Name = "textBox3";
722 this.textBox3.Size = new System.Drawing.Size(260, 20); 760 this.textBox3.Size = new System.Drawing.Size(260, 20);
723 this.textBox3.TabIndex = 5; 761 this.textBox3.TabIndex = 5;
724 // 762 //
725 // checkBox3 763 // checkBox3
726 // 764 //
727 this.checkBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 765 this.checkBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
728 this.checkBox3.AutoSize = true; 766 this.checkBox3.AutoSize = true;
729 this.checkBox3.Location = new System.Drawing.Point(269, 21); 767 this.checkBox3.Location = new System.Drawing.Point(269, 21);
730 this.checkBox3.Name = "checkBox3"; 768 this.checkBox3.Name = "checkBox3";
731 this.checkBox3.Size = new System.Drawing.Size(260, 17); 769 this.checkBox3.Size = new System.Drawing.Size(260, 17);
732 this.checkBox3.TabIndex = 6; 770 this.checkBox3.TabIndex = 6;
733 this.checkBox3.Text = "Enable"; 771 this.checkBox3.Text = "Enable";
734 this.checkBox3.UseVisualStyleBackColor = true; 772 this.checkBox3.UseVisualStyleBackColor = true;
735 // 773 //
736 // label10 774 // label10
737 // 775 //
738 this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 776 this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
739 this.label10.AutoSize = true; 777 this.label10.AutoSize = true;
740 this.label10.Location = new System.Drawing.Point(3, 23); 778 this.label10.Location = new System.Drawing.Point(3, 23);
741 this.label10.Name = "label10"; 779 this.label10.Name = "label10";
742 this.label10.Size = new System.Drawing.Size(260, 13); 780 this.label10.Size = new System.Drawing.Size(260, 13);
743 this.label10.TabIndex = 7; 781 this.label10.TabIndex = 7;
744 this.label10.Text = "Use a HTTP proxy to establish connections"; 782 this.label10.Text = "Use a HTTP proxy to establish connections";
745 // 783 //
-   784 // tableLayoutPanel8
-   785 //
-   786 this.tableLayoutPanel8.ColumnCount = 1;
-   787 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
-   788 this.tableLayoutPanel8.Controls.Add(this.tabControl1, 0, 0);
-   789 this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel9, 0, 1);
-   790 this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
-   791 this.tableLayoutPanel8.Location = new System.Drawing.Point(0, 0);
-   792 this.tableLayoutPanel8.Name = "tableLayoutPanel8";
-   793 this.tableLayoutPanel8.RowCount = 2;
-   794 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   795 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
-   796 this.tableLayoutPanel8.Size = new System.Drawing.Size(552, 317);
-   797 this.tableLayoutPanel8.TabIndex = 1;
-   798 //
-   799 // tableLayoutPanel9
-   800 //
-   801 this.tableLayoutPanel9.ColumnCount = 3;
-   802 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   803 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
-   804 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
-   805 this.tableLayoutPanel9.Controls.Add(this.button5, 1, 0);
-   806 this.tableLayoutPanel9.Controls.Add(this.button6, 2, 0);
-   807 this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
-   808 this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 278);
-   809 this.tableLayoutPanel9.Name = "tableLayoutPanel9";
-   810 this.tableLayoutPanel9.RowCount = 1;
-   811 this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
-   812 this.tableLayoutPanel9.Size = new System.Drawing.Size(546, 36);
-   813 this.tableLayoutPanel9.TabIndex = 1;
-   814 //
-   815 // button5
-   816 //
-   817 this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   818 this.button5.Location = new System.Drawing.Point(389, 6);
-   819 this.button5.Name = "button5";
-   820 this.button5.Size = new System.Drawing.Size(74, 23);
-   821 this.button5.TabIndex = 0;
-   822 this.button5.Text = "Save";
-   823 this.button5.UseVisualStyleBackColor = true;
-   824 this.button5.Click += new System.EventHandler(this.Button5_Click);
-   825 //
-   826 // button6
-   827 //
-   828 this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   829 this.button6.Location = new System.Drawing.Point(469, 6);
-   830 this.button6.Name = "button6";
-   831 this.button6.Size = new System.Drawing.Size(74, 23);
-   832 this.button6.TabIndex = 1;
-   833 this.button6.Text = "Cancel";
-   834 this.button6.UseVisualStyleBackColor = true;
-   835 this.button6.Click += new System.EventHandler(this.Button6_Click);
-   836 //
746 // SettingsForm 837 // SettingsForm
747 // 838 //
748 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 839 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
749 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 840 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
750 this.ClientSize = new System.Drawing.Size(552, 317); 841 this.ClientSize = new System.Drawing.Size(552, 317);
751 this.Controls.Add(this.tableLayoutPanel8); 842 this.Controls.Add(this.tableLayoutPanel8);
752 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 843 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
753 this.Name = "SettingsForm"; 844 this.Name = "SettingsForm";
754 this.Text = "Winify: Settings"; 845 this.Text = "Winify: Settings";
755 this.Load += new System.EventHandler(this.SettingsForm_Load); 846 this.Load += new System.EventHandler(this.SettingsForm_Load);
756 this.tabControl1.ResumeLayout(false); 847 this.tabControl1.ResumeLayout(false);
757 this.tabPage2.ResumeLayout(false); 848 this.tabPage2.ResumeLayout(false);
758 this.flowLayoutPanel2.ResumeLayout(false); 849 this.flowLayoutPanel2.ResumeLayout(false);
759 this.groupBox3.ResumeLayout(false); 850 this.groupBox3.ResumeLayout(false);
760 this.groupBox3.PerformLayout(); 851 this.groupBox3.PerformLayout();
761 this.groupBox6.ResumeLayout(false); 852 this.groupBox6.ResumeLayout(false);
762 this.tableLayoutPanel11.ResumeLayout(false); 853 this.tableLayoutPanel11.ResumeLayout(false);
763 this.tableLayoutPanel11.PerformLayout(); 854 this.tableLayoutPanel11.PerformLayout();
-   855 this.groupBox7.ResumeLayout(false);
-   856 this.tableLayoutPanel13.ResumeLayout(false);
-   857 this.tableLayoutPanel13.PerformLayout();
-   858 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
764 this.tabPage1.ResumeLayout(false); 859 this.tabPage1.ResumeLayout(false);
765 this.tableLayoutPanel3.ResumeLayout(false); 860 this.tableLayoutPanel3.ResumeLayout(false);
766 this.groupBox1.ResumeLayout(false); 861 this.groupBox1.ResumeLayout(false);
767 this.tableLayoutPanel2.ResumeLayout(false); 862 this.tableLayoutPanel2.ResumeLayout(false);
768 this.tableLayoutPanel2.PerformLayout(); 863 this.tableLayoutPanel2.PerformLayout();
769 this.tableLayoutPanel1.ResumeLayout(false); 864 this.tableLayoutPanel1.ResumeLayout(false);
770 this.tableLayoutPanel6.ResumeLayout(false); 865 this.tableLayoutPanel6.ResumeLayout(false);
771 this.groupBox5.ResumeLayout(false); 866 this.groupBox5.ResumeLayout(false);
772 this.tabPage3.ResumeLayout(false); 867 this.tabPage3.ResumeLayout(false);
773 this.tableLayoutPanel7.ResumeLayout(false); 868 this.tableLayoutPanel7.ResumeLayout(false);
774 this.groupBox2.ResumeLayout(false); 869 this.groupBox2.ResumeLayout(false);
775 this.tableLayoutPanel10.ResumeLayout(false); 870 this.tableLayoutPanel10.ResumeLayout(false);
776 this.tableLayoutPanel10.PerformLayout(); 871 this.tableLayoutPanel10.PerformLayout();
777 this.tableLayoutPanel4.ResumeLayout(false); 872 this.tableLayoutPanel4.ResumeLayout(false);
778 this.tableLayoutPanel5.ResumeLayout(false); 873 this.tableLayoutPanel5.ResumeLayout(false);
779 this.groupBox4.ResumeLayout(false); 874 this.groupBox4.ResumeLayout(false);
780 this.tableLayoutPanel8.ResumeLayout(false); -  
781 this.tableLayoutPanel9.ResumeLayout(false); -  
782 this.tabPage4.ResumeLayout(false); 875 this.tabPage4.ResumeLayout(false);
783 this.tableLayoutPanel12.ResumeLayout(false); 876 this.tableLayoutPanel12.ResumeLayout(false);
784 this.tableLayoutPanel12.PerformLayout(); 877 this.tableLayoutPanel12.PerformLayout();
-   878 this.tableLayoutPanel8.ResumeLayout(false);
-   879 this.tableLayoutPanel9.ResumeLayout(false);
785 this.ResumeLayout(false); 880 this.ResumeLayout(false);
786   881  
787 } 882 }
788   883  
789 #endregion 884 #endregion
790   885  
791 private System.Windows.Forms.TabControl tabControl1; 886 private System.Windows.Forms.TabControl tabControl1;
792 private System.Windows.Forms.TabPage tabPage1; 887 private System.Windows.Forms.TabPage tabPage1;
793 private System.Windows.Forms.GroupBox groupBox1; 888 private System.Windows.Forms.GroupBox groupBox1;
794 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 889 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
795 private System.Windows.Forms.TextBox serverUrlTextBox; 890 private System.Windows.Forms.TextBox serverUrlTextBox;
796 private System.Windows.Forms.TabPage tabPage2; 891 private System.Windows.Forms.TabPage tabPage2;
797 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; 892 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
798 private System.Windows.Forms.GroupBox groupBox3; 893 private System.Windows.Forms.GroupBox groupBox3;
799 private System.Windows.Forms.CheckBox checkBox1; 894 private System.Windows.Forms.CheckBox checkBox1;
800 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; 895 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
801 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 896 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
802 private System.Windows.Forms.ListBox listBox1; 897 private System.Windows.Forms.ListBox listBox1;
803 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; 898 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
804 private System.Windows.Forms.Button button2; 899 private System.Windows.Forms.Button button2;
805 private System.Windows.Forms.TextBox serverPasswordTextBox; 900 private System.Windows.Forms.TextBox serverPasswordTextBox;
806 private System.Windows.Forms.Label label2; 901 private System.Windows.Forms.Label label2;
807 private System.Windows.Forms.TextBox serverNameTextBox; 902 private System.Windows.Forms.TextBox serverNameTextBox;
808 private System.Windows.Forms.Label label5; 903 private System.Windows.Forms.Label label5;
809 private System.Windows.Forms.Label label3; 904 private System.Windows.Forms.Label label3;
810 private System.Windows.Forms.Label label1; 905 private System.Windows.Forms.Label label1;
811 private System.Windows.Forms.TextBox serverUsernameTextBox; 906 private System.Windows.Forms.TextBox serverUsernameTextBox;
812 private System.Windows.Forms.Button button1; 907 private System.Windows.Forms.Button button1;
813 private System.Windows.Forms.TabPage tabPage3; 908 private System.Windows.Forms.TabPage tabPage3;
814 private System.Windows.Forms.GroupBox groupBox5; 909 private System.Windows.Forms.GroupBox groupBox5;
815 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7; 910 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
816 private System.Windows.Forms.GroupBox groupBox2; 911 private System.Windows.Forms.GroupBox groupBox2;
817 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10; 912 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10;
818 private System.Windows.Forms.Label label4; 913 private System.Windows.Forms.Label label4;
819 private System.Windows.Forms.TextBox appIdTextBox; 914 private System.Windows.Forms.TextBox appIdTextBox;
820 private System.Windows.Forms.Label label6; 915 private System.Windows.Forms.Label label6;
821 private System.Windows.Forms.TextBox lingerTimeTextBox; 916 private System.Windows.Forms.TextBox lingerTimeTextBox;
822 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; 917 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
823 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; 918 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
824 private System.Windows.Forms.Button button4; 919 private System.Windows.Forms.Button button4;
825 private System.Windows.Forms.Button button3; 920 private System.Windows.Forms.Button button3;
826 private System.Windows.Forms.GroupBox groupBox4; 921 private System.Windows.Forms.GroupBox groupBox4;
827 private System.Windows.Forms.ListBox listBox2; 922 private System.Windows.Forms.ListBox listBox2;
828 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8; 923 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
829 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9; 924 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
830 private System.Windows.Forms.Button button5; 925 private System.Windows.Forms.Button button5;
831 private System.Windows.Forms.Button button6; 926 private System.Windows.Forms.Button button6;
832 private System.Windows.Forms.GroupBox groupBox6; 927 private System.Windows.Forms.GroupBox groupBox6;
833 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel11; 928 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel11;
834 private System.Windows.Forms.CheckBox checkBox2; 929 private System.Windows.Forms.CheckBox checkBox2;
835 private System.Windows.Forms.TabPage tabPage4; 930 private System.Windows.Forms.TabPage tabPage4;
836 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel12; 931 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel12;
837 private System.Windows.Forms.Label label7; 932 private System.Windows.Forms.Label label7;
838 private System.Windows.Forms.Label label8; 933 private System.Windows.Forms.Label label8;
839 private System.Windows.Forms.Label label9; 934 private System.Windows.Forms.Label label9;
840 private System.Windows.Forms.TextBox textBox1; 935 private System.Windows.Forms.TextBox textBox1;
841 private System.Windows.Forms.TextBox textBox2; 936 private System.Windows.Forms.TextBox textBox2;
842 private System.Windows.Forms.TextBox textBox3; 937 private System.Windows.Forms.TextBox textBox3;
843 private System.Windows.Forms.CheckBox checkBox3; 938 private System.Windows.Forms.CheckBox checkBox3;
844 private System.Windows.Forms.Label label10; 939 private System.Windows.Forms.Label label10;
-   940 private System.Windows.Forms.GroupBox groupBox7;
-   941 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel13;
-   942 private System.Windows.Forms.Label label11;
-   943 private System.Windows.Forms.NumericUpDown numericUpDown1;
-   944 private System.Windows.Forms.Label label12;
-   945 private System.Windows.Forms.CheckBox checkBox4;
845 } 946 }
846 } 947 }
847   948  
848
Generated by GNU Enscript 1.6.5.90.
949
Generated by GNU Enscript 1.6.5.90.
849   950  
850   951  
851   952