ServerGridEditor/Src/ServerGridEditor/Forms/CreateProjectForm.Designer.cs

1079 lines
No EOL
52 KiB
C#

namespace ServerGridEditor
{
partial class CreateProjectForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.sizeXTxtBox = new System.Windows.Forms.TextBox();
this.sizeYTxtBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.createBtn = new System.Windows.Forms.Button();
this.gridSizeTxtBox = new System.Windows.Forms.TextBox();
this.cancelBtn = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.S3localURLTxtBx = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.S3localAccesKeyIdTxtBx = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.S3localSecretKeyTxtBx = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.S3localBucketNameTxtBx = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.DBEntry1_NameTxtBx = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.DBEntry1_URLTxtBx = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.DBEntry1_PortTxtBx = new System.Windows.Forms.TextBox();
this.label21 = new System.Windows.Forms.Label();
this.DBEntry1_PasswordTxtBx = new System.Windows.Forms.TextBox();
this.DBEntry2_PasswordTxtBx = new System.Windows.Forms.TextBox();
this.DBEntry2_PortTxtBx = new System.Windows.Forms.TextBox();
this.DBEntry2_URLTxtBx = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.DBEntry2_NameTxtBx = new System.Windows.Forms.TextBox();
this.DBEntry3_PasswordTxtBx = new System.Windows.Forms.TextBox();
this.DBEntry3_PortTxtBx = new System.Windows.Forms.TextBox();
this.DBEntry3_URLTxtBx = new System.Windows.Forms.TextBox();
this.label23 = new System.Windows.Forms.Label();
this.DBEntry3_NameTxtBx = new System.Windows.Forms.TextBox();
this.worldFriendlyNameTxtBox = new System.Windows.Forms.TextBox();
this.label24 = new System.Windows.Forms.Label();
this.worldAtlasIdTxtBox = new System.Windows.Forms.TextBox();
this.label25 = new System.Windows.Forms.Label();
this.useUTCTimeCheckbox = new System.Windows.Forms.CheckBox();
this.label26 = new System.Windows.Forms.Label();
this.day0DateTimePicker = new System.Windows.Forms.DateTimePicker();
this.globalTransitionZTxtBox = new System.Windows.Forms.TextBox();
this.TransitionMinZLbl = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.additionalCmdLineParamsTxtBox = new System.Windows.Forms.TextBox();
this.label28 = new System.Windows.Forms.Label();
this.overrideShooterGameModeDefaultGameIniDataGridView = new System.Windows.Forms.DataGridView();
this.label29 = new System.Windows.Forms.Label();
this.modIdTxtBox = new System.Windows.Forms.TextBox();
this.label30 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.DBEntry4_PasswordTxtBx = new System.Windows.Forms.TextBox();
this.DBEntry4_PortTxtBx = new System.Windows.Forms.TextBox();
this.DBEntry4_URLTxtBx = new System.Windows.Forms.TextBox();
this.label32 = new System.Windows.Forms.Label();
this.DBEntry4_NameTxtBx = new System.Windows.Forms.TextBox();
this.DBEntry5_PasswordTxtBx = new System.Windows.Forms.TextBox();
this.DBEntry5_PortTxtBx = new System.Windows.Forms.TextBox();
this.DBEntry5_URLTxtBx = new System.Windows.Forms.TextBox();
this.label33 = new System.Windows.Forms.Label();
this.DBEntry5_NameTxtBx = new System.Windows.Forms.TextBox();
this.sharedLogBtn = new System.Windows.Forms.Button();
this.travelConfigBtn = new System.Windows.Forms.Button();
this.tribeLogCfgBtn = new System.Windows.Forms.Button();
this.globalGameplaySetupTxtBox = new System.Windows.Forms.TextBox();
this.label34 = new System.Windows.Forms.Label();
this.label35 = new System.Windows.Forms.Label();
this.S3localRegionTxtBx = new System.Windows.Forms.TextBox();
this.label36 = new System.Windows.Forms.Label();
this.mapImageURLTxtBox = new System.Windows.Forms.TextBox();
this.label37 = new System.Windows.Forms.Label();
this.label38 = new System.Windows.Forms.Label();
this.baseServerArgsTxtBox = new System.Windows.Forms.TextBox();
this.metaWorldURLTxtBox = new System.Windows.Forms.TextBox();
this.label39 = new System.Windows.Forms.Label();
this.label40 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.authListURLTxtBox = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.worldAtlasPasswordTxtBox = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.columnUTCOffsetTxtBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.overrideShooterGameModeDefaultGameIniDataGridView)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(276, 76);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(44, 13);
this.label1.TabIndex = 1;
this.label1.Text = "CellSize";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(35, 76);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Cells";
//
// sizeXTxtBox
//
this.sizeXTxtBox.Location = new System.Drawing.Point(93, 73);
this.sizeXTxtBox.Name = "sizeXTxtBox";
this.sizeXTxtBox.Size = new System.Drawing.Size(55, 20);
this.sizeXTxtBox.TabIndex = 3;
this.sizeXTxtBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.sizeXTxtBox_KeyPress);
//
// sizeYTxtBox
//
this.sizeYTxtBox.Location = new System.Drawing.Point(178, 73);
this.sizeYTxtBox.Name = "sizeYTxtBox";
this.sizeYTxtBox.Size = new System.Drawing.Size(55, 20);
this.sizeYTxtBox.TabIndex = 4;
this.sizeYTxtBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.sizeYTxtBox_KeyPress);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(76, 76);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(14, 13);
this.label3.TabIndex = 5;
this.label3.Text = "X";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(162, 76);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(14, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Y";
//
// createBtn
//
this.createBtn.Location = new System.Drawing.Point(244, 717);
this.createBtn.Name = "createBtn";
this.createBtn.Size = new System.Drawing.Size(90, 32);
this.createBtn.TabIndex = 46;
this.createBtn.Text = "Create";
this.createBtn.UseVisualStyleBackColor = true;
this.createBtn.Click += new System.EventHandler(this.createBtn_Click);
//
// gridSizeTxtBox
//
this.gridSizeTxtBox.Location = new System.Drawing.Point(328, 73);
this.gridSizeTxtBox.Name = "gridSizeTxtBox";
this.gridSizeTxtBox.Size = new System.Drawing.Size(55, 20);
this.gridSizeTxtBox.TabIndex = 5;
this.gridSizeTxtBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.gridSizeTxtBox_KeyPress);
//
// cancelBtn
//
this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelBtn.Location = new System.Drawing.Point(340, 717);
this.cancelBtn.Name = "cancelBtn";
this.cancelBtn.Size = new System.Drawing.Size(83, 32);
this.cancelBtn.TabIndex = 47;
this.cancelBtn.Text = "Cancel";
this.cancelBtn.UseVisualStyleBackColor = true;
this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(250, 89);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(66, 12);
this.label10.TabIndex = 22;
this.label10.Text = "In Unreal Units";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// S3localURLTxtBx
//
this.S3localURLTxtBx.Location = new System.Drawing.Point(77, 430);
this.S3localURLTxtBx.Name = "S3localURLTxtBx";
this.S3localURLTxtBx.Size = new System.Drawing.Size(183, 20);
this.S3localURLTxtBx.TabIndex = 38;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(10, 433);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(45, 13);
this.label12.TabIndex = 25;
this.label12.Text = "S3 URL";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label13.Location = new System.Drawing.Point(228, 410);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(155, 17);
this.label13.TabIndex = 27;
this.label13.Text = "New Database Settings";
//
// S3localAccesKeyIdTxtBx
//
this.S3localAccesKeyIdTxtBx.Location = new System.Drawing.Point(77, 454);
this.S3localAccesKeyIdTxtBx.Name = "S3localAccesKeyIdTxtBx";
this.S3localAccesKeyIdTxtBx.Size = new System.Drawing.Size(183, 20);
this.S3localAccesKeyIdTxtBx.TabIndex = 39;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(10, 457);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(34, 13);
this.label14.TabIndex = 28;
this.label14.Text = "KeyId";
//
// S3localSecretKeyTxtBx
//
this.S3localSecretKeyTxtBx.Location = new System.Drawing.Point(77, 478);
this.S3localSecretKeyTxtBx.Name = "S3localSecretKeyTxtBx";
this.S3localSecretKeyTxtBx.Size = new System.Drawing.Size(183, 20);
this.S3localSecretKeyTxtBx.TabIndex = 40;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(10, 481);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(56, 13);
this.label15.TabIndex = 30;
this.label15.Text = "SecretKey";
//
// S3localBucketNameTxtBx
//
this.S3localBucketNameTxtBx.Location = new System.Drawing.Point(77, 502);
this.S3localBucketNameTxtBx.Name = "S3localBucketNameTxtBx";
this.S3localBucketNameTxtBx.Size = new System.Drawing.Size(183, 20);
this.S3localBucketNameTxtBx.TabIndex = 41;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(10, 505);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(69, 13);
this.label16.TabIndex = 32;
this.label16.Text = "BucketName";
//
// DBEntry1_NameTxtBx
//
this.DBEntry1_NameTxtBx.Location = new System.Drawing.Point(340, 454);
this.DBEntry1_NameTxtBx.Name = "DBEntry1_NameTxtBx";
this.DBEntry1_NameTxtBx.Size = new System.Drawing.Size(82, 20);
this.DBEntry1_NameTxtBx.TabIndex = 15;
this.DBEntry1_NameTxtBx.Text = "Default";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(276, 458);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(61, 13);
this.label17.TabIndex = 35;
this.label17.Text = "DB Entry 1:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(361, 437);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(35, 13);
this.label18.TabIndex = 36;
this.label18.Text = "Name";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(449, 437);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(29, 13);
this.label19.TabIndex = 38;
this.label19.Text = "URL";
//
// DBEntry1_URLTxtBx
//
this.DBEntry1_URLTxtBx.Location = new System.Drawing.Point(428, 454);
this.DBEntry1_URLTxtBx.Name = "DBEntry1_URLTxtBx";
this.DBEntry1_URLTxtBx.Size = new System.Drawing.Size(115, 20);
this.DBEntry1_URLTxtBx.TabIndex = 16;
this.DBEntry1_URLTxtBx.Text = "127.0.0.1";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(563, 437);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(26, 13);
this.label20.TabIndex = 40;
this.label20.Text = "Port";
//
// DBEntry1_PortTxtBx
//
this.DBEntry1_PortTxtBx.Location = new System.Drawing.Point(549, 454);
this.DBEntry1_PortTxtBx.Name = "DBEntry1_PortTxtBx";
this.DBEntry1_PortTxtBx.Size = new System.Drawing.Size(57, 20);
this.DBEntry1_PortTxtBx.TabIndex = 17;
this.DBEntry1_PortTxtBx.Text = "6379";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(627, 437);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(53, 13);
this.label21.TabIndex = 42;
this.label21.Text = "Password";
//
// DBEntry1_PasswordTxtBx
//
this.DBEntry1_PasswordTxtBx.Location = new System.Drawing.Point(612, 454);
this.DBEntry1_PasswordTxtBx.Name = "DBEntry1_PasswordTxtBx";
this.DBEntry1_PasswordTxtBx.Size = new System.Drawing.Size(82, 20);
this.DBEntry1_PasswordTxtBx.TabIndex = 18;
this.DBEntry1_PasswordTxtBx.Text = "foobared";
//
// DBEntry2_PasswordTxtBx
//
this.DBEntry2_PasswordTxtBx.Location = new System.Drawing.Point(612, 478);
this.DBEntry2_PasswordTxtBx.Name = "DBEntry2_PasswordTxtBx";
this.DBEntry2_PasswordTxtBx.Size = new System.Drawing.Size(82, 20);
this.DBEntry2_PasswordTxtBx.TabIndex = 22;
this.DBEntry2_PasswordTxtBx.Text = "foobared";
//
// DBEntry2_PortTxtBx
//
this.DBEntry2_PortTxtBx.Location = new System.Drawing.Point(549, 478);
this.DBEntry2_PortTxtBx.Name = "DBEntry2_PortTxtBx";
this.DBEntry2_PortTxtBx.Size = new System.Drawing.Size(57, 20);
this.DBEntry2_PortTxtBx.TabIndex = 21;
this.DBEntry2_PortTxtBx.Text = "6379";
//
// DBEntry2_URLTxtBx
//
this.DBEntry2_URLTxtBx.Location = new System.Drawing.Point(428, 478);
this.DBEntry2_URLTxtBx.Name = "DBEntry2_URLTxtBx";
this.DBEntry2_URLTxtBx.Size = new System.Drawing.Size(115, 20);
this.DBEntry2_URLTxtBx.TabIndex = 20;
this.DBEntry2_URLTxtBx.Text = "127.0.0.1";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(276, 482);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(61, 13);
this.label22.TabIndex = 44;
this.label22.Text = "DB Entry 2:";
//
// DBEntry2_NameTxtBx
//
this.DBEntry2_NameTxtBx.Location = new System.Drawing.Point(340, 478);
this.DBEntry2_NameTxtBx.Name = "DBEntry2_NameTxtBx";
this.DBEntry2_NameTxtBx.Size = new System.Drawing.Size(82, 20);
this.DBEntry2_NameTxtBx.TabIndex = 19;
this.DBEntry2_NameTxtBx.Text = "TribeDB";
//
// DBEntry3_PasswordTxtBx
//
this.DBEntry3_PasswordTxtBx.Location = new System.Drawing.Point(612, 502);
this.DBEntry3_PasswordTxtBx.Name = "DBEntry3_PasswordTxtBx";
this.DBEntry3_PasswordTxtBx.Size = new System.Drawing.Size(82, 20);
this.DBEntry3_PasswordTxtBx.TabIndex = 26;
this.DBEntry3_PasswordTxtBx.Text = "foobared";
//
// DBEntry3_PortTxtBx
//
this.DBEntry3_PortTxtBx.Location = new System.Drawing.Point(549, 502);
this.DBEntry3_PortTxtBx.Name = "DBEntry3_PortTxtBx";
this.DBEntry3_PortTxtBx.Size = new System.Drawing.Size(57, 20);
this.DBEntry3_PortTxtBx.TabIndex = 25;
this.DBEntry3_PortTxtBx.Text = "6379";
//
// DBEntry3_URLTxtBx
//
this.DBEntry3_URLTxtBx.Location = new System.Drawing.Point(428, 502);
this.DBEntry3_URLTxtBx.Name = "DBEntry3_URLTxtBx";
this.DBEntry3_URLTxtBx.Size = new System.Drawing.Size(115, 20);
this.DBEntry3_URLTxtBx.TabIndex = 24;
this.DBEntry3_URLTxtBx.Text = "127.0.0.1";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(276, 506);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(61, 13);
this.label23.TabIndex = 49;
this.label23.Text = "DB Entry 3:";
//
// DBEntry3_NameTxtBx
//
this.DBEntry3_NameTxtBx.Location = new System.Drawing.Point(340, 502);
this.DBEntry3_NameTxtBx.Name = "DBEntry3_NameTxtBx";
this.DBEntry3_NameTxtBx.Size = new System.Drawing.Size(82, 20);
this.DBEntry3_NameTxtBx.TabIndex = 23;
this.DBEntry3_NameTxtBx.Text = "TravelDataDB";
//
// worldFriendlyNameTxtBox
//
this.worldFriendlyNameTxtBox.Location = new System.Drawing.Point(93, 38);
this.worldFriendlyNameTxtBox.Name = "worldFriendlyNameTxtBox";
this.worldFriendlyNameTxtBox.Size = new System.Drawing.Size(118, 20);
this.worldFriendlyNameTxtBox.TabIndex = 2;
this.worldFriendlyNameTxtBox.Text = "AtlasWorld";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(16, 41);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(74, 13);
this.label24.TabIndex = 53;
this.label24.Text = "Friendly Name";
//
// worldAtlasIdTxtBox
//
this.worldAtlasIdTxtBox.Location = new System.Drawing.Point(93, 15);
this.worldAtlasIdTxtBox.Name = "worldAtlasIdTxtBox";
this.worldAtlasIdTxtBox.Size = new System.Drawing.Size(118, 20);
this.worldAtlasIdTxtBox.TabIndex = 1;
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(47, 18);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(42, 13);
this.label25.TabIndex = 55;
this.label25.Text = "Atlas Id";
//
// useUTCTimeCheckbox
//
this.useUTCTimeCheckbox.AutoSize = true;
this.useUTCTimeCheckbox.Location = new System.Drawing.Point(142, 654);
this.useUTCTimeCheckbox.Name = "useUTCTimeCheckbox";
this.useUTCTimeCheckbox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.useUTCTimeCheckbox.Size = new System.Drawing.Size(96, 17);
this.useUTCTimeCheckbox.TabIndex = 35;
this.useUTCTimeCheckbox.Text = "Use UTC Time";
this.useUTCTimeCheckbox.UseVisualStyleBackColor = true;
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(142, 685);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(35, 13);
this.label26.TabIndex = 58;
this.label26.Text = "Day-0";
//
// day0DateTimePicker
//
this.day0DateTimePicker.CustomFormat = "dd-MM-yyyy HH:mm:ss tt";
this.day0DateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.day0DateTimePicker.Location = new System.Drawing.Point(183, 682);
this.day0DateTimePicker.Name = "day0DateTimePicker";
this.day0DateTimePicker.Size = new System.Drawing.Size(200, 20);
this.day0DateTimePicker.TabIndex = 36;
//
// globalTransitionZTxtBox
//
this.globalTransitionZTxtBox.Location = new System.Drawing.Point(93, 182);
this.globalTransitionZTxtBox.Name = "globalTransitionZTxtBox";
this.globalTransitionZTxtBox.Size = new System.Drawing.Size(118, 20);
this.globalTransitionZTxtBox.TabIndex = 8;
this.globalTransitionZTxtBox.Text = "0";
//
// TransitionMinZLbl
//
this.TransitionMinZLbl.AutoSize = true;
this.TransitionMinZLbl.Location = new System.Drawing.Point(13, 185);
this.TransitionMinZLbl.Name = "TransitionMinZLbl";
this.TransitionMinZLbl.Size = new System.Drawing.Size(77, 13);
this.TransitionMinZLbl.TabIndex = 60;
this.TransitionMinZLbl.Text = "TransitionMinZ";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(212, 185);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(63, 13);
this.label27.TabIndex = 62;
this.label27.Text = "(ex: -12000)";
//
// additionalCmdLineParamsTxtBox
//
this.additionalCmdLineParamsTxtBox.Location = new System.Drawing.Point(93, 156);
this.additionalCmdLineParamsTxtBox.Name = "additionalCmdLineParamsTxtBox";
this.additionalCmdLineParamsTxtBox.Size = new System.Drawing.Size(278, 20);
this.additionalCmdLineParamsTxtBox.TabIndex = 7;
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(2, 156);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(89, 13);
this.label28.TabIndex = 63;
this.label28.Text = "CmdLine Params:";
//
// overrideShooterGameModeDefaultGameIniDataGridView
//
this.overrideShooterGameModeDefaultGameIniDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.overrideShooterGameModeDefaultGameIniDataGridView.Location = new System.Drawing.Point(410, 30);
this.overrideShooterGameModeDefaultGameIniDataGridView.Name = "overrideShooterGameModeDefaultGameIniDataGridView";
this.overrideShooterGameModeDefaultGameIniDataGridView.Size = new System.Drawing.Size(249, 170);
this.overrideShooterGameModeDefaultGameIniDataGridView.TabIndex = 65;
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(407, 9);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(255, 13);
this.label29.TabIndex = 66;
this.label29.Text = "Override ShooterGameMode DefaultGame.ini Values";
//
// modIdTxtBox
//
this.modIdTxtBox.Location = new System.Drawing.Point(93, 208);
this.modIdTxtBox.Name = "modIdTxtBox";
this.modIdTxtBox.Size = new System.Drawing.Size(118, 20);
this.modIdTxtBox.TabIndex = 9;
//
// label30
//
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(40, 211);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(45, 13);
this.label30.TabIndex = 67;
this.label30.Text = "Mod Ids";
//
// label31
//
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(217, 211);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(209, 13);
this.label31.TabIndex = 69;
this.label31.Text = "(Use comma as seperator between the Ids)";
//
// DBEntry4_PasswordTxtBx
//
this.DBEntry4_PasswordTxtBx.Location = new System.Drawing.Point(612, 528);
this.DBEntry4_PasswordTxtBx.Name = "DBEntry4_PasswordTxtBx";
this.DBEntry4_PasswordTxtBx.Size = new System.Drawing.Size(82, 20);
this.DBEntry4_PasswordTxtBx.TabIndex = 30;
this.DBEntry4_PasswordTxtBx.Text = "foobared";
//
// DBEntry4_PortTxtBx
//
this.DBEntry4_PortTxtBx.Location = new System.Drawing.Point(549, 528);
this.DBEntry4_PortTxtBx.Name = "DBEntry4_PortTxtBx";
this.DBEntry4_PortTxtBx.Size = new System.Drawing.Size(57, 20);
this.DBEntry4_PortTxtBx.TabIndex = 29;
this.DBEntry4_PortTxtBx.Text = "6379";
//
// DBEntry4_URLTxtBx
//
this.DBEntry4_URLTxtBx.Location = new System.Drawing.Point(428, 528);
this.DBEntry4_URLTxtBx.Name = "DBEntry4_URLTxtBx";
this.DBEntry4_URLTxtBx.Size = new System.Drawing.Size(115, 20);
this.DBEntry4_URLTxtBx.TabIndex = 28;
this.DBEntry4_URLTxtBx.Text = "127.0.0.1";
//
// label32
//
this.label32.AutoSize = true;
this.label32.Location = new System.Drawing.Point(276, 532);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(61, 13);
this.label32.TabIndex = 71;
this.label32.Text = "DB Entry 4:";
//
// DBEntry4_NameTxtBx
//
this.DBEntry4_NameTxtBx.Location = new System.Drawing.Point(340, 528);
this.DBEntry4_NameTxtBx.Name = "DBEntry4_NameTxtBx";
this.DBEntry4_NameTxtBx.Size = new System.Drawing.Size(82, 20);
this.DBEntry4_NameTxtBx.TabIndex = 27;
this.DBEntry4_NameTxtBx.Text = "TerritoryDB";
//
// DBEntry5_PasswordTxtBx
//
this.DBEntry5_PasswordTxtBx.Location = new System.Drawing.Point(612, 554);
this.DBEntry5_PasswordTxtBx.Name = "DBEntry5_PasswordTxtBx";
this.DBEntry5_PasswordTxtBx.Size = new System.Drawing.Size(82, 20);
this.DBEntry5_PasswordTxtBx.TabIndex = 34;
this.DBEntry5_PasswordTxtBx.Text = "foobared";
//
// DBEntry5_PortTxtBx
//
this.DBEntry5_PortTxtBx.Location = new System.Drawing.Point(549, 554);
this.DBEntry5_PortTxtBx.Name = "DBEntry5_PortTxtBx";
this.DBEntry5_PortTxtBx.Size = new System.Drawing.Size(57, 20);
this.DBEntry5_PortTxtBx.TabIndex = 33;
this.DBEntry5_PortTxtBx.Text = "6379";
//
// DBEntry5_URLTxtBx
//
this.DBEntry5_URLTxtBx.Location = new System.Drawing.Point(428, 554);
this.DBEntry5_URLTxtBx.Name = "DBEntry5_URLTxtBx";
this.DBEntry5_URLTxtBx.Size = new System.Drawing.Size(115, 20);
this.DBEntry5_URLTxtBx.TabIndex = 32;
this.DBEntry5_URLTxtBx.Text = "127.0.0.1";
//
// label33
//
this.label33.AutoSize = true;
this.label33.Location = new System.Drawing.Point(276, 558);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(61, 13);
this.label33.TabIndex = 76;
this.label33.Text = "DB Entry 5:";
//
// DBEntry5_NameTxtBx
//
this.DBEntry5_NameTxtBx.Location = new System.Drawing.Point(340, 554);
this.DBEntry5_NameTxtBx.Name = "DBEntry5_NameTxtBx";
this.DBEntry5_NameTxtBx.Size = new System.Drawing.Size(82, 20);
this.DBEntry5_NameTxtBx.TabIndex = 31;
this.DBEntry5_NameTxtBx.Text = "LogDB";
//
// sharedLogBtn
//
this.sharedLogBtn.Location = new System.Drawing.Point(126, 566);
this.sharedLogBtn.Name = "sharedLogBtn";
this.sharedLogBtn.Size = new System.Drawing.Size(107, 29);
this.sharedLogBtn.TabIndex = 44;
this.sharedLogBtn.Text = "Shared Log Config";
this.sharedLogBtn.UseVisualStyleBackColor = true;
this.sharedLogBtn.Click += new System.EventHandler(this.sharedLogBtn_Click);
//
// travelConfigBtn
//
this.travelConfigBtn.Location = new System.Drawing.Point(15, 601);
this.travelConfigBtn.Name = "travelConfigBtn";
this.travelConfigBtn.Size = new System.Drawing.Size(107, 29);
this.travelConfigBtn.TabIndex = 45;
this.travelConfigBtn.Text = "Travel Data Config";
this.travelConfigBtn.UseVisualStyleBackColor = true;
this.travelConfigBtn.Click += new System.EventHandler(this.travelConfigBtn_Click);
//
// tribeLogCfgBtn
//
this.tribeLogCfgBtn.Location = new System.Drawing.Point(15, 566);
this.tribeLogCfgBtn.Name = "tribeLogCfgBtn";
this.tribeLogCfgBtn.Size = new System.Drawing.Size(107, 29);
this.tribeLogCfgBtn.TabIndex = 43;
this.tribeLogCfgBtn.Text = "Tribe Log Config";
this.tribeLogCfgBtn.UseVisualStyleBackColor = true;
this.tribeLogCfgBtn.Click += new System.EventHandler(this.tribeLogCfgBtn_Click);
//
// globalGameplaySetupTxtBox
//
this.globalGameplaySetupTxtBox.Location = new System.Drawing.Point(395, 616);
this.globalGameplaySetupTxtBox.Multiline = true;
this.globalGameplaySetupTxtBox.Name = "globalGameplaySetupTxtBox";
this.globalGameplaySetupTxtBox.Size = new System.Drawing.Size(289, 86);
this.globalGameplaySetupTxtBox.TabIndex = 37;
//
// label34
//
this.label34.AutoSize = true;
this.label34.Location = new System.Drawing.Point(392, 600);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(113, 13);
this.label34.TabIndex = 83;
this.label34.Text = "globalGameplaySetup:";
//
// label35
//
this.label35.AutoSize = true;
this.label35.Location = new System.Drawing.Point(10, 528);
this.label35.Name = "label35";
this.label35.Size = new System.Drawing.Size(41, 13);
this.label35.TabIndex = 85;
this.label35.Text = "Region";
//
// S3localRegionTxtBx
//
this.S3localRegionTxtBx.Location = new System.Drawing.Point(77, 525);
this.S3localRegionTxtBx.Name = "S3localRegionTxtBx";
this.S3localRegionTxtBx.Size = new System.Drawing.Size(183, 20);
this.S3localRegionTxtBx.TabIndex = 42;
//
// label36
//
this.label36.AutoSize = true;
this.label36.Location = new System.Drawing.Point(449, 237);
this.label36.Name = "label36";
this.label36.Size = new System.Drawing.Size(238, 13);
this.label36.TabIndex = 89;
this.label36.Text = "(optional: If you want to use URL instead of UE4)";
//
// mapImageURLTxtBox
//
this.mapImageURLTxtBox.Location = new System.Drawing.Point(93, 234);
this.mapImageURLTxtBox.Name = "mapImageURLTxtBox";
this.mapImageURLTxtBox.Size = new System.Drawing.Size(350, 20);
this.mapImageURLTxtBox.TabIndex = 10;
//
// label37
//
this.label37.AutoSize = true;
this.label37.Location = new System.Drawing.Point(4, 237);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(85, 13);
this.label37.TabIndex = 87;
this.label37.Text = "Map Image URL";
//
// label38
//
this.label38.AutoSize = true;
this.label38.Location = new System.Drawing.Point(2, 340);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(83, 13);
this.label38.TabIndex = 90;
this.label38.Text = "BaseServerArgs";
//
// baseServerArgsTxtBox
//
this.baseServerArgsTxtBox.Location = new System.Drawing.Point(7, 356);
this.baseServerArgsTxtBox.Multiline = true;
this.baseServerArgsTxtBox.Name = "baseServerArgsTxtBox";
this.baseServerArgsTxtBox.Size = new System.Drawing.Size(687, 51);
this.baseServerArgsTxtBox.TabIndex = 14;
//
// metaWorldURLTxtBox
//
this.metaWorldURLTxtBox.Location = new System.Drawing.Point(93, 260);
this.metaWorldURLTxtBox.Name = "metaWorldURLTxtBox";
this.metaWorldURLTxtBox.Size = new System.Drawing.Size(350, 20);
this.metaWorldURLTxtBox.TabIndex = 11;
//
// label39
//
this.label39.AutoSize = true;
this.label39.Location = new System.Drawing.Point(4, 263);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(84, 13);
this.label39.TabIndex = 93;
this.label39.Text = "MetaWorldURL ";
//
// label40
//
this.label40.AutoSize = true;
this.label40.Location = new System.Drawing.Point(449, 263);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(235, 13);
this.label40.TabIndex = 95;
this.label40.Text = "(optional: Base URL for http hosted map images)";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(15, 141);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 13);
this.label6.TabIndex = 96;
this.label6.Text = "Additional";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(449, 287);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(239, 13);
this.label7.TabIndex = 99;
this.label7.Text = "(optional: URL for clients to download cluster IPs)";
//
// authListURLTxtBox
//
this.authListURLTxtBox.Location = new System.Drawing.Point(93, 287);
this.authListURLTxtBox.Name = "authListURLTxtBox";
this.authListURLTxtBox.Size = new System.Drawing.Size(350, 20);
this.authListURLTxtBox.TabIndex = 12;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(20, 289);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(67, 13);
this.label8.TabIndex = 97;
this.label8.Text = "AuthListURL";
//
// worldAtlasPasswordTxtBox
//
this.worldAtlasPasswordTxtBox.Location = new System.Drawing.Point(92, 312);
this.worldAtlasPasswordTxtBox.Name = "worldAtlasPasswordTxtBox";
this.worldAtlasPasswordTxtBox.Size = new System.Drawing.Size(350, 20);
this.worldAtlasPasswordTxtBox.TabIndex = 13;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(8, 314);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(79, 13);
this.label9.TabIndex = 100;
this.label9.Text = "Atlas Password";
//
// columnUTCOffsetTxtBox
//
this.columnUTCOffsetTxtBox.Location = new System.Drawing.Point(93, 110);
this.columnUTCOffsetTxtBox.Name = "columnUTCOffsetTxtBox";
this.columnUTCOffsetTxtBox.Size = new System.Drawing.Size(55, 20);
this.columnUTCOffsetTxtBox.TabIndex = 6;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(16, 105);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(67, 13);
this.label5.TabIndex = 102;
this.label5.Text = "Column UTC";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(26, 119);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(35, 13);
this.label11.TabIndex = 104;
this.label11.Text = "Offset";
//
// CreateProjectForm
//
this.AcceptButton = this.createBtn;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelBtn;
this.ClientSize = new System.Drawing.Size(702, 766);
this.Controls.Add(this.label11);
this.Controls.Add(this.columnUTCOffsetTxtBox);
this.Controls.Add(this.label5);
this.Controls.Add(this.worldAtlasPasswordTxtBox);
this.Controls.Add(this.label9);
this.Controls.Add(this.label7);
this.Controls.Add(this.authListURLTxtBox);
this.Controls.Add(this.label8);
this.Controls.Add(this.label6);
this.Controls.Add(this.label40);
this.Controls.Add(this.metaWorldURLTxtBox);
this.Controls.Add(this.label39);
this.Controls.Add(this.baseServerArgsTxtBox);
this.Controls.Add(this.label38);
this.Controls.Add(this.label36);
this.Controls.Add(this.mapImageURLTxtBox);
this.Controls.Add(this.label37);
this.Controls.Add(this.S3localRegionTxtBx);
this.Controls.Add(this.label35);
this.Controls.Add(this.globalGameplaySetupTxtBox);
this.Controls.Add(this.label34);
this.Controls.Add(this.sharedLogBtn);
this.Controls.Add(this.travelConfigBtn);
this.Controls.Add(this.tribeLogCfgBtn);
this.Controls.Add(this.DBEntry5_PasswordTxtBx);
this.Controls.Add(this.DBEntry5_PortTxtBx);
this.Controls.Add(this.DBEntry5_URLTxtBx);
this.Controls.Add(this.label33);
this.Controls.Add(this.DBEntry5_NameTxtBx);
this.Controls.Add(this.DBEntry4_PasswordTxtBx);
this.Controls.Add(this.DBEntry4_PortTxtBx);
this.Controls.Add(this.DBEntry4_URLTxtBx);
this.Controls.Add(this.label32);
this.Controls.Add(this.DBEntry4_NameTxtBx);
this.Controls.Add(this.label31);
this.Controls.Add(this.modIdTxtBox);
this.Controls.Add(this.label30);
this.Controls.Add(this.label29);
this.Controls.Add(this.overrideShooterGameModeDefaultGameIniDataGridView);
this.Controls.Add(this.additionalCmdLineParamsTxtBox);
this.Controls.Add(this.label28);
this.Controls.Add(this.label27);
this.Controls.Add(this.globalTransitionZTxtBox);
this.Controls.Add(this.TransitionMinZLbl);
this.Controls.Add(this.day0DateTimePicker);
this.Controls.Add(this.label26);
this.Controls.Add(this.useUTCTimeCheckbox);
this.Controls.Add(this.worldAtlasIdTxtBox);
this.Controls.Add(this.label25);
this.Controls.Add(this.worldFriendlyNameTxtBox);
this.Controls.Add(this.label24);
this.Controls.Add(this.DBEntry3_PasswordTxtBx);
this.Controls.Add(this.DBEntry3_PortTxtBx);
this.Controls.Add(this.DBEntry3_URLTxtBx);
this.Controls.Add(this.label23);
this.Controls.Add(this.DBEntry3_NameTxtBx);
this.Controls.Add(this.DBEntry2_PasswordTxtBx);
this.Controls.Add(this.DBEntry2_PortTxtBx);
this.Controls.Add(this.DBEntry2_URLTxtBx);
this.Controls.Add(this.label22);
this.Controls.Add(this.DBEntry2_NameTxtBx);
this.Controls.Add(this.label21);
this.Controls.Add(this.DBEntry1_PasswordTxtBx);
this.Controls.Add(this.label20);
this.Controls.Add(this.DBEntry1_PortTxtBx);
this.Controls.Add(this.label19);
this.Controls.Add(this.DBEntry1_URLTxtBx);
this.Controls.Add(this.label18);
this.Controls.Add(this.label17);
this.Controls.Add(this.DBEntry1_NameTxtBx);
this.Controls.Add(this.S3localBucketNameTxtBx);
this.Controls.Add(this.label16);
this.Controls.Add(this.S3localSecretKeyTxtBx);
this.Controls.Add(this.label15);
this.Controls.Add(this.S3localAccesKeyIdTxtBx);
this.Controls.Add(this.label14);
this.Controls.Add(this.label13);
this.Controls.Add(this.S3localURLTxtBx);
this.Controls.Add(this.label12);
this.Controls.Add(this.label10);
this.Controls.Add(this.gridSizeTxtBox);
this.Controls.Add(this.cancelBtn);
this.Controls.Add(this.createBtn);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.sizeYTxtBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.sizeXTxtBox);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "CreateProjectForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Create Project";
this.Load += new System.EventHandler(this.CreateProjectForm_Load);
((System.ComponentModel.ISupportInitialize)(this.overrideShooterGameModeDefaultGameIniDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox sizeXTxtBox;
private System.Windows.Forms.TextBox sizeYTxtBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button createBtn;
private System.Windows.Forms.TextBox gridSizeTxtBox;
private System.Windows.Forms.Button cancelBtn;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox S3localURLTxtBx;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox S3localAccesKeyIdTxtBx;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox S3localSecretKeyTxtBx;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox S3localBucketNameTxtBx;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox DBEntry1_NameTxtBx;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox DBEntry1_URLTxtBx;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.TextBox DBEntry1_PortTxtBx;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TextBox DBEntry1_PasswordTxtBx;
private System.Windows.Forms.TextBox DBEntry2_PasswordTxtBx;
private System.Windows.Forms.TextBox DBEntry2_PortTxtBx;
private System.Windows.Forms.TextBox DBEntry2_URLTxtBx;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.TextBox DBEntry2_NameTxtBx;
private System.Windows.Forms.TextBox DBEntry3_PasswordTxtBx;
private System.Windows.Forms.TextBox DBEntry3_PortTxtBx;
private System.Windows.Forms.TextBox DBEntry3_URLTxtBx;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.TextBox DBEntry3_NameTxtBx;
private System.Windows.Forms.TextBox worldFriendlyNameTxtBox;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.TextBox worldAtlasIdTxtBox;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.CheckBox useUTCTimeCheckbox;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.DateTimePicker day0DateTimePicker;
private System.Windows.Forms.TextBox globalTransitionZTxtBox;
private System.Windows.Forms.Label TransitionMinZLbl;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.TextBox additionalCmdLineParamsTxtBox;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.DataGridView overrideShooterGameModeDefaultGameIniDataGridView;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.TextBox modIdTxtBox;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.TextBox DBEntry4_PasswordTxtBx;
private System.Windows.Forms.TextBox DBEntry4_PortTxtBx;
private System.Windows.Forms.TextBox DBEntry4_URLTxtBx;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.TextBox DBEntry4_NameTxtBx;
private System.Windows.Forms.TextBox DBEntry5_PasswordTxtBx;
private System.Windows.Forms.TextBox DBEntry5_PortTxtBx;
private System.Windows.Forms.TextBox DBEntry5_URLTxtBx;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.TextBox DBEntry5_NameTxtBx;
private System.Windows.Forms.Button sharedLogBtn;
private System.Windows.Forms.Button travelConfigBtn;
private System.Windows.Forms.Button tribeLogCfgBtn;
private System.Windows.Forms.TextBox globalGameplaySetupTxtBox;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.Label label35;
private System.Windows.Forms.TextBox S3localRegionTxtBx;
private System.Windows.Forms.Label label36;
private System.Windows.Forms.TextBox mapImageURLTxtBox;
private System.Windows.Forms.Label label37;
private System.Windows.Forms.Label label38;
private System.Windows.Forms.TextBox baseServerArgsTxtBox;
private System.Windows.Forms.TextBox metaWorldURLTxtBox;
private System.Windows.Forms.Label label39;
private System.Windows.Forms.Label label40;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox authListURLTxtBox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox worldAtlasPasswordTxtBox;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox columnUTCOffsetTxtBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label11;
}
}