mirror of
https://github.com/psforever/GameLauncher.git
synced 2026-01-20 02:34:45 +00:00
155 lines
6.9 KiB
C#
155 lines
6.9 KiB
C#
namespace PSLauncher
|
|
{
|
|
partial class SettingsForm
|
|
{
|
|
/// <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.label2 = new System.Windows.Forms.Label();
|
|
this.selectDirectory = new System.Windows.Forms.Button();
|
|
this.planetsidePathTextField = new System.Windows.Forms.TextBox();
|
|
this.launchArgs = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.planetsideVersion = new System.Windows.Forms.Label();
|
|
this.findPTRDirDialogue = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.clearOnLaunch = new System.Windows.Forms.CheckBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(9, 17);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(90, 13);
|
|
this.label2.TabIndex = 10;
|
|
this.label2.Text = "PlanetSide Folder";
|
|
//
|
|
// selectDirectory
|
|
//
|
|
this.selectDirectory.Location = new System.Drawing.Point(12, 59);
|
|
this.selectDirectory.Name = "selectDirectory";
|
|
this.selectDirectory.Size = new System.Drawing.Size(75, 23);
|
|
this.selectDirectory.TabIndex = 9;
|
|
this.selectDirectory.Text = "Choose";
|
|
this.selectDirectory.UseVisualStyleBackColor = true;
|
|
this.selectDirectory.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// planetside2PathTextField
|
|
//
|
|
this.planetsidePathTextField.Location = new System.Drawing.Point(12, 33);
|
|
this.planetsidePathTextField.Name = "planetside2PathTextField";
|
|
this.planetsidePathTextField.ReadOnly = true;
|
|
this.planetsidePathTextField.Size = new System.Drawing.Size(222, 20);
|
|
this.planetsidePathTextField.TabIndex = 8;
|
|
this.planetsidePathTextField.Text = "Path to PlanetSide folder";
|
|
//
|
|
// launchArgs
|
|
//
|
|
this.launchArgs.Location = new System.Drawing.Point(12, 117);
|
|
this.launchArgs.Name = "launchArgs";
|
|
this.launchArgs.Size = new System.Drawing.Size(222, 20);
|
|
this.launchArgs.TabIndex = 15;
|
|
this.launchArgs.TextChanged += new System.EventHandler(this.launchArgs_TextChanged);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(9, 98);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(158, 13);
|
|
this.label10.TabIndex = 16;
|
|
this.label10.Text = "Additional command line options";
|
|
//
|
|
// planetsideVersion
|
|
//
|
|
this.planetsideVersion.Location = new System.Drawing.Point(102, 59);
|
|
this.planetsideVersion.Name = "planetsideVersion";
|
|
this.planetsideVersion.Size = new System.Drawing.Size(132, 21);
|
|
this.planetsideVersion.TabIndex = 25;
|
|
this.planetsideVersion.Text = "Version";
|
|
this.planetsideVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// clearOnLaunch
|
|
//
|
|
this.clearOnLaunch.AutoSize = true;
|
|
this.clearOnLaunch.Location = new System.Drawing.Point(13, 157);
|
|
this.clearOnLaunch.Name = "clearOnLaunch";
|
|
this.clearOnLaunch.Size = new System.Drawing.Size(133, 17);
|
|
this.clearOnLaunch.TabIndex = 26;
|
|
this.clearOnLaunch.Text = "Clear output on launch";
|
|
this.clearOnLaunch.UseVisualStyleBackColor = true;
|
|
this.clearOnLaunch.CheckedChanged += new System.EventHandler(this.clearOnLaunch_CheckedChanged);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.button1.Location = new System.Drawing.Point(91, 186);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(62, 23);
|
|
this.button1.TabIndex = 27;
|
|
this.button1.Text = "OK";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
|
//
|
|
// SettingsForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(244, 211);
|
|
this.Controls.Add(this.planetsideVersion);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.clearOnLaunch);
|
|
this.Controls.Add(this.launchArgs);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.selectDirectory);
|
|
this.Controls.Add(this.planetsidePathTextField);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(260, 250);
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(260, 250);
|
|
this.Name = "SettingsForm";
|
|
this.Text = "Settings";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button selectDirectory;
|
|
private System.Windows.Forms.TextBox planetsidePathTextField;
|
|
private System.Windows.Forms.TextBox launchArgs;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label planetsideVersion;
|
|
private System.Windows.Forms.FolderBrowserDialog findPTRDirDialogue;
|
|
private System.Windows.Forms.CheckBox clearOnLaunch;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |