home *** CD-ROM | disk | FTP | other *** search
/ Freelog 51 / Freelog051.iso / Graphisme / Scrutico / Scrutico.exe / 0 / RCDATA / TFORMENREGICON / TFORMENREGICON.txt
Text File  |  2003-03-31  |  1KB  |  57 lines

  1. object FormEnregIcon: TFormEnregIcon
  2.   Left = 337
  3.   Top = 201
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enregistrer l'#39'ic'#244'ne'
  6.   ClientHeight = 217
  7.   ClientWidth = 361
  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.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LblFormat: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 32
  22.     Height = 13
  23.     Caption = 'Format'
  24.   end
  25.   object RGFormat: TRadioGroup
  26.     Left = 16
  27.     Top = 40
  28.     Width = 332
  29.     Height = 129
  30.     Caption = ' Formats disponibles '
  31.     Items.Strings = (
  32.       '16 couleurs (4 bits)'
  33.       '256 couleurs (8 bits)'
  34.       'Couleurs vraies (24 bits)'
  35.       'Couleurs vraies (32 bits, Windows XP)')
  36.     TabOrder = 0
  37.   end
  38.   object BtnOk: TButton
  39.     Left = 184
  40.     Top = 176
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Ok'
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.   end
  47.   object BtnAnnuler: TButton
  48.     Left = 272
  49.     Top = 176
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Annuler'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56. end
  57.