object AdapterForm: TAdapterForm Left = 380 Top = 211 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Adapter l'#39'image' ClientHeight = 278 ClientWidth = 265 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BAnnuler: TButton Left = 174 Top = 238 Width = 75 Height = 25 Caption = 'Annuler' ModalResult = 2 TabOrder = 3 end object BOk: TButton Left = 92 Top = 238 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 2 OnClick = BOkClick end object GBNew: TGroupBox Left = 16 Top = 14 Width = 233 Height = 183 Caption = ' Limites (pixels) ' TabOrder = 0 object Label3: TLabel Left = 16 Top = 24 Width = 42 Height = 13 Caption = 'Largeur :' end object Label4: TLabel Left = 120 Top = 24 Width = 44 Height = 13 Caption = 'Hauteur :' end object Label5: TLabel Left = 16 Top = 128 Width = 92 Height = 13 Caption = 'Limites pr'#233'd'#233'finies :' end object CBOptimiser: TCheckBox Left = 16 Top = 78 Width = 201 Height = 17 Caption = 'Optimiser' Checked = True State = cbChecked TabOrder = 2 end object EdiL: TSpinEdit2 Left = 16 Top = 40 Width = 89 Height = 21 MaxLength = 5 MaxValue = 10000 MinValue = 10 ShowUpDown = True TabOrder = 0 Value = 800 OnChange = EdiChange end object EdiH: TSpinEdit2 Left = 120 Top = 40 Width = 89 Height = 21 MaxLength = 5 MaxValue = 10000 MinValue = 10 ShowUpDown = True TabOrder = 1 Value = 600 OnChange = EdiChange end object CBDeformer: TCheckBox Left = 16 Top = 96 Width = 201 Height = 17 Caption = 'Autoriser la d'#233'formation' TabOrder = 3 end end object LstTaille: TSpecialEdit Left = 32 Top = 158 Width = 193 Height = 21 BorderStyle = bsSingle ButtonStyle = stDown DisabledColor = clNone DropDownMenu = PopTaille ItemIndex = 0 MinimizeText = False NumGlyphs = 1 ParentColor = False ReadOnly = False ShowButton = True TabOrder = 4 TabStop = True Text = '' OnChange = LstTailleChange end object CBTous: TCheckBox Left = 16 Top = 208 Width = 185 Height = 17 Caption = 'Tous les calques' Checked = True State = cbChecked TabOrder = 1 end object PopTaille: TPopupMenu Left = 160 Top = 160 object Personnalis1: TMenuItem Caption = '' Checked = True end object N1: TMenuItem Caption = '-' end object N100x1001: TMenuItem Caption = '100 x 100' end object N640x4801: TMenuItem Caption = '640 x 480' end object N800x6001: TMenuItem Caption = '800 x 600' end object N1024x7681: TMenuItem Caption = '1024 x 768' end object N1280x10241: TMenuItem Caption = '1280 x 1024' end object N1600x12001: TMenuItem Caption = '1600 x 1200' end end end