home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMKEYWORDHISTORY / TFORMKEYWORDHISTORY.txt
Encoding:
Text File  |  2004-04-06  |  1.7 KB  |  89 lines

  1. object FormKeywordHistory: TFormKeywordHistory
  2.   Left = 539
  3.   Top = 307
  4.   Width = 208
  5.   Height = 337
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Keyword Selection'
  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.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 277
  24.     Width = 200
  25.     Height = 33
  26.     Align = alBottom
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object BtnOk: TButton
  30.       Left = 16
  31.       Top = 5
  32.       Width = 75
  33.       Height = 25
  34.       Caption = 'OK'
  35.       Default = True
  36.       TabOrder = 0
  37.       OnClick = BtnOkClick
  38.     end
  39.     object BtnCancel: TButton
  40.       Left = 112
  41.       Top = 5
  42.       Width = 75
  43.       Height = 25
  44.       Cancel = True
  45.       Caption = 'Cancel'
  46.       TabOrder = 1
  47.       OnClick = BtnCancelClick
  48.     end
  49.   end
  50.   object Panel2: TPanel
  51.     Left = 0
  52.     Top = 0
  53.     Width = 200
  54.     Height = 277
  55.     Align = alClient
  56.     BevelOuter = bvNone
  57.     TabOrder = 1
  58.     DesignSize = (
  59.       200
  60.       277)
  61.     object Bevel1: TBevel
  62.       Left = 0
  63.       Top = 273
  64.       Width = 200
  65.       Height = 4
  66.       Align = alBottom
  67.       Shape = bsBottomLine
  68.     end
  69.     object SpeedButton1: TSpeedButton
  70.       Left = 8
  71.       Top = 2
  72.       Width = 81
  73.       Height = 22
  74.       Caption = 'Unselect All'
  75.       OnClick = SpeedButton1Click
  76.     end
  77.     object lbHistory: TCheckListBox
  78.       Left = 6
  79.       Top = 26
  80.       Width = 188
  81.       Height = 245
  82.       Anchors = [akLeft, akTop, akRight, akBottom]
  83.       ItemHeight = 13
  84.       Sorted = True
  85.       TabOrder = 0
  86.     end
  87.   end
  88. end
  89.