object QuadrillageForm: TQuadrillageForm Left = 284 Top = 157 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Quadrillage' ClientHeight = 291 ClientWidth = 290 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 LabelCarreaux: TLabel Left = 16 Top = 136 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 = 248 Width = 75 Height = 25 Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 120 Top = 248 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 248 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BApercuClick end object TBN: TTrackBar Left = 10 Top = 152 Width = 271 Height = 25 Max = 250 Min = 2 Orientation = trHorizontal PageSize = 5 Frequency = 10 Position = 40 SelEnd = 0 SelStart = 0 TabOrder = 3 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBNChange end object CBContour: TCheckBox Left = 16 Top = 66 Width = 185 Height = 17 Caption = 'Contour' Checked = True State = cbChecked TabOrder = 4 OnClick = OptionChange end object CBVert: TCheckBox Left = 16 Top = 84 Width = 185 Height = 17 Caption = 'Lignes verticales' Checked = True State = cbChecked TabOrder = 5 OnClick = OptionChange end object CBHorz: TCheckBox Left = 16 Top = 102 Width = 185 Height = 17 Caption = 'Lignes horizontales' Checked = True State = cbChecked TabOrder = 6 OnClick = OptionChange end object CBAjuster: TCheckBox Left = 16 Top = 192 Width = 161 Height = 17 Caption = 'Ajuster' Checked = True State = cbChecked TabOrder = 7 OnClick = OptionChange end object CBRelief: TCheckBox Left = 16 Top = 210 Width = 161 Height = 17 Caption = 'Relief' TabOrder = 8 OnClick = OptionChange end object SETrait: TSpinEdit2 Left = 120 Top = 32 Width = 89 Height = 21 MaxLength = 1 MaxValue = 5 MinValue = 1 ShowUpDown = True TabOrder = 9 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