object CarreauxForm: TCarreauxForm Left = 238 Top = 191 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Carreaux' ClientHeight = 202 ClientWidth = 292 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 Label1: TLabel Left = 16 Top = 16 Width = 42 Height = 13 Caption = 'Couleur :' end object LabelCarreaux: TLabel Left = 16 Top = 96 Width = 25 Height = 13 Caption = 'Taille' end object BAnnuler: TButton Left = 200 Top = 160 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 120 Top = 160 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 160 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BApercuClick end object TBN: TTrackBar Left = 8 Top = 112 Width = 273 Height = 33 Max = 100 Min = 10 Orientation = trHorizontal PageSize = 5 Frequency = 5 Position = 40 SelEnd = 0 SelStart = 0 TabOrder = 3 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBNChange end object CBContour: TCheckBox Left = 16 Top = 60 Width = 137 Height = 17 Caption = 'Contour' Checked = True State = cbChecked TabOrder = 4 OnClick = CBContourClick end object ColorEdit: TColorEdit Left = 16 Top = 32 Width = 89 Height = 21 BorderStyle = bsSingle Color = clBlack CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False OnChange = ColorEditChange end end