object CollerForm: TCollerForm Left = 353 Top = 195 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Options de collage' ClientHeight = 329 ClientWidth = 251 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 = 16 Width = 64 Height = 13 Caption = 'Opacit'#233' : 100' end object LblCouleur: TLabel Left = 16 Top = 112 Width = 42 Height = 13 Caption = 'Couleur :' end object LblN: TLabel Left = 16 Top = 160 Width = 48 Height = 13 Caption = 'Tol'#233'rance' end object Bevel1: TBevel Left = 16 Top = 71 Width = 217 Height = 9 Shape = bsTopLine end object Bevel2: TBevel Left = 16 Top = 215 Width = 217 Height = 9 Shape = bsTopLine end object BAnnuler: TButton Left = 160 Top = 288 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 80 Top = 288 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object TBPct: TTrackBar Left = 10 Top = 32 Width = 232 Height = 29 Max = 100 Min = 10 PageSize = 5 Frequency = 5 Position = 100 TabOrder = 2 ThumbLength = 15 OnChange = TBPctChange end object TBN: TTrackBar Left = 10 Top = 176 Width = 232 Height = 33 Max = 100 PageSize = 5 Frequency = 5 Position = 30 TabOrder = 3 ThumbLength = 15 OnChange = TBNChange end object CBTrans: TCheckBox Left = 16 Top = 88 Width = 217 Height = 17 Caption = 'Transparence' TabOrder = 4 OnClick = CBTransClick end object ColorEdit: TColorEdit Left = 16 Top = 128 Width = 80 Height = 21 BorderStyle = bsSingle Color = clBlack CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False end object CBTaille: TCheckBox Left = 16 Top = 252 Width = 217 Height = 17 Caption = 'Taille originale' TabOrder = 6 end object CBLisser: TCheckBox Left = 16 Top = 232 Width = 217 Height = 17 Caption = 'Lissage automatique' Checked = True State = cbChecked TabOrder = 7 end end