object CadreExtForm: TCadreExtForm Left = 276 Top = 202 BorderStyle = bsDialog Caption = 'Encadrement ext'#233'rieur' ClientHeight = 200 ClientWidth = 296 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnHide = FormHide OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 42 Height = 13 Caption = 'Largeur :' end object Label2: TLabel Left = 112 Top = 16 Width = 42 Height = 13 Caption = 'Couleur :' end object SBMotif: TSpeedButton Left = 258 Top = 104 Width = 23 Height = 21 Flat = True OnClick = SBMotifClick end object BAnnuler: TButton Left = 206 Top = 160 Width = 75 Height = 25 Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 120 Top = 160 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 1 OnClick = BOkClick end object SELargeur: TSpinEdit2 Left = 16 Top = 32 Width = 81 Height = 21 MaxLength = 3 MaxValue = 500 MinValue = 1 ShowUpDown = True TabOrder = 2 Value = 20 end object ColorEdit: TColorEdit Left = 112 Top = 32 Width = 89 Height = 21 BorderStyle = bsSingle Color = clWhite CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False end object CBMotif: TCheckBox Left = 16 Top = 84 Width = 241 Height = 17 Caption = 'Motif de fond :' TabOrder = 4 OnClick = CBMotifClick end object EdiMotif: TSpecialEdit Left = 16 Top = 104 Width = 241 Height = 21 BorderStyle = bsSingle ButtonStyle = stDown DisabledColor = clBtnFace ItemIndex = -1 MinimizeText = True NumGlyphs = 1 ParentColor = False ReadOnly = False ShowButton = False end end