Winify – Diff between revs 59 and 67

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