home *** CD-ROM | disk | FTP | other *** search
- object IndexForm: TIndexForm
- Left = 373
- Top = 208
- ActiveControl = BOk
- BorderStyle = bsDialog
- Caption = 'Couleurs index'#233'es'
- ClientHeight = 341
- 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 = 302
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Annuler'
- TabOrder = 3
- OnClick = BAnnulerClick
- end
- object BOk: TButton
- Left = 148
- Top = 302
- Width = 75
- Height = 25
- Caption = 'Ok'
- TabOrder = 2
- OnClick = BOkClick
- end
- object BApercu: TButton
- Left = 16
- Top = 302
- Width = 75
- Height = 25
- Caption = 'Aper'#231'u'
- TabOrder = 1
- OnClick = BApercuClick
- end
- object PageControl: TPageControl
- Left = 16
- Top = 16
- Width = 289
- Height = 241
- ActivePage = TshMan
- TabOrder = 0
- 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
- object CBPreview: TCheckBox
- Left = 16
- Top = 270
- Width = 217
- Height = 17
- Caption = 'Aper'#231'u direct'
- TabOrder = 4
- OnClick = CBPreviewClick
- end
- end
-