This commit is contained in:
f1iwq2
2024-08-24 09:12:51 +02:00
parent ede3d91c4d
commit 7d2c4bd591
43 changed files with 32873 additions and 14550 deletions

74
AdSelCom.dfm Normal file
View File

@@ -0,0 +1,74 @@
object ComSelectForm: TComSelectForm
Left = 336
Top = 234
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Select Port'
ClientHeight = 131
ClientWidth = 220
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 18
Top = 14
Width = 176
Height = 13
Caption = 'The configured serial port is not valid.'
end
object Label2: TLabel
Left = 18
Top = 30
Width = 133
Height = 13
Caption = 'Please choose another port.'
end
object Bevel1: TBevel
Left = 8
Top = 8
Width = 201
Height = 42
end
object OkBtn: TBitBtn
Left = 8
Top = 95
Width = 85
Height = 27
Caption = 'OK'
Default = True
DoubleBuffered = True
ModalResult = 1
NumGlyphs = 2
ParentDoubleBuffered = False
TabOrder = 0
end
object AbortBtn: TBitBtn
Left = 124
Top = 95
Width = 85
Height = 27
Caption = 'Cancel'
DoubleBuffered = True
ModalResult = 3
NumGlyphs = 2
ParentDoubleBuffered = False
TabOrder = 1
end
object PortsComboBox: TComboBox
Left = 8
Top = 64
Width = 201
Height = 21
Style = csDropDownList
ItemHeight = 0
TabOrder = 2
end
end