home *** CD-ROM | disk | FTP | other *** search
- object MinMaxMedForm: TMinMaxMedForm
- Left = 327
- Top = 198
- ActiveControl = BOk
- BorderStyle = bsDialog
- Caption = 'MinMaxMed'
- ClientHeight = 235
- ClientWidth = 290
- 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 LblPct: TLabel
- Left = 16
- Top = 120
- Width = 23
- Height = 13
- Caption = 'Seuil'
- end
- object BAnnuler: TButton
- Left = 200
- Top = 192
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Annuler'
- TabOrder = 0
- OnClick = BAnnulerClick
- end
- object BOk: TButton
- Left = 120
- Top = 192
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 1
- OnClick = BOkClick
- end
- object BApercu: TButton
- Left = 16
- Top = 192
- Width = 75
- Height = 25
- Caption = 'Aper'#231'u'
- TabOrder = 2
- OnClick = BApercuClick
- end
- object RadioGroup: TRadioGroup
- Left = 16
- Top = 16
- Width = 257
- Height = 89
- Caption = ' Rayon '
- ItemIndex = 0
- Items.Strings = (
- 'Faible'
- 'Moyen'
- 'Elev'#233)
- TabOrder = 3
- OnClick = RGClick
- end
- object TBSeuil: TTrackBar
- Left = 10
- Top = 136
- Width = 268
- Height = 33
- Max = 254
- Orientation = trHorizontal
- PageSize = 16
- Frequency = 16
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 4
- ThumbLength = 15
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TBSeuilChange
- end
- end
-