home *** CD-ROM | disk | FTP | other *** search
- object IntegerInputForm: TIntegerInputForm
- Left = 246
- Top = 178
- BorderStyle = bsDialog
- Caption = '-'
- ClientHeight = 144
- ClientWidth = 287
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object LabelB: TLabel
- Left = 8
- Top = 56
- Width = 265
- Height = 41
- AutoSize = False
- WordWrap = True
- end
- object LabelA: TLabel
- Left = 8
- Top = 8
- Width = 3
- Height = 13
- end
- object lUnit: TLabel
- Left = 104
- Top = 28
- Width = 3
- Height = 13
- end
- object SpinEdit: TXSpinEdit
- Left = 8
- Top = 24
- Width = 89
- Height = 21
- TabOrder = 0
- Text = '0'
- MinValue = 0
- MaxValue = 0
- Value = 0
- Step = 1
- end
- object bOK: TButton
- Left = 24
- Top = 104
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object bCancel: TButton
- Left = 112
- Top = 104
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object bHelp: TButton
- Left = 200
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 3
- OnClick = bHelpClick
- end
- end
-