home *** CD-ROM | disk | FTP | other *** search
- object FrmASCIIbyValue: TFrmASCIIbyValue
- Left = 389
- Top = 293
- BorderStyle = bsDialog
- Caption = 'ASCII by value'
- ClientHeight = 72
- ClientWidth = 173
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 56
- Height = 13
- Caption = '&ASCII value'
- FocusControl = seValue
- end
- object seValue: TSpinEdit
- Left = 96
- Top = 8
- Width = 65
- Height = 22
- Hint = 'Enter the ASCII value'
- MaxValue = 500
- MinValue = 0
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Value = 0
- end
- object btnOK: TButton
- Left = 8
- Top = 40
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 88
- Top = 40
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-