home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / temacd / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TDIRFORM / TDIRFORM.txt
Text File  |  2007-07-11  |  1KB  |  70 lines

  1. object DirForm: TDirForm
  2.   Left = 298
  3.   Top = 196
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dossier'
  6.   ClientHeight = 107
  7.   ClientWidth = 358
  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 = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object SBDir: TSpeedButton
  20.     Left = 323
  21.     Top = 32
  22.     Width = 23
  23.     Height = 21
  24.     Flat = True
  25.     OnClick = SBDirClick
  26.   end
  27.   object LblMsg: TLabel
  28.     Left = 56
  29.     Top = 14
  30.     Width = 34
  31.     Height = 13
  32.     Caption = 'LblMsg'
  33.   end
  34.   object ResIcon: TImage
  35.     Left = 12
  36.     Top = 12
  37.     Width = 32
  38.     Height = 32
  39.   end
  40.   object EdiDir: TEdit
  41.     Left = 56
  42.     Top = 32
  43.     Width = 265
  44.     Height = 21
  45.     AutoSelect = False
  46.     ReadOnly = True
  47.     TabOrder = 0
  48.   end
  49.   object BOk: TButton
  50.     Left = 188
  51.     Top = 69
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Ok'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 1
  58.   end
  59.   object BAnnuler: TButton
  60.     Left = 270
  61.     Top = 69
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Annuler'
  66.     ModalResult = 2
  67.     TabOrder = 2
  68.   end
  69. end
  70.