object MosaiqueForm: TMosaiqueForm Left = 238 Top = 214 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Mosa'#239'que' ClientHeight = 224 ClientWidth = 298 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 LblPct: TLabel Left = 16 Top = 24 Width = 25 Height = 13 Caption = 'Taille' end object BAnnuler: TButton Left = 208 Top = 184 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 128 Top = 184 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 184 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 3 OnClick = BApercuClick end object TBN: TTrackBar Left = 10 Top = 40 Width = 279 Height = 33 Max = 30 Min = 2 Orientation = trHorizontal Frequency = 2 Position = 5 SelEnd = 0 SelStart = 0 TabOrder = 2 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBNChange end object CBContour: TCheckBox Left = 16 Top = 88 Width = 193 Height = 17 Caption = 'Contour' Checked = True State = cbChecked TabOrder = 4 OnClick = CBContourClick end object ColorEdit: TColorEdit Left = 16 Top = 112 Width = 89 Height = 22 BorderStyle = bsSingle Color = 3355443 CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False OnChange = ColorEditChange end end