123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- object frmClientCustomizer: TfrmClientCustomizer
- Left = 367
- Height = 230
- Top = 216
- Width = 582
- Caption = 'Client Customizer'
- ClientHeight = 230
- ClientWidth = 582
- LCLVersion = '0.9.31'
- object ServerPort: TLabeledEdit
- Left = 128
- Height = 23
- Hint = 'Port on helper server'
- Top = 152
- Width = 104
- EditLabel.AnchorSideTop.Control = ServerPort
- EditLabel.AnchorSideTop.Side = asrCenter
- EditLabel.AnchorSideRight.Control = ServerPort
- EditLabel.AnchorSideBottom.Control = ServerPort
- EditLabel.AnchorSideBottom.Side = asrBottom
- EditLabel.Left = 30
- EditLabel.Height = 16
- EditLabel.Top = 155
- EditLabel.Width = 95
- EditLabel.Caption = 'Helper server port'
- EditLabel.ParentColor = False
- EditLabel.Layout = tlBottom
- Enabled = False
- LabelPosition = lpLeft
- TabOrder = 3
- end
- object ServerName: TLabeledEdit
- Left = 128
- Height = 23
- Hint = 'Hostname or IP address of helper server'
- Top = 112
- Width = 216
- EditLabel.AnchorSideTop.Control = ServerName
- EditLabel.AnchorSideTop.Side = asrCenter
- EditLabel.AnchorSideRight.Control = ServerName
- EditLabel.AnchorSideBottom.Control = ServerName
- EditLabel.AnchorSideBottom.Side = asrBottom
- EditLabel.Left = 22
- EditLabel.Height = 16
- EditLabel.Hint = 'Server name or IP address for the helper'
- EditLabel.Top = 115
- EditLabel.Width = 103
- EditLabel.Caption = 'Helper server name'
- EditLabel.ParentColor = False
- Enabled = False
- LabelPosition = lpLeft
- TabOrder = 2
- end
- object HelperName: TLabeledEdit
- Left = 128
- Height = 23
- Hint = 'For display purposes only'
- Top = 72
- Width = 216
- EditLabel.AnchorSideTop.Control = HelperName
- EditLabel.AnchorSideTop.Side = asrCenter
- EditLabel.AnchorSideRight.Control = HelperName
- EditLabel.AnchorSideBottom.Control = HelperName
- EditLabel.AnchorSideBottom.Side = asrBottom
- EditLabel.Left = 56
- EditLabel.Height = 16
- EditLabel.Hint = 'Server name or IP address for the helper'
- EditLabel.Top = 75
- EditLabel.Width = 69
- EditLabel.Caption = 'Helper name'
- EditLabel.ParentColor = False
- Enabled = False
- LabelPosition = lpLeft
- TabOrder = 1
- end
- object CheckRideFile: TFileNameEdit
- Left = 128
- Height = 23
- Top = 16
- Width = 214
- OnAcceptFileName = CheckRideFileAcceptFileName
- DialogOptions = []
- FilterIndex = 0
- HideDirectories = False
- ButtonWidth = 23
- NumGlyphs = 0
- MaxLength = 0
- TabOrder = 0
- OnEditingDone = CheckRideFileEditingDone
- end
- object lblCheckRideExe: TLabel
- Left = 8
- Height = 16
- Top = 16
- Width = 116
- Alignment = taRightJustify
- Caption = 'CheckRide executable'
- ParentColor = False
- end
- object btnSave: TButton
- Left = 440
- Height = 25
- Top = 150
- Width = 75
- Caption = 'Save as...'
- Enabled = False
- OnClick = btnSaveClick
- TabOrder = 5
- end
- object btnCancel: TButton
- Left = 352
- Height = 25
- Top = 150
- Width = 75
- Caption = 'Cancel'
- OnClick = btnCancelClick
- TabOrder = 4
- end
- object SaveCheckRide: TSaveDialog
- left = 504
- top = 68
- end
- end
|