home *** CD-ROM | disk | FTP | other *** search
- object SpiraleForm: TSpiraleForm
- Left = 428
- Top = 225
- ActiveControl = BOk
- BorderStyle = bsDialog
- Caption = 'Spirale'
- ClientHeight = 184
- ClientWidth = 448
- 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 Label1: TLabel
- Left = 16
- Top = 16
- Width = 30
- Height = 13
- Caption = 'Fond :'
- end
- object LblPct: TLabel
- Left = 16
- Top = 72
- Width = 57
- Height = 13
- Caption = 'D'#233'formation'
- end
- object ImgApercu: TImage
- Left = 280
- Top = 16
- Width = 153
- Height = 153
- end
- object BAnnuler: TButton
- Left = 96
- Top = 144
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Annuler'
- TabOrder = 5
- OnClick = BAnnulerClick
- end
- object BOk: TButton
- Left = 16
- Top = 144
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 4
- OnClick = BOkClick
- end
- object TBN: TTrackBar
- Left = 8
- Top = 88
- Width = 265
- Height = 33
- Max = 96
- Min = 1
- PageSize = 4
- Frequency = 4
- Position = 8
- TabOrder = 3
- ThumbLength = 15
- OnChange = TBNChange
- end
- object RBHoraire: TRadioButton
- Left = 128
- Top = 24
- Width = 145
- Height = 17
- Caption = 'Sens horaire'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = OptionChange
- end
- object RBAntiHoraire: TRadioButton
- Left = 128
- Top = 44
- Width = 145
- Height = 17
- Caption = 'Sens anti-horaire'
- TabOrder = 2
- OnClick = OptionChange
- end
- object ColorEdit: TColorEdit
- Left = 16
- Top = 32
- Width = 89
- Height = 21
- BorderStyle = bsSingle
- Color = clWhite
- CustomText = 'Autres couleurs...'
- ColorDialog = MainForm.GlobalColorDialog
- ReadOnly = False
- TabOrder = 0
- TabStop = True
- OnChange = OptionChange
- end
- end
-