home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / THISTOFORM / THISTOFORM.txt
Text File  |  2007-09-16  |  1KB  |  61 lines

  1. object HistoForm: THistoForm
  2.   Left = 318
  3.   Top = 174
  4.   AlphaBlendValue = 100
  5.   BorderStyle = bsDialog
  6.   Caption = 'Historiques'
  7.   ClientHeight = 248
  8.   ClientWidth = 368
  9.   Color = clBtnFace
  10.   TransparentColorValue = clNone
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BOk: TButton
  23.     Left = 278
  24.     Top = 208
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'Ok'
  28.     ModalResult = 1
  29.     TabOrder = 3
  30.   end
  31.   object List: TListBox
  32.     Left = 16
  33.     Top = 16
  34.     Width = 336
  35.     Height = 180
  36.     Style = lbOwnerDrawFixed
  37.     ItemHeight = 16
  38.     TabOrder = 0
  39.     OnClick = ListClick
  40.     OnDrawItem = ListDrawItem
  41.   end
  42.   object BCopy: TButton
  43.     Left = 192
  44.     Top = 208
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Copier'
  48.     TabOrder = 2
  49.     OnClick = BCopyClick
  50.   end
  51.   object BUndoRedo: TButton
  52.     Left = 16
  53.     Top = 208
  54.     Width = 105
  55.     Height = 25
  56.     Caption = 'UndoRedo'
  57.     TabOrder = 1
  58.     OnClick = BUndoRedoClick
  59.   end
  60. end
  61.