home *** CD-ROM | disk | FTP | other *** search
- object AdapterForm: TAdapterForm
- Left = 251
- Top = 207
- ActiveControl = BOk
- BorderStyle = bsDialog
- Caption = 'Adapter l'#39'image'
- ClientHeight = 254
- ClientWidth = 265
- 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
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object BAnnuler: TButton
- Left = 174
- Top = 214
- Width = 75
- Height = 25
- Caption = 'Annuler'
- ModalResult = 2
- TabOrder = 0
- end
- object BOk: TButton
- Left = 92
- Top = 214
- Width = 75
- Height = 25
- Caption = 'Ok'
- TabOrder = 1
- OnClick = BOkClick
- end
- object GBNew: TGroupBox
- Left = 16
- Top = 14
- Width = 233
- Height = 187
- Caption = ' Limites (pixels) '
- TabOrder = 2
- 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 = 132
- Width = 92
- Height = 13
- Caption = 'Limites pr'#233'd'#233'finies :'
- end
- object CBOptimiser: TCheckBox
- Left = 16
- Top = 82
- Width = 201
- Height = 17
- Caption = 'Optimiser'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object EdiL: TSpinEdit2
- Left = 16
- Top = 40
- Width = 89
- Height = 21
- MaxLength = 5
- MaxValue = 10000
- MinValue = 10
- ShowUpDown = True
- TabOrder = 1
- 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 = 2
- Value = 600
- OnChange = EdiChange
- end
- object CBDeformer: TCheckBox
- Left = 16
- Top = 100
- Width = 201
- Height = 17
- Caption = 'Autoriser la d'#233'formation'
- TabOrder = 3
- end
- end
- object LstTaille: TSpecialEdit
- Left = 32
- Top = 162
- 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 = 3
- TabStop = True
- Text = '<Personnalis'#233'>'
- OnChange = LstTailleChange
- end
- object PopTaille: TPopupMenu
- Left = 160
- Top = 160
- object Personnalis1: TMenuItem
- Caption = '<Personnalis'#233'>'
- 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
-