/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Run             = new System.Windows.Forms.Button();
     this.SourceDirectory = new Tool__.FolderReference();
     this.SuspendLayout();
     //
     // Run
     //
     this.Run.Location = new System.Drawing.Point(208, 24);
     this.Run.Name     = "Run";
     this.Run.TabIndex = 3;
     this.Run.Text     = "Run Tool";
     this.Run.Click   += new System.EventHandler(this.OnRun);
     //
     // SourceDirectory
     //
     this.SourceDirectory.ControlName = "Source-Directory";
     this.SourceDirectory.Field       = "";
     this.SourceDirectory.Info        = "Model Source Directory";
     this.SourceDirectory.Location    = new System.Drawing.Point(0, 0);
     this.SourceDirectory.Name        = "SourceDirectory";
     this.SourceDirectory.Size        = new System.Drawing.Size(488, 24);
     this.SourceDirectory.TabIndex    = 2;
     //
     // Strings
     //
     this.Controls.Add(this.Run);
     this.Controls.Add(this.SourceDirectory);
     this.Name = "Strings";
     this.Size = new System.Drawing.Size(496, 520);
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <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.Type          = new System.Windows.Forms.ComboBox();
     this.Savegame_path = new Tool__.FolderReference();
     this.Run           = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(144, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Type:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Type
     //
     this.Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Type.Items.AddRange(new object[] {
         "defaults",
         "profiles"
     });
     this.Type.Location = new System.Drawing.Point(144, 0);
     this.Type.Name     = "Type";
     this.Type.Size     = new System.Drawing.Size(121, 21);
     this.Type.TabIndex = 1;
     //
     // Savegame_path
     //
     this.Savegame_path.ControlName = "Savegame path:";
     this.Savegame_path.Field       = "";
     this.Savegame_path.Info        = "";
     this.Savegame_path.Location    = new System.Drawing.Point(0, 24);
     this.Savegame_path.Name        = "Savegame_path";
     this.Savegame_path.Size        = new System.Drawing.Size(488, 24);
     this.Savegame_path.TabIndex    = 2;
     //
     // Run
     //
     this.Run.Location = new System.Drawing.Point(208, 48);
     this.Run.Name     = "Run";
     this.Run.TabIndex = 3;
     this.Run.Text     = "Run Tool";
     this.Run.Click   += new System.EventHandler(this.OnRun);
     //
     // IDD
     //
     this.Controls.Add(this.Run);
     this.Controls.Add(this.Savegame_path);
     this.Controls.Add(this.Type);
     this.Controls.Add(this.label1);
     this.Name = "IDD";
     this.Size = new System.Drawing.Size(496, 520);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ScenarioDirectory = new Tool__.FolderReference();
     this.label1            = new System.Windows.Forms.Label();
     this.BspName           = new System.Windows.Forms.TextBox();
     this.Run = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ScenarioDirectory
     //
     this.ScenarioDirectory.ControlName = "Scenario Directory:";
     this.ScenarioDirectory.Field       = "";
     this.ScenarioDirectory.Info        = "";
     this.ScenarioDirectory.Location    = new System.Drawing.Point(0, 0);
     this.ScenarioDirectory.Name        = "ScenarioDirectory";
     this.ScenarioDirectory.Size        = new System.Drawing.Size(488, 24);
     this.ScenarioDirectory.TabIndex    = 0;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(0, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(144, 23);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Bsp-Name:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BspName
     //
     this.BspName.Location = new System.Drawing.Point(144, 24);
     this.BspName.Name     = "BspName";
     this.BspName.Size     = new System.Drawing.Size(176, 20);
     this.BspName.TabIndex = 2;
     this.BspName.Text     = "";
     //
     // Run
     //
     this.Run.Location = new System.Drawing.Point(208, 48);
     this.Run.Name     = "Run";
     this.Run.TabIndex = 3;
     this.Run.Text     = "Run Tool";
     this.Run.Click   += new System.EventHandler(this.OnRun);
     //
     // Structure
     //
     this.Controls.Add(this.Run);
     this.Controls.Add(this.BspName);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ScenarioDirectory);
     this.Name = "Structure";
     this.Size = new System.Drawing.Size(496, 520);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.DirectoryName = new Tool__.FolderReference();
     this.label1        = new System.Windows.Forms.Label();
     this.Type          = new System.Windows.Forms.ComboBox();
     this.label2        = new System.Windows.Forms.Label();
     this.Round         = new System.Windows.Forms.ComboBox();
     this.Run           = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // DirectoryName
     //
     this.DirectoryName.ControlName = "Directory-Name";
     this.DirectoryName.Field       = "";
     this.DirectoryName.Info        = "";
     this.DirectoryName.Location    = new System.Drawing.Point(0, 0);
     this.DirectoryName.Name        = "DirectoryName";
     this.DirectoryName.Size        = new System.Drawing.Size(488, 24);
     this.DirectoryName.TabIndex    = 0;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(0, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(144, 23);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Type";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Type
     //
     this.Type.Items.AddRange(new object[] {
         "projectile_impact",
         "projectile_detonation",
         "weapon_fire",
         "weapon_ready",
         "weapon_reload",
         "weapon_empty",
         "weapon_charge",
         "weapon_overheat",
         "weapon_idle",
         "object_impacts",
         "particle_impacts",
         "slow_particle_impacts",
         "unit_footsteps",
         "unit_dialog",
         "vehicle_collision",
         "vehicle_engine",
         "device_door",
         "device_force_field",
         "device_machinery",
         "device_nature",
         "device_computers",
         "music",
         "ambient_nature",
         "ambient_machinery",
         "ambient_computers",
         "first_person_damage",
         "scripted_dialog_player",
         "scripted_effect",
         "scripted_dialog_other",
         "scripted_dialog_force_unspatialized",
         "game_event"
     });
     this.Type.Location = new System.Drawing.Point(144, 24);
     this.Type.Name     = "Type";
     this.Type.Size     = new System.Drawing.Size(176, 21);
     this.Type.TabIndex = 2;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(0, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(144, 23);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Round to 64 samples?";
     //
     // Round
     //
     this.Round.Items.AddRange(new object[] {
         "yes",
         "no"
     });
     this.Round.Location = new System.Drawing.Point(144, 48);
     this.Round.Name     = "Round";
     this.Round.Size     = new System.Drawing.Size(176, 21);
     this.Round.TabIndex = 4;
     //
     // Run
     //
     this.Run.Location = new System.Drawing.Point(208, 72);
     this.Run.Name     = "Run";
     this.Run.TabIndex = 5;
     this.Run.Text     = "Run Tool";
     this.Run.Click   += new System.EventHandler(this.OnRun);
     //
     // SoundsByType
     //
     this.Controls.Add(this.Run);
     this.Controls.Add(this.Round);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.Type);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.DirectoryName);
     this.Name = "SoundsByType";
     this.Size = new System.Drawing.Size(496, 520);
     this.ResumeLayout(false);
 }
Exemple #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Run             = new System.Windows.Forms.Button();
     this.SourceDirectory = new Tool__.FolderReference();
     this.label1          = new System.Windows.Forms.Label();
     this.Platform        = new System.Windows.Forms.ComboBox();
     this.label2          = new System.Windows.Forms.Label();
     this.OOVF            = new System.Windows.Forms.TextBox();
     this.label3          = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // Run
     //
     this.Run.Location = new System.Drawing.Point(208, 72);
     this.Run.Name     = "Run";
     this.Run.TabIndex = 3;
     this.Run.Text     = "Run Tool";
     this.Run.Click   += new System.EventHandler(this.OnRun);
     //
     // SourceDirectory
     //
     this.SourceDirectory.ControlName = "Source-Directory";
     this.SourceDirectory.Field       = "";
     this.SourceDirectory.Info        = "Model Source Directory";
     this.SourceDirectory.Location    = new System.Drawing.Point(0, 0);
     this.SourceDirectory.Name        = "SourceDirectory";
     this.SourceDirectory.Size        = new System.Drawing.Size(488, 24);
     this.SourceDirectory.TabIndex    = 2;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(0, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(144, 23);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Platform";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Platform
     //
     this.Platform.Items.AddRange(new object[] {
         "xbox",
         "wav",
         "ogg"
     });
     this.Platform.Location = new System.Drawing.Point(144, 24);
     this.Platform.Name     = "Platform";
     this.Platform.Size     = new System.Drawing.Size(176, 21);
     this.Platform.TabIndex = 5;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(0, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(144, 23);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Ogg Only Value (Quality or Bitrate)";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // OOVF
     //
     this.OOVF.Location = new System.Drawing.Point(144, 48);
     this.OOVF.Name     = "OOVF";
     this.OOVF.Size     = new System.Drawing.Size(176, 20);
     this.OOVF.TabIndex = 7;
     this.OOVF.Text     = "1";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(320, 48);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(168, 48);
     this.label3.TabIndex = 8;
     this.label3.Text     = "Quality setting range is -0.1 - 1.0 and bit rate range is 16kbps - 256kbps";
     //
     // Sounds
     //
     this.Controls.Add(this.label3);
     this.Controls.Add(this.OOVF);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.Platform);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.Run);
     this.Controls.Add(this.SourceDirectory);
     this.Name = "Sounds";
     this.Size = new System.Drawing.Size(496, 520);
     this.ResumeLayout(false);
 }
Exemple #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.RootPath  = new Tool__.FolderReference();
     this.label1    = new System.Windows.Forms.Label();
     this.SubString = new System.Windows.Forms.TextBox();
     this.label2    = new System.Windows.Forms.Label();
     this.label3    = new System.Windows.Forms.Label();
     this.Value     = new System.Windows.Forms.TextBox();
     this.Modifier  = new System.Windows.Forms.ComboBox();
     this.Run       = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // RootPath
     //
     this.RootPath.ControlName = "Root Path";
     this.RootPath.Field       = "";
     this.RootPath.Info        = "";
     this.RootPath.Location    = new System.Drawing.Point(0, 0);
     this.RootPath.Name        = "RootPath";
     this.RootPath.Size        = new System.Drawing.Size(488, 24);
     this.RootPath.TabIndex    = 0;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(0, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(144, 23);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Search String";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // SubString
     //
     this.SubString.Location = new System.Drawing.Point(144, 24);
     this.SubString.Name     = "SubString";
     this.SubString.Size     = new System.Drawing.Size(176, 20);
     this.SubString.TabIndex = 2;
     this.SubString.Text     = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(0, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(144, 23);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Modifier";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(0, 72);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(144, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Modifier Value";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Value
     //
     this.Value.Location = new System.Drawing.Point(144, 72);
     this.Value.Name     = "Value";
     this.Value.Size     = new System.Drawing.Size(176, 20);
     this.Value.TabIndex = 5;
     this.Value.Text     = "";
     //
     // Modifier
     //
     this.Modifier.Items.AddRange(new object[] {
         "gain+",
         "gain-",
         "gain=",
         "maximum-distance",
         "minimum-distance"
     });
     this.Modifier.Location = new System.Drawing.Point(144, 48);
     this.Modifier.Name     = "Modifier";
     this.Modifier.Size     = new System.Drawing.Size(176, 21);
     this.Modifier.TabIndex = 6;
     //
     // Run
     //
     this.Run.Location = new System.Drawing.Point(208, 96);
     this.Run.Name     = "Run";
     this.Run.TabIndex = 7;
     this.Run.Text     = "Run Tool";
     this.Run.Click   += new System.EventHandler(this.OnRun);
     //
     // ProcessSounds
     //
     this.Controls.Add(this.Run);
     this.Controls.Add(this.Modifier);
     this.Controls.Add(this.Value);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.SubString);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.RootPath);
     this.Name = "ProcessSounds";
     this.Size = new System.Drawing.Size(496, 520);
     this.ResumeLayout(false);
 }