CopyParamPreset.dfm 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. object CopyParamPresetDialog: TCopyParamPresetDialog
  2. Left = 264
  3. Top = 122
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_transfer_preset'
  6. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7. BorderStyle = bsDialog
  8. Caption = 'CopyParamPresetDialog'
  9. ClientHeight = 509
  10. ClientWidth = 675
  11. Color = clBtnFace
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -11
  15. Font.Name = 'MS Sans Serif'
  16. Font.Style = []
  17. OldCreateOrder = False
  18. Position = poOwnerFormCenter
  19. OnCloseQuery = FormCloseQuery
  20. OnShow = FormShow
  21. DesignSize = (
  22. 675
  23. 509)
  24. PixelsPerInch = 96
  25. TextHeight = 13
  26. object Label1: TLabel
  27. Left = 10
  28. Top = 13
  29. Width = 87
  30. Height = 13
  31. Caption = 'Preset &description:'
  32. FocusControl = DescriptionEdit
  33. end
  34. object OkButton: TButton
  35. Left = 423
  36. Top = 476
  37. Width = 75
  38. Height = 25
  39. Anchors = [akRight, akBottom]
  40. Caption = 'OK'
  41. Default = True
  42. ModalResult = 1
  43. TabOrder = 4
  44. end
  45. object CancelButton: TButton
  46. Left = 507
  47. Top = 476
  48. Width = 75
  49. Height = 25
  50. Anchors = [akRight, akBottom]
  51. Cancel = True
  52. Caption = 'Cancel'
  53. ModalResult = 2
  54. TabOrder = 5
  55. end
  56. object DescriptionEdit: TEdit
  57. Left = 10
  58. Top = 29
  59. Width = 405
  60. Height = 21
  61. MaxLength = 250
  62. TabOrder = 0
  63. OnChange = ControlChange
  64. end
  65. inline CopyParamsFrame: TCopyParamsFrame
  66. Left = 2
  67. Top = 51
  68. Width = 420
  69. Height = 426
  70. HelpType = htKeyword
  71. TabOrder = 1
  72. end
  73. object RuleGroup: TGroupBox
  74. Left = 426
  75. Top = 91
  76. Width = 240
  77. Height = 379
  78. Anchors = [akLeft, akTop, akRight]
  79. Caption = 'Autoselection rule'
  80. TabOrder = 3
  81. DesignSize = (
  82. 240
  83. 379)
  84. object Label2: TLabel
  85. Left = 16
  86. Top = 20
  87. Width = 79
  88. Height = 13
  89. Caption = 'Hostna&me mask:'
  90. FocusControl = HostNameEdit
  91. end
  92. object Label3: TLabel
  93. Left = 16
  94. Top = 68
  95. Width = 79
  96. Height = 13
  97. Caption = 'Us&ername mask:'
  98. FocusControl = UserNameEdit
  99. end
  100. object Label4: TLabel
  101. Left = 16
  102. Top = 116
  103. Width = 111
  104. Height = 13
  105. Caption = 'Remote director&y mask:'
  106. FocusControl = RemoteDirectoryEdit
  107. end
  108. object Label5: TLabel
  109. Left = 16
  110. Top = 164
  111. Width = 100
  112. Height = 13
  113. Caption = '&Local directory mask:'
  114. FocusControl = LocalDirectoryEdit
  115. end
  116. object HostNameEdit: TEdit
  117. Left = 16
  118. Top = 36
  119. Width = 208
  120. Height = 21
  121. Anchors = [akLeft, akTop, akRight]
  122. MaxLength = 250
  123. TabOrder = 0
  124. OnChange = ControlChange
  125. OnExit = MaskEditExit
  126. end
  127. object UserNameEdit: TEdit
  128. Left = 16
  129. Top = 84
  130. Width = 208
  131. Height = 21
  132. Anchors = [akLeft, akTop, akRight]
  133. MaxLength = 250
  134. TabOrder = 1
  135. OnChange = ControlChange
  136. OnExit = MaskEditExit
  137. end
  138. object RemoteDirectoryEdit: TEdit
  139. Left = 16
  140. Top = 132
  141. Width = 208
  142. Height = 21
  143. Anchors = [akLeft, akTop, akRight]
  144. MaxLength = 250
  145. TabOrder = 2
  146. OnChange = ControlChange
  147. OnExit = MaskEditExit
  148. end
  149. object LocalDirectoryEdit: TEdit
  150. Left = 16
  151. Top = 180
  152. Width = 208
  153. Height = 21
  154. Anchors = [akLeft, akTop, akRight]
  155. MaxLength = 250
  156. TabOrder = 3
  157. OnChange = ControlChange
  158. OnExit = MaskEditExit
  159. end
  160. object CurrentRuleButton: TButton
  161. Left = 16
  162. Top = 211
  163. Width = 73
  164. Height = 25
  165. Caption = 'Current'
  166. TabOrder = 4
  167. OnClick = CurrentRuleButtonClick
  168. end
  169. object RuleMaskHintText: TStaticText
  170. Left = 127
  171. Top = 207
  172. Width = 97
  173. Height = 17
  174. Alignment = taRightJustify
  175. Anchors = [akTop, akRight]
  176. AutoSize = False
  177. Caption = 'mask hints'
  178. TabOrder = 5
  179. TabStop = True
  180. end
  181. end
  182. object HasRuleCheck: TCheckBox
  183. Left = 433
  184. Top = 66
  185. Width = 216
  186. Height = 17
  187. Anchors = [akLeft, akTop, akRight]
  188. Caption = 'Automatically select this preset when'
  189. TabOrder = 2
  190. OnClick = ControlChange
  191. end
  192. object HelpButton: TButton
  193. Left = 591
  194. Top = 476
  195. Width = 75
  196. Height = 25
  197. Anchors = [akRight, akBottom]
  198. Caption = 'Help'
  199. TabOrder = 6
  200. OnClick = HelpButtonClick
  201. end
  202. end