home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / MBM / _SETUP.1 / MBM4.exe / 0 / RCDATA / TFORM10 / TFORM10.txt < prev   
Text File  |  1999-11-06  |  1KB  |  65 lines

  1. object Form10: TForm10
  2.   Left = 347
  3.   Top = 239
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Warning'
  7.   ClientHeight = 104
  8.   ClientWidth = 417
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 12
  25.     Top = 13
  26.     Width = 32
  27.     Height = 32
  28.     AutoSize = True
  29.     Picture.Data = {<image000.ico>}
  30.   end
  31.   object Label1: TLabel
  32.     Left = 59
  33.     Top = 13
  34.     Width = 345
  35.     Height = 41
  36.     AutoSize = False
  37.     Caption = 'Label1'
  38.     WordWrap = True
  39.   end
  40.   object SpeedButton2: TSpeedButton
  41.     Left = 240
  42.     Top = 80
  43.     Width = 113
  44.     Height = 22
  45.     Caption = '&Disable Alarm'
  46.     Layout = blGlyphBottom
  47.     OnClick = SpeedButton2Click
  48.   end
  49.   object SpeedButton1: TSpeedButton
  50.     Left = 64
  51.     Top = 80
  52.     Width = 113
  53.     Height = 22
  54.     Caption = '&Enable Alarm'
  55.     Layout = blGlyphBottom
  56.     OnClick = SpeedButton1Click
  57.   end
  58.   object Timer1: TTimer
  59.     Enabled = False
  60.     Interval = 500
  61.     OnTimer = Timer1Timer
  62.     Top = 72
  63.   end
  64. end
  65.