home *** CD-ROM | disk | FTP | other *** search
- object InfoDlg: TInfoDlg
- Left = 278
- Top = 203
- ActiveControl = Ok
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Info'
- ClientHeight = 91
- ClientWidth = 143
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poDefault
- Visible = True
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 0
- Width = 145
- Height = 73
- AutoSize = False
- Caption = 'Label1'
- end
- object Ok: TButton
- Left = 0
- Top = 72
- Width = 70
- Height = 20
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OkClick
- end
- object InfoBtn: TButton
- Left = 72
- Top = 72
- Width = 70
- Height = 20
- Caption = 'Info +'
- TabOrder = 1
- Visible = False
- OnClick = InfoBtnClick
- end
- end
-