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 / TICONFORM / TICONFORM.txt
Text File  |  2007-07-11  |  3KB  |  153 lines

  1. object IconForm: TIconForm
  2.   Left = 334
  3.   Top = 185
  4.   BorderStyle = bsDialog
  5.   Caption = 'Exportation en ic'#244'ne'
  6.   ClientHeight = 264
  7.   ClientWidth = 362
  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.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BAnnuler: TButton
  22.     Left = 270
  23.     Top = 224
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'Fermer'
  27.     ModalResult = 2
  28.     TabOrder = 0
  29.   end
  30.   object BSauver: TButton
  31.     Left = 176
  32.     Top = 224
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'Exporter'
  36.     TabOrder = 1
  37.     OnClick = BSauverClick
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 88
  41.     Top = 40
  42.     Width = 34
  43.     Height = 34
  44.     BevelOuter = bvLowered
  45.     TabOrder = 2
  46.     object Image32: TImage
  47.       Left = 1
  48.       Top = 1
  49.       Width = 32
  50.       Height = 32
  51.       Center = True
  52.     end
  53.   end
  54.   object RGFormat: TRadioGroup
  55.     Left = 16
  56.     Top = 120
  57.     Width = 330
  58.     Height = 89
  59.     Caption = ' Format d'#39'export '
  60.     ItemIndex = 0
  61.     Items.Strings = (
  62.       '16 couleurs (4 bits)'
  63.       '256 couleurs (8 bits)'
  64.       '16 millions de couleurs (24 bits)')
  65.     TabOrder = 3
  66.   end
  67.   object Panel2: TPanel
  68.     Left = 176
  69.     Top = 40
  70.     Width = 50
  71.     Height = 50
  72.     BevelOuter = bvLowered
  73.     TabOrder = 4
  74.     object Image48: TImage
  75.       Left = 1
  76.       Top = 1
  77.       Width = 48
  78.       Height = 48
  79.       Center = True
  80.     end
  81.   end
  82.   object RB32: TRadioButton
  83.     Left = 86
  84.     Top = 16
  85.     Width = 67
  86.     Height = 17
  87.     Caption = '32 x 32'
  88.     Checked = True
  89.     TabOrder = 5
  90.     TabStop = True
  91.   end
  92.   object RB48: TRadioButton
  93.     Left = 174
  94.     Top = 16
  95.     Width = 67
  96.     Height = 17
  97.     Caption = '48 x 48'
  98.     TabOrder = 6
  99.   end
  100.   object RB64: TRadioButton
  101.     Left = 278
  102.     Top = 16
  103.     Width = 65
  104.     Height = 17
  105.     Caption = '64 x 64'
  106.     TabOrder = 7
  107.   end
  108.   object Panel3: TPanel
  109.     Left = 280
  110.     Top = 40
  111.     Width = 66
  112.     Height = 66
  113.     BevelOuter = bvLowered
  114.     TabOrder = 8
  115.     object Image64: TImage
  116.       Left = 1
  117.       Top = 1
  118.       Width = 64
  119.       Height = 64
  120.       Center = True
  121.     end
  122.   end
  123.   object RB16: TRadioButton
  124.     Left = 14
  125.     Top = 16
  126.     Width = 67
  127.     Height = 17
  128.     Caption = '16 x 16'
  129.     TabOrder = 9
  130.   end
  131.   object Panel4: TPanel
  132.     Left = 16
  133.     Top = 40
  134.     Width = 18
  135.     Height = 18
  136.     BevelOuter = bvLowered
  137.     TabOrder = 10
  138.     object Image16: TImage
  139.       Left = 1
  140.       Top = 1
  141.       Width = 16
  142.       Height = 16
  143.       Center = True
  144.     end
  145.   end
  146.   object SaveDialog: TSaveDialog
  147.     DefaultExt = 'ico'
  148.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  149.     Left = 16
  150.     Top = 224
  151.   end
  152. end
  153.