clientcustomizer.lfm 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. object frmClientCustomizer: TfrmClientCustomizer
  2. Left = 367
  3. Height = 230
  4. Top = 216
  5. Width = 582
  6. Caption = 'Client Customizer'
  7. ClientHeight = 230
  8. ClientWidth = 582
  9. LCLVersion = '0.9.31'
  10. object ServerPort: TLabeledEdit
  11. Left = 128
  12. Height = 23
  13. Hint = 'Port on helper server'
  14. Top = 152
  15. Width = 104
  16. EditLabel.AnchorSideTop.Control = ServerPort
  17. EditLabel.AnchorSideTop.Side = asrCenter
  18. EditLabel.AnchorSideRight.Control = ServerPort
  19. EditLabel.AnchorSideBottom.Control = ServerPort
  20. EditLabel.AnchorSideBottom.Side = asrBottom
  21. EditLabel.Left = 30
  22. EditLabel.Height = 16
  23. EditLabel.Top = 155
  24. EditLabel.Width = 95
  25. EditLabel.Caption = 'Helper server port'
  26. EditLabel.ParentColor = False
  27. EditLabel.Layout = tlBottom
  28. Enabled = False
  29. LabelPosition = lpLeft
  30. TabOrder = 3
  31. end
  32. object ServerName: TLabeledEdit
  33. Left = 128
  34. Height = 23
  35. Hint = 'Hostname or IP address of helper server'
  36. Top = 112
  37. Width = 216
  38. EditLabel.AnchorSideTop.Control = ServerName
  39. EditLabel.AnchorSideTop.Side = asrCenter
  40. EditLabel.AnchorSideRight.Control = ServerName
  41. EditLabel.AnchorSideBottom.Control = ServerName
  42. EditLabel.AnchorSideBottom.Side = asrBottom
  43. EditLabel.Left = 22
  44. EditLabel.Height = 16
  45. EditLabel.Hint = 'Server name or IP address for the helper'
  46. EditLabel.Top = 115
  47. EditLabel.Width = 103
  48. EditLabel.Caption = 'Helper server name'
  49. EditLabel.ParentColor = False
  50. Enabled = False
  51. LabelPosition = lpLeft
  52. TabOrder = 2
  53. end
  54. object HelperName: TLabeledEdit
  55. Left = 128
  56. Height = 23
  57. Hint = 'For display purposes only'
  58. Top = 72
  59. Width = 216
  60. EditLabel.AnchorSideTop.Control = HelperName
  61. EditLabel.AnchorSideTop.Side = asrCenter
  62. EditLabel.AnchorSideRight.Control = HelperName
  63. EditLabel.AnchorSideBottom.Control = HelperName
  64. EditLabel.AnchorSideBottom.Side = asrBottom
  65. EditLabel.Left = 56
  66. EditLabel.Height = 16
  67. EditLabel.Hint = 'Server name or IP address for the helper'
  68. EditLabel.Top = 75
  69. EditLabel.Width = 69
  70. EditLabel.Caption = 'Helper name'
  71. EditLabel.ParentColor = False
  72. Enabled = False
  73. LabelPosition = lpLeft
  74. TabOrder = 1
  75. end
  76. object CheckRideFile: TFileNameEdit
  77. Left = 128
  78. Height = 23
  79. Top = 16
  80. Width = 214
  81. OnAcceptFileName = CheckRideFileAcceptFileName
  82. DialogOptions = []
  83. FilterIndex = 0
  84. HideDirectories = False
  85. ButtonWidth = 23
  86. NumGlyphs = 0
  87. MaxLength = 0
  88. TabOrder = 0
  89. OnEditingDone = CheckRideFileEditingDone
  90. end
  91. object lblCheckRideExe: TLabel
  92. Left = 8
  93. Height = 16
  94. Top = 16
  95. Width = 116
  96. Alignment = taRightJustify
  97. Caption = 'CheckRide executable'
  98. ParentColor = False
  99. end
  100. object btnSave: TButton
  101. Left = 440
  102. Height = 25
  103. Top = 150
  104. Width = 75
  105. Caption = 'Save as...'
  106. Enabled = False
  107. OnClick = btnSaveClick
  108. TabOrder = 5
  109. end
  110. object btnCancel: TButton
  111. Left = 352
  112. Height = 25
  113. Top = 150
  114. Width = 75
  115. Caption = 'Cancel'
  116. OnClick = btnCancelClick
  117. TabOrder = 4
  118. end
  119. object SaveCheckRide: TSaveDialog
  120. left = 504
  121. top = 68
  122. end
  123. end