home *** CD-ROM | disk | FTP | other *** search
- object FloatInput: TFloatInput
- Left = 392
- Top = 126
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Float Input'
- ClientHeight = 286
- ClientWidth = 311
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- TextHeight = 20
- object Label1: TLabel
- Left = 63
- Top = 20
- Width = 50
- Height = 20
- Alignment = taRightJustify
- Caption = 'Name:'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 17
- Top = 70
- Width = 96
- Height = 20
- Alignment = taRightJustify
- Caption = 'Initial Value:'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 76
- Top = 120
- Width = 37
- Height = 20
- Alignment = taRightJustify
- Caption = 'Size:'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 35
- Top = 170
- Width = 78
- Height = 20
- Alignment = taRightJustify
- Caption = 'Precision:'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 120
- Top = 15
- Width = 171
- Height = 30
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 120
- Top = 65
- Width = 171
- Height = 30
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object SpinEdit1: TSpinEdit
- Left = 120
- Top = 115
- Width = 61
- Height = 39
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 0
- MinValue = 0
- ParentFont = False
- TabOrder = 2
- Value = 0
- end
- object SpinEdit2: TSpinEdit
- Left = 120
- Top = 165
- Width = 61
- Height = 39
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 0
- MinValue = 0
- ParentFont = False
- TabOrder = 3
- Value = 0
- end
- object BitBtn1: TBitBtn
- Left = 24
- Top = 224
- Width = 111
- Height = 41
- TabOrder = 4
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 184
- Top = 224
- Width = 111
- Height = 41
- TabOrder = 5
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- end
-