home *** CD-ROM | disk | FTP | other *** search
- object FrmPop: TFrmPop
- Left = 206
- Top = 202
- ActiveControl = BtnOk
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Alarm'
- ClientHeight = 116
- ClientWidth = 299
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object TxtPop: TLabel
- Left = 56
- Top = 8
- Width = 225
- Height = 53
- AutoSize = False
- Caption = '...'
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 41
- Height = 49
- Picture.Data = {<image000.ico>}
- end
- object BtnOk: TBitBtn
- Left = 112
- Top = 80
- Width = 89
- Height = 25
- HelpContext = 9999
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = BtnOkClick
- NumGlyphs = 2
- end
- end
-