first test

This commit is contained in:
minster586
2026-08-10 03:41:48 -04:00
parent 4c6eae510e
commit 4cefd8fb7d
10 changed files with 2022 additions and 26 deletions
+3
View File
@@ -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
//