123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- object CheckRideHelperMain: TCheckRideHelperMain
- Left = 341
- Height = 593
- Top = 155
- Width = 758
- Caption = 'CheckRideHelper'
- ClientHeight = 573
- ClientWidth = 758
- Menu = MainMenu1
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- LCLVersion = '1.0.1.2'
- object ServerPort: TLabeledEdit
- Left = 107
- Height = 23
- Top = 8
- Width = 104
- EditLabel.AnchorSideTop.Control = ServerPort
- EditLabel.AnchorSideTop.Side = asrCenter
- EditLabel.AnchorSideRight.Control = ServerPort
- EditLabel.AnchorSideBottom.Control = ServerPort
- EditLabel.AnchorSideBottom.Side = asrBottom
- EditLabel.Left = 9
- EditLabel.Height = 16
- EditLabel.Top = 11
- EditLabel.Width = 95
- EditLabel.Caption = 'Helper server port'
- EditLabel.ParentColor = False
- EditLabel.Layout = tlBottom
- LabelPosition = lpLeft
- TabOrder = 0
- OnEditingDone = ServerPortEditingDone
- end
- object ConnectButton: TButton
- Left = 304
- Height = 25
- Hint = 'Start listening to remote support connections from helped party'
- Top = 51
- Width = 75
- Caption = 'Listen'
- OnClick = ConnectButtonClick
- TabOrder = 1
- end
- object DisconnectButton: TButton
- Left = 392
- Height = 25
- Hint = 'Disconnect/stop listening'
- Top = 51
- Width = 75
- Caption = 'Disconnect'
- OnClick = DisconnectButtonClick
- TabOrder = 2
- end
- object Memo1: TMemo
- Left = 8
- Height = 498
- Top = 88
- Width = 750
- TabOrder = 3
- end
- object WhatIsMyIPButton: TButton
- Left = 536
- Height = 25
- Hint = 'Opens website that shows your external IP address'
- Top = 51
- Width = 93
- Caption = 'What is my IP?'
- OnClick = WhatIsMyIPButtonClick
- TabOrder = 4
- end
- object PortScanButton: TButton
- Left = 656
- Height = 25
- Hint = 'Opens website that lets you portscan your external IP to check if your port is open.'
- Top = 51
- Width = 75
- Caption = 'Port open?'
- OnClick = PortScanButtonClick
- TabOrder = 5
- 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 = 272
- top = 5
- end
- object VNCViewerProcess: TAsyncProcess
- Active = False
- Options = []
- Priority = ppNormal
- StartupOptions = []
- ShowWindow = swoNone
- WindowColumns = 0
- WindowHeight = 0
- WindowLeft = 0
- WindowRows = 0
- WindowTop = 0
- WindowWidth = 0
- FillAttribute = 0
- left = 384
- top = 5
- end
- object MainMenu1: TMainMenu
- left = 472
- top = 8
- object FileMenu: TMenuItem
- Caption = '&File'
- object QuitMenu: TMenuItem
- Caption = '&Quit'
- OnClick = QuitMenuClick
- end
- end
- object ToolsMenu: TMenuItem
- Caption = '&Tools'
- object CustomizeMenu: TMenuItem
- Caption = '&Customize Checkride executable'
- OnClick = CustomizeMenuClick
- end
- end
- object HelpMenu: TMenuItem
- Caption = '&Help'
- object MenuLicenses: TMenuItem
- Caption = '&Licenses'
- OnClick = MenuLicensesClick
- end
- object About: TMenuItem
- Caption = '&About'
- OnClick = AboutClick
- end
- end
- end
- end
|