home *** CD-ROM | disk | FTP | other *** search
- inherited PopClickForm: TPopClickForm
- Caption = 'Pop/Click Filter'
- ClientHeight = 41
- ClientWidth = 392
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object ToleranceAxis: TDogAxis
- Left = 78
- Top = 22
- Width = 246
- Height = 16
- Associate = ToleranceFader
- Min = 200.000000000000000000
- Max = 5000.000000000000000000
- Border = 22
- Anchors = [akLeft, akTop, akRight]
- end
- object ToleranceFader: TFader
- Left = 78
- Top = 6
- Width = 246
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- Associate = Tolerance
- Line = 10.000000000000000000
- Page = 100.000000000000000000
- Min = 200.000000000000000000
- Max = 5000.000000000000000000
- Position = 1000.000000000000000000
- Stripe = True
- end
- object Tolerance: TNumBox
- Left = 328
- Top = 6
- Width = 59
- Height = 21
- Value = 1000.000000000000000000
- Min = 200.000000000000000000
- Max = 5000.000000000000000000
- PageChange = 100.000000000000000000
- LineChange = 10.000000000000000000
- Label = 'Tolerance'
- Buddy = ToleranceFader
- Anchors = [akTop, akRight]
- Items.Strings = (
- '500'
- '750'
- '1000'
- '2000'
- '3000'
- '4000'
- '5000')
- TabOrder = 2
- Text = '1000'
- MaxLength = 7
- OnChange = Change
- end
- object ToleranceLabel: TStaticText
- Left = 2
- Top = 6
- Width = 72
- Height = 17
- Alignment = taRightJustify
- Caption = 'Tolerance (%):'
- TabOrder = 0
- end
- end
-