123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- object CheckRideMain: TCheckRideMain
- Left = 341
- Height = 593
- Top = 155
- Width = 758
- Caption = 'CheckRide'
- ClientHeight = 573
- ClientWidth = 758
- Menu = MainMenu1
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- LCLVersion = '0.9.31'
- object ServerName: TLabeledEdit
- Left = 120
- Height = 23
- Top = 9
- Width = 216
- EditLabel.AnchorSideTop.Control = ServerName
- EditLabel.AnchorSideTop.Side = asrCenter
- EditLabel.AnchorSideRight.Control = ServerName
- EditLabel.AnchorSideBottom.Control = ServerName
- EditLabel.AnchorSideBottom.Side = asrBottom
- EditLabel.Left = 14
- EditLabel.Height = 16
- EditLabel.Hint = 'Server name or IP address for the helper'
- EditLabel.Top = 12
- EditLabel.Width = 103
- EditLabel.Caption = 'Helper server name'
- EditLabel.ParentColor = False
- LabelPosition = lpLeft
- TabOrder = 0
- OnEditingDone = ServerNameEditingDone
- end
- object ServerPort: TLabeledEdit
- Left = 120
- Height = 23
- Top = 49
- Width = 104
- EditLabel.AnchorSideTop.Control = ServerPort
- EditLabel.AnchorSideTop.Side = asrCenter
- EditLabel.AnchorSideRight.Control = ServerPort
- EditLabel.AnchorSideBottom.Control = ServerPort
- EditLabel.AnchorSideBottom.Side = asrBottom
- EditLabel.Left = 22
- EditLabel.Height = 16
- EditLabel.Top = 52
- EditLabel.Width = 95
- EditLabel.Caption = 'Helper server port'
- EditLabel.ParentColor = False
- EditLabel.Layout = tlBottom
- LabelPosition = lpLeft
- TabOrder = 1
- OnEditingDone = ServerPortEditingDone
- end
- object ConnectButton: TButton
- Left = 304
- Height = 25
- Top = 76
- Width = 75
- Caption = 'Connect'
- OnClick = ConnectButtonClick
- TabOrder = 2
- end
- object DisconnectButton: TButton
- Left = 392
- Height = 25
- Top = 76
- Width = 75
- Caption = 'Disconnect'
- OnClick = DisconnectButtonClick
- TabOrder = 3
- end
- object Memo1: TMemo
- Left = 8
- Height = 474
- Top = 112
- Width = 750
- TabOrder = 4
- end
- object TunnelProcess: TAsyncProcess
- Active = False
- Options = []
- Priority = ppNormal
- StartupOptions = []
- ShowWindow = swoNone
- WindowColumns = 0
- WindowHeight = 0
- WindowLeft = 0
- WindowRows = 0
- WindowTop = 0
- WindowWidth = 0
- FillAttribute = 0
- left = 696
- top = 16
- end
- object VNCGUIProcess: TAsyncProcess
- Active = False
- Options = []
- Priority = ppNormal
- StartupOptions = []
- ShowWindow = swoNone
- WindowColumns = 0
- WindowHeight = 0
- WindowLeft = 0
- WindowRows = 0
- WindowTop = 0
- WindowWidth = 0
- FillAttribute = 0
- left = 600
- top = 16
- end
- object MainMenu1: TMainMenu
- left = 512
- top = 16
- object FileMenu: TMenuItem
- Caption = '&File'
- object QuitMenu: TMenuItem
- Caption = 'Quit'
- OnClick = QuitMenuClick
- end
- end
- object HelpMenu: TMenuItem
- Caption = '&Help'
- object MenuLicense: TMenuItem
- Caption = '&Licenses'
- OnClick = MenuLicenseClick
- end
- object AboutMenu: TMenuItem
- Caption = '&About'
- OnClick = AboutMenuClick
- end
- end
- end
- end
|