home *** CD-ROM | disk | FTP | other *** search
- object frmNum: TfrmNum
- Left = 193
- Top = 131
- BorderIcons = []
- BorderStyle = bsToolWindow
- ClientHeight = 73
- ClientWidth = 185
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel: TPanel
- Left = 8
- Top = 8
- Width = 169
- Height = 25
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object Button1: TButton
- Left = 56
- Top = 40
- Width = 73
- Height = 25
- Caption = 'OK'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-