| 1 |
namespace UT3_Server_Launcher |
| 2 |
{ |
| 3 |
partial class FormMain |
| 4 |
{ |
| 5 |
/// <summary> |
| 6 |
/// 必要なデザイナ変数です。 |
| 7 |
/// </summary> |
| 8 |
private System.ComponentModel.IContainer components = null; |
| 9 |
|
| 10 |
/// <summary> |
| 11 |
/// 使用中のリソースをすべてクリーンアップします。 |
| 12 |
/// </summary> |
| 13 |
/// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param> |
| 14 |
protected override void Dispose(bool disposing) |
| 15 |
{ |
| 16 |
if (disposing && (components != null)) |
| 17 |
{ |
| 18 |
components.Dispose(); |
| 19 |
} |
| 20 |
base.Dispose(disposing); |
| 21 |
} |
| 22 |
|
| 23 |
#region Windows フォーム デザイナで生成されたコード |
| 24 |
|
| 25 |
/// <summary> |
| 26 |
/// デザイナ サポートに必要なメソッドです。このメソッドの内容を |
| 27 |
/// コード エディタで変更しないでください。 |
| 28 |
/// </summary> |
| 29 |
private void InitializeComponent() |
| 30 |
{ |
| 31 |
this.components = new System.ComponentModel.Container(); |
| 32 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); |
| 33 |
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); |
| 34 |
this.tabControl1 = new System.Windows.Forms.TabControl(); |
| 35 |
this.tabServer = new System.Windows.Forms.TabPage(); |
| 36 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
| 37 |
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
| 38 |
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
| 39 |
this.label2 = new System.Windows.Forms.Label(); |
| 40 |
this.label3 = new System.Windows.Forms.Label(); |
| 41 |
this.numGamePort = new System.Windows.Forms.NumericUpDown(); |
| 42 |
this.numQueryPort = new System.Windows.Forms.NumericUpDown(); |
| 43 |
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
| 44 |
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
| 45 |
this.label4 = new System.Windows.Forms.Label(); |
| 46 |
this.label5 = new System.Windows.Forms.Label(); |
| 47 |
this.txtBxGsName = new System.Windows.Forms.TextBox(); |
| 48 |
this.txtBxGsPass = new System.Windows.Forms.TextBox(); |
| 49 |
this.groupBox3 = new System.Windows.Forms.GroupBox(); |
| 50 |
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); |
| 51 |
this.label6 = new System.Windows.Forms.Label(); |
| 52 |
this.label7 = new System.Windows.Forms.Label(); |
| 53 |
this.txtBxAdmnName = new System.Windows.Forms.TextBox(); |
| 54 |
this.txtBxAdmnPass = new System.Windows.Forms.TextBox(); |
| 55 |
this.groupBox4 = new System.Windows.Forms.GroupBox(); |
| 56 |
this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); |
| 57 |
this.label8 = new System.Windows.Forms.Label(); |
| 58 |
this.label9 = new System.Windows.Forms.Label(); |
| 59 |
this.txtBxLogName = new System.Windows.Forms.TextBox(); |
| 60 |
this.txtBxJoinPass = new System.Windows.Forms.TextBox(); |
| 61 |
this.groupBox5 = new System.Windows.Forms.GroupBox(); |
| 62 |
this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); |
| 63 |
this.label1 = new System.Windows.Forms.Label(); |
| 64 |
this.txtBxServerName = new System.Windows.Forms.TextBox(); |
| 65 |
this.tabOption = new System.Windows.Forms.TabPage(); |
| 66 |
this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); |
| 67 |
this.groupBox6 = new System.Windows.Forms.GroupBox(); |
| 68 |
this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel(); |
| 69 |
this.chkBxReport = new System.Windows.Forms.CheckBox(); |
| 70 |
this.chkBxAdvertise = new System.Windows.Forms.CheckBox(); |
| 71 |
this.chkBxPure = new System.Windows.Forms.CheckBox(); |
| 72 |
this.chkBxLan = new System.Windows.Forms.CheckBox(); |
| 73 |
this.chkBxDedicated = new System.Windows.Forms.CheckBox(); |
| 74 |
this.chkBxJoinIn = new System.Windows.Forms.CheckBox(); |
| 75 |
this.chkBxAllow = new System.Windows.Forms.CheckBox(); |
| 76 |
this.chkBxUserPresence = new System.Windows.Forms.CheckBox(); |
| 77 |
this.chkBxJoinVia = new System.Windows.Forms.CheckBox(); |
| 78 |
this.groupBox7 = new System.Windows.Forms.GroupBox(); |
| 79 |
this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel(); |
| 80 |
this.chkBxUnattend = new System.Windows.Forms.CheckBox(); |
| 81 |
this.chkBxNoHomDir = new System.Windows.Forms.CheckBox(); |
| 82 |
this.txtBxConfigDir = new System.Windows.Forms.TextBox(); |
| 83 |
this.btnOpenDir = new System.Windows.Forms.Button(); |
| 84 |
this.tabGame = new System.Windows.Forms.TabPage(); |
| 85 |
this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel(); |
| 86 |
this.groupBox8 = new System.Windows.Forms.GroupBox(); |
| 87 |
this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel(); |
| 88 |
this.cmbBxGameType = new System.Windows.Forms.ComboBox(); |
| 89 |
this.cmbBxMapName = new System.Windows.Forms.ComboBox(); |
| 90 |
this.label10 = new System.Windows.Forms.Label(); |
| 91 |
this.label11 = new System.Windows.Forms.Label(); |
| 92 |
this.groupBox9 = new System.Windows.Forms.GroupBox(); |
| 93 |
this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel(); |
| 94 |
this.label12 = new System.Windows.Forms.Label(); |
| 95 |
this.label13 = new System.Windows.Forms.Label(); |
| 96 |
this.label14 = new System.Windows.Forms.Label(); |
| 97 |
this.label15 = new System.Windows.Forms.Label(); |
| 98 |
this.label16 = new System.Windows.Forms.Label(); |
| 99 |
this.label17 = new System.Windows.Forms.Label(); |
| 100 |
this.numMinPlayers = new System.Windows.Forms.NumericUpDown(); |
| 101 |
this.numSpectators = new System.Windows.Forms.NumericUpDown(); |
| 102 |
this.numMaxPlayers = new System.Windows.Forms.NumericUpDown(); |
| 103 |
this.numNumOfBots = new System.Windows.Forms.NumericUpDown(); |
| 104 |
this.cmbBxVsBot = new System.Windows.Forms.ComboBox(); |
| 105 |
this.cmbBxBotSkill = new System.Windows.Forms.ComboBox(); |
| 106 |
this.numTimeLimit = new System.Windows.Forms.NumericUpDown(); |
| 107 |
this.numGoalScore = new System.Windows.Forms.NumericUpDown(); |
| 108 |
this.chkBxReady = new System.Windows.Forms.CheckBox(); |
| 109 |
this.chkBxForceRespawn = new System.Windows.Forms.CheckBox(); |
| 110 |
this.label19 = new System.Windows.Forms.Label(); |
| 111 |
this.label18 = new System.Windows.Forms.Label(); |
| 112 |
this.tabMutators = new System.Windows.Forms.TabPage(); |
| 113 |
this.tableLayoutPanel15 = new System.Windows.Forms.TableLayoutPanel(); |
| 114 |
this.tableLayoutPanel16 = new System.Windows.Forms.TableLayoutPanel(); |
| 115 |
this.tableLayoutPanel17 = new System.Windows.Forms.TableLayoutPanel(); |
| 116 |
this.btnAllRight = new System.Windows.Forms.Button(); |
| 117 |
this.btnRight = new System.Windows.Forms.Button(); |
| 118 |
this.btnLeft = new System.Windows.Forms.Button(); |
| 119 |
this.btnAllLeft = new System.Windows.Forms.Button(); |
| 120 |
this.label21 = new System.Windows.Forms.Label(); |
| 121 |
this.label22 = new System.Windows.Forms.Label(); |
| 122 |
this.lstBxEnableMut = new System.Windows.Forms.ListBox(); |
| 123 |
this.lstBxActiveMut = new System.Windows.Forms.ListBox(); |
| 124 |
this.label20 = new System.Windows.Forms.Label(); |
| 125 |
this.txtBxOtherMut = new System.Windows.Forms.TextBox(); |
| 126 |
this.menuStrip1 = new System.Windows.Forms.MenuStrip(); |
| 127 |
this.fileFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 128 |
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 129 |
this.saveProfileSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 130 |
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); |
| 131 |
this.exitXToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 132 |
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); |
| 133 |
this.startSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 134 |
this.stopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 135 |
this.restartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 136 |
this.toolsSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 137 |
this.toolStripMenuItemMake = new System.Windows.Forms.ToolStripMenuItem(); |
| 138 |
this.batchFileBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 139 |
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); |
| 140 |
this.preferencesPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 141 |
this.helpHToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 142 |
this.aboutAToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 143 |
this.toolStrip2 = new System.Windows.Forms.ToolStrip(); |
| 144 |
this.toolStripButtonNew = new System.Windows.Forms.ToolStripButton(); |
| 145 |
this.toolStripButtonLoad = new System.Windows.Forms.ToolStripButton(); |
| 146 |
this.toolStripButtonSave = new System.Windows.Forms.ToolStripButton(); |
| 147 |
this.toolStrip1 = new System.Windows.Forms.ToolStrip(); |
| 148 |
this.toolStripButtonStart = new System.Windows.Forms.ToolStripButton(); |
| 149 |
this.toolStripButtonStop = new System.Windows.Forms.ToolStripButton(); |
| 150 |
this.toolStripButtonRestart = new System.Windows.Forms.ToolStripButton(); |
| 151 |
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); |
| 152 |
this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); |
| 153 |
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); |
| 154 |
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); |
| 155 |
this.timer1 = new System.Windows.Forms.Timer(this.components); |
| 156 |
this.toolStripContainer1.ContentPanel.SuspendLayout(); |
| 157 |
this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); |
| 158 |
this.toolStripContainer1.SuspendLayout(); |
| 159 |
this.tabControl1.SuspendLayout(); |
| 160 |
this.tabServer.SuspendLayout(); |
| 161 |
this.tableLayoutPanel1.SuspendLayout(); |
| 162 |
this.groupBox1.SuspendLayout(); |
| 163 |
this.tableLayoutPanel2.SuspendLayout(); |
| 164 |
((System.ComponentModel.ISupportInitialize)(this.numGamePort)).BeginInit(); |
| 165 |
((System.ComponentModel.ISupportInitialize)(this.numQueryPort)).BeginInit(); |
| 166 |
this.groupBox2.SuspendLayout(); |
| 167 |
this.tableLayoutPanel3.SuspendLayout(); |
| 168 |
this.groupBox3.SuspendLayout(); |
| 169 |
this.tableLayoutPanel4.SuspendLayout(); |
| 170 |
this.groupBox4.SuspendLayout(); |
| 171 |
this.tableLayoutPanel7.SuspendLayout(); |
| 172 |
this.groupBox5.SuspendLayout(); |
| 173 |
this.tableLayoutPanel8.SuspendLayout(); |
| 174 |
this.tabOption.SuspendLayout(); |
| 175 |
this.tableLayoutPanel9.SuspendLayout(); |
| 176 |
this.groupBox6.SuspendLayout(); |
| 177 |
this.tableLayoutPanel10.SuspendLayout(); |
| 178 |
this.groupBox7.SuspendLayout(); |
| 179 |
this.tableLayoutPanel11.SuspendLayout(); |
| 180 |
this.tabGame.SuspendLayout(); |
| 181 |
this.tableLayoutPanel12.SuspendLayout(); |
| 182 |
this.groupBox8.SuspendLayout(); |
| 183 |
this.tableLayoutPanel13.SuspendLayout(); |
| 184 |
this.groupBox9.SuspendLayout(); |
| 185 |
this.tableLayoutPanel14.SuspendLayout(); |
| 186 |
((System.ComponentModel.ISupportInitialize)(this.numMinPlayers)).BeginInit(); |
| 187 |
((System.ComponentModel.ISupportInitialize)(this.numSpectators)).BeginInit(); |
| 188 |
((System.ComponentModel.ISupportInitialize)(this.numMaxPlayers)).BeginInit(); |
| 189 |
((System.ComponentModel.ISupportInitialize)(this.numNumOfBots)).BeginInit(); |
| 190 |
((System.ComponentModel.ISupportInitialize)(this.numTimeLimit)).BeginInit(); |
| 191 |
((System.ComponentModel.ISupportInitialize)(this.numGoalScore)).BeginInit(); |
| 192 |
this.tabMutators.SuspendLayout(); |
| 193 |
this.tableLayoutPanel15.SuspendLayout(); |
| 194 |
this.tableLayoutPanel16.SuspendLayout(); |
| 195 |
this.tableLayoutPanel17.SuspendLayout(); |
| 196 |
this.menuStrip1.SuspendLayout(); |
| 197 |
this.toolStrip2.SuspendLayout(); |
| 198 |
this.toolStrip1.SuspendLayout(); |
| 199 |
this.SuspendLayout(); |
| 200 |
// |
| 201 |
// toolStripContainer1 |
| 202 |
// |
| 203 |
this.toolStripContainer1.AccessibleDescription = null; |
| 204 |
this.toolStripContainer1.AccessibleName = null; |
| 205 |
resources.ApplyResources(this.toolStripContainer1, "toolStripContainer1"); |
| 206 |
// |
| 207 |
// toolStripContainer1.BottomToolStripPanel |
| 208 |
// |
| 209 |
this.toolStripContainer1.BottomToolStripPanel.AccessibleDescription = null; |
| 210 |
this.toolStripContainer1.BottomToolStripPanel.AccessibleName = null; |
| 211 |
this.toolStripContainer1.BottomToolStripPanel.BackgroundImage = null; |
| 212 |
resources.ApplyResources(this.toolStripContainer1.BottomToolStripPanel, "toolStripContainer1.BottomToolStripPanel"); |
| 213 |
this.toolStripContainer1.BottomToolStripPanel.Font = null; |
| 214 |
// |
| 215 |
// toolStripContainer1.ContentPanel |
| 216 |
// |
| 217 |
this.toolStripContainer1.ContentPanel.AccessibleDescription = null; |
| 218 |
this.toolStripContainer1.ContentPanel.AccessibleName = null; |
| 219 |
resources.ApplyResources(this.toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel"); |
| 220 |
this.toolStripContainer1.ContentPanel.BackgroundImage = null; |
| 221 |
this.toolStripContainer1.ContentPanel.Controls.Add(this.tabControl1); |
| 222 |
this.toolStripContainer1.ContentPanel.Font = null; |
| 223 |
this.toolStripContainer1.Font = null; |
| 224 |
// |
| 225 |
// toolStripContainer1.LeftToolStripPanel |
| 226 |
// |
| 227 |
this.toolStripContainer1.LeftToolStripPanel.AccessibleDescription = null; |
| 228 |
this.toolStripContainer1.LeftToolStripPanel.AccessibleName = null; |
| 229 |
this.toolStripContainer1.LeftToolStripPanel.BackgroundImage = null; |
| 230 |
resources.ApplyResources(this.toolStripContainer1.LeftToolStripPanel, "toolStripContainer1.LeftToolStripPanel"); |
| 231 |
this.toolStripContainer1.LeftToolStripPanel.Font = null; |
| 232 |
this.toolStripContainer1.Name = "toolStripContainer1"; |
| 233 |
// |
| 234 |
// toolStripContainer1.RightToolStripPanel |
| 235 |
// |
| 236 |
this.toolStripContainer1.RightToolStripPanel.AccessibleDescription = null; |
| 237 |
this.toolStripContainer1.RightToolStripPanel.AccessibleName = null; |
| 238 |
this.toolStripContainer1.RightToolStripPanel.BackgroundImage = null; |
| 239 |
resources.ApplyResources(this.toolStripContainer1.RightToolStripPanel, "toolStripContainer1.RightToolStripPanel"); |
| 240 |
this.toolStripContainer1.RightToolStripPanel.Font = null; |
| 241 |
// |
| 242 |
// toolStripContainer1.TopToolStripPanel |
| 243 |
// |
| 244 |
this.toolStripContainer1.TopToolStripPanel.AccessibleDescription = null; |
| 245 |
this.toolStripContainer1.TopToolStripPanel.AccessibleName = null; |
| 246 |
this.toolStripContainer1.TopToolStripPanel.BackgroundImage = null; |
| 247 |
resources.ApplyResources(this.toolStripContainer1.TopToolStripPanel, "toolStripContainer1.TopToolStripPanel"); |
| 248 |
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1); |
| 249 |
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip2); |
| 250 |
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1); |
| 251 |
this.toolStripContainer1.TopToolStripPanel.Font = null; |
| 252 |
// |
| 253 |
// tabControl1 |
| 254 |
// |
| 255 |
this.tabControl1.AccessibleDescription = null; |
| 256 |
this.tabControl1.AccessibleName = null; |
| 257 |
resources.ApplyResources(this.tabControl1, "tabControl1"); |
| 258 |
this.tabControl1.BackgroundImage = null; |
| 259 |
this.tabControl1.Controls.Add(this.tabServer); |
| 260 |
this.tabControl1.Controls.Add(this.tabOption); |
| 261 |
this.tabControl1.Controls.Add(this.tabGame); |
| 262 |
this.tabControl1.Controls.Add(this.tabMutators); |
| 263 |
this.tabControl1.Font = null; |
| 264 |
this.tabControl1.Name = "tabControl1"; |
| 265 |
this.tabControl1.SelectedIndex = 0; |
| 266 |
this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; |
| 267 |
// |
| 268 |
// tabServer |
| 269 |
// |
| 270 |
this.tabServer.AccessibleDescription = null; |
| 271 |
this.tabServer.AccessibleName = null; |
| 272 |
resources.ApplyResources(this.tabServer, "tabServer"); |
| 273 |
this.tabServer.BackgroundImage = null; |
| 274 |
this.tabServer.Controls.Add(this.tableLayoutPanel1); |
| 275 |
this.tabServer.Font = null; |
| 276 |
this.tabServer.Name = "tabServer"; |
| 277 |
this.tabServer.UseVisualStyleBackColor = true; |
| 278 |
// |
| 279 |
// tableLayoutPanel1 |
| 280 |
// |
| 281 |
this.tableLayoutPanel1.AccessibleDescription = null; |
| 282 |
this.tableLayoutPanel1.AccessibleName = null; |
| 283 |
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); |
| 284 |
this.tableLayoutPanel1.BackgroundImage = null; |
| 285 |
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 1); |
| 286 |
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 2); |
| 287 |
this.tableLayoutPanel1.Controls.Add(this.groupBox3, 0, 3); |
| 288 |
this.tableLayoutPanel1.Controls.Add(this.groupBox4, 0, 4); |
| 289 |
this.tableLayoutPanel1.Controls.Add(this.groupBox5, 0, 0); |
| 290 |
this.tableLayoutPanel1.Font = null; |
| 291 |
this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
| 292 |
// |
| 293 |
// groupBox1 |
| 294 |
// |
| 295 |
this.groupBox1.AccessibleDescription = null; |
| 296 |
this.groupBox1.AccessibleName = null; |
| 297 |
resources.ApplyResources(this.groupBox1, "groupBox1"); |
| 298 |
this.groupBox1.BackgroundImage = null; |
| 299 |
this.groupBox1.Controls.Add(this.tableLayoutPanel2); |
| 300 |
this.groupBox1.Font = null; |
| 301 |
this.groupBox1.Name = "groupBox1"; |
| 302 |
this.groupBox1.TabStop = false; |
| 303 |
// |
| 304 |
// tableLayoutPanel2 |
| 305 |
// |
| 306 |
this.tableLayoutPanel2.AccessibleDescription = null; |
| 307 |
this.tableLayoutPanel2.AccessibleName = null; |
| 308 |
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); |
| 309 |
this.tableLayoutPanel2.BackgroundImage = null; |
| 310 |
this.tableLayoutPanel2.Controls.Add(this.label2, 0, 0); |
| 311 |
this.tableLayoutPanel2.Controls.Add(this.label3, 2, 0); |
| 312 |
this.tableLayoutPanel2.Controls.Add(this.numGamePort, 1, 0); |
| 313 |
this.tableLayoutPanel2.Controls.Add(this.numQueryPort, 3, 0); |
| 314 |
this.tableLayoutPanel2.Font = null; |
| 315 |
this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
| 316 |
// |
| 317 |
// label2 |
| 318 |
// |
| 319 |
this.label2.AccessibleDescription = null; |
| 320 |
this.label2.AccessibleName = null; |
| 321 |
resources.ApplyResources(this.label2, "label2"); |
| 322 |
this.label2.Font = null; |
| 323 |
this.label2.Name = "label2"; |
| 324 |
// |
| 325 |
// label3 |
| 326 |
// |
| 327 |
this.label3.AccessibleDescription = null; |
| 328 |
this.label3.AccessibleName = null; |
| 329 |
resources.ApplyResources(this.label3, "label3"); |
| 330 |
this.label3.Font = null; |
| 331 |
this.label3.Name = "label3"; |
| 332 |
// |
| 333 |
// numGamePort |
| 334 |
// |
| 335 |
this.numGamePort.AccessibleDescription = null; |
| 336 |
this.numGamePort.AccessibleName = null; |
| 337 |
resources.ApplyResources(this.numGamePort, "numGamePort"); |
| 338 |
this.numGamePort.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::UT3_Server_Launcher.Properties.Settings.Default, "GamePort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 339 |
this.numGamePort.Font = null; |
| 340 |
this.numGamePort.Maximum = new decimal(new int[] { |
| 341 |
65536, |
| 342 |
0, |
| 343 |
0, |
| 344 |
0}); |
| 345 |
this.numGamePort.Minimum = new decimal(new int[] { |
| 346 |
1025, |
| 347 |
0, |
| 348 |
0, |
| 349 |
0}); |
| 350 |
this.numGamePort.Name = "numGamePort"; |
| 351 |
this.numGamePort.Value = global::UT3_Server_Launcher.Properties.Settings.Default.GamePort; |
| 352 |
// |
| 353 |
// numQueryPort |
| 354 |
// |
| 355 |
this.numQueryPort.AccessibleDescription = null; |
| 356 |
this.numQueryPort.AccessibleName = null; |
| 357 |
resources.ApplyResources(this.numQueryPort, "numQueryPort"); |
| 358 |
this.numQueryPort.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::UT3_Server_Launcher.Properties.Settings.Default, "QueryPort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 359 |
this.numQueryPort.Font = null; |
| 360 |
this.numQueryPort.Maximum = new decimal(new int[] { |
| 361 |
65536, |
| 362 |
0, |
| 363 |
0, |
| 364 |
0}); |
| 365 |
this.numQueryPort.Minimum = new decimal(new int[] { |
| 366 |
1025, |
| 367 |
0, |
| 368 |
0, |
| 369 |
0}); |
| 370 |
this.numQueryPort.Name = "numQueryPort"; |
| 371 |
this.numQueryPort.Value = global::UT3_Server_Launcher.Properties.Settings.Default.QueryPort; |
| 372 |
// |
| 373 |
// groupBox2 |
| 374 |
// |
| 375 |
this.groupBox2.AccessibleDescription = null; |
| 376 |
this.groupBox2.AccessibleName = null; |
| 377 |
resources.ApplyResources(this.groupBox2, "groupBox2"); |
| 378 |
this.groupBox2.BackgroundImage = null; |
| 379 |
this.groupBox2.Controls.Add(this.tableLayoutPanel3); |
| 380 |
this.groupBox2.Font = null; |
| 381 |
this.groupBox2.Name = "groupBox2"; |
| 382 |
this.groupBox2.TabStop = false; |
| 383 |
// |
| 384 |
// tableLayoutPanel3 |
| 385 |
// |
| 386 |
this.tableLayoutPanel3.AccessibleDescription = null; |
| 387 |
this.tableLayoutPanel3.AccessibleName = null; |
| 388 |
resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3"); |
| 389 |
this.tableLayoutPanel3.BackgroundImage = null; |
| 390 |
this.tableLayoutPanel3.Controls.Add(this.label4, 0, 0); |
| 391 |
this.tableLayoutPanel3.Controls.Add(this.label5, 2, 0); |
| 392 |
this.tableLayoutPanel3.Controls.Add(this.txtBxGsName, 1, 0); |
| 393 |
this.tableLayoutPanel3.Controls.Add(this.txtBxGsPass, 3, 0); |
| 394 |
this.tableLayoutPanel3.Font = null; |
| 395 |
this.tableLayoutPanel3.Name = "tableLayoutPanel3"; |
| 396 |
// |
| 397 |
// label4 |
| 398 |
// |
| 399 |
this.label4.AccessibleDescription = null; |
| 400 |
this.label4.AccessibleName = null; |
| 401 |
resources.ApplyResources(this.label4, "label4"); |
| 402 |
this.label4.Font = null; |
| 403 |
this.label4.Name = "label4"; |
| 404 |
// |
| 405 |
// label5 |
| 406 |
// |
| 407 |
this.label5.AccessibleDescription = null; |
| 408 |
this.label5.AccessibleName = null; |
| 409 |
resources.ApplyResources(this.label5, "label5"); |
| 410 |
this.label5.Font = null; |
| 411 |
this.label5.Name = "label5"; |
| 412 |
// |
| 413 |
// txtBxGsName |
| 414 |
// |
| 415 |
this.txtBxGsName.AccessibleDescription = null; |
| 416 |
this.txtBxGsName.AccessibleName = null; |
| 417 |
resources.ApplyResources(this.txtBxGsName, "txtBxGsName"); |
| 418 |
this.txtBxGsName.BackgroundImage = null; |
| 419 |
this.txtBxGsName.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::UT3_Server_Launcher.Properties.Settings.Default, "GameSpyName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 420 |
this.txtBxGsName.Font = null; |
| 421 |
this.txtBxGsName.Name = "txtBxGsName"; |
| 422 |
this.txtBxGsName.Text = global::UT3_Server_Launcher.Properties.Settings.Default.GameSpyName; |
| 423 |
// |
| 424 |
// txtBxGsPass |
| 425 |
// |
| 426 |
this.txtBxGsPass.AccessibleDescription = null; |
| 427 |
this.txtBxGsPass.AccessibleName = null; |
| 428 |
resources.ApplyResources(this.txtBxGsPass, "txtBxGsPass"); |
| 429 |
this.txtBxGsPass.BackgroundImage = null; |
| 430 |
this.txtBxGsPass.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::UT3_Server_Launcher.Properties.Settings.Default, "GameSpyPass", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 431 |
this.txtBxGsPass.Font = null; |
| 432 |
this.txtBxGsPass.Name = "txtBxGsPass"; |
| 433 |
this.txtBxGsPass.Text = global::UT3_Server_Launcher.Properties.Settings.Default.GameSpyPass; |
| 434 |
// |
| 435 |
// groupBox3 |
| 436 |
// |
| 437 |
this.groupBox3.AccessibleDescription = null; |
| 438 |
this.groupBox3.AccessibleName = null; |
| 439 |
resources.ApplyResources(this.groupBox3, "groupBox3"); |
| 440 |
this.groupBox3.BackgroundImage = null; |
| 441 |
this.groupBox3.Controls.Add(this.tableLayoutPanel4); |
| 442 |
this.groupBox3.Font = null; |
| 443 |
this.groupBox3.Name = "groupBox3"; |
| 444 |
this.groupBox3.TabStop = false; |
| 445 |
// |
| 446 |
// tableLayoutPanel4 |
| 447 |
// |
| 448 |
this.tableLayoutPanel4.AccessibleDescription = null; |
| 449 |
this.tableLayoutPanel4.AccessibleName = null; |
| 450 |
resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4"); |
| 451 |
this.tableLayoutPanel4.BackgroundImage = null; |
| 452 |
this.tableLayoutPanel4.Controls.Add(this.label6, 0, 0); |
| 453 |
this.tableLayoutPanel4.Controls.Add(this.label7, 2, 0); |
| 454 |
this.tableLayoutPanel4.Controls.Add(this.txtBxAdmnName, 1, 0); |
| 455 |
this.tableLayoutPanel4.Controls.Add(this.txtBxAdmnPass, 3, 0); |
| 456 |
this.tableLayoutPanel4.Font = null; |
| 457 |
this.tableLayoutPanel4.Name = "tableLayoutPanel4"; |
| 458 |
// |
| 459 |
// label6 |
| 460 |
// |
| 461 |
this.label6.AccessibleDescription = null; |
| 462 |
this.label6.AccessibleName = null; |
| 463 |
resources.ApplyResources(this.label6, "label6"); |
| 464 |
this.label6.Font = null; |
| 465 |
this.label6.Name = "label6"; |
| 466 |
// |
| 467 |
// label7 |
| 468 |
// |
| 469 |
this.label7.AccessibleDescription = null; |
| 470 |
this.label7.AccessibleName = null; |
| 471 |
resources.ApplyResources(this.label7, "label7"); |
| 472 |
this.label7.Font = null; |
| 473 |
this.label7.Name = "label7"; |
| 474 |
// |
| 475 |
// txtBxAdmnName |
| 476 |
// |
| 477 |
this.txtBxAdmnName.AccessibleDescription = null; |
| 478 |
this.txtBxAdmnName.AccessibleName = null; |
| 479 |
resources.ApplyResources(this.txtBxAdmnName, "txtBxAdmnName"); |
| 480 |
this.txtBxAdmnName.BackgroundImage = null; |
| 481 |
this.txtBxAdmnName.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::UT3_Server_Launcher.Properties.Settings.Default, "AdminName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 482 |
this.txtBxAdmnName.Font = null; |
| 483 |
this.txtBxAdmnName.Name = "txtBxAdmnName"; |
| 484 |
this.txtBxAdmnName.Text = global::UT3_Server_Launcher.Properties.Settings.Default.AdminName; |
| 485 |
// |
| 486 |
// txtBxAdmnPass |
| 487 |
// |
| 488 |
this.txtBxAdmnPass.AccessibleDescription = null; |
| 489 |
this.txtBxAdmnPass.AccessibleName = null; |
| 490 |
resources.ApplyResources(this.txtBxAdmnPass, "txtBxAdmnPass"); |
| 491 |
this.txtBxAdmnPass.BackgroundImage = null; |
| 492 |
this.txtBxAdmnPass.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::UT3_Server_Launcher.Properties.Settings.Default, "AdminPass", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 493 |
this.txtBxAdmnPass.Font = null; |
| 494 |
this.txtBxAdmnPass.Name = "txtBxAdmnPass"; |
| 495 |
this.txtBxAdmnPass.Text = global::UT3_Server_Launcher.Properties.Settings.Default.AdminPass; |
| 496 |
// |
| 497 |
// groupBox4 |
| 498 |
// |
| 499 |
this.groupBox4.AccessibleDescription = null; |
| 500 |
this.groupBox4.AccessibleName = null; |
| 501 |
resources.ApplyResources(this.groupBox4, "groupBox4"); |
| 502 |
this.groupBox4.BackgroundImage = null; |
| 503 |
this.groupBox4.Controls.Add(this.tableLayoutPanel7); |
| 504 |
this.groupBox4.Font = null; |
| 505 |
this.groupBox4.Name = "groupBox4"; |
| 506 |
this.groupBox4.TabStop = false; |
| 507 |
// |
| 508 |
// tableLayoutPanel7 |
| 509 |
// |
| 510 |
this.tableLayoutPanel7.AccessibleDescription = null; |
| 511 |
this.tableLayoutPanel7.AccessibleName = null; |
| 512 |
resources.ApplyResources(this.tableLayoutPanel7, "tableLayoutPanel7"); |
| 513 |
this.tableLayoutPanel7.BackgroundImage = null; |
| 514 |
this.tableLayoutPanel7.Controls.Add(this.label8, 0, 0); |
| 515 |
this.tableLayoutPanel7.Controls.Add(this.label9, 2, 0); |
| 516 |
this.tableLayoutPanel7.Controls.Add(this.txtBxLogName, 1, 0); |
| 517 |
this.tableLayoutPanel7.Controls.Add(this.txtBxJoinPass, 3, 0); |
| 518 |
this.tableLayoutPanel7.Font = null; |
| 519 |
this.tableLayoutPanel7.Name = "tableLayoutPanel7"; |
| 520 |
// |
| 521 |
// label8 |
| 522 |
// |
| 523 |
this.label8.AccessibleDescription = null; |
| 524 |
this.label8.AccessibleName = null; |
| 525 |
resources.ApplyResources(this.label8, "label8"); |
| 526 |
this.label8.Font = null; |
| 527 |
this.label8.Name = "label8"; |
| 528 |
// |
| 529 |
// label9 |
| 530 |
// |
| 531 |
this.label9.AccessibleDescription = null; |
| 532 |
this.label9.AccessibleName = null; |
| 533 |
resources.ApplyResources(this.label9, "label9"); |
| 534 |
this.label9.Font = null; |
| 535 |
this.label9.Name = "label9"; |
| 536 |
// |
| 537 |
// txtBxLogName |
| 538 |
// |
| 539 |
this.txtBxLogName.AccessibleDescription = null; |
| 540 |
this.txtBxLogName.AccessibleName = null; |
| 541 |
resources.ApplyResources(this.txtBxLogName, "txtBxLogName"); |
| 542 |
this.txtBxLogName.BackgroundImage = null; |
| 543 |
this.txtBxLogName.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::UT3_Server_Launcher.Properties.Settings.Default, "LogName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 544 |
this.txtBxLogName.Font = null; |
| 545 |
this.txtBxLogName.Name = "txtBxLogName"; |
| 546 |
this.txtBxLogName.Text = global::UT3_Server_Launcher.Properties.Settings.Default.LogName; |
| 547 |
// |
| 548 |
// txtBxJoinPass |
| 549 |
// |
| 550 |
this.txtBxJoinPass.AccessibleDescription = null; |
| 551 |
this.txtBxJoinPass.AccessibleName = null; |
| 552 |
resources.ApplyResources(this.txtBxJoinPass, "txtBxJoinPass"); |
| 553 |
this.txtBxJoinPass.BackgroundImage = null; |
| 554 |
this.txtBxJoinPass.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::UT3_Server_Launcher.Properties.Settings.Default, "JoinPass", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 555 |
this.txtBxJoinPass.Font = null; |
| 556 |
this.txtBxJoinPass.Name = "txtBxJoinPass"; |
| 557 |
this.txtBxJoinPass.Text = global::UT3_Server_Launcher.Properties.Settings.Default.JoinPass; |
| 558 |
// |
| 559 |
// groupBox5 |
| 560 |
// |
| 561 |
this.groupBox5.AccessibleDescription = null; |
| 562 |
this.groupBox5.AccessibleName = null; |
| 563 |
resources.ApplyResources(this.groupBox5, "groupBox5"); |
| 564 |
this.groupBox5.BackgroundImage = null; |
| 565 |
this.groupBox5.Controls.Add(this.tableLayoutPanel8); |
| 566 |
this.groupBox5.Font = null; |
| 567 |
this.groupBox5.Name = "groupBox5"; |
| 568 |
this.groupBox5.TabStop = false; |
| 569 |
// |
| 570 |
// tableLayoutPanel8 |
| 571 |
// |
| 572 |
this.tableLayoutPanel8.AccessibleDescription = null; |
| 573 |
this.tableLayoutPanel8.AccessibleName = null; |
| 574 |
resources.ApplyResources(this.tableLayoutPanel8, "tableLayoutPanel8"); |
| 575 |
this.tableLayoutPanel8.BackgroundImage = null; |
| 576 |
this.tableLayoutPanel8.Controls.Add(this.label1, 0, 0); |
| 577 |
this.tableLayoutPanel8.Controls.Add(this.txtBxServerName, 1, 0); |
| 578 |
this.tableLayoutPanel8.Font = null; |
| 579 |
this.tableLayoutPanel8.Name = "tableLayoutPanel8"; |
| 580 |
// |
| 581 |
// label1 |
| 582 |
// |
| 583 |
this.label1.AccessibleDescription = null; |
| 584 |
this.label1.AccessibleName = null; |
| 585 |
resources.ApplyResources(this.label1, "label1"); |
| 586 |
this.label1.Font = null; |
| 587 |
this.label1.Name = "label1"; |
| 588 |
// |
| 589 |
// txtBxServerName |
| 590 |
// |
| 591 |
this.txtBxServerName.AccessibleDescription = null; |
| 592 |
this.txtBxServerName.AccessibleName = null; |
| 593 |
resources.ApplyResources(this.txtBxServerName, "txtBxServerName"); |
| 594 |
this.txtBxServerName.BackgroundImage = null; |
| 595 |
this.txtBxServerName.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::UT3_Server_Launcher.Properties.Settings.Default, "ServerName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 596 |
this.txtBxServerName.Font = null; |
| 597 |
this.txtBxServerName.Name = "txtBxServerName"; |
| 598 |
this.txtBxServerName.Text = global::UT3_Server_Launcher.Properties.Settings.Default.ServerName; |
| 599 |
// |
| 600 |
// tabOption |
| 601 |
// |
| 602 |
this.tabOption.AccessibleDescription = null; |
| 603 |
this.tabOption.AccessibleName = null; |
| 604 |
resources.ApplyResources(this.tabOption, "tabOption"); |
| 605 |
this.tabOption.BackgroundImage = null; |
| 606 |
this.tabOption.Controls.Add(this.tableLayoutPanel9); |
| 607 |
this.tabOption.Font = null; |
| 608 |
this.tabOption.Name = "tabOption"; |
| 609 |
this.tabOption.UseVisualStyleBackColor = true; |
| 610 |
// |
| 611 |
// tableLayoutPanel9 |
| 612 |
// |
| 613 |
this.tableLayoutPanel9.AccessibleDescription = null; |
| 614 |
this.tableLayoutPanel9.AccessibleName = null; |
| 615 |
resources.ApplyResources(this.tableLayoutPanel9, "tableLayoutPanel9"); |
| 616 |
this.tableLayoutPanel9.BackgroundImage = null; |
| 617 |
this.tableLayoutPanel9.Controls.Add(this.groupBox6, 0, 0); |
| 618 |
this.tableLayoutPanel9.Controls.Add(this.groupBox7, 0, 1); |
| 619 |
this.tableLayoutPanel9.Font = null; |
| 620 |
this.tableLayoutPanel9.Name = "tableLayoutPanel9"; |
| 621 |
// |
| 622 |
// groupBox6 |
| 623 |
// |
| 624 |
this.groupBox6.AccessibleDescription = null; |
| 625 |
this.groupBox6.AccessibleName = null; |
| 626 |
resources.ApplyResources(this.groupBox6, "groupBox6"); |
| 627 |
this.groupBox6.BackgroundImage = null; |
| 628 |
this.groupBox6.Controls.Add(this.tableLayoutPanel10); |
| 629 |
this.groupBox6.Font = null; |
| 630 |
this.groupBox6.Name = "groupBox6"; |
| 631 |
this.groupBox6.TabStop = false; |
| 632 |
// |
| 633 |
// tableLayoutPanel10 |
| 634 |
// |
| 635 |
this.tableLayoutPanel10.AccessibleDescription = null; |
| 636 |
this.tableLayoutPanel10.AccessibleName = null; |
| 637 |
resources.ApplyResources(this.tableLayoutPanel10, "tableLayoutPanel10"); |
| 638 |
this.tableLayoutPanel10.BackgroundImage = null; |
| 639 |
this.tableLayoutPanel10.Controls.Add(this.chkBxReport, 0, 0); |
| 640 |
this.tableLayoutPanel10.Controls.Add(this.chkBxAdvertise, 1, 0); |
| 641 |
this.tableLayoutPanel10.Controls.Add(this.chkBxPure, 2, 0); |
| 642 |
this.tableLayoutPanel10.Controls.Add(this.chkBxLan, 0, 1); |
| 643 |
this.tableLayoutPanel10.Controls.Add(this.chkBxDedicated, 1, 1); |
| 644 |
this.tableLayoutPanel10.Controls.Add(this.chkBxJoinIn, 2, 1); |
| 645 |
this.tableLayoutPanel10.Controls.Add(this.chkBxAllow, 0, 2); |
| 646 |
this.tableLayoutPanel10.Controls.Add(this.chkBxUserPresence, 1, 2); |
| 647 |
this.tableLayoutPanel10.Controls.Add(this.chkBxJoinVia, 2, 2); |
| 648 |
this.tableLayoutPanel10.Font = null; |
| 649 |
this.tableLayoutPanel10.Name = "tableLayoutPanel10"; |
| 650 |
// |
| 651 |
// chkBxReport |
| 652 |
// |
| 653 |
this.chkBxReport.AccessibleDescription = null; |
| 654 |
this.chkBxReport.AccessibleName = null; |
| 655 |
resources.ApplyResources(this.chkBxReport, "chkBxReport"); |
| 656 |
this.chkBxReport.BackgroundImage = null; |
| 657 |
this.chkBxReport.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.ReportStats; |
| 658 |
this.chkBxReport.CheckState = System.Windows.Forms.CheckState.Checked; |
| 659 |
this.chkBxReport.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "ReportStats", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 660 |
this.chkBxReport.Font = null; |
| 661 |
this.chkBxReport.Name = "chkBxReport"; |
| 662 |
this.chkBxReport.UseVisualStyleBackColor = true; |
| 663 |
// |
| 664 |
// chkBxAdvertise |
| 665 |
// |
| 666 |
this.chkBxAdvertise.AccessibleDescription = null; |
| 667 |
this.chkBxAdvertise.AccessibleName = null; |
| 668 |
resources.ApplyResources(this.chkBxAdvertise, "chkBxAdvertise"); |
| 669 |
this.chkBxAdvertise.BackgroundImage = null; |
| 670 |
this.chkBxAdvertise.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.AdvertiseServer; |
| 671 |
this.chkBxAdvertise.CheckState = System.Windows.Forms.CheckState.Checked; |
| 672 |
this.chkBxAdvertise.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "AdvertiseServer", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 673 |
this.chkBxAdvertise.Font = null; |
| 674 |
this.chkBxAdvertise.Name = "chkBxAdvertise"; |
| 675 |
this.chkBxAdvertise.UseVisualStyleBackColor = true; |
| 676 |
// |
| 677 |
// chkBxPure |
| 678 |
// |
| 679 |
this.chkBxPure.AccessibleDescription = null; |
| 680 |
this.chkBxPure.AccessibleName = null; |
| 681 |
resources.ApplyResources(this.chkBxPure, "chkBxPure"); |
| 682 |
this.chkBxPure.BackgroundImage = null; |
| 683 |
this.chkBxPure.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.PureServer; |
| 684 |
this.chkBxPure.CheckState = System.Windows.Forms.CheckState.Checked; |
| 685 |
this.chkBxPure.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "PureServer", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 686 |
this.chkBxPure.Font = null; |
| 687 |
this.chkBxPure.Name = "chkBxPure"; |
| 688 |
this.chkBxPure.UseVisualStyleBackColor = true; |
| 689 |
// |
| 690 |
// chkBxLan |
| 691 |
// |
| 692 |
this.chkBxLan.AccessibleDescription = null; |
| 693 |
this.chkBxLan.AccessibleName = null; |
| 694 |
resources.ApplyResources(this.chkBxLan, "chkBxLan"); |
| 695 |
this.chkBxLan.BackgroundImage = null; |
| 696 |
this.chkBxLan.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.LANonly; |
| 697 |
this.chkBxLan.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "LANonly", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 698 |
this.chkBxLan.Font = null; |
| 699 |
this.chkBxLan.Name = "chkBxLan"; |
| 700 |
this.chkBxLan.UseVisualStyleBackColor = true; |
| 701 |
// |
| 702 |
// chkBxDedicated |
| 703 |
// |
| 704 |
this.chkBxDedicated.AccessibleDescription = null; |
| 705 |
this.chkBxDedicated.AccessibleName = null; |
| 706 |
resources.ApplyResources(this.chkBxDedicated, "chkBxDedicated"); |
| 707 |
this.chkBxDedicated.BackgroundImage = null; |
| 708 |
this.chkBxDedicated.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.DedicatedServer; |
| 709 |
this.chkBxDedicated.CheckState = System.Windows.Forms.CheckState.Checked; |
| 710 |
this.chkBxDedicated.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "DedicatedServer", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 711 |
this.chkBxDedicated.Font = null; |
| 712 |
this.chkBxDedicated.Name = "chkBxDedicated"; |
| 713 |
this.chkBxDedicated.UseVisualStyleBackColor = true; |
| 714 |
// |
| 715 |
// chkBxJoinIn |
| 716 |
// |
| 717 |
this.chkBxJoinIn.AccessibleDescription = null; |
| 718 |
this.chkBxJoinIn.AccessibleName = null; |
| 719 |
resources.ApplyResources(this.chkBxJoinIn, "chkBxJoinIn"); |
| 720 |
this.chkBxJoinIn.BackgroundImage = null; |
| 721 |
this.chkBxJoinIn.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.JoinInProgress; |
| 722 |
this.chkBxJoinIn.CheckState = System.Windows.Forms.CheckState.Checked; |
| 723 |
this.chkBxJoinIn.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "JoinInProgress", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 724 |
this.chkBxJoinIn.Font = null; |
| 725 |
this.chkBxJoinIn.Name = "chkBxJoinIn"; |
| 726 |
this.chkBxJoinIn.UseVisualStyleBackColor = true; |
| 727 |
// |
| 728 |
// chkBxAllow |
| 729 |
// |
| 730 |
this.chkBxAllow.AccessibleDescription = null; |
| 731 |
this.chkBxAllow.AccessibleName = null; |
| 732 |
resources.ApplyResources(this.chkBxAllow, "chkBxAllow"); |
| 733 |
this.chkBxAllow.BackgroundImage = null; |
| 734 |
this.chkBxAllow.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.AllowInvites; |
| 735 |
this.chkBxAllow.CheckState = System.Windows.Forms.CheckState.Checked; |
| 736 |
this.chkBxAllow.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "AllowInvites", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 737 |
this.chkBxAllow.Font = null; |
| 738 |
this.chkBxAllow.Name = "chkBxAllow"; |
| 739 |
this.chkBxAllow.UseVisualStyleBackColor = true; |
| 740 |
// |
| 741 |
// chkBxUserPresence |
| 742 |
// |
| 743 |
this.chkBxUserPresence.AccessibleDescription = null; |
| 744 |
this.chkBxUserPresence.AccessibleName = null; |
| 745 |
resources.ApplyResources(this.chkBxUserPresence, "chkBxUserPresence"); |
| 746 |
this.chkBxUserPresence.BackgroundImage = null; |
| 747 |
this.chkBxUserPresence.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.UserPresence; |
| 748 |
this.chkBxUserPresence.CheckState = System.Windows.Forms.CheckState.Checked; |
| 749 |
this.chkBxUserPresence.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "UserPresence", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 750 |
this.chkBxUserPresence.Font = null; |
| 751 |
this.chkBxUserPresence.Name = "chkBxUserPresence"; |
| 752 |
this.chkBxUserPresence.UseVisualStyleBackColor = true; |
| 753 |
// |
| 754 |
// chkBxJoinVia |
| 755 |
// |
| 756 |
this.chkBxJoinVia.AccessibleDescription = null; |
| 757 |
this.chkBxJoinVia.AccessibleName = null; |
| 758 |
resources.ApplyResources(this.chkBxJoinVia, "chkBxJoinVia"); |
| 759 |
this.chkBxJoinVia.BackgroundImage = null; |
| 760 |
this.chkBxJoinVia.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.JoinViaPresence; |
| 761 |
this.chkBxJoinVia.CheckState = System.Windows.Forms.CheckState.Checked; |
| 762 |
this.chkBxJoinVia.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "JoinViaPresence", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 763 |
this.chkBxJoinVia.Font = null; |
| 764 |
this.chkBxJoinVia.Name = "chkBxJoinVia"; |
| 765 |
this.chkBxJoinVia.UseVisualStyleBackColor = true; |
| 766 |
// |
| 767 |
// groupBox7 |
| 768 |
// |
| 769 |
this.groupBox7.AccessibleDescription = null; |
| 770 |
this.groupBox7.AccessibleName = null; |
| 771 |
resources.ApplyResources(this.groupBox7, "groupBox7"); |
| 772 |
this.groupBox7.BackgroundImage = null; |
| 773 |
this.groupBox7.Controls.Add(this.tableLayoutPanel11); |
| 774 |
this.groupBox7.Font = null; |
| 775 |
this.groupBox7.Name = "groupBox7"; |
| 776 |
this.groupBox7.TabStop = false; |
| 777 |
// |
| 778 |
// tableLayoutPanel11 |
| 779 |
// |
| 780 |
this.tableLayoutPanel11.AccessibleDescription = null; |
| 781 |
this.tableLayoutPanel11.AccessibleName = null; |
| 782 |
resources.ApplyResources(this.tableLayoutPanel11, "tableLayoutPanel11"); |
| 783 |
this.tableLayoutPanel11.BackgroundImage = null; |
| 784 |
this.tableLayoutPanel11.Controls.Add(this.chkBxUnattend, 0, 0); |
| 785 |
this.tableLayoutPanel11.Controls.Add(this.chkBxNoHomDir, 0, 1); |
| 786 |
this.tableLayoutPanel11.Controls.Add(this.txtBxConfigDir, 1, 1); |
| 787 |
this.tableLayoutPanel11.Controls.Add(this.btnOpenDir, 2, 1); |
| 788 |
this.tableLayoutPanel11.Font = null; |
| 789 |
this.tableLayoutPanel11.Name = "tableLayoutPanel11"; |
| 790 |
// |
| 791 |
// chkBxUnattend |
| 792 |
// |
| 793 |
this.chkBxUnattend.AccessibleDescription = null; |
| 794 |
this.chkBxUnattend.AccessibleName = null; |
| 795 |
resources.ApplyResources(this.chkBxUnattend, "chkBxUnattend"); |
| 796 |
this.chkBxUnattend.BackgroundImage = null; |
| 797 |
this.chkBxUnattend.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.Unattended; |
| 798 |
this.chkBxUnattend.CheckState = System.Windows.Forms.CheckState.Checked; |
| 799 |
this.chkBxUnattend.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "Unattended", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 800 |
this.chkBxUnattend.Font = null; |
| 801 |
this.chkBxUnattend.Name = "chkBxUnattend"; |
| 802 |
this.chkBxUnattend.UseVisualStyleBackColor = true; |
| 803 |
// |
| 804 |
// chkBxNoHomDir |
| 805 |
// |
| 806 |
this.chkBxNoHomDir.AccessibleDescription = null; |
| 807 |
this.chkBxNoHomDir.AccessibleName = null; |
| 808 |
resources.ApplyResources(this.chkBxNoHomDir, "chkBxNoHomDir"); |
| 809 |
this.chkBxNoHomDir.BackgroundImage = null; |
| 810 |
this.chkBxNoHomDir.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.NoHomeDir; |
| 811 |
this.chkBxNoHomDir.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "NoHomeDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 812 |
this.chkBxNoHomDir.Font = null; |
| 813 |
this.chkBxNoHomDir.Name = "chkBxNoHomDir"; |
| 814 |
this.chkBxNoHomDir.UseVisualStyleBackColor = true; |
| 815 |
this.chkBxNoHomDir.CheckedChanged += new System.EventHandler(this.chkBxNoHomDir_CheckedChanged_1); |
| 816 |
// |
| 817 |
// txtBxConfigDir |
| 818 |
// |
| 819 |
this.txtBxConfigDir.AccessibleDescription = null; |
| 820 |
this.txtBxConfigDir.AccessibleName = null; |
| 821 |
resources.ApplyResources(this.txtBxConfigDir, "txtBxConfigDir"); |
| 822 |
this.txtBxConfigDir.BackgroundImage = null; |
| 823 |
this.txtBxConfigDir.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::UT3_Server_Launcher.Properties.Settings.Default, "DirectoryPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 824 |
this.txtBxConfigDir.Font = null; |
| 825 |
this.txtBxConfigDir.Name = "txtBxConfigDir"; |
| 826 |
this.txtBxConfigDir.Text = global::UT3_Server_Launcher.Properties.Settings.Default.DirectoryPath; |
| 827 |
// |
| 828 |
// btnOpenDir |
| 829 |
// |
| 830 |
this.btnOpenDir.AccessibleDescription = null; |
| 831 |
this.btnOpenDir.AccessibleName = null; |
| 832 |
resources.ApplyResources(this.btnOpenDir, "btnOpenDir"); |
| 833 |
this.btnOpenDir.BackgroundImage = null; |
| 834 |
this.btnOpenDir.Font = null; |
| 835 |
this.btnOpenDir.Name = "btnOpenDir"; |
| 836 |
this.btnOpenDir.UseVisualStyleBackColor = true; |
| 837 |
this.btnOpenDir.Click += new System.EventHandler(this.btnOpenDir_Click); |
| 838 |
// |
| 839 |
// tabGame |
| 840 |
// |
| 841 |
this.tabGame.AccessibleDescription = null; |
| 842 |
this.tabGame.AccessibleName = null; |
| 843 |
resources.ApplyResources(this.tabGame, "tabGame"); |
| 844 |
this.tabGame.BackgroundImage = null; |
| 845 |
this.tabGame.Controls.Add(this.tableLayoutPanel12); |
| 846 |
this.tabGame.Font = null; |
| 847 |
this.tabGame.Name = "tabGame"; |
| 848 |
this.tabGame.UseVisualStyleBackColor = true; |
| 849 |
// |
| 850 |
// tableLayoutPanel12 |
| 851 |
// |
| 852 |
this.tableLayoutPanel12.AccessibleDescription = null; |
| 853 |
this.tableLayoutPanel12.AccessibleName = null; |
| 854 |
resources.ApplyResources(this.tableLayoutPanel12, "tableLayoutPanel12"); |
| 855 |
this.tableLayoutPanel12.BackgroundImage = null; |
| 856 |
this.tableLayoutPanel12.Controls.Add(this.groupBox8, 0, 0); |
| 857 |
this.tableLayoutPanel12.Controls.Add(this.groupBox9, 0, 1); |
| 858 |
this.tableLayoutPanel12.Font = null; |
| 859 |
this.tableLayoutPanel12.Name = "tableLayoutPanel12"; |
| 860 |
// |
| 861 |
// groupBox8 |
| 862 |
// |
| 863 |
this.groupBox8.AccessibleDescription = null; |
| 864 |
this.groupBox8.AccessibleName = null; |
| 865 |
resources.ApplyResources(this.groupBox8, "groupBox8"); |
| 866 |
this.groupBox8.BackgroundImage = null; |
| 867 |
this.groupBox8.Controls.Add(this.tableLayoutPanel13); |
| 868 |
this.groupBox8.Font = null; |
| 869 |
this.groupBox8.Name = "groupBox8"; |
| 870 |
this.groupBox8.TabStop = false; |
| 871 |
// |
| 872 |
// tableLayoutPanel13 |
| 873 |
// |
| 874 |
this.tableLayoutPanel13.AccessibleDescription = null; |
| 875 |
this.tableLayoutPanel13.AccessibleName = null; |
| 876 |
resources.ApplyResources(this.tableLayoutPanel13, "tableLayoutPanel13"); |
| 877 |
this.tableLayoutPanel13.BackgroundImage = null; |
| 878 |
this.tableLayoutPanel13.Controls.Add(this.cmbBxGameType, 1, 0); |
| 879 |
this.tableLayoutPanel13.Controls.Add(this.cmbBxMapName, 1, 1); |
| 880 |
this.tableLayoutPanel13.Controls.Add(this.label10, 0, 0); |
| 881 |
this.tableLayoutPanel13.Controls.Add(this.label11, 0, 1); |
| 882 |
this.tableLayoutPanel13.Font = null; |
| 883 |
this.tableLayoutPanel13.Name = "tableLayoutPanel13"; |
| 884 |
// |
| 885 |
// cmbBxGameType |
| 886 |
// |
| 887 |
this.cmbBxGameType.AccessibleDescription = null; |
| 888 |
this.cmbBxGameType.AccessibleName = null; |
| 889 |
resources.ApplyResources(this.cmbBxGameType, "cmbBxGameType"); |
| 890 |
this.cmbBxGameType.BackgroundImage = null; |
| 891 |
this.cmbBxGameType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
| 892 |
this.cmbBxGameType.Font = null; |
| 893 |
this.cmbBxGameType.FormattingEnabled = true; |
| 894 |
this.cmbBxGameType.Name = "cmbBxGameType"; |
| 895 |
this.cmbBxGameType.SelectedIndexChanged += new System.EventHandler(this.cmbBxGameType_SelectedIndexChanged); |
| 896 |
// |
| 897 |
// cmbBxMapName |
| 898 |
// |
| 899 |
this.cmbBxMapName.AccessibleDescription = null; |
| 900 |
this.cmbBxMapName.AccessibleName = null; |
| 901 |
resources.ApplyResources(this.cmbBxMapName, "cmbBxMapName"); |
| 902 |
this.cmbBxMapName.BackgroundImage = null; |
| 903 |
this.cmbBxMapName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
| 904 |
this.cmbBxMapName.Font = null; |
| 905 |
this.cmbBxMapName.FormattingEnabled = true; |
| 906 |
this.cmbBxMapName.Name = "cmbBxMapName"; |
| 907 |
// |
| 908 |
// label10 |
| 909 |
// |
| 910 |
this.label10.AccessibleDescription = null; |
| 911 |
this.label10.AccessibleName = null; |
| 912 |
resources.ApplyResources(this.label10, "label10"); |
| 913 |
this.label10.Font = null; |
| 914 |
this.label10.Name = "label10"; |
| 915 |
// |
| 916 |
// label11 |
| 917 |
// |
| 918 |
this.label11.AccessibleDescription = null; |
| 919 |
this.label11.AccessibleName = null; |
| 920 |
resources.ApplyResources(this.label11, "label11"); |
| 921 |
this.label11.Font = null; |
| 922 |
this.label11.Name = "label11"; |
| 923 |
// |
| 924 |
// groupBox9 |
| 925 |
// |
| 926 |
this.groupBox9.AccessibleDescription = null; |
| 927 |
this.groupBox9.AccessibleName = null; |
| 928 |
resources.ApplyResources(this.groupBox9, "groupBox9"); |
| 929 |
this.groupBox9.BackgroundImage = null; |
| 930 |
this.groupBox9.Controls.Add(this.tableLayoutPanel14); |
| 931 |
this.groupBox9.Font = null; |
| 932 |
this.groupBox9.Name = "groupBox9"; |
| 933 |
this.groupBox9.TabStop = false; |
| 934 |
// |
| 935 |
// tableLayoutPanel14 |
| 936 |
// |
| 937 |
this.tableLayoutPanel14.AccessibleDescription = null; |
| 938 |
this.tableLayoutPanel14.AccessibleName = null; |
| 939 |
resources.ApplyResources(this.tableLayoutPanel14, "tableLayoutPanel14"); |
| 940 |
this.tableLayoutPanel14.BackgroundImage = null; |
| 941 |
this.tableLayoutPanel14.Controls.Add(this.label12, 0, 0); |
| 942 |
this.tableLayoutPanel14.Controls.Add(this.label13, 0, 1); |
| 943 |
this.tableLayoutPanel14.Controls.Add(this.label14, 0, 2); |
| 944 |
this.tableLayoutPanel14.Controls.Add(this.label15, 0, 3); |
| 945 |
this.tableLayoutPanel14.Controls.Add(this.label16, 0, 4); |
| 946 |
this.tableLayoutPanel14.Controls.Add(this.label17, 2, 0); |
| 947 |
this.tableLayoutPanel14.Controls.Add(this.numMinPlayers, 1, 0); |
| 948 |
this.tableLayoutPanel14.Controls.Add(this.numSpectators, 3, 0); |
| 949 |
this.tableLayoutPanel14.Controls.Add(this.numMaxPlayers, 1, 1); |
| 950 |
this.tableLayoutPanel14.Controls.Add(this.numNumOfBots, 1, 2); |
| 951 |
this.tableLayoutPanel14.Controls.Add(this.cmbBxVsBot, 3, 2); |
| 952 |
this.tableLayoutPanel14.Controls.Add(this.cmbBxBotSkill, 1, 3); |
| 953 |
this.tableLayoutPanel14.Controls.Add(this.numTimeLimit, 1, 4); |
| 954 |
this.tableLayoutPanel14.Controls.Add(this.numGoalScore, 3, 4); |
| 955 |
this.tableLayoutPanel14.Controls.Add(this.chkBxReady, 1, 5); |
| 956 |
this.tableLayoutPanel14.Controls.Add(this.chkBxForceRespawn, 3, 5); |
| 957 |
this.tableLayoutPanel14.Controls.Add(this.label19, 2, 4); |
| 958 |
this.tableLayoutPanel14.Controls.Add(this.label18, 2, 2); |
| 959 |
this.tableLayoutPanel14.Font = null; |
| 960 |
this.tableLayoutPanel14.Name = "tableLayoutPanel14"; |
| 961 |
// |
| 962 |
// label12 |
| 963 |
// |
| 964 |
this.label12.AccessibleDescription = null; |
| 965 |
this.label12.AccessibleName = null; |
| 966 |
resources.ApplyResources(this.label12, "label12"); |
| 967 |
this.label12.Font = null; |
| 968 |
this.label12.Name = "label12"; |
| 969 |
// |
| 970 |
// label13 |
| 971 |
// |
| 972 |
this.label13.AccessibleDescription = null; |
| 973 |
this.label13.AccessibleName = null; |
| 974 |
resources.ApplyResources(this.label13, "label13"); |
| 975 |
this.label13.Font = null; |
| 976 |
this.label13.Name = "label13"; |
| 977 |
// |
| 978 |
// label14 |
| 979 |
// |
| 980 |
this.label14.AccessibleDescription = null; |
| 981 |
this.label14.AccessibleName = null; |
| 982 |
resources.ApplyResources(this.label14, "label14"); |
| 983 |
this.label14.Font = null; |
| 984 |
this.label14.Name = "label14"; |
| 985 |
// |
| 986 |
// label15 |
| 987 |
// |
| 988 |
this.label15.AccessibleDescription = null; |
| 989 |
this.label15.AccessibleName = null; |
| 990 |
resources.ApplyResources(this.label15, "label15"); |
| 991 |
this.label15.Font = null; |
| 992 |
this.label15.Name = "label15"; |
| 993 |
// |
| 994 |
// label16 |
| 995 |
// |
| 996 |
this.label16.AccessibleDescription = null; |
| 997 |
this.label16.AccessibleName = null; |
| 998 |
resources.ApplyResources(this.label16, "label16"); |
| 999 |
this.label16.Font = null; |
| 1000 |
this.label16.Name = "label16"; |
| 1001 |
// |
| 1002 |
// label17 |
| 1003 |
// |
| 1004 |
this.label17.AccessibleDescription = null; |
| 1005 |
this.label17.AccessibleName = null; |
| 1006 |
resources.ApplyResources(this.label17, "label17"); |
| 1007 |
this.label17.Font = null; |
| 1008 |
this.label17.Name = "label17"; |
| 1009 |
// |
| 1010 |
// numMinPlayers |
| 1011 |
// |
| 1012 |
this.numMinPlayers.AccessibleDescription = null; |
| 1013 |
this.numMinPlayers.AccessibleName = null; |
| 1014 |
resources.ApplyResources(this.numMinPlayers, "numMinPlayers"); |
| 1015 |
this.numMinPlayers.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::UT3_Server_Launcher.Properties.Settings.Default, "MinPlayers", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 1016 |
this.numMinPlayers.Font = null; |
| 1017 |
this.numMinPlayers.Maximum = new decimal(new int[] { |
| 1018 |
32, |
| 1019 |
0, |
| 1020 |
0, |
| 1021 |
0}); |
| 1022 |
this.numMinPlayers.Name = "numMinPlayers"; |
| 1023 |
this.numMinPlayers.Value = global::UT3_Server_Launcher.Properties.Settings.Default.MinPlayers; |
| 1024 |
// |
| 1025 |
// numSpectators |
| 1026 |
// |
| 1027 |
this.numSpectators.AccessibleDescription = null; |
| 1028 |
this.numSpectators.AccessibleName = null; |
| 1029 |
resources.ApplyResources(this.numSpectators, "numSpectators"); |
| 1030 |
this.numSpectators.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::UT3_Server_Launcher.Properties.Settings.Default, "Spectators", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 1031 |
this.numSpectators.Font = null; |
| 1032 |
this.numSpectators.Maximum = new decimal(new int[] { |
| 1033 |
32, |
| 1034 |
0, |
| 1035 |
0, |
| 1036 |
0}); |
| 1037 |
this.numSpectators.Name = "numSpectators"; |
| 1038 |
this.numSpectators.Value = global::UT3_Server_Launcher.Properties.Settings.Default.Spectators; |
| 1039 |
// |
| 1040 |
// numMaxPlayers |
| 1041 |
// |
| 1042 |
this.numMaxPlayers.AccessibleDescription = null; |
| 1043 |
this.numMaxPlayers.AccessibleName = null; |
| 1044 |
resources.ApplyResources(this.numMaxPlayers, "numMaxPlayers"); |
| 1045 |
this.numMaxPlayers.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::UT3_Server_Launcher.Properties.Settings.Default, "MaxPlayers", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 1046 |
this.numMaxPlayers.Font = null; |
| 1047 |
this.numMaxPlayers.Maximum = new decimal(new int[] { |
| 1048 |
32, |
| 1049 |
0, |
| 1050 |
0, |
| 1051 |
0}); |
| 1052 |
this.numMaxPlayers.Name = "numMaxPlayers"; |
| 1053 |
this.numMaxPlayers.Value = global::UT3_Server_Launcher.Properties.Settings.Default.MaxPlayers; |
| 1054 |
// |
| 1055 |
// numNumOfBots |
| 1056 |
// |
| 1057 |
this.numNumOfBots.AccessibleDescription = null; |
| 1058 |
this.numNumOfBots.AccessibleName = null; |
| 1059 |
resources.ApplyResources(this.numNumOfBots, "numNumOfBots"); |
| 1060 |
this.numNumOfBots.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::UT3_Server_Launcher.Properties.Settings.Default, "NumOfBots", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 1061 |
this.numNumOfBots.Font = null; |
| 1062 |
this.numNumOfBots.Maximum = new decimal(new int[] { |
| 1063 |
32, |
| 1064 |
0, |
| 1065 |
0, |
| 1066 |
0}); |
| 1067 |
this.numNumOfBots.Name = "numNumOfBots"; |
| 1068 |
this.numNumOfBots.Value = global::UT3_Server_Launcher.Properties.Settings.Default.NumOfBots; |
| 1069 |
// |
| 1070 |
// cmbBxVsBot |
| 1071 |
// |
| 1072 |
this.cmbBxVsBot.AccessibleDescription = null; |
| 1073 |
this.cmbBxVsBot.AccessibleName = null; |
| 1074 |
resources.ApplyResources(this.cmbBxVsBot, "cmbBxVsBot"); |
| 1075 |
this.cmbBxVsBot.BackgroundImage = null; |
| 1076 |
this.cmbBxVsBot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
| 1077 |
this.cmbBxVsBot.Font = null; |
| 1078 |
this.cmbBxVsBot.FormattingEnabled = true; |
| 1079 |
this.cmbBxVsBot.Name = "cmbBxVsBot"; |
| 1080 |
// |
| 1081 |
// cmbBxBotSkill |
| 1082 |
// |
| 1083 |
this.cmbBxBotSkill.AccessibleDescription = null; |
| 1084 |
this.cmbBxBotSkill.AccessibleName = null; |
| 1085 |
resources.ApplyResources(this.cmbBxBotSkill, "cmbBxBotSkill"); |
| 1086 |
this.cmbBxBotSkill.BackgroundImage = null; |
| 1087 |
this.cmbBxBotSkill.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
| 1088 |
this.cmbBxBotSkill.Font = null; |
| 1089 |
this.cmbBxBotSkill.FormattingEnabled = true; |
| 1090 |
this.cmbBxBotSkill.Name = "cmbBxBotSkill"; |
| 1091 |
// |
| 1092 |
// numTimeLimit |
| 1093 |
// |
| 1094 |
this.numTimeLimit.AccessibleDescription = null; |
| 1095 |
this.numTimeLimit.AccessibleName = null; |
| 1096 |
resources.ApplyResources(this.numTimeLimit, "numTimeLimit"); |
| 1097 |
this.numTimeLimit.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::UT3_Server_Launcher.Properties.Settings.Default, "TimeLimit", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 1098 |
this.numTimeLimit.Font = null; |
| 1099 |
this.numTimeLimit.Maximum = new decimal(new int[] { |
| 1100 |
60, |
| 1101 |
0, |
| 1102 |
0, |
| 1103 |
0}); |
| 1104 |
this.numTimeLimit.Name = "numTimeLimit"; |
| 1105 |
this.numTimeLimit.Value = global::UT3_Server_Launcher.Properties.Settings.Default.TimeLimit; |
| 1106 |
// |
| 1107 |
// numGoalScore |
| 1108 |
// |
| 1109 |
this.numGoalScore.AccessibleDescription = null; |
| 1110 |
this.numGoalScore.AccessibleName = null; |
| 1111 |
resources.ApplyResources(this.numGoalScore, "numGoalScore"); |
| 1112 |
this.numGoalScore.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::UT3_Server_Launcher.Properties.Settings.Default, "GoalScore", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 1113 |
this.numGoalScore.Font = null; |
| 1114 |
this.numGoalScore.Maximum = new decimal(new int[] { |
| 1115 |
150, |
| 1116 |
0, |
| 1117 |
0, |
| 1118 |
0}); |
| 1119 |
this.numGoalScore.Name = "numGoalScore"; |
| 1120 |
this.numGoalScore.Value = global::UT3_Server_Launcher.Properties.Settings.Default.GoalScore; |
| 1121 |
// |
| 1122 |
// chkBxReady |
| 1123 |
// |
| 1124 |
this.chkBxReady.AccessibleDescription = null; |
| 1125 |
this.chkBxReady.AccessibleName = null; |
| 1126 |
resources.ApplyResources(this.chkBxReady, "chkBxReady"); |
| 1127 |
this.chkBxReady.BackgroundImage = null; |
| 1128 |
this.chkBxReady.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.Ready; |
| 1129 |
this.chkBxReady.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "Ready", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 1130 |
this.chkBxReady.Font = null; |
| 1131 |
this.chkBxReady.Name = "chkBxReady"; |
| 1132 |
this.chkBxReady.UseVisualStyleBackColor = true; |
| 1133 |
// |
| 1134 |
// chkBxForceRespawn |
| 1135 |
// |
| 1136 |
this.chkBxForceRespawn.AccessibleDescription = null; |
| 1137 |
this.chkBxForceRespawn.AccessibleName = null; |
| 1138 |
resources.ApplyResources(this.chkBxForceRespawn, "chkBxForceRespawn"); |
| 1139 |
this.chkBxForceRespawn.BackgroundImage = null; |
| 1140 |
this.chkBxForceRespawn.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.ForceRespawn; |
| 1141 |
this.chkBxForceRespawn.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "ForceRespawn", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 1142 |
this.chkBxForceRespawn.Font = null; |
| 1143 |
this.chkBxForceRespawn.Name = "chkBxForceRespawn"; |
| 1144 |
this.chkBxForceRespawn.UseVisualStyleBackColor = true; |
| 1145 |
// |
| 1146 |
// label19 |
| 1147 |
// |
| 1148 |
this.label19.AccessibleDescription = null; |
| 1149 |
this.label19.AccessibleName = null; |
| 1150 |
resources.ApplyResources(this.label19, "label19"); |
| 1151 |
this.label19.Font = null; |
| 1152 |
this.label19.Name = "label19"; |
| 1153 |
// |
| 1154 |
// label18 |
| 1155 |
// |
| 1156 |
this.label18.AccessibleDescription = null; |
| 1157 |
this.label18.AccessibleName = null; |
| 1158 |
resources.ApplyResources(this.label18, "label18"); |
| 1159 |
this.label18.Font = null; |
| 1160 |
this.label18.Name = "label18"; |
| 1161 |
// |
| 1162 |
// tabMutators |
| 1163 |
// |
| 1164 |
this.tabMutators.AccessibleDescription = null; |
| 1165 |
this.tabMutators.AccessibleName = null; |
| 1166 |
resources.ApplyResources(this.tabMutators, "tabMutators"); |
| 1167 |
this.tabMutators.BackgroundImage = null; |
| 1168 |
this.tabMutators.Controls.Add(this.tableLayoutPanel15); |
| 1169 |
this.tabMutators.Font = null; |
| 1170 |
this.tabMutators.Name = "tabMutators"; |
| 1171 |
this.tabMutators.UseVisualStyleBackColor = true; |
| 1172 |
// |
| 1173 |
// tableLayoutPanel15 |
| 1174 |
// |
| 1175 |
this.tableLayoutPanel15.AccessibleDescription = null; |
| 1176 |
this.tableLayoutPanel15.AccessibleName = null; |
| 1177 |
resources.ApplyResources(this.tableLayoutPanel15, "tableLayoutPanel15"); |
| 1178 |
this.tableLayoutPanel15.BackgroundImage = null; |
| 1179 |
this.tableLayoutPanel15.Controls.Add(this.tableLayoutPanel16, 0, 0); |
| 1180 |
this.tableLayoutPanel15.Controls.Add(this.label20, 0, 1); |
| 1181 |
this.tableLayoutPanel15.Controls.Add(this.txtBxOtherMut, 0, 2); |
| 1182 |
this.tableLayoutPanel15.Font = null; |
| 1183 |
this.tableLayoutPanel15.Name = "tableLayoutPanel15"; |
| 1184 |
// |
| 1185 |
// tableLayoutPanel16 |
| 1186 |
// |
| 1187 |
this.tableLayoutPanel16.AccessibleDescription = null; |
| 1188 |
this.tableLayoutPanel16.AccessibleName = null; |
| 1189 |
resources.ApplyResources(this.tableLayoutPanel16, "tableLayoutPanel16"); |
| 1190 |
this.tableLayoutPanel16.BackgroundImage = null; |
| 1191 |
this.tableLayoutPanel16.Controls.Add(this.tableLayoutPanel17, 1, 0); |
| 1192 |
this.tableLayoutPanel16.Controls.Add(this.lstBxEnableMut, 0, 0); |
| 1193 |
this.tableLayoutPanel16.Controls.Add(this.lstBxActiveMut, 2, 0); |
| 1194 |
this.tableLayoutPanel16.Font = null; |
| 1195 |
this.tableLayoutPanel16.Name = "tableLayoutPanel16"; |
| 1196 |
// |
| 1197 |
// tableLayoutPanel17 |
| 1198 |
// |
| 1199 |
this.tableLayoutPanel17.AccessibleDescription = null; |
| 1200 |
this.tableLayoutPanel17.AccessibleName = null; |
| 1201 |
resources.ApplyResources(this.tableLayoutPanel17, "tableLayoutPanel17"); |
| 1202 |
this.tableLayoutPanel17.BackgroundImage = null; |
| 1203 |
this.tableLayoutPanel17.Controls.Add(this.btnAllRight, 0, 1); |
| 1204 |
this.tableLayoutPanel17.Controls.Add(this.btnRight, 0, 2); |
| 1205 |
this.tableLayoutPanel17.Controls.Add(this.btnLeft, 0, 3); |
| 1206 |
this.tableLayoutPanel17.Controls.Add(this.btnAllLeft, 0, 4); |
| 1207 |
this.tableLayoutPanel17.Controls.Add(this.label21, 0, 0); |
| 1208 |
this.tableLayoutPanel17.Controls.Add(this.label22, 0, 5); |
| 1209 |
this.tableLayoutPanel17.Font = null; |
| 1210 |
this.tableLayoutPanel17.Name = "tableLayoutPanel17"; |
| 1211 |
// |
| 1212 |
// btnAllRight |
| 1213 |
// |
| 1214 |
this.btnAllRight.AccessibleDescription = null; |
| 1215 |
this.btnAllRight.AccessibleName = null; |
| 1216 |
resources.ApplyResources(this.btnAllRight, "btnAllRight"); |
| 1217 |
this.btnAllRight.BackgroundImage = null; |
| 1218 |
this.btnAllRight.Font = null; |
| 1219 |
this.btnAllRight.Name = "btnAllRight"; |
| 1220 |
this.btnAllRight.UseVisualStyleBackColor = true; |
| 1221 |
this.btnAllRight.Click += new System.EventHandler(this.btnAllRight_Click); |
| 1222 |
// |
| 1223 |
// btnRight |
| 1224 |
// |
| 1225 |
this.btnRight.AccessibleDescription = null; |
| 1226 |
this.btnRight.AccessibleName = null; |
| 1227 |
resources.ApplyResources(this.btnRight, "btnRight"); |
| 1228 |
this.btnRight.BackgroundImage = null; |
| 1229 |
this.btnRight.Font = null; |
| 1230 |
this.btnRight.Name = "btnRight"; |
| 1231 |
this.btnRight.UseVisualStyleBackColor = true; |
| 1232 |
this.btnRight.Click += new System.EventHandler(this.btnRight_Click); |
| 1233 |
// |
| 1234 |
// btnLeft |
| 1235 |
// |
| 1236 |
this.btnLeft.AccessibleDescription = null; |
| 1237 |
this.btnLeft.AccessibleName = null; |
| 1238 |
resources.ApplyResources(this.btnLeft, "btnLeft"); |
| 1239 |
this.btnLeft.BackgroundImage = null; |
| 1240 |
this.btnLeft.Font = null; |
| 1241 |
this.btnLeft.Name = "btnLeft"; |
| 1242 |
this.btnLeft.UseVisualStyleBackColor = true; |
| 1243 |
this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click); |
| 1244 |
// |
| 1245 |
// btnAllLeft |
| 1246 |
// |
| 1247 |
this.btnAllLeft.AccessibleDescription = null; |
| 1248 |
this.btnAllLeft.AccessibleName = null; |
| 1249 |
resources.ApplyResources(this.btnAllLeft, "btnAllLeft"); |
| 1250 |
this.btnAllLeft.BackgroundImage = null; |
| 1251 |
this.btnAllLeft.Font = null; |
| 1252 |
this.btnAllLeft.Name = "btnAllLeft"; |
| 1253 |
this.btnAllLeft.UseVisualStyleBackColor = true; |
| 1254 |
this.btnAllLeft.Click += new System.EventHandler(this.btnAllLeft_Click); |
| 1255 |
// |
| 1256 |
// label21 |
| 1257 |
// |
| 1258 |
this.label21.AccessibleDescription = null; |
| 1259 |
this.label21.AccessibleName = null; |
| 1260 |
resources.ApplyResources(this.label21, "label21"); |
| 1261 |
this.label21.Font = null; |
| 1262 |
this.label21.Name = "label21"; |
| 1263 |
// |
| 1264 |
// label22 |
| 1265 |
// |
| 1266 |
this.label22.AccessibleDescription = null; |
| 1267 |
this.label22.AccessibleName = null; |
| 1268 |
resources.ApplyResources(this.label22, "label22"); |
| 1269 |
this.label22.Font = null; |
| 1270 |
this.label22.Name = "label22"; |
| 1271 |
// |
| 1272 |
// lstBxEnableMut |
| 1273 |
// |
| 1274 |
this.lstBxEnableMut.AccessibleDescription = null; |
| 1275 |
this.lstBxEnableMut.AccessibleName = null; |
| 1276 |
resources.ApplyResources(this.lstBxEnableMut, "lstBxEnableMut"); |
| 1277 |
this.lstBxEnableMut.BackgroundImage = null; |
| 1278 |
this.lstBxEnableMut.Font = null; |
| 1279 |
this.lstBxEnableMut.FormattingEnabled = true; |
| 1280 |
this.lstBxEnableMut.Name = "lstBxEnableMut"; |
| 1281 |
this.lstBxEnableMut.Sorted = true; |
| 1282 |
// |
| 1283 |
// lstBxActiveMut |
| 1284 |
// |
| 1285 |
this.lstBxActiveMut.AccessibleDescription = null; |
| 1286 |
this.lstBxActiveMut.AccessibleName = null; |
| 1287 |
resources.ApplyResources(this.lstBxActiveMut, "lstBxActiveMut"); |
| 1288 |
this.lstBxActiveMut.BackgroundImage = null; |
| 1289 |
this.lstBxActiveMut.Font = null; |
| 1290 |
this.lstBxActiveMut.FormattingEnabled = true; |
| 1291 |
this.lstBxActiveMut.Name = "lstBxActiveMut"; |
| 1292 |
this.lstBxActiveMut.Sorted = true; |
| 1293 |
// |
| 1294 |
// label20 |
| 1295 |
// |
| 1296 |
this.label20.AccessibleDescription = null; |
| 1297 |
this.label20.AccessibleName = null; |
| 1298 |
resources.ApplyResources(this.label20, "label20"); |
| 1299 |
this.label20.Font = null; |
| 1300 |
this.label20.Name = "label20"; |
| 1301 |
// |
| 1302 |
// txtBxOtherMut |
| 1303 |
// |
| 1304 |
this.txtBxOtherMut.AccessibleDescription = null; |
| 1305 |
this.txtBxOtherMut.AccessibleName = null; |
| 1306 |
resources.ApplyResources(this.txtBxOtherMut, "txtBxOtherMut"); |
| 1307 |
this.txtBxOtherMut.BackgroundImage = null; |
| 1308 |
this.txtBxOtherMut.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::UT3_Server_Launcher.Properties.Settings.Default, "OtherMUT", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
| 1309 |
this.txtBxOtherMut.Font = null; |
| 1310 |
this.txtBxOtherMut.Name = "txtBxOtherMut"; |
| 1311 |
this.txtBxOtherMut.Text = global::UT3_Server_Launcher.Properties.Settings.Default.OtherMUT; |
| 1312 |
// |
| 1313 |
// menuStrip1 |
| 1314 |
// |
| 1315 |
this.menuStrip1.AccessibleDescription = null; |
| 1316 |
this.menuStrip1.AccessibleName = null; |
| 1317 |
resources.ApplyResources(this.menuStrip1, "menuStrip1"); |
| 1318 |
this.menuStrip1.BackgroundImage = null; |
| 1319 |
this.menuStrip1.Font = null; |
| 1320 |
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 1321 |
this.fileFToolStripMenuItem, |
| 1322 |
this.toolStripMenuItem1, |
| 1323 |
this.toolsSToolStripMenuItem, |
| 1324 |
this.helpHToolStripMenuItem}); |
| 1325 |
this.menuStrip1.Name = "menuStrip1"; |
| 1326 |
// |
| 1327 |
// fileFToolStripMenuItem |
| 1328 |
// |
| 1329 |
this.fileFToolStripMenuItem.AccessibleDescription = null; |
| 1330 |
this.fileFToolStripMenuItem.AccessibleName = null; |
| 1331 |
resources.ApplyResources(this.fileFToolStripMenuItem, "fileFToolStripMenuItem"); |
| 1332 |
this.fileFToolStripMenuItem.BackgroundImage = null; |
| 1333 |
this.fileFToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 1334 |
this.loadToolStripMenuItem, |
| 1335 |
this.saveProfileSToolStripMenuItem, |
| 1336 |
this.toolStripSeparator1, |
| 1337 |
this.exitXToolStripMenuItem}); |
| 1338 |
this.fileFToolStripMenuItem.Name = "fileFToolStripMenuItem"; |
| 1339 |
this.fileFToolStripMenuItem.ShortcutKeyDisplayString = null; |
| 1340 |
// |
| 1341 |
// loadToolStripMenuItem |
| 1342 |
// |
| 1343 |
this.loadToolStripMenuItem.AccessibleDescription = null; |
| 1344 |
this.loadToolStripMenuItem.AccessibleName = null; |
| 1345 |
resources.ApplyResources(this.loadToolStripMenuItem, "loadToolStripMenuItem"); |
| 1346 |
this.loadToolStripMenuItem.BackgroundImage = null; |
| 1347 |
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem"; |
| 1348 |
this.loadToolStripMenuItem.ShortcutKeyDisplayString = null; |
| 1349 |
this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadProfileLToolStripMenuItem_Click); |
| 1350 |
// |
| 1351 |
// saveProfileSToolStripMenuItem |
| 1352 |
// |
| 1353 |
this.saveProfileSToolStripMenuItem.AccessibleDescription = null; |
| 1354 |
this.saveProfileSToolStripMenuItem.AccessibleName = null; |
| 1355 |
resources.ApplyResources(this.saveProfileSToolStripMenuItem, "saveProfileSToolStripMenuItem"); |
| 1356 |
this.saveProfileSToolStripMenuItem.BackgroundImage = null; |
| 1357 |
this.saveProfileSToolStripMenuItem.Name = "saveProfileSToolStripMenuItem"; |
| 1358 |
this.saveProfileSToolStripMenuItem.ShortcutKeyDisplayString = null; |
| 1359 |
this.saveProfileSToolStripMenuItem.Click += new System.EventHandler(this.saveProfileSToolStripMenuItem_Click); |
| 1360 |
// |
| 1361 |
// toolStripSeparator1 |
| 1362 |
// |
| 1363 |
this.toolStripSeparator1.AccessibleDescription = null; |
| 1364 |
this.toolStripSeparator1.AccessibleName = null; |
| 1365 |
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); |
| 1366 |
this.toolStripSeparator1.Name = "toolStripSeparator1"; |
| 1367 |
// |
| 1368 |
// exitXToolStripMenuItem |
| 1369 |
// |
| 1370 |
this.exitXToolStripMenuItem.AccessibleDescription = null; |
| 1371 |
this.exitXToolStripMenuItem.AccessibleName = null; |
| 1372 |
resources.ApplyResources(this.exitXToolStripMenuItem, "exitXToolStripMenuItem"); |
| 1373 |
this.exitXToolStripMenuItem.BackgroundImage = null; |
| 1374 |
this.exitXToolStripMenuItem.Name = "exitXToolStripMenuItem"; |
| 1375 |
this.exitXToolStripMenuItem.ShortcutKeyDisplayString = null; |
| 1376 |
this.exitXToolStripMenuItem.Click += new System.EventHandler(this.exitXToolStripMenuItem_Click); |
| 1377 |
// |
| 1378 |
// toolStripMenuItem1 |
| 1379 |
// |
| 1380 |
this.toolStripMenuItem1.AccessibleDescription = null; |
| 1381 |
this.toolStripMenuItem1.AccessibleName = null; |
| 1382 |
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1"); |
| 1383 |
this.toolStripMenuItem1.BackgroundImage = null; |
| 1384 |
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 1385 |
this.startSToolStripMenuItem, |
| 1386 |
this.stopToolStripMenuItem, |
| 1387 |
this.restartToolStripMenuItem}); |
| 1388 |
this.toolStripMenuItem1.Name = "toolStripMenuItem1"; |
| 1389 |
this.toolStripMenuItem1.ShortcutKeyDisplayString = null; |
| 1390 |
// |
| 1391 |
// startSToolStripMenuItem |
| 1392 |
// |
| 1393 |
this.startSToolStripMenuItem.AccessibleDescription = null; |
| 1394 |
this.startSToolStripMenuItem.AccessibleName = null; |
| 1395 |
resources.ApplyResources(this.startSToolStripMenuItem, "startSToolStripMenuItem"); |
| 1396 |
this.startSToolStripMenuItem.BackgroundImage = null; |
| 1397 |
this.startSToolStripMenuItem.Name = "startSToolStripMenuItem"; |
| 1398 |
this.startSToolStripMenuItem.ShortcutKeyDisplayString = null; |
| 1399 |
this.startSToolStripMenuItem.Click += new System.EventHandler(this.startSToolStripMenuItem_Click); |
| 1400 |
// |
| 1401 |
// stopToolStripMenuItem |
| 1402 |
// |
| 1403 |
this.stopToolStripMenuItem.AccessibleDescription = null; |
| 1404 |
this.stopToolStripMenuItem.AccessibleName = null; |
| 1405 |
resources.ApplyResources(this.stopToolStripMenuItem, "stopToolStripMenuItem"); |
| 1406 |
this.stopToolStripMenuItem.BackgroundImage = null; |
| 1407 |
this.stopToolStripMenuItem.Name = "stopToolStripMenuItem"; |
| 1408 |
this.stopToolStripMenuItem.ShortcutKeyDisplayString = null; |
| 1409 |
this.stopToolStripMenuItem.Click += new System.EventHandler(this.stopToolStripMenuItem_Click); |
| 1410 |
// |
| 1411 |
// restartToolStripMenuItem |
| 1412 |
// |
| 1413 |
this.restartToolStripMenuItem.AccessibleDescription = null; |
| 1414 |
this.restartToolStripMenuItem.AccessibleName = null; |
| 1415 |
resources.ApplyResources(this.restartToolStripMenuItem, "restartToolStripMenuItem"); |
| 1416 |
this.restartToolStripMenuItem.BackgroundImage = null; |
| 1417 |
this.restartToolStripMenuItem.Name = "restartToolStripMenuItem"; |
| 1418 |
this.restartToolStripMenuItem.ShortcutKeyDisplayString = null; |
| 1419 |
this.restartToolStripMenuItem.Click += new System.EventHandler(this.restartToolStripMenuItem_Click); |
| 1420 |
// |
| 1421 |
// toolsSToolStripMenuItem |
| 1422 |
// |
| 1423 |
this.toolsSToolStripMenuItem.AccessibleDescription = null; |
| 1424 |
this.toolsSToolStripMenuItem.AccessibleName = null; |
| 1425 |
resources.ApplyResources(this.toolsSToolStripMenuItem, "toolsSToolStripMenuItem"); |
| 1426 |
this.toolsSToolStripMenuItem.BackgroundImage = null; |
| 1427 |
this.toolsSToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 1428 |
this.toolStripMenuItemMake, |
| 1429 |
this.toolStripSeparator2, |
| 1430 |
this.preferencesPToolStripMenuItem}); |
| 1431 |
this.toolsSToolStripMenuItem.Name = "toolsSToolStripMenuItem"; |
| 1432 |
this.toolsSToolStripMenuItem.ShortcutKeyDisplayString = null; |
| 1433 |
// |
| 1434 |
// toolStripMenuItemMake |
| 1435 |
// |
| 1436 |
this.toolStripMenuItemMake.AccessibleDescription = null; |
| 1437 |
this.toolStripMenuItemMake.AccessibleName = null; |
| 1438 |
resources.ApplyResources(this.toolStripMenuItemMake, "toolStripMenuItemMake"); |
| 1439 |
this.toolStripMenuItemMake.BackgroundImage = null; |
| 1440 |
this.toolStripMenuItemMake.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 1441 |
this.batchFileBToolStripMenuItem}); |
| 1442 |
this.toolStripMenuItemMake.Name = "toolStripMenuItemMake"; |
| 1443 |
this.toolStripMenuItemMake.ShortcutKeyDisplayString = null; |
| 1444 |
// |
| 1445 |
// batchFileBToolStripMenuItem |
| 1446 |
// |
| 1447 |
this.batchFileBToolStripMenuItem.AccessibleDescription = null; |
| 1448 |
this.batchFileBToolStripMenuItem.AccessibleName = null; |
| 1449 |
resources.ApplyResources(this.batchFileBToolStripMenuItem, "batchFileBToolStripMenuItem"); |
| 1450 |
this.batchFileBToolStripMenuItem.BackgroundImage = null; |
| 1451 |
this.batchFileBToolStripMenuItem.Name = "batchFileBToolStripMenuItem"; |
| 1452 |
this.batchFileBToolStripMenuItem.ShortcutKeyDisplayString = null; |
| 1453 |
this.batchFileBToolStripMenuItem.Click += new System.EventHandler(this.batchFileBToolStripMenuItem_Click); |
| 1454 |
// |
| 1455 |
// toolStripSeparator2 |
| 1456 |
// |
| 1457 |
this.toolStripSeparator2.AccessibleDescription = null; |
| 1458 |
this.toolStripSeparator2.AccessibleName = null; |
| 1459 |
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); |
| 1460 |
this.toolStripSeparator2.Name = "toolStripSeparator2"; |
| 1461 |
// |
| 1462 |
// preferencesPToolStripMenuItem |
| 1463 |
// |
| 1464 |
this.preferencesPToolStripMenuItem.AccessibleDescription = null; |
| 1465 |
this.preferencesPToolStripMenuItem.AccessibleName = null; |
| 1466 |
resources.ApplyResources(this.preferencesPToolStripMenuItem, "preferencesPToolStripMenuItem"); |
| 1467 |
this.preferencesPToolStripMenuItem.BackgroundImage = null; |
| 1468 |
this.preferencesPToolStripMenuItem.Name = "preferencesPToolStripMenuItem"; |
| 1469 |
this.preferencesPToolStripMenuItem.ShortcutKeyDisplayString = null; |
| 1470 |
this.preferencesPToolStripMenuItem.Click += new System.EventHandler(this.preferencesPToolStripMenuItem_Click); |
| 1471 |
// |
| 1472 |
// helpHToolStripMenuItem |
| 1473 |
// |
| 1474 |
this.helpHToolStripMenuItem.AccessibleDescription = null; |
| 1475 |
this.helpHToolStripMenuItem.AccessibleName = null; |
| 1476 |
resources.ApplyResources(this.helpHToolStripMenuItem, "helpHToolStripMenuItem"); |
| 1477 |
this.helpHToolStripMenuItem.BackgroundImage = null; |
| 1478 |
this.helpHToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 1479 |
this.aboutAToolStripMenuItem}); |
| 1480 |
this.helpHToolStripMenuItem.Name = "helpHToolStripMenuItem"; |
| 1481 |
this.helpHToolStripMenuItem.ShortcutKeyDisplayString = null; |
| 1482 |
// |
| 1483 |
// aboutAToolStripMenuItem |
| 1484 |
// |
| 1485 |
this.aboutAToolStripMenuItem.AccessibleDescription = null; |
| 1486 |
this.aboutAToolStripMenuItem.AccessibleName = null; |
| 1487 |
resources.ApplyResources(this.aboutAToolStripMenuItem, "aboutAToolStripMenuItem"); |
| 1488 |
this.aboutAToolStripMenuItem.BackgroundImage = null; |
| 1489 |
this.aboutAToolStripMenuItem.Name = "aboutAToolStripMenuItem"; |
| 1490 |
this.aboutAToolStripMenuItem.ShortcutKeyDisplayString = null; |
| 1491 |
this.aboutAToolStripMenuItem.Click += new System.EventHandler(this.aboutAToolStripMenuItem_Click); |
| 1492 |
// |
| 1493 |
// toolStrip2 |
| 1494 |
// |
| 1495 |
this.toolStrip2.AccessibleDescription = null; |
| 1496 |
this.toolStrip2.AccessibleName = null; |
| 1497 |
resources.ApplyResources(this.toolStrip2, "toolStrip2"); |
| 1498 |
this.toolStrip2.BackgroundImage = null; |
| 1499 |
this.toolStrip2.Font = null; |
| 1500 |
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 1501 |
this.toolStripButtonNew, |
| 1502 |
this.toolStripButtonLoad, |
| 1503 |
this.toolStripButtonSave}); |
| 1504 |
this.toolStrip2.Name = "toolStrip2"; |
| 1505 |
// |
| 1506 |
// toolStripButtonNew |
| 1507 |
// |
| 1508 |
this.toolStripButtonNew.AccessibleDescription = null; |
| 1509 |
this.toolStripButtonNew.AccessibleName = null; |
| 1510 |
resources.ApplyResources(this.toolStripButtonNew, "toolStripButtonNew"); |
| 1511 |
this.toolStripButtonNew.BackgroundImage = null; |
| 1512 |
this.toolStripButtonNew.Name = "toolStripButtonNew"; |
| 1513 |
this.toolStripButtonNew.Click += new System.EventHandler(this.toolStripButtonNew_Click); |
| 1514 |
// |
| 1515 |
// toolStripButtonLoad |
| 1516 |
// |
| 1517 |
this.toolStripButtonLoad.AccessibleDescription = null; |
| 1518 |
this.toolStripButtonLoad.AccessibleName = null; |
| 1519 |
resources.ApplyResources(this.toolStripButtonLoad, "toolStripButtonLoad"); |
| 1520 |
this.toolStripButtonLoad.BackgroundImage = null; |
| 1521 |
this.toolStripButtonLoad.Name = "toolStripButtonLoad"; |
| 1522 |
this.toolStripButtonLoad.Click += new System.EventHandler(this.toolStripButtonLoad_Click); |
| 1523 |
// |
| 1524 |
// toolStripButtonSave |
| 1525 |
// |
| 1526 |
this.toolStripButtonSave.AccessibleDescription = null; |
| 1527 |
this.toolStripButtonSave.AccessibleName = null; |
| 1528 |
resources.ApplyResources(this.toolStripButtonSave, "toolStripButtonSave"); |
| 1529 |
this.toolStripButtonSave.BackgroundImage = null; |
| 1530 |
this.toolStripButtonSave.Name = "toolStripButtonSave"; |
| 1531 |
this.toolStripButtonSave.Click += new System.EventHandler(this.toolStripButtonSave_Click); |
| 1532 |
// |
| 1533 |
// toolStrip1 |
| 1534 |
// |
| 1535 |
this.toolStrip1.AccessibleDescription = null; |
| 1536 |
this.toolStrip1.AccessibleName = null; |
| 1537 |
resources.ApplyResources(this.toolStrip1, "toolStrip1"); |
| 1538 |
this.toolStrip1.BackgroundImage = null; |
| 1539 |
this.toolStrip1.Font = null; |
| 1540 |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 1541 |
this.toolStripButtonStart, |
| 1542 |
this.toolStripButtonStop, |
| 1543 |
this.toolStripButtonRestart}); |
| 1544 |
this.toolStrip1.Name = "toolStrip1"; |
| 1545 |
// |
| 1546 |
// toolStripButtonStart |
| 1547 |
// |
| 1548 |
this.toolStripButtonStart.AccessibleDescription = null; |
| 1549 |
this.toolStripButtonStart.AccessibleName = null; |
| 1550 |
resources.ApplyResources(this.toolStripButtonStart, "toolStripButtonStart"); |
| 1551 |
this.toolStripButtonStart.BackgroundImage = null; |
| 1552 |
this.toolStripButtonStart.Name = "toolStripButtonStart"; |
| 1553 |
this.toolStripButtonStart.Click += new System.EventHandler(this.toolStripButtonStart_Click); |
| 1554 |
// |
| 1555 |
// toolStripButtonStop |
| 1556 |
// |
| 1557 |
this.toolStripButtonStop.AccessibleDescription = null; |
| 1558 |
this.toolStripButtonStop.AccessibleName = null; |
| 1559 |
resources.ApplyResources(this.toolStripButtonStop, "toolStripButtonStop"); |
| 1560 |
this.toolStripButtonStop.BackgroundImage = null; |
| 1561 |
this.toolStripButtonStop.Name = "toolStripButtonStop"; |
| 1562 |
this.toolStripButtonStop.Click += new System.EventHandler(this.toolStripButtonStop_Click); |
| 1563 |
// |
| 1564 |
// toolStripButtonRestart |
| 1565 |
// |
| 1566 |
this.toolStripButtonRestart.AccessibleDescription = null; |
| 1567 |
this.toolStripButtonRestart.AccessibleName = null; |
| 1568 |
resources.ApplyResources(this.toolStripButtonRestart, "toolStripButtonRestart"); |
| 1569 |
this.toolStripButtonRestart.BackgroundImage = null; |
| 1570 |
this.toolStripButtonRestart.Name = "toolStripButtonRestart"; |
| 1571 |
this.toolStripButtonRestart.Click += new System.EventHandler(this.toolStripButtonRestart_Click); |
| 1572 |
// |
| 1573 |
// tableLayoutPanel5 |
| 1574 |
// |
| 1575 |
this.tableLayoutPanel5.AccessibleDescription = null; |
| 1576 |
this.tableLayoutPanel5.AccessibleName = null; |
| 1577 |
resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5"); |
| 1578 |
this.tableLayoutPanel5.BackgroundImage = null; |
| 1579 |
this.tableLayoutPanel5.Font = null; |
| 1580 |
this.tableLayoutPanel5.Name = "tableLayoutPanel5"; |
| 1581 |
// |
| 1582 |
// tableLayoutPanel6 |
| 1583 |
// |
| 1584 |
this.tableLayoutPanel6.AccessibleDescription = null; |
| 1585 |
this.tableLayoutPanel6.AccessibleName = null; |
| 1586 |
resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6"); |
| 1587 |
this.tableLayoutPanel6.BackgroundImage = null; |
| 1588 |
this.tableLayoutPanel6.Font = null; |
| 1589 |
this.tableLayoutPanel6.Name = "tableLayoutPanel6"; |
| 1590 |
// |
| 1591 |
// folderBrowserDialog1 |
| 1592 |
// |
| 1593 |
resources.ApplyResources(this.folderBrowserDialog1, "folderBrowserDialog1"); |
| 1594 |
// |
| 1595 |
// saveFileDialog1 |
| 1596 |
// |
| 1597 |
resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1"); |
| 1598 |
// |
| 1599 |
// timer1 |
| 1600 |
// |
| 1601 |
this.timer1.Interval = 60000; |
| 1602 |
this.timer1.Tick += new System.EventHandler(this.timer1_Tick); |
| 1603 |
// |
| 1604 |
// FormMain |
| 1605 |
// |
| 1606 |
this.AccessibleDescription = null; |
| 1607 |
this.AccessibleName = null; |
| 1608 |
resources.ApplyResources(this, "$this"); |
| 1609 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| 1610 |
this.BackgroundImage = null; |
| 1611 |
this.Controls.Add(this.toolStripContainer1); |
| 1612 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
| 1613 |
this.Icon = null; |
| 1614 |
this.MainMenuStrip = this.menuStrip1; |
| 1615 |
this.MaximizeBox = false; |
| 1616 |
this.Name = "FormMain"; |
| 1617 |
this.Load += new System.EventHandler(this.FormMain_Load); |
| 1618 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing); |
| 1619 |
this.toolStripContainer1.ContentPanel.ResumeLayout(false); |
| 1620 |
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); |
| 1621 |
this.toolStripContainer1.TopToolStripPanel.PerformLayout(); |
| 1622 |
this.toolStripContainer1.ResumeLayout(false); |
| 1623 |
this.toolStripContainer1.PerformLayout(); |
| 1624 |
this.tabControl1.ResumeLayout(false); |
| 1625 |
this.tabServer.ResumeLayout(false); |
| 1626 |
this.tableLayoutPanel1.ResumeLayout(false); |
| 1627 |
this.groupBox1.ResumeLayout(false); |
| 1628 |
this.tableLayoutPanel2.ResumeLayout(false); |
| 1629 |
this.tableLayoutPanel2.PerformLayout(); |
| 1630 |
((System.ComponentModel.ISupportInitialize)(this.numGamePort)).EndInit(); |
| 1631 |
((System.ComponentModel.ISupportInitialize)(this.numQueryPort)).EndInit(); |
| 1632 |
this.groupBox2.ResumeLayout(false); |
| 1633 |
this.tableLayoutPanel3.ResumeLayout(false); |
| 1634 |
this.tableLayoutPanel3.PerformLayout(); |
| 1635 |
this.groupBox3.ResumeLayout(false); |
| 1636 |
this.tableLayoutPanel4.ResumeLayout(false); |
| 1637 |
this.tableLayoutPanel4.PerformLayout(); |
| 1638 |
this.groupBox4.ResumeLayout(false); |
| 1639 |
this.tableLayoutPanel7.ResumeLayout(false); |
| 1640 |
this.tableLayoutPanel7.PerformLayout(); |
| 1641 |
this.groupBox5.ResumeLayout(false); |
| 1642 |
this.tableLayoutPanel8.ResumeLayout(false); |
| 1643 |
this.tableLayoutPanel8.PerformLayout(); |
| 1644 |
this.tabOption.ResumeLayout(false); |
| 1645 |
this.tableLayoutPanel9.ResumeLayout(false); |
| 1646 |
this.groupBox6.ResumeLayout(false); |
| 1647 |
this.tableLayoutPanel10.ResumeLayout(false); |
| 1648 |
this.tableLayoutPanel10.PerformLayout(); |
| 1649 |
this.groupBox7.ResumeLayout(false); |
| 1650 |
this.tableLayoutPanel11.ResumeLayout(false); |
| 1651 |
this.tableLayoutPanel11.PerformLayout(); |
| 1652 |
this.tabGame.ResumeLayout(false); |
| 1653 |
this.tableLayoutPanel12.ResumeLayout(false); |
| 1654 |
this.groupBox8.ResumeLayout(false); |
| 1655 |
this.tableLayoutPanel13.ResumeLayout(false); |
| 1656 |
this.tableLayoutPanel13.PerformLayout(); |
| 1657 |
this.groupBox9.ResumeLayout(false); |
| 1658 |
this.tableLayoutPanel14.ResumeLayout(false); |
| 1659 |
this.tableLayoutPanel14.PerformLayout(); |
| 1660 |
((System.ComponentModel.ISupportInitialize)(this.numMinPlayers)).EndInit(); |
| 1661 |
((System.ComponentModel.ISupportInitialize)(this.numSpectators)).EndInit(); |
| 1662 |
((System.ComponentModel.ISupportInitialize)(this.numMaxPlayers)).EndInit(); |
| 1663 |
((System.ComponentModel.ISupportInitialize)(this.numNumOfBots)).EndInit(); |
| 1664 |
((System.ComponentModel.ISupportInitialize)(this.numTimeLimit)).EndInit(); |
| 1665 |
((System.ComponentModel.ISupportInitialize)(this.numGoalScore)).EndInit(); |
| 1666 |
this.tabMutators.ResumeLayout(false); |
| 1667 |
this.tableLayoutPanel15.ResumeLayout(false); |
| 1668 |
this.tableLayoutPanel15.PerformLayout(); |
| 1669 |
this.tableLayoutPanel16.ResumeLayout(false); |
| 1670 |
this.tableLayoutPanel17.ResumeLayout(false); |
| 1671 |
this.tableLayoutPanel17.PerformLayout(); |
| 1672 |
this.menuStrip1.ResumeLayout(false); |
| 1673 |
this.menuStrip1.PerformLayout(); |
| 1674 |
this.toolStrip2.ResumeLayout(false); |
| 1675 |
this.toolStrip2.PerformLayout(); |
| 1676 |
this.toolStrip1.ResumeLayout(false); |
| 1677 |
this.toolStrip1.PerformLayout(); |
| 1678 |
this.ResumeLayout(false); |
| 1679 |
|
| 1680 |
} |
| 1681 |
|
| 1682 |
#endregion |
| 1683 |
|
| 1684 |
private System.Windows.Forms.ToolStripContainer toolStripContainer1; |
| 1685 |
private System.Windows.Forms.TabControl tabControl1; |
| 1686 |
private System.Windows.Forms.TabPage tabServer; |
| 1687 |
private System.Windows.Forms.TabPage tabOption; |
| 1688 |
private System.Windows.Forms.TabPage tabGame; |
| 1689 |
private System.Windows.Forms.TabPage tabMutators; |
| 1690 |
private System.Windows.Forms.MenuStrip menuStrip1; |
| 1691 |
private System.Windows.Forms.ToolStripMenuItem fileFToolStripMenuItem; |
| 1692 |
private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem; |
| 1693 |
private System.Windows.Forms.ToolStripMenuItem saveProfileSToolStripMenuItem; |
| 1694 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |
| 1695 |
private System.Windows.Forms.ToolStripMenuItem exitXToolStripMenuItem; |
| 1696 |
private System.Windows.Forms.ToolStripMenuItem toolsSToolStripMenuItem; |
| 1697 |
private System.Windows.Forms.ToolStripMenuItem preferencesPToolStripMenuItem; |
| 1698 |
private System.Windows.Forms.ToolStripMenuItem helpHToolStripMenuItem; |
| 1699 |
private System.Windows.Forms.ToolStripMenuItem aboutAToolStripMenuItem; |
| 1700 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
| 1701 |
private System.Windows.Forms.GroupBox groupBox1; |
| 1702 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
| 1703 |
private System.Windows.Forms.GroupBox groupBox2; |
| 1704 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; |
| 1705 |
private System.Windows.Forms.GroupBox groupBox3; |
| 1706 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; |
| 1707 |
private System.Windows.Forms.GroupBox groupBox4; |
| 1708 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7; |
| 1709 |
private System.Windows.Forms.GroupBox groupBox5; |
| 1710 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8; |
| 1711 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; |
| 1712 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; |
| 1713 |
private System.Windows.Forms.Label label2; |
| 1714 |
private System.Windows.Forms.Label label3; |
| 1715 |
private System.Windows.Forms.Label label4; |
| 1716 |
private System.Windows.Forms.Label label5; |
| 1717 |
private System.Windows.Forms.Label label6; |
| 1718 |
private System.Windows.Forms.Label label7; |
| 1719 |
private System.Windows.Forms.Label label8; |
| 1720 |
private System.Windows.Forms.Label label9; |
| 1721 |
private System.Windows.Forms.Label label1; |
| 1722 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9; |
| 1723 |
private System.Windows.Forms.GroupBox groupBox6; |
| 1724 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10; |
| 1725 |
private System.Windows.Forms.GroupBox groupBox7; |
| 1726 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel11; |
| 1727 |
private System.Windows.Forms.Button btnOpenDir; |
| 1728 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel12; |
| 1729 |
private System.Windows.Forms.GroupBox groupBox8; |
| 1730 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel13; |
| 1731 |
private System.Windows.Forms.Label label10; |
| 1732 |
private System.Windows.Forms.Label label11; |
| 1733 |
private System.Windows.Forms.GroupBox groupBox9; |
| 1734 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel14; |
| 1735 |
private System.Windows.Forms.Label label12; |
| 1736 |
private System.Windows.Forms.Label label13; |
| 1737 |
private System.Windows.Forms.Label label14; |
| 1738 |
private System.Windows.Forms.Label label15; |
| 1739 |
private System.Windows.Forms.Label label16; |
| 1740 |
private System.Windows.Forms.Label label17; |
| 1741 |
private System.Windows.Forms.Label label19; |
| 1742 |
private System.Windows.Forms.Label label18; |
| 1743 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel15; |
| 1744 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel16; |
| 1745 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel17; |
| 1746 |
private System.Windows.Forms.Button btnAllRight; |
| 1747 |
private System.Windows.Forms.Button btnRight; |
| 1748 |
private System.Windows.Forms.Button btnLeft; |
| 1749 |
private System.Windows.Forms.Button btnAllLeft; |
| 1750 |
private System.Windows.Forms.Label label20; |
| 1751 |
private System.Windows.Forms.Label label21; |
| 1752 |
private System.Windows.Forms.Label label22; |
| 1753 |
public System.Windows.Forms.TextBox txtBxServerName; |
| 1754 |
public System.Windows.Forms.NumericUpDown numGamePort; |
| 1755 |
public System.Windows.Forms.NumericUpDown numQueryPort; |
| 1756 |
public System.Windows.Forms.TextBox txtBxGsName; |
| 1757 |
public System.Windows.Forms.TextBox txtBxGsPass; |
| 1758 |
public System.Windows.Forms.TextBox txtBxAdmnName; |
| 1759 |
public System.Windows.Forms.TextBox txtBxAdmnPass; |
| 1760 |
public System.Windows.Forms.TextBox txtBxLogName; |
| 1761 |
public System.Windows.Forms.TextBox txtBxJoinPass; |
| 1762 |
public System.Windows.Forms.CheckBox chkBxReport; |
| 1763 |
public System.Windows.Forms.CheckBox chkBxAdvertise; |
| 1764 |
public System.Windows.Forms.CheckBox chkBxPure; |
| 1765 |
public System.Windows.Forms.CheckBox chkBxLan; |
| 1766 |
public System.Windows.Forms.CheckBox chkBxDedicated; |
| 1767 |
public System.Windows.Forms.CheckBox chkBxJoinIn; |
| 1768 |
public System.Windows.Forms.CheckBox chkBxAllow; |
| 1769 |
public System.Windows.Forms.CheckBox chkBxUserPresence; |
| 1770 |
public System.Windows.Forms.CheckBox chkBxJoinVia; |
| 1771 |
public System.Windows.Forms.CheckBox chkBxUnattend; |
| 1772 |
public System.Windows.Forms.CheckBox chkBxNoHomDir; |
| 1773 |
public System.Windows.Forms.TextBox txtBxConfigDir; |
| 1774 |
public System.Windows.Forms.ComboBox cmbBxGameType; |
| 1775 |
public System.Windows.Forms.ComboBox cmbBxMapName; |
| 1776 |
public System.Windows.Forms.NumericUpDown numMinPlayers; |
| 1777 |
public System.Windows.Forms.NumericUpDown numSpectators; |
| 1778 |
public System.Windows.Forms.NumericUpDown numMaxPlayers; |
| 1779 |
public System.Windows.Forms.NumericUpDown numNumOfBots; |
| 1780 |
public System.Windows.Forms.ComboBox cmbBxVsBot; |
| 1781 |
public System.Windows.Forms.ComboBox cmbBxBotSkill; |
| 1782 |
public System.Windows.Forms.NumericUpDown numTimeLimit; |
| 1783 |
public System.Windows.Forms.NumericUpDown numGoalScore; |
| 1784 |
public System.Windows.Forms.CheckBox chkBxReady; |
| 1785 |
public System.Windows.Forms.CheckBox chkBxForceRespawn; |
| 1786 |
public System.Windows.Forms.ListBox lstBxEnableMut; |
| 1787 |
public System.Windows.Forms.ListBox lstBxActiveMut; |
| 1788 |
public System.Windows.Forms.TextBox txtBxOtherMut; |
| 1789 |
private System.Windows.Forms.ToolStrip toolStrip1; |
| 1790 |
private System.Windows.Forms.ToolStripButton toolStripButtonStart; |
| 1791 |
private System.Windows.Forms.ToolStripButton toolStripButtonStop; |
| 1792 |
private System.Windows.Forms.ToolStripButton toolStripButtonRestart; |
| 1793 |
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; |
| 1794 |
private System.Windows.Forms.ToolStrip toolStrip2; |
| 1795 |
private System.Windows.Forms.ToolStripButton toolStripButtonNew; |
| 1796 |
private System.Windows.Forms.ToolStripButton toolStripButtonLoad; |
| 1797 |
private System.Windows.Forms.ToolStripButton toolStripButtonSave; |
| 1798 |
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; |
| 1799 |
private System.Windows.Forms.ToolStripMenuItem startSToolStripMenuItem; |
| 1800 |
private System.Windows.Forms.ToolStripMenuItem stopToolStripMenuItem; |
| 1801 |
private System.Windows.Forms.ToolStripMenuItem restartToolStripMenuItem; |
| 1802 |
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemMake; |
| 1803 |
private System.Windows.Forms.ToolStripMenuItem batchFileBToolStripMenuItem; |
| 1804 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; |
| 1805 |
private System.Windows.Forms.SaveFileDialog saveFileDialog1; |
| 1806 |
private System.Windows.Forms.Timer timer1; |
| 1807 |
} |
| 1808 |
} |
| 1809 |
|