home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #5 / K-CD_2001-05.iso / Tools / InterCent / _setup.1 / Intercent99.exe / 0 / RCDATA / TFRMPOP / TFRMPOP.txt < prev   
Text File  |  1999-06-01  |  902b  |  49 lines

  1. object FrmPop: TFrmPop
  2.   Left = 206
  3.   Top = 202
  4.   ActiveControl = BtnOk
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Alarm'
  8.   ClientHeight = 116
  9.   ClientWidth = 299
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object TxtPop: TLabel
  21.     Left = 56
  22.     Top = 8
  23.     Width = 225
  24.     Height = 53
  25.     AutoSize = False
  26.     Caption = '...'
  27.   end
  28.   object Image1: TImage
  29.     Left = 8
  30.     Top = 8
  31.     Width = 41
  32.     Height = 49
  33.     Picture.Data = {<image000.ico>}
  34.   end
  35.   object BtnOk: TBitBtn
  36.     Left = 112
  37.     Top = 80
  38.     Width = 89
  39.     Height = 25
  40.     HelpContext = 9999
  41.     Caption = '&OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 0
  45.     OnClick = BtnOkClick
  46.     NumGlyphs = 2
  47.   end
  48. end
  49.