mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-04 22:27:29 +08:00
275 lines
14 KiB
C#
275 lines
14 KiB
C#
|
namespace CodeWalker.Project.Panels
|
|||
|
{
|
|||
|
partial class EditTrainTrackPanel
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditTrainTrackPanel));
|
|||
|
this.TrainTrackInfoLabel = new System.Windows.Forms.Label();
|
|||
|
this.label86 = new System.Windows.Forms.Label();
|
|||
|
this.TrainTrackBrakingDistTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label85 = new System.Windows.Forms.Label();
|
|||
|
this.TrainTrackSpeedTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.TrainTrackMPStopsAtStationsCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.TrainTrackStopsAtStationsCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.TrainTrackIsPingPongCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.label84 = new System.Windows.Forms.Label();
|
|||
|
this.TrainTrackConfigNameTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label83 = new System.Windows.Forms.Label();
|
|||
|
this.TrainTrackFilenameTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label74 = new System.Windows.Forms.Label();
|
|||
|
this.TrainTrackProjectPathTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label79 = new System.Windows.Forms.Label();
|
|||
|
this.TrainTrackFilePathTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label80 = new System.Windows.Forms.Label();
|
|||
|
this.TrainTrackRpfPathTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// TrainTrackInfoLabel
|
|||
|
//
|
|||
|
this.TrainTrackInfoLabel.AutoSize = true;
|
|||
|
this.TrainTrackInfoLabel.Location = new System.Drawing.Point(112, 150);
|
|||
|
this.TrainTrackInfoLabel.Name = "TrainTrackInfoLabel";
|
|||
|
this.TrainTrackInfoLabel.Size = new System.Drawing.Size(10, 13);
|
|||
|
this.TrainTrackInfoLabel.TabIndex = 54;
|
|||
|
this.TrainTrackInfoLabel.Text = "-";
|
|||
|
//
|
|||
|
// label86
|
|||
|
//
|
|||
|
this.label86.AutoSize = true;
|
|||
|
this.label86.Location = new System.Drawing.Point(297, 101);
|
|||
|
this.label86.Name = "label86";
|
|||
|
this.label86.Size = new System.Drawing.Size(63, 13);
|
|||
|
this.label86.TabIndex = 50;
|
|||
|
this.label86.Text = "brakingDist:";
|
|||
|
//
|
|||
|
// TrainTrackBrakingDistTextBox
|
|||
|
//
|
|||
|
this.TrainTrackBrakingDistTextBox.Location = new System.Drawing.Point(366, 98);
|
|||
|
this.TrainTrackBrakingDistTextBox.Name = "TrainTrackBrakingDistTextBox";
|
|||
|
this.TrainTrackBrakingDistTextBox.ReadOnly = true;
|
|||
|
this.TrainTrackBrakingDistTextBox.Size = new System.Drawing.Size(107, 20);
|
|||
|
this.TrainTrackBrakingDistTextBox.TabIndex = 49;
|
|||
|
//
|
|||
|
// label85
|
|||
|
//
|
|||
|
this.label85.AutoSize = true;
|
|||
|
this.label85.Location = new System.Drawing.Point(70, 101);
|
|||
|
this.label85.Name = "label85";
|
|||
|
this.label85.Size = new System.Drawing.Size(39, 13);
|
|||
|
this.label85.TabIndex = 48;
|
|||
|
this.label85.Text = "speed:";
|
|||
|
//
|
|||
|
// TrainTrackSpeedTextBox
|
|||
|
//
|
|||
|
this.TrainTrackSpeedTextBox.Location = new System.Drawing.Point(115, 98);
|
|||
|
this.TrainTrackSpeedTextBox.Name = "TrainTrackSpeedTextBox";
|
|||
|
this.TrainTrackSpeedTextBox.ReadOnly = true;
|
|||
|
this.TrainTrackSpeedTextBox.Size = new System.Drawing.Size(107, 20);
|
|||
|
this.TrainTrackSpeedTextBox.TabIndex = 47;
|
|||
|
//
|
|||
|
// TrainTrackMPStopsAtStationsCheckBox
|
|||
|
//
|
|||
|
this.TrainTrackMPStopsAtStationsCheckBox.AutoSize = true;
|
|||
|
this.TrainTrackMPStopsAtStationsCheckBox.Enabled = false;
|
|||
|
this.TrainTrackMPStopsAtStationsCheckBox.Location = new System.Drawing.Point(366, 75);
|
|||
|
this.TrainTrackMPStopsAtStationsCheckBox.Name = "TrainTrackMPStopsAtStationsCheckBox";
|
|||
|
this.TrainTrackMPStopsAtStationsCheckBox.Size = new System.Drawing.Size(115, 17);
|
|||
|
this.TrainTrackMPStopsAtStationsCheckBox.TabIndex = 46;
|
|||
|
this.TrainTrackMPStopsAtStationsCheckBox.Text = "MPstopsAtStations";
|
|||
|
this.TrainTrackMPStopsAtStationsCheckBox.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// TrainTrackStopsAtStationsCheckBox
|
|||
|
//
|
|||
|
this.TrainTrackStopsAtStationsCheckBox.AutoSize = true;
|
|||
|
this.TrainTrackStopsAtStationsCheckBox.Enabled = false;
|
|||
|
this.TrainTrackStopsAtStationsCheckBox.Location = new System.Drawing.Point(240, 75);
|
|||
|
this.TrainTrackStopsAtStationsCheckBox.Name = "TrainTrackStopsAtStationsCheckBox";
|
|||
|
this.TrainTrackStopsAtStationsCheckBox.Size = new System.Drawing.Size(99, 17);
|
|||
|
this.TrainTrackStopsAtStationsCheckBox.TabIndex = 45;
|
|||
|
this.TrainTrackStopsAtStationsCheckBox.Text = "stopsAtStations";
|
|||
|
this.TrainTrackStopsAtStationsCheckBox.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// TrainTrackIsPingPongCheckBox
|
|||
|
//
|
|||
|
this.TrainTrackIsPingPongCheckBox.AutoSize = true;
|
|||
|
this.TrainTrackIsPingPongCheckBox.Enabled = false;
|
|||
|
this.TrainTrackIsPingPongCheckBox.Location = new System.Drawing.Point(115, 75);
|
|||
|
this.TrainTrackIsPingPongCheckBox.Name = "TrainTrackIsPingPongCheckBox";
|
|||
|
this.TrainTrackIsPingPongCheckBox.Size = new System.Drawing.Size(107, 17);
|
|||
|
this.TrainTrackIsPingPongCheckBox.TabIndex = 44;
|
|||
|
this.TrainTrackIsPingPongCheckBox.Text = "isPingPongTrack";
|
|||
|
this.TrainTrackIsPingPongCheckBox.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// label84
|
|||
|
//
|
|||
|
this.label84.AutoSize = true;
|
|||
|
this.label84.Location = new System.Drawing.Point(21, 52);
|
|||
|
this.label84.Name = "label84";
|
|||
|
this.label84.Size = new System.Drawing.Size(88, 13);
|
|||
|
this.label84.TabIndex = 43;
|
|||
|
this.label84.Text = "trainConfigName:";
|
|||
|
//
|
|||
|
// TrainTrackConfigNameTextBox
|
|||
|
//
|
|||
|
this.TrainTrackConfigNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.TrainTrackConfigNameTextBox.Location = new System.Drawing.Point(115, 49);
|
|||
|
this.TrainTrackConfigNameTextBox.Name = "TrainTrackConfigNameTextBox";
|
|||
|
this.TrainTrackConfigNameTextBox.ReadOnly = true;
|
|||
|
this.TrainTrackConfigNameTextBox.Size = new System.Drawing.Size(360, 20);
|
|||
|
this.TrainTrackConfigNameTextBox.TabIndex = 42;
|
|||
|
//
|
|||
|
// label83
|
|||
|
//
|
|||
|
this.label83.AutoSize = true;
|
|||
|
this.label83.Location = new System.Drawing.Point(60, 26);
|
|||
|
this.label83.Name = "label83";
|
|||
|
this.label83.Size = new System.Drawing.Size(49, 13);
|
|||
|
this.label83.TabIndex = 41;
|
|||
|
this.label83.Text = "filename:";
|
|||
|
//
|
|||
|
// TrainTrackFilenameTextBox
|
|||
|
//
|
|||
|
this.TrainTrackFilenameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.TrainTrackFilenameTextBox.Location = new System.Drawing.Point(115, 23);
|
|||
|
this.TrainTrackFilenameTextBox.Name = "TrainTrackFilenameTextBox";
|
|||
|
this.TrainTrackFilenameTextBox.ReadOnly = true;
|
|||
|
this.TrainTrackFilenameTextBox.Size = new System.Drawing.Size(360, 20);
|
|||
|
this.TrainTrackFilenameTextBox.TabIndex = 40;
|
|||
|
//
|
|||
|
// label74
|
|||
|
//
|
|||
|
this.label74.AutoSize = true;
|
|||
|
this.label74.Location = new System.Drawing.Point(21, 271);
|
|||
|
this.label74.Name = "label74";
|
|||
|
this.label74.Size = new System.Drawing.Size(68, 13);
|
|||
|
this.label74.TabIndex = 39;
|
|||
|
this.label74.Text = "Project Path:";
|
|||
|
//
|
|||
|
// TrainTrackProjectPathTextBox
|
|||
|
//
|
|||
|
this.TrainTrackProjectPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.TrainTrackProjectPathTextBox.Location = new System.Drawing.Point(95, 268);
|
|||
|
this.TrainTrackProjectPathTextBox.Name = "TrainTrackProjectPathTextBox";
|
|||
|
this.TrainTrackProjectPathTextBox.ReadOnly = true;
|
|||
|
this.TrainTrackProjectPathTextBox.Size = new System.Drawing.Size(380, 20);
|
|||
|
this.TrainTrackProjectPathTextBox.TabIndex = 53;
|
|||
|
//
|
|||
|
// label79
|
|||
|
//
|
|||
|
this.label79.AutoSize = true;
|
|||
|
this.label79.Location = new System.Drawing.Point(21, 245);
|
|||
|
this.label79.Name = "label79";
|
|||
|
this.label79.Size = new System.Drawing.Size(51, 13);
|
|||
|
this.label79.TabIndex = 38;
|
|||
|
this.label79.Text = "File Path:";
|
|||
|
//
|
|||
|
// TrainTrackFilePathTextBox
|
|||
|
//
|
|||
|
this.TrainTrackFilePathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.TrainTrackFilePathTextBox.Location = new System.Drawing.Point(95, 242);
|
|||
|
this.TrainTrackFilePathTextBox.Name = "TrainTrackFilePathTextBox";
|
|||
|
this.TrainTrackFilePathTextBox.ReadOnly = true;
|
|||
|
this.TrainTrackFilePathTextBox.Size = new System.Drawing.Size(380, 20);
|
|||
|
this.TrainTrackFilePathTextBox.TabIndex = 52;
|
|||
|
//
|
|||
|
// label80
|
|||
|
//
|
|||
|
this.label80.AutoSize = true;
|
|||
|
this.label80.Location = new System.Drawing.Point(21, 219);
|
|||
|
this.label80.Name = "label80";
|
|||
|
this.label80.Size = new System.Drawing.Size(52, 13);
|
|||
|
this.label80.TabIndex = 37;
|
|||
|
this.label80.Text = "Rpf Path:";
|
|||
|
//
|
|||
|
// TrainTrackRpfPathTextBox
|
|||
|
//
|
|||
|
this.TrainTrackRpfPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.TrainTrackRpfPathTextBox.Location = new System.Drawing.Point(95, 216);
|
|||
|
this.TrainTrackRpfPathTextBox.Name = "TrainTrackRpfPathTextBox";
|
|||
|
this.TrainTrackRpfPathTextBox.ReadOnly = true;
|
|||
|
this.TrainTrackRpfPathTextBox.Size = new System.Drawing.Size(380, 20);
|
|||
|
this.TrainTrackRpfPathTextBox.TabIndex = 51;
|
|||
|
//
|
|||
|
// EditTrainTrackPanel
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(506, 346);
|
|||
|
this.Controls.Add(this.TrainTrackInfoLabel);
|
|||
|
this.Controls.Add(this.label86);
|
|||
|
this.Controls.Add(this.TrainTrackBrakingDistTextBox);
|
|||
|
this.Controls.Add(this.label85);
|
|||
|
this.Controls.Add(this.TrainTrackSpeedTextBox);
|
|||
|
this.Controls.Add(this.TrainTrackMPStopsAtStationsCheckBox);
|
|||
|
this.Controls.Add(this.TrainTrackStopsAtStationsCheckBox);
|
|||
|
this.Controls.Add(this.TrainTrackIsPingPongCheckBox);
|
|||
|
this.Controls.Add(this.label84);
|
|||
|
this.Controls.Add(this.TrainTrackConfigNameTextBox);
|
|||
|
this.Controls.Add(this.label83);
|
|||
|
this.Controls.Add(this.TrainTrackFilenameTextBox);
|
|||
|
this.Controls.Add(this.label74);
|
|||
|
this.Controls.Add(this.TrainTrackProjectPathTextBox);
|
|||
|
this.Controls.Add(this.label79);
|
|||
|
this.Controls.Add(this.TrainTrackFilePathTextBox);
|
|||
|
this.Controls.Add(this.label80);
|
|||
|
this.Controls.Add(this.TrainTrackRpfPathTextBox);
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.Name = "EditTrainTrackPanel";
|
|||
|
this.Text = "Edit Train Track";
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label TrainTrackInfoLabel;
|
|||
|
private System.Windows.Forms.Label label86;
|
|||
|
private System.Windows.Forms.TextBox TrainTrackBrakingDistTextBox;
|
|||
|
private System.Windows.Forms.Label label85;
|
|||
|
private System.Windows.Forms.TextBox TrainTrackSpeedTextBox;
|
|||
|
private System.Windows.Forms.CheckBox TrainTrackMPStopsAtStationsCheckBox;
|
|||
|
private System.Windows.Forms.CheckBox TrainTrackStopsAtStationsCheckBox;
|
|||
|
private System.Windows.Forms.CheckBox TrainTrackIsPingPongCheckBox;
|
|||
|
private System.Windows.Forms.Label label84;
|
|||
|
private System.Windows.Forms.TextBox TrainTrackConfigNameTextBox;
|
|||
|
private System.Windows.Forms.Label label83;
|
|||
|
private System.Windows.Forms.TextBox TrainTrackFilenameTextBox;
|
|||
|
private System.Windows.Forms.Label label74;
|
|||
|
private System.Windows.Forms.TextBox TrainTrackProjectPathTextBox;
|
|||
|
private System.Windows.Forms.Label label79;
|
|||
|
private System.Windows.Forms.TextBox TrainTrackFilePathTextBox;
|
|||
|
private System.Windows.Forms.Label label80;
|
|||
|
private System.Windows.Forms.TextBox TrainTrackRpfPathTextBox;
|
|||
|
}
|
|||
|
}
|