home *** CD-ROM | disk | FTP | other *** search
- object OndeForm: TOndeForm
- Left = 241
- Top = 208
- ActiveControl = BOk
- BorderStyle = bsDialog
- Caption = 'Ondulation'
- ClientHeight = 232
- ClientWidth = 314
- 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 LblPeriode: TLabel
- Left = 16
- Top = 16
- Width = 36
- Height = 13
- Caption = 'P'#233'riode'
- end
- object LblAmplitude: TLabel
- Left = 16
- Top = 72
- Width = 46
- Height = 13
- Caption = 'Amplitude'
- end
- object TBPeriode: TTrackBar
- Left = 8
- Top = 32
- Width = 297
- Height = 25
- Max = 60
- Min = 3
- Orientation = trHorizontal
- PageSize = 3
- Frequency = 3
- Position = 12
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- ThumbLength = 15
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TBPeriodeChange
- end
- object TBAmplitude: TTrackBar
- Left = 8
- Top = 88
- Width = 297
- Height = 25
- Max = 60
- Min = 3
- Orientation = trHorizontal
- PageSize = 3
- Frequency = 3
- Position = 15
- SelEnd = 0
- SelStart = 0
- TabOrder = 1
- ThumbLength = 15
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TBAmplitudeChange
- end
- object BAnnuler: TButton
- Left = 224
- Top = 192
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Annuler'
- TabOrder = 2
- OnClick = BAnnulerClick
- end
- object BOk: TButton
- Left = 144
- Top = 192
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 3
- OnClick = BOkClick
- end
- object BApercu: TButton
- Left = 16
- Top = 192
- Width = 75
- Height = 25
- Caption = 'Aper'#231'u'
- TabOrder = 4
- OnClick = BApercuClick
- end
- object CBHoriz: TRadioButton
- Left = 16
- Top = 128
- Width = 185
- Height = 17
- Caption = 'Axe horizontal'
- Checked = True
- TabOrder = 5
- TabStop = True
- end
- object CBVerti: TRadioButton
- Left = 16
- Top = 144
- Width = 193
- Height = 17
- Caption = 'Axe vertical'
- TabOrder = 6
- end
- end
-