home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / RadLight3SE.exe / RadLight3.exe / 0 / RCDATA / TFRMBOOKMARKS / TFRMBOOKMARKS.txt < prev   
Text File  |  2004-04-21  |  3KB  |  163 lines

  1. object frmBookmarks: TfrmBookmarks
  2.   Left = 388
  3.   Top = 241
  4.   Anchors = []
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Bookmarks Editor'
  8.   ClientHeight = 357
  9.   ClientWidth = 393
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bvlPie: TBevel
  22.     Left = 0
  23.     Top = 317
  24.     Width = 401
  25.     Height = 7
  26.     Shape = bsTopLine
  27.   end
  28.   object lblDescription: TLabel
  29.     Left = 8
  30.     Top = 291
  31.     Width = 57
  32.     Height = 13
  33.     Caption = 'Description:'
  34.   end
  35.   object pnlCabezera: TPanel
  36.     Left = 0
  37.     Top = 0
  38.     Width = 393
  39.     Height = 57
  40.     Align = alTop
  41.     BevelOuter = bvNone
  42.     Color = clWhite
  43.     TabOrder = 5
  44.     object bvlBottom: TBevel
  45.       Left = 0
  46.       Top = 48
  47.       Width = 393
  48.       Height = 9
  49.       Align = alBottom
  50.       Shape = bsBottomLine
  51.       Style = bsRaised
  52.     end
  53.     object lblCustom: TLabel
  54.       Left = 16
  55.       Top = 10
  56.       Width = 100
  57.       Height = 13
  58.       Caption = 'Bookmarks Editor'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -11
  62.       Font.Name = 'Tahoma'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       Transparent = True
  66.     end
  67.     object lblCustomHint: TLabel
  68.       Left = 24
  69.       Top = 26
  70.       Width = 226
  71.       Height = 13
  72.       Caption = 'Edit, sort and remove the bookmarks positions.'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -11
  76.       Font.Name = 'Tahoma'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       Transparent = True
  80.     end
  81.     object Image1: TImage
  82.       Left = 333
  83.       Top = 1
  84.       Width = 55
  85.       Height = 55
  86.       Picture.Data = {<image000.bmp>}
  87.     end
  88.   end
  89.   object btnOK: TBitBtn
  90.     Left = 292
  91.     Top = 326
  92.     Width = 88
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = '&OK'
  96.     Default = True
  97.     TabOrder = 4
  98.     OnClick = btnOKClick
  99.   end
  100.   object lvBookmarks: TListView
  101.     Left = 0
  102.     Top = 57
  103.     Width = 393
  104.     Height = 214
  105.     Align = alTop
  106.     Columns = <
  107.       item
  108.         Caption = 'Time'
  109.         Width = 55
  110.       end
  111.       item
  112.         Caption = 'Description'
  113.         Width = 334
  114.       end>
  115.     HideSelection = False
  116.     HotTrackStyles = []
  117.     ReadOnly = True
  118.     RowSelect = True
  119.     TabOrder = 0
  120.     ViewStyle = vsReport
  121.     OnClick = lvBookmarksClick
  122.   end
  123.   object btnSort: TBitBtn
  124.     Left = 8
  125.     Top = 326
  126.     Width = 77
  127.     Height = 25
  128.     Caption = '&Sort'
  129.     Enabled = False
  130.     TabOrder = 2
  131.     OnClick = btnSortClick
  132.   end
  133.   object btnRemove: TBitBtn
  134.     Left = 94
  135.     Top = 326
  136.     Width = 77
  137.     Height = 25
  138.     Caption = '&Remove'
  139.     Enabled = False
  140.     TabOrder = 3
  141.     OnClick = btnRemoveClick
  142.   end
  143.   object edDescription: TEdit
  144.     Left = 83
  145.     Top = 288
  146.     Width = 310
  147.     Height = 21
  148.     Enabled = False
  149.     TabOrder = 1
  150.     OnChange = edDescriptionChange
  151.   end
  152.   object btnClear: TBitBtn
  153.     Left = 180
  154.     Top = 326
  155.     Width = 77
  156.     Height = 25
  157.     Caption = '&Clear All'
  158.     Enabled = False
  159.     TabOrder = 6
  160.     OnClick = btnClearClick
  161.   end
  162. end
  163.