mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-16 20:17:30 +08:00
commit
5e3dfffce2
@ -44,11 +44,12 @@
|
||||
this.TrainNodeTypeComboBox.FormattingEnabled = true;
|
||||
this.TrainNodeTypeComboBox.Items.AddRange(new object[] {
|
||||
"0 - Default",
|
||||
"1 - Default Station",
|
||||
"2 - Freight Station",
|
||||
"1 - Station Left",
|
||||
"2 - Station Right",
|
||||
"3 - (Not used)",
|
||||
"4 - Underground",
|
||||
"5 - Underground Station"});
|
||||
"5 - Underground Station Left",
|
||||
"6 - Underground Station Right"});
|
||||
this.TrainNodeTypeComboBox.Location = new System.Drawing.Point(76, 45);
|
||||
this.TrainNodeTypeComboBox.Name = "TrainNodeTypeComboBox";
|
||||
this.TrainNodeTypeComboBox.Size = new System.Drawing.Size(142, 21);
|
||||
|
Loading…
Reference in New Issue
Block a user