object PuzzleForm: TPuzzleForm Left = 328 Top = 172 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Puzzle' ClientHeight = 210 ClientWidth = 292 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 = 'Couleur :' end object LabelPieces: TLabel Left = 16 Top = 72 Width = 25 Height = 13 Caption = 'Taille' end object Label3: TLabel Left = 120 Top = 16 Width = 52 Height = 13 Caption = 'Epaisseur :' end object BAnnuler: TButton Left = 200 Top = 168 Width = 75 Height = 25 Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 120 Top = 168 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 168 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BApercuClick end object TBN: TTrackBar Left = 10 Top = 88 Width = 271 Height = 25 Max = 300 Min = 5 Orientation = trHorizontal PageSize = 5 Frequency = 15 Position = 50 SelEnd = 0 SelStart = 0 TabOrder = 3 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBNChange end object CBRelief: TCheckBox Left = 16 Top = 128 Width = 121 Height = 17 Caption = 'Relief' Checked = True State = cbChecked TabOrder = 4 OnClick = OptionChange end object SETrait: TSpinEdit2 Left = 120 Top = 32 Width = 89 Height = 21 MaxLength = 1 MaxValue = 5 MinValue = 1 ShowUpDown = True TabOrder = 5 Value = 1 OnChange = OptionChange 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 = OptionChange end end