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 / TINDEXFORM / TINDEXFORM.txt
Text File  |  2007-09-16  |  3KB  |  122 lines

  1. object IndexForm: TIndexForm
  2.   Left = 373
  3.   Top = 208
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Couleurs index'#233'es'
  7.   ClientHeight = 341
  8.   ClientWidth = 320
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object BAnnuler: TButton
  24.     Left = 230
  25.     Top = 302
  26.     Width = 75
  27.     Height = 25
  28.     Cancel = True
  29.     Caption = 'Annuler'
  30.     TabOrder = 3
  31.     OnClick = BAnnulerClick
  32.   end
  33.   object BOk: TButton
  34.     Left = 148
  35.     Top = 302
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Ok'
  39.     TabOrder = 2
  40.     OnClick = BOkClick
  41.   end
  42.   object BApercu: TButton
  43.     Left = 16
  44.     Top = 302
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Aper'#231'u'
  48.     TabOrder = 1
  49.     OnClick = BApercuClick
  50.   end
  51.   object PageControl: TPageControl
  52.     Left = 16
  53.     Top = 16
  54.     Width = 289
  55.     Height = 241
  56.     ActivePage = TshMan
  57.     TabOrder = 0
  58.     OnChange = PageControlChange
  59.     object TshMan: TTabSheet
  60.       Caption = 'Optimis'#233
  61.       object RGManuel: TRadioGroup
  62.         Left = 16
  63.         Top = 12
  64.         Width = 248
  65.         Height = 165
  66.         Caption = ' Palette optimis'#233'e  '
  67.         ItemIndex = 5
  68.         Items.Strings = (
  69.           '8 couleurs'
  70.           '16 couleurs'
  71.           '32 couleurs'
  72.           '64 couleurs'
  73.           '128 couleurs'
  74.           '256 couleurs')
  75.         TabOrder = 0
  76.         OnClick = RGClick
  77.       end
  78.       object CBDiffusion: TCheckBox
  79.         Left = 16
  80.         Top = 184
  81.         Width = 201
  82.         Height = 17
  83.         Caption = 'Diffusion'
  84.         Checked = True
  85.         State = cbChecked
  86.         TabOrder = 1
  87.       end
  88.     end
  89.     object TshAuto: TTabSheet
  90.       Caption = 'Syst'#232'me'
  91.       ImageIndex = 1
  92.       object RGAuto: TRadioGroup
  93.         Left = 16
  94.         Top = 12
  95.         Width = 248
  96.         Height = 187
  97.         Caption = ' Palette syst'#232'me '
  98.         ItemIndex = 6
  99.         Items.Strings = (
  100.           'Monochrome'
  101.           'Monochrome tram'#233
  102.           'Gris 4 couleurs'
  103.           'Gris 16 couleurs'
  104.           'Gris 256 couleurs'
  105.           'Windows 20 couleurs'
  106.           'Web 216 couleurs')
  107.         TabOrder = 0
  108.         OnClick = RGClick
  109.       end
  110.     end
  111.   end
  112.   object CBPreview: TCheckBox
  113.     Left = 16
  114.     Top = 270
  115.     Width = 217
  116.     Height = 17
  117.     Caption = 'Aper'#231'u direct'
  118.     TabOrder = 4
  119.     OnClick = CBPreviewClick
  120.   end
  121. end
  122.