home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Logique / Pouss-pouss / Pouss.exe / 0 / RCDATA / TPREFER / TPREFER.txt < prev   
Text File  |  1999-08-24  |  2KB  |  76 lines

  1. object Prefer: TPrefer
  2.   Left = 64
  3.   Top = 132
  4.   Width = 548
  5.   Height = 415
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Pr∩┐╜f∩┐╜rences'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object TAffich: TRadioGroup
  18.     Left = 16
  19.     Top = 16
  20.     Width = 245
  21.     Height = 337
  22.     Caption = 'A afficher'
  23.     Color = clTeal
  24.     Font.Color = clBlack
  25.     Font.Height = -16
  26.     Font.Name = 'Times New Roman'
  27.     Font.Style = [fsBold]
  28.     ItemIndex = 0
  29.     Items.Strings = (
  30.       'chiffres (1, 2, 3...)'
  31.       'lettres minuscules (a, b, c...)'
  32.       'lettres majuscules (A, B, C...)'
  33.       'image : rose'
  34.       'image : feuille'
  35.       'Choisir une image')
  36.     ParentColor = False
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     OnClick = TAffichClick
  40.   end
  41.   object BitBtn1: TBitBtn
  42.     Left = 296
  43.     Top = 284
  44.     Width = 161
  45.     Height = 65
  46.     Font.Color = clBlack
  47.     Font.Height = -16
  48.     Font.Name = 'Arial'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.     TabOrder = 1
  52.     OnClick = BitBtn1Click
  53.     Kind = bkCancel
  54.   end
  55.   object BitBtn2: TBitBtn
  56.     Left = 300
  57.     Top = 164
  58.     Width = 161
  59.     Height = 65
  60.     Font.Color = clBlack
  61.     Font.Height = -16
  62.     Font.Name = 'Arial'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.     TabOrder = 2
  66.     OnClick = BitBtn2Click
  67.     Kind = bkOK
  68.   end
  69.   object OpenDialog1: TOpenDialog
  70.     FileEditStyle = fsEdit
  71.     Filter = 'images bitmap (.bmp)|*.bmp'
  72.     Left = 268
  73.     Top = 4
  74.   end
  75. end
  76.