Winify – Diff between revs 73 and 75

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