/components/h2pas/idetextconvlistedit.lfm

http://github.com/graemeg/lazarus · Unknown · 157 lines · 157 code · 0 blank · 0 comment · 0 complexity · b180fd17c09888a34f6e14ac3b583c9e MD5 · raw file

  1. object TextConvListEditor: TTextConvListEditor
  2. Left = 290
  3. Height = 296
  4. Top = 202
  5. Width = 656
  6. HorzScrollBar.Page = 655
  7. VertScrollBar.Page = 295
  8. ActiveControl = ToolsListBox
  9. Caption = 'TextConvListEditor'
  10. ClientHeight = 296
  11. ClientWidth = 656
  12. Constraints.MinHeight = 200
  13. Constraints.MinWidth = 400
  14. OnCreate = FormCreate
  15. LCLVersion = '1.1'
  16. object ToolsLabel: TLabel
  17. Left = 12
  18. Height = 15
  19. Top = 9
  20. Width = 64
  21. Caption = 'ToolsLabel'
  22. ParentColor = False
  23. end
  24. object ToolsListBox: TListBox
  25. AnchorSideTop.Control = ToolsLabel
  26. AnchorSideTop.Side = asrBottom
  27. AnchorSideRight.Control = ToolsSplitter
  28. AnchorSideBottom.Control = UpDownSplitter
  29. Left = 0
  30. Height = 169
  31. Top = 26
  32. Width = 232
  33. Anchors = [akTop, akLeft, akRight, akBottom]
  34. BorderSpacing.Top = 2
  35. ItemHeight = 0
  36. OnSelectionChange = ToolsListBoxSelectionChange
  37. TabOrder = 0
  38. end
  39. object UpDownSplitter: TSplitter
  40. AnchorSideRight.Control = Owner
  41. AnchorSideRight.Side = asrBottom
  42. Cursor = crVSplit
  43. Left = 0
  44. Height = 5
  45. Top = 195
  46. Width = 656
  47. Align = alNone
  48. Anchors = [akTop, akLeft, akRight]
  49. Beveled = True
  50. ResizeAnchor = akBottom
  51. end
  52. object ToolsPanel: TPanel
  53. AnchorSideLeft.Control = ToolsSplitter
  54. AnchorSideLeft.Side = asrBottom
  55. AnchorSideRight.Control = Owner
  56. AnchorSideRight.Side = asrBottom
  57. AnchorSideBottom.Control = UpDownSplitter
  58. Left = 236
  59. Height = 195
  60. Top = 0
  61. Width = 420
  62. Anchors = [akTop, akLeft, akRight, akBottom]
  63. BevelOuter = bvNone
  64. ChildSizing.LeftRightSpacing = 6
  65. ChildSizing.TopBottomSpacing = 6
  66. ChildSizing.HorizontalSpacing = 6
  67. ChildSizing.VerticalSpacing = 6
  68. ChildSizing.Layout = cclLeftToRightThenTopToBottom
  69. ChildSizing.ControlsPerLine = 2
  70. ClientHeight = 195
  71. ClientWidth = 420
  72. TabOrder = 1
  73. object AddToolButton: TButton
  74. Left = 6
  75. Height = 34
  76. Top = 6
  77. Width = 133
  78. BorderSpacing.InnerBorder = 4
  79. Caption = 'AddToolButton'
  80. OnClick = AddToolButtonClick
  81. TabOrder = 0
  82. end
  83. object DeleteToolButton: TButton
  84. Left = 145
  85. Height = 34
  86. Top = 6
  87. Width = 150
  88. BorderSpacing.InnerBorder = 4
  89. Caption = 'DeleteToolButton'
  90. OnClick = DeleteToolButtonClick
  91. TabOrder = 1
  92. end
  93. object MoveToolUpButton: TButton
  94. Left = 6
  95. Height = 34
  96. Top = 46
  97. Width = 133
  98. BorderSpacing.InnerBorder = 4
  99. Caption = 'MoveToolUpButton'
  100. OnClick = MoveToolUpButtonClick
  101. TabOrder = 2
  102. end
  103. object MoveToolDownButton: TButton
  104. Left = 145
  105. Height = 34
  106. Top = 46
  107. Width = 150
  108. BorderSpacing.InnerBorder = 4
  109. Caption = 'MoveToolDownButton'
  110. OnClick = MoveToolDownButtonClick
  111. TabOrder = 3
  112. end
  113. object CopyToolButton: TButton
  114. Left = 6
  115. Height = 34
  116. Top = 86
  117. Width = 133
  118. BorderSpacing.InnerBorder = 4
  119. Caption = 'CopyToolButton'
  120. OnClick = CopyToolButtonClick
  121. TabOrder = 4
  122. end
  123. object PasteButton: TButton
  124. Left = 145
  125. Height = 34
  126. Top = 86
  127. Width = 150
  128. BorderSpacing.InnerBorder = 4
  129. Caption = 'PasteButton'
  130. OnClick = PasteButtonClick
  131. TabOrder = 5
  132. end
  133. object CloneButton: TButton
  134. Left = 6
  135. Height = 34
  136. Top = 126
  137. Width = 133
  138. BorderSpacing.InnerBorder = 4
  139. Caption = 'CloneButton'
  140. OnClick = CloneButtonClick
  141. TabOrder = 6
  142. end
  143. end
  144. object ToolsSplitter: TSplitter
  145. AnchorSideTop.Control = Owner
  146. AnchorSideRight.Control = Owner
  147. AnchorSideRight.Side = asrBottom
  148. AnchorSideBottom.Control = UpDownSplitter
  149. Left = 232
  150. Height = 195
  151. Top = 0
  152. Width = 4
  153. Align = alNone
  154. Anchors = [akTop, akLeft, akBottom]
  155. Beveled = True
  156. end
  157. end