corrade-vassal – Diff between revs 3 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 3 Rev 4
Line 26... Line 26...
26 /// Required method for Designer support - do not modify 26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor. 27 /// the contents of this method with the code editor.
28 /// </summary> 28 /// </summary>
29 private void InitializeComponent() 29 private void InitializeComponent()
30 { 30 {
-   31 this.components = new System.ComponentModel.Container();
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm)); 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
32 this.tabControl1 = new System.Windows.Forms.TabControl(); 33 this.tabControl1 = new System.Windows.Forms.TabControl();
33 this.tabPage1 = new System.Windows.Forms.TabPage(); 34 this.tabPage1 = new System.Windows.Forms.TabPage();
34 this.groupBox5 = new System.Windows.Forms.GroupBox(); 35 this.groupBox5 = new System.Windows.Forms.GroupBox();
35 this.DataTimeout = new System.Windows.Forms.TextBox(); 36 this.DataTimeout = new System.Windows.Forms.TextBox();
Line 88... Line 89...
88 this.LoadSettingsDialog = new System.Windows.Forms.OpenFileDialog(); 89 this.LoadSettingsDialog = new System.Windows.Forms.OpenFileDialog();
89 this.SaveSettingsDialog = new System.Windows.Forms.SaveFileDialog(); 90 this.SaveSettingsDialog = new System.Windows.Forms.SaveFileDialog();
90 this.statusStrip1 = new System.Windows.Forms.StatusStrip(); 91 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
91 this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar(); 92 this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar();
92 this.StatusText = new System.Windows.Forms.ToolStripStatusLabel(); 93 this.StatusText = new System.Windows.Forms.ToolStripStatusLabel();
-   94 this.pictureBox6 = new System.Windows.Forms.PictureBox();
-   95 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
-   96 this.pictureBox1 = new System.Windows.Forms.PictureBox();
-   97 this.pictureBox2 = new System.Windows.Forms.PictureBox();
-   98 this.pictureBox3 = new System.Windows.Forms.PictureBox();
-   99 this.pictureBox4 = new System.Windows.Forms.PictureBox();
93 this.tabControl1.SuspendLayout(); 100 this.tabControl1.SuspendLayout();
94 this.tabPage1.SuspendLayout(); 101 this.tabPage1.SuspendLayout();
95 this.groupBox5.SuspendLayout(); 102 this.groupBox5.SuspendLayout();
96 this.groupBox4.SuspendLayout(); 103 this.groupBox4.SuspendLayout();
97 this.groupBox3.SuspendLayout(); 104 this.groupBox3.SuspendLayout();
Line 116... Line 123...
116 ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).BeginInit(); 123 ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).BeginInit();
117 this.groupBox36.SuspendLayout(); 124 this.groupBox36.SuspendLayout();
118 this.groupBox35.SuspendLayout(); 125 this.groupBox35.SuspendLayout();
119 this.groupBox34.SuspendLayout(); 126 this.groupBox34.SuspendLayout();
120 this.statusStrip1.SuspendLayout(); 127 this.statusStrip1.SuspendLayout();
-   128 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
-   129 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
-   130 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
-   131 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
-   132 ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
121 this.SuspendLayout(); 133 this.SuspendLayout();
122 // 134 //
123 // tabControl1 135 // tabControl1
124 // 136 //
125 this.tabControl1.Controls.Add(this.tabPage1); 137 this.tabControl1.Controls.Add(this.tabPage1);
Line 146... Line 158...
146 this.tabPage1.Text = "General"; 158 this.tabPage1.Text = "General";
147 this.tabPage1.UseVisualStyleBackColor = true; 159 this.tabPage1.UseVisualStyleBackColor = true;
148 // 160 //
149 // groupBox5 161 // groupBox5
150 // 162 //
-   163 this.groupBox5.Controls.Add(this.pictureBox4);
151 this.groupBox5.Controls.Add(this.DataTimeout); 164 this.groupBox5.Controls.Add(this.DataTimeout);
152 this.groupBox5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 165 this.groupBox5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
153 this.groupBox5.Location = new System.Drawing.Point(460, 68); 166 this.groupBox5.Location = new System.Drawing.Point(460, 68);
154 this.groupBox5.Name = "groupBox5"; 167 this.groupBox5.Name = "groupBox5";
155 this.groupBox5.Size = new System.Drawing.Size(185, 53); 168 this.groupBox5.Size = new System.Drawing.Size(185, 53);
Line 160... Line 173...
160 // DataTimeout 173 // DataTimeout
161 // 174 //
162 this.DataTimeout.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 175 this.DataTimeout.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
163 this.DataTimeout.Location = new System.Drawing.Point(7, 20); 176 this.DataTimeout.Location = new System.Drawing.Point(7, 20);
164 this.DataTimeout.Name = "DataTimeout"; 177 this.DataTimeout.Name = "DataTimeout";
165 this.DataTimeout.Size = new System.Drawing.Size(170, 20); 178 this.DataTimeout.Size = new System.Drawing.Size(146, 20);
166 this.DataTimeout.TabIndex = 0; 179 this.DataTimeout.TabIndex = 0;
167 // 180 //
168 // groupBox4 181 // groupBox4
169 // 182 //
-   183 this.groupBox4.Controls.Add(this.pictureBox3);
170 this.groupBox4.Controls.Add(this.TeleportTimeout); 184 this.groupBox4.Controls.Add(this.TeleportTimeout);
171 this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 185 this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
172 this.groupBox4.Location = new System.Drawing.Point(269, 67); 186 this.groupBox4.Location = new System.Drawing.Point(269, 67);
173 this.groupBox4.Name = "groupBox4"; 187 this.groupBox4.Name = "groupBox4";
174 this.groupBox4.Size = new System.Drawing.Size(185, 53); 188 this.groupBox4.Size = new System.Drawing.Size(185, 53);
Line 179... Line 193...
179 // TeleportTimeout 193 // TeleportTimeout
180 // 194 //
181 this.TeleportTimeout.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 195 this.TeleportTimeout.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
182 this.TeleportTimeout.Location = new System.Drawing.Point(7, 20); 196 this.TeleportTimeout.Location = new System.Drawing.Point(7, 20);
183 this.TeleportTimeout.Name = "TeleportTimeout"; 197 this.TeleportTimeout.Name = "TeleportTimeout";
184 this.TeleportTimeout.Size = new System.Drawing.Size(170, 20); 198 this.TeleportTimeout.Size = new System.Drawing.Size(143, 20);
185 this.TeleportTimeout.TabIndex = 0; 199 this.TeleportTimeout.TabIndex = 0;
186 // 200 //
187 // groupBox3 201 // groupBox3
188 // 202 //
-   203 this.groupBox3.Controls.Add(this.pictureBox2);
189 this.groupBox3.Controls.Add(this.HTTPServerURL); 204 this.groupBox3.Controls.Add(this.HTTPServerURL);
190 this.groupBox3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 205 this.groupBox3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
191 this.groupBox3.Location = new System.Drawing.Point(338, 6); 206 this.groupBox3.Location = new System.Drawing.Point(338, 6);
192 this.groupBox3.Name = "groupBox3"; 207 this.groupBox3.Name = "groupBox3";
193 this.groupBox3.Size = new System.Drawing.Size(326, 56); 208 this.groupBox3.Size = new System.Drawing.Size(326, 56);
Line 198... Line 213...
198 // HTTPServerURL 213 // HTTPServerURL
199 // 214 //
200 this.HTTPServerURL.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 215 this.HTTPServerURL.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
201 this.HTTPServerURL.Location = new System.Drawing.Point(7, 20); 216 this.HTTPServerURL.Location = new System.Drawing.Point(7, 20);
202 this.HTTPServerURL.Name = "HTTPServerURL"; 217 this.HTTPServerURL.Name = "HTTPServerURL";
203 this.HTTPServerURL.Size = new System.Drawing.Size(313, 20); 218 this.HTTPServerURL.Size = new System.Drawing.Size(287, 20);
204 this.HTTPServerURL.TabIndex = 0; 219 this.HTTPServerURL.TabIndex = 0;
205 // 220 //
206 // groupBox2 221 // groupBox2
207 // 222 //
-   223 this.groupBox2.Controls.Add(this.pictureBox1);
208 this.groupBox2.Controls.Add(this.Password); 224 this.groupBox2.Controls.Add(this.Password);
209 this.groupBox2.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 225 this.groupBox2.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
210 this.groupBox2.Location = new System.Drawing.Point(6, 66); 226 this.groupBox2.Location = new System.Drawing.Point(6, 66);
211 this.groupBox2.Name = "groupBox2"; 227 this.groupBox2.Name = "groupBox2";
212 this.groupBox2.Size = new System.Drawing.Size(257, 54); 228 this.groupBox2.Size = new System.Drawing.Size(257, 54);
Line 217... Line 233...
217 // Password 233 // Password
218 // 234 //
219 this.Password.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 235 this.Password.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
220 this.Password.Location = new System.Drawing.Point(7, 20); 236 this.Password.Location = new System.Drawing.Point(7, 20);
221 this.Password.Name = "Password"; 237 this.Password.Name = "Password";
222 this.Password.Size = new System.Drawing.Size(244, 20); 238 this.Password.Size = new System.Drawing.Size(218, 20);
223 this.Password.TabIndex = 0; 239 this.Password.TabIndex = 0;
224 // 240 //
225 // groupBox1 241 // groupBox1
226 // 242 //
-   243 this.groupBox1.Controls.Add(this.pictureBox6);
227 this.groupBox1.Controls.Add(this.Group); 244 this.groupBox1.Controls.Add(this.Group);
228 this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 245 this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
229 this.groupBox1.Location = new System.Drawing.Point(6, 6); 246 this.groupBox1.Location = new System.Drawing.Point(6, 6);
230 this.groupBox1.Name = "groupBox1"; 247 this.groupBox1.Name = "groupBox1";
231 this.groupBox1.Size = new System.Drawing.Size(326, 54); 248 this.groupBox1.Size = new System.Drawing.Size(326, 54);
Line 236... Line 253...
236 // Group 253 // Group
237 // 254 //
238 this.Group.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 255 this.Group.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
239 this.Group.Location = new System.Drawing.Point(7, 20); 256 this.Group.Location = new System.Drawing.Point(7, 20);
240 this.Group.Name = "Group"; 257 this.Group.Name = "Group";
241 this.Group.Size = new System.Drawing.Size(313, 20); 258 this.Group.Size = new System.Drawing.Size(287, 20);
242 this.Group.TabIndex = 0; 259 this.Group.TabIndex = 0;
243 // 260 //
244 // tabPage2 261 // tabPage2
245 // 262 //
246 this.tabPage2.Controls.Add(this.groupBox16); 263 this.tabPage2.Controls.Add(this.groupBox16);
Line 274... Line 291...
274 this.pictureBox18.Location = new System.Drawing.Point(633, 21); 291 this.pictureBox18.Location = new System.Drawing.Point(633, 21);
275 this.pictureBox18.Name = "pictureBox18"; 292 this.pictureBox18.Name = "pictureBox18";
276 this.pictureBox18.Size = new System.Drawing.Size(20, 20); 293 this.pictureBox18.Size = new System.Drawing.Size(20, 20);
277 this.pictureBox18.TabIndex = 5; 294 this.pictureBox18.TabIndex = 5;
278 this.pictureBox18.TabStop = false; 295 this.pictureBox18.TabStop = false;
-   296 this.toolTip1.SetToolTip(this.pictureBox18, "The output filters will be run in sequence, in-order \r\nfrom top to bottom, once a" +
-   297 " message leaves Corrade.");
279 // 298 //
280 // DeleteSelectedOutputFilter 299 // DeleteSelectedOutputFilter
281 // 300 //
282 this.DeleteSelectedOutputFilter.Location = new System.Drawing.Point(527, 77); 301 this.DeleteSelectedOutputFilter.Location = new System.Drawing.Point(527, 77);
283 this.DeleteSelectedOutputFilter.Name = "DeleteSelectedOutputFilter"; 302 this.DeleteSelectedOutputFilter.Name = "DeleteSelectedOutputFilter";
Line 397... Line 416...
397 this.pictureBox17.Location = new System.Drawing.Point(630, 20); 416 this.pictureBox17.Location = new System.Drawing.Point(630, 20);
398 this.pictureBox17.Name = "pictureBox17"; 417 this.pictureBox17.Name = "pictureBox17";
399 this.pictureBox17.Size = new System.Drawing.Size(20, 20); 418 this.pictureBox17.Size = new System.Drawing.Size(20, 20);
400 this.pictureBox17.TabIndex = 4; 419 this.pictureBox17.TabIndex = 4;
401 this.pictureBox17.TabStop = false; 420 this.pictureBox17.TabStop = false;
-   421 this.toolTip1.SetToolTip(this.pictureBox17, resources.GetString("pictureBox17.ToolTip"));
402 // 422 //
403 // DeleteSelectedInputFilter 423 // DeleteSelectedInputFilter
404 // 424 //
405 this.DeleteSelectedInputFilter.Location = new System.Drawing.Point(526, 75); 425 this.DeleteSelectedInputFilter.Location = new System.Drawing.Point(526, 75);
406 this.DeleteSelectedInputFilter.Name = "DeleteSelectedInputFilter"; 426 this.DeleteSelectedInputFilter.Name = "DeleteSelectedInputFilter";
Line 539... Line 559...
539 this.pictureBox20.Location = new System.Drawing.Point(612, 44); 559 this.pictureBox20.Location = new System.Drawing.Point(612, 44);
540 this.pictureBox20.Name = "pictureBox20"; 560 this.pictureBox20.Name = "pictureBox20";
541 this.pictureBox20.Size = new System.Drawing.Size(20, 20); 561 this.pictureBox20.Size = new System.Drawing.Size(20, 20);
542 this.pictureBox20.TabIndex = 2; 562 this.pictureBox20.TabIndex = 2;
543 this.pictureBox20.TabStop = false; 563 this.pictureBox20.TabStop = false;
-   564 this.toolTip1.SetToolTip(this.pictureBox20, "The VIGENERE secret is shared between a script and\r\nCorrade. This setting represe" +
-   565 "nts the key which can be\r\nof any length.");
544 // 566 //
545 // VIGENERESecret 567 // VIGENERESecret
546 // 568 //
547 this.VIGENERESecret.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 569 this.VIGENERESecret.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
548 this.VIGENERESecret.Location = new System.Drawing.Point(16, 44); 570 this.VIGENERESecret.Location = new System.Drawing.Point(16, 44);
Line 571... Line 593...
571 this.pictureBox19.Location = new System.Drawing.Point(633, 21); 593 this.pictureBox19.Location = new System.Drawing.Point(633, 21);
572 this.pictureBox19.Name = "pictureBox19"; 594 this.pictureBox19.Name = "pictureBox19";
573 this.pictureBox19.Size = new System.Drawing.Size(20, 20); 595 this.pictureBox19.Size = new System.Drawing.Size(20, 20);
574 this.pictureBox19.TabIndex = 2; 596 this.pictureBox19.TabIndex = 2;
575 this.pictureBox19.TabStop = false; 597 this.pictureBox19.TabStop = false;
-   598 this.toolTip1.SetToolTip(this.pictureBox19, "In case the ENIGMA filter has been specified in the \r\nFilters section, then these" +
-   599 " settings configure an ENGIMA\r\nmachine with rotos, plugs and the reflector.");
576 // 600 //
577 // groupBox36 601 // groupBox36
578 // 602 //
579 this.groupBox36.Controls.Add(this.button6); 603 this.groupBox36.Controls.Add(this.button6);
580 this.groupBox36.Controls.Add(this.button5); 604 this.groupBox36.Controls.Add(this.button5);
Line 785... Line 809...
785 // 809 //
786 this.StatusText.Name = "StatusText"; 810 this.StatusText.Name = "StatusText";
787 this.StatusText.Size = new System.Drawing.Size(10, 17); 811 this.StatusText.Size = new System.Drawing.Size(10, 17);
788 this.StatusText.Text = " "; 812 this.StatusText.Text = " ";
789 // 813 //
-   814 // pictureBox6
-   815 //
-   816 this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Help;
-   817 this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
-   818 this.pictureBox6.Location = new System.Drawing.Point(300, 20);
-   819 this.pictureBox6.Name = "pictureBox6";
-   820 this.pictureBox6.Size = new System.Drawing.Size(20, 20);
-   821 this.pictureBox6.TabIndex = 11;
-   822 this.pictureBox6.TabStop = false;
-   823 this.toolTip1.SetToolTip(this.pictureBox6, "Enter the group that will authenticate\r\nwith Corrade.");
-   824 //
-   825 // toolTip1
-   826 //
-   827 this.toolTip1.AutoPopDelay = 32767;
-   828 this.toolTip1.InitialDelay = 500;
-   829 this.toolTip1.ReshowDelay = 100;
-   830 //
-   831 // pictureBox1
-   832 //
-   833 this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Help;
-   834 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
-   835 this.pictureBox1.Location = new System.Drawing.Point(231, 20);
-   836 this.pictureBox1.Name = "pictureBox1";
-   837 this.pictureBox1.Size = new System.Drawing.Size(20, 20);
-   838 this.pictureBox1.TabIndex = 12;
-   839 this.pictureBox1.TabStop = false;
-   840 this.toolTip1.SetToolTip(this.pictureBox1, "Enter the group password that Vassal\r\nwill use to authenticate to Corrade.");
-   841 //
-   842 // pictureBox2
-   843 //
-   844 this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Help;
-   845 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
-   846 this.pictureBox2.Location = new System.Drawing.Point(300, 20);
-   847 this.pictureBox2.Name = "pictureBox2";
-   848 this.pictureBox2.Size = new System.Drawing.Size(20, 20);
-   849 this.pictureBox2.TabIndex = 13;
-   850 this.pictureBox2.TabStop = false;
-   851 this.toolTip1.SetToolTip(this.pictureBox2, "Enter the full address and port (prefix)\r\nthat Vassal will use to talk to Corrade" +
-   852 ".");
-   853 //
-   854 // pictureBox3
-   855 //
-   856 this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Help;
-   857 this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
-   858 this.pictureBox3.Location = new System.Drawing.Point(156, 20);
-   859 this.pictureBox3.Name = "pictureBox3";
-   860 this.pictureBox3.Size = new System.Drawing.Size(20, 20);
-   861 this.pictureBox3.TabIndex = 14;
-   862 this.pictureBox3.TabStop = false;
-   863 this.toolTip1.SetToolTip(this.pictureBox3, "This represents the time in milliseconds\r\nbefore Corrade considers that it cannot" +
-   864 "\r\nconnect to a region.");
-   865 //
-   866 // pictureBox4
-   867 //
-   868 this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Help;
-   869 this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
-   870 this.pictureBox4.Location = new System.Drawing.Point(159, 19);
-   871 this.pictureBox4.Name = "pictureBox4";
-   872 this.pictureBox4.Size = new System.Drawing.Size(20, 20);
-   873 this.pictureBox4.TabIndex = 15;
-   874 this.pictureBox4.TabStop = false;
-   875 this.toolTip1.SetToolTip(this.pictureBox4, "This represents the time in milliseconds\r\nbefore Corrade considers that it was no" +
-   876 "t\r\nable to pull data for the current region.");
-   877 //
790 // SettingsForm 878 // SettingsForm
791 // 879 //
792 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 880 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
793 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 881 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
794 this.ClientSize = new System.Drawing.Size(704, 431); 882 this.ClientSize = new System.Drawing.Size(704, 431);
Line 836... Line 924...
836 this.groupBox36.ResumeLayout(false); 924 this.groupBox36.ResumeLayout(false);
837 this.groupBox35.ResumeLayout(false); 925 this.groupBox35.ResumeLayout(false);
838 this.groupBox34.ResumeLayout(false); 926 this.groupBox34.ResumeLayout(false);
839 this.statusStrip1.ResumeLayout(false); 927 this.statusStrip1.ResumeLayout(false);
840 this.statusStrip1.PerformLayout(); 928 this.statusStrip1.PerformLayout();
-   929 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
-   930 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
-   931 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
-   932 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
-   933 ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
841 this.ResumeLayout(false); 934 this.ResumeLayout(false);
842 this.PerformLayout(); 935 this.PerformLayout();
Line 843... Line 936...
843   936  
Line 904... Line 997...
904 private System.Windows.Forms.ToolStripStatusLabel StatusText; 997 private System.Windows.Forms.ToolStripStatusLabel StatusText;
905 private System.Windows.Forms.GroupBox groupBox4; 998 private System.Windows.Forms.GroupBox groupBox4;
906 private System.Windows.Forms.TextBox TeleportTimeout; 999 private System.Windows.Forms.TextBox TeleportTimeout;
907 private System.Windows.Forms.GroupBox groupBox5; 1000 private System.Windows.Forms.GroupBox groupBox5;
908 private System.Windows.Forms.TextBox DataTimeout; 1001 private System.Windows.Forms.TextBox DataTimeout;
-   1002 private System.Windows.Forms.PictureBox pictureBox6;
-   1003 private System.Windows.Forms.ToolTip toolTip1;
-   1004 private System.Windows.Forms.PictureBox pictureBox4;
-   1005 private System.Windows.Forms.PictureBox pictureBox3;
-   1006 private System.Windows.Forms.PictureBox pictureBox2;
-   1007 private System.Windows.Forms.PictureBox pictureBox1;
909 } 1008 }
910 } 1009 }
911   1010