home *** CD-ROM | disk | FTP | other *** search
- object ValueWin: TValueWin
- Left = 200
- Top = 108
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Base Calculator Value'
- ClientHeight = 166
- ClientWidth = 345
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel: TPanel
- Left = 8
- Top = 8
- Width = 329
- Height = 113
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- object SDecLabel: TLabel
- Left = 16
- Top = 16
- Width = 97
- Height = 13
- AutoSize = False
- Caption = '&Decimal (signed):'
- FocusControl = SDecEdit
- Transparent = True
- end
- object HexLabel: TLabel
- Left = 16
- Top = 48
- Width = 97
- Height = 13
- AutoSize = False
- Caption = '&Hexadecimal:'
- FocusControl = HexEdit
- Transparent = True
- end
- object BinLabel: TLabel
- Left = 16
- Top = 64
- Width = 97
- Height = 13
- AutoSize = False
- Caption = '&Binary:'
- FocusControl = BinEdit
- Transparent = True
- end
- object UDecLabel: TLabel
- Left = 16
- Top = 32
- Width = 97
- Height = 13
- AutoSize = False
- Caption = 'Decimal (&unsigned):'
- FocusControl = UDecEdit
- Transparent = True
- end
- object OctLabel: TLabel
- Left = 16
- Top = 80
- Width = 97
- Height = 13
- AutoSize = False
- Caption = '&Octal:'
- FocusControl = OctEdit
- Transparent = True
- end
- object SDecEdit: TEdit
- Left = 120
- Top = 16
- Width = 201
- Height = 13
- TabStop = False
- AutoSelect = False
- AutoSize = False
- BorderStyle = bsNone
- ParentColor = True
- ReadOnly = True
- TabOrder = 0
- Text = '00000000000'
- end
- object UDecEdit: TEdit
- Left = 120
- Top = 32
- Width = 201
- Height = 13
- TabStop = False
- AutoSelect = False
- AutoSize = False
- BorderStyle = bsNone
- ParentColor = True
- ReadOnly = True
- TabOrder = 1
- Text = '00000000000'
- end
- object HexEdit: TEdit
- Left = 120
- Top = 48
- Width = 201
- Height = 13
- TabStop = False
- AutoSelect = False
- AutoSize = False
- BorderStyle = bsNone
- ParentColor = True
- ReadOnly = True
- TabOrder = 2
- Text = '00000000'
- end
- object BinEdit: TEdit
- Left = 120
- Top = 64
- Width = 201
- Height = 13
- TabStop = False
- AutoSelect = False
- AutoSize = False
- BorderStyle = bsNone
- ParentColor = True
- ReadOnly = True
- TabOrder = 3
- Text = '00000000000000000000000000000000'
- end
- object OctEdit: TEdit
- Left = 120
- Top = 80
- Width = 201
- Height = 13
- TabStop = False
- AutoSelect = False
- AutoSize = False
- BorderStyle = bsNone
- ParentColor = True
- ReadOnly = True
- TabOrder = 4
- Text = '0000000000'
- end
- end
- object OKButton: TButton
- Left = 135
- Top = 132
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 2
- TabOrder = 0
- end
- end
-