home *** CD-ROM | disk | FTP | other *** search
- object DecalerForm: TDecalerForm
- Left = 382
- Top = 213
- ActiveControl = BOk
- BorderStyle = bsDialog
- Caption = 'D'#233'caler'
- ClientHeight = 236
- ClientWidth = 289
- 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 BAnnuler: TButton
- Left = 199
- Top = 196
- Width = 75
- Height = 25
- Caption = 'Annuler'
- TabOrder = 4
- OnClick = BAnnulerClick
- end
- object BOk: TButton
- Left = 116
- Top = 196
- Width = 75
- Height = 25
- Caption = 'Ok'
- TabOrder = 3
- OnClick = BOkClick
- end
- object BApercu: TButton
- Left = 16
- Top = 196
- Width = 75
- Height = 25
- Caption = 'Aper'#231'u'
- TabOrder = 2
- OnClick = BApercuClick
- end
- object BGHoriz: TGroupBox
- Left = 16
- Top = 12
- Width = 257
- Height = 65
- Caption = ' Axe horizontal '
- TabOrder = 0
- object Label1: TLabel
- Left = 144
- Top = 16
- Width = 33
- Height = 13
- Caption = 'Pixels :'
- end
- object RBDroite: TRadioButton
- Left = 12
- Top = 22
- Width = 117
- Height = 17
- Caption = 'Droite'
- TabOrder = 0
- OnClick = Changed
- end
- object RBGauche: TRadioButton
- Left = 12
- Top = 40
- Width = 117
- Height = 17
- Caption = 'Gauche'
- TabOrder = 1
- OnClick = Changed
- end
- object SEDX: TSpinEdit2
- Left = 144
- Top = 32
- Width = 81
- Height = 21
- MaxLength = 4
- MaxValue = 1000
- MinValue = 0
- ShowUpDown = True
- TabOrder = 2
- Value = 0
- OnChange = Changed
- end
- end
- object GBVerti: TGroupBox
- Left = 16
- Top = 86
- Width = 257
- Height = 65
- Caption = ' Axe vertical '
- TabOrder = 1
- object Label2: TLabel
- Left = 144
- Top = 16
- Width = 33
- Height = 13
- Caption = 'Pixels :'
- end
- object RBBas: TRadioButton
- Left = 12
- Top = 22
- Width = 117
- Height = 17
- Caption = 'Bas'
- TabOrder = 0
- OnClick = Changed
- end
- object RBHaut: TRadioButton
- Left = 12
- Top = 40
- Width = 117
- Height = 17
- Caption = 'Haut'
- TabOrder = 1
- OnClick = Changed
- end
- object SEDY: TSpinEdit2
- Left = 144
- Top = 32
- Width = 81
- Height = 21
- MaxLength = 4
- MaxValue = 1000
- MinValue = 0
- ShowUpDown = True
- TabOrder = 2
- Value = 0
- OnChange = Changed
- end
- end
- object CBPreview: TCheckBox
- Left = 16
- Top = 166
- Width = 217
- Height = 17
- Caption = 'Aper'#231'u direct'
- TabOrder = 5
- OnClick = CBPreviewClick
- end
- end
-