home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / Power / _SETUP.1 / Calendar.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1999-05-20  |  2KB  |  88 lines

  1. object Form3: TForm3
  2.   Left = 318
  3.   Top = 140
  4.   BorderStyle = bsDialog
  5.   Caption = 'Event warning!'
  6.   ClientHeight = 280
  7.   ClientWidth = 409
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel3: TBevel
  20.     Left = 8
  21.     Top = 247
  22.     Width = 393
  23.     Height = 27
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 409
  29.     Height = 280
  30.     Align = alClient
  31.     Shape = bsFrame
  32.   end
  33.   object Bevel2: TBevel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 393
  37.     Height = 25
  38.   end
  39.   object Label1: TLabel
  40.     Left = 11
  41.     Top = 11
  42.     Width = 387
  43.     Height = 19
  44.     Alignment = taCenter
  45.     AutoSize = False
  46.     Caption = 'Obsolete event'#39's found'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object SpeedButton2: TSpeedButton
  55.     Left = 327
  56.     Top = 248
  57.     Width = 73
  58.     Height = 25
  59.     Caption = '&Dismiss'
  60.     Flat = True
  61.     OnClick = SpeedButton2Click
  62.   end
  63.   object ListView1: TListView
  64.     Left = 8
  65.     Top = 40
  66.     Width = 393
  67.     Height = 201
  68.     BorderStyle = bsNone
  69.     ColumnClick = False
  70.     Columns = <
  71.       item
  72.         Caption = 'Date'
  73.       end
  74.       item
  75.         Caption = 'Time'
  76.       end
  77.       item
  78.         Caption = 'Event'
  79.       end>
  80.     ReadOnly = True
  81.     GridLines = True
  82.     RowSelect = True
  83.     ShowColumnHeaders = False
  84.     TabOrder = 0
  85.     ViewStyle = vsReport
  86.   end
  87. end
  88.