home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / temacd / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TINDEXFORM / TINDEXFORM.txt
Text File  |  2008-01-12  |  2KB  |  114 lines

  1. object IndexForm: TIndexForm
  2.   Left = 238
  3.   Top = 214
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Couleurs index'#233'es'
  7.   ClientHeight = 310
  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 = 270
  26.     Width = 75
  27.     Height = 25
  28.     Cancel = True
  29.     Caption = 'Annuler'
  30.     TabOrder = 0
  31.     OnClick = BAnnulerClick
  32.   end
  33.   object BOk: TButton
  34.     Left = 148
  35.     Top = 270
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Ok'
  39.     TabOrder = 1
  40.     OnClick = BOkClick
  41.   end
  42.   object BApercu: TButton
  43.     Left = 16
  44.     Top = 270
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Aper'#231'u'
  48.     TabOrder = 2
  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.     TabIndex = 0
  58.     TabOrder = 3
  59.     OnChange = PageControlChange
  60.     object TshMan: TTabSheet
  61.       Caption = 'Optimis'#233
  62.       object RGManuel: TRadioGroup
  63.         Left = 16
  64.         Top = 12
  65.         Width = 248
  66.         Height = 165
  67.         Caption = ' Palette optimis'#233'e  '
  68.         ItemIndex = 5
  69.         Items.Strings = (
  70.           '8 couleurs'
  71.           '16 couleurs'
  72.           '32 couleurs'
  73.           '64 couleurs'
  74.           '128 couleurs'
  75.           '256 couleurs')
  76.         TabOrder = 0
  77.         OnClick = RGClick
  78.       end
  79.       object CBDiffusion: TCheckBox
  80.         Left = 16
  81.         Top = 184
  82.         Width = 201
  83.         Height = 17
  84.         Caption = 'Diffusion'
  85.         Checked = True
  86.         State = cbChecked
  87.         TabOrder = 1
  88.       end
  89.     end
  90.     object TshAuto: TTabSheet
  91.       Caption = 'Syst'#232'me'
  92.       ImageIndex = 1
  93.       object RGAuto: TRadioGroup
  94.         Left = 16
  95.         Top = 12
  96.         Width = 248
  97.         Height = 187
  98.         Caption = ' Palette syst'#232'me '
  99.         ItemIndex = 6
  100.         Items.Strings = (
  101.           'Monochrome'
  102.           'Monochrome tram'#233
  103.           'Gris 4 couleurs'
  104.           'Gris 16 couleurs'
  105.           'Gris 256 couleurs'
  106.           'Windows 20 couleurs'
  107.           'Web 216 couleurs')
  108.         TabOrder = 0
  109.         OnClick = RGClick
  110.       end
  111.     end
  112.   end
  113. end
  114.