object IndexForm: TIndexForm Left = 238 Top = 214 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Couleurs index'#233'es' ClientHeight = 310 ClientWidth = 320 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BAnnuler: TButton Left = 230 Top = 270 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 148 Top = 270 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 270 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BApercuClick end object PageControl: TPageControl Left = 16 Top = 16 Width = 289 Height = 241 ActivePage = TshMan TabIndex = 0 TabOrder = 3 OnChange = PageControlChange object TshMan: TTabSheet Caption = 'Optimis'#233 object RGManuel: TRadioGroup Left = 16 Top = 12 Width = 248 Height = 165 Caption = ' Palette optimis'#233'e ' ItemIndex = 5 Items.Strings = ( '8 couleurs' '16 couleurs' '32 couleurs' '64 couleurs' '128 couleurs' '256 couleurs') TabOrder = 0 OnClick = RGClick end object CBDiffusion: TCheckBox Left = 16 Top = 184 Width = 201 Height = 17 Caption = 'Diffusion' Checked = True State = cbChecked TabOrder = 1 end end object TshAuto: TTabSheet Caption = 'Syst'#232'me' ImageIndex = 1 object RGAuto: TRadioGroup Left = 16 Top = 12 Width = 248 Height = 187 Caption = ' Palette syst'#232'me ' ItemIndex = 6 Items.Strings = ( 'Monochrome' 'Monochrome tram'#233 'Gris 4 couleurs' 'Gris 16 couleurs' 'Gris 256 couleurs' 'Windows 20 couleurs' 'Web 216 couleurs') TabOrder = 0 OnClick = RGClick end end end end