Winify – Diff between revs 44 and 50

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