home *** CD-ROM | disk | FTP | other *** search
- object FrangeForm: TFrangeForm
- Left = 366
- Top = 215
- ActiveControl = BOk
- BorderStyle = bsDialog
- Caption = 'Frange'
- ClientHeight = 129
- ClientWidth = 282
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LblEpaisseur: TLabel
- Left = 16
- Top = 16
- Width = 36
- Height = 13
- Caption = 'Largeur'
- end
- object BAnnuler: TButton
- Left = 192
- Top = 88
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Annuler'
- ModalResult = 2
- TabOrder = 0
- end
- object BOk: TButton
- Left = 110
- Top = 88
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 1
- OnClick = BOkClick
- end
- object TBN: TTrackBar
- Left = 8
- Top = 32
- Width = 265
- Height = 33
- Max = 41
- Min = 1
- PageSize = 5
- Frequency = 2
- Position = 5
- TabOrder = 2
- ThumbLength = 15
- OnChange = TBNChange
- end
- end
-