Readjust design, and add touchscreen

This commit is contained in:
2024-12-14 16:07:53 +07:00
parent 721d397671
commit add2bb0590
4 changed files with 138 additions and 129 deletions

View File

@@ -38,7 +38,7 @@ namespace FAtoPA.Net
InitializeComponent();
cbModbusRegister.ItemsSource = ModbusRegisters;
txtLogicalState.Text = key;
txtLogicalState.Content = key;
cbModbusRegister.SelectedIndex = ModbusRegisters.IndexOf(value);