first test
This commit is contained in:
Generated
+3
@@ -65,6 +65,7 @@
|
||||
textBox1.Name = "textBox1";
|
||||
textBox1.Size = new Size(273, 24);
|
||||
textBox1.TabIndex = 1;
|
||||
textBox1.TextChanged += textBox1_TextChanged;
|
||||
//
|
||||
// lstStations
|
||||
//
|
||||
@@ -91,6 +92,7 @@
|
||||
btnSelectStation.TabIndex = 2;
|
||||
btnSelectStation.Text = "Refresh stations";
|
||||
btnSelectStation.UseVisualStyleBackColor = true;
|
||||
btnSelectStation.Click += btnSelectStation_Click;
|
||||
//
|
||||
// btnCancelStation
|
||||
//
|
||||
@@ -100,6 +102,7 @@
|
||||
btnCancelStation.TabIndex = 3;
|
||||
btnCancelStation.Text = "Cancel";
|
||||
btnCancelStation.UseVisualStyleBackColor = true;
|
||||
btnCancelStation.Click += btnCancelStation_Click;
|
||||
//
|
||||
// StationForm
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user