FDXPPathsDialog.dfm 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. object DXPPathsDialog: TDXPPathsDialog
  2. Left = 278
  3. Top = 141
  4. Width = 465
  5. Height = 333
  6. BorderWidth = 4
  7. Caption = 'Paths Dialog'
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object Panel1: TPanel
  18. Left = 0
  19. Top = 0
  20. Width = 449
  21. Height = 259
  22. Align = alClient
  23. BevelInner = bvRaised
  24. BevelOuter = bvLowered
  25. TabOrder = 0
  26. DesignSize = (
  27. 449
  28. 259)
  29. object BBReplace: TBitBtn
  30. Left = 7
  31. Top = 229
  32. Width = 81
  33. Height = 24
  34. Anchors = [akLeft, akBottom]
  35. Caption = 'Replace'
  36. TabOrder = 0
  37. OnClick = BBReplaceClick
  38. end
  39. object BBAdd: TBitBtn
  40. Left = 95
  41. Top = 229
  42. Width = 81
  43. Height = 24
  44. Anchors = [akLeft, akBottom]
  45. Caption = 'Add'
  46. TabOrder = 1
  47. OnClick = BBAddClick
  48. end
  49. object BBRemove: TBitBtn
  50. Left = 183
  51. Top = 229
  52. Width = 81
  53. Height = 24
  54. Anchors = [akLeft, akBottom]
  55. Caption = 'Remove'
  56. TabOrder = 2
  57. OnClick = BBRemoveClick
  58. end
  59. object EDPath: TEdit
  60. Left = 7
  61. Top = 201
  62. Width = 386
  63. Height = 21
  64. Anchors = [akLeft, akRight, akBottom]
  65. TabOrder = 3
  66. OnChange = EDPathChange
  67. end
  68. object BBPickPath: TBitBtn
  69. Left = 399
  70. Top = 201
  71. Width = 41
  72. Height = 21
  73. Anchors = [akRight, akBottom]
  74. Caption = '...'
  75. TabOrder = 4
  76. OnClick = BBPickPathClick
  77. end
  78. object BBDown: TBitBtn
  79. Left = 399
  80. Top = 80
  81. Width = 41
  82. Height = 25
  83. Anchors = [akTop, akRight]
  84. Caption = 'Down'
  85. TabOrder = 5
  86. OnClick = BBDownClick
  87. end
  88. object BBUp: TBitBtn
  89. Left = 399
  90. Top = 32
  91. Width = 41
  92. Height = 25
  93. Anchors = [akTop, akRight]
  94. Caption = 'Up'
  95. TabOrder = 6
  96. OnClick = BBUpClick
  97. end
  98. object LBPaths: TListBox
  99. Left = 8
  100. Top = 8
  101. Width = 385
  102. Height = 185
  103. Anchors = [akLeft, akTop, akRight, akBottom]
  104. ItemHeight = 13
  105. TabOrder = 7
  106. OnClick = LBPathsClick
  107. OnKeyPress = LBPathsKeyPress
  108. end
  109. end
  110. object Panel2: TPanel
  111. Left = 0
  112. Top = 259
  113. Width = 449
  114. Height = 37
  115. Align = alBottom
  116. BevelOuter = bvNone
  117. TabOrder = 1
  118. DesignSize = (
  119. 449
  120. 37)
  121. object BUOk: TButton
  122. Left = 285
  123. Top = 8
  124. Width = 75
  125. Height = 25
  126. Anchors = [akTop, akRight]
  127. Caption = 'Ok'
  128. Default = True
  129. ModalResult = 1
  130. TabOrder = 0
  131. end
  132. object BUCancel: TButton
  133. Left = 373
  134. Top = 9
  135. Width = 75
  136. Height = 25
  137. Anchors = [akTop, akRight]
  138. Cancel = True
  139. Caption = 'Cancel'
  140. ModalResult = 2
  141. TabOrder = 1
  142. end
  143. end
  144. object ActionList: TActionList
  145. Left = 16
  146. Top = 16
  147. end
  148. end