home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / sharewar / Power / _SETUP.1 / Calendar.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1999-05-20  |  2KB  |  104 lines

  1. object Form2: TForm2
  2.   Left = 273
  3.   Top = 243
  4.   BorderStyle = bsDialog
  5.   Caption = 'Event alert!'
  6.   ClientHeight = 171
  7.   ClientWidth = 272
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel3: TBevel
  19.     Left = 7
  20.     Top = 136
  21.     Width = 257
  22.     Height = 27
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 272
  28.     Height = 171
  29.     Align = alClient
  30.     Shape = bsFrame
  31.   end
  32.   object Label1: TLabel
  33.     Left = 8
  34.     Top = 8
  35.     Width = 249
  36.     Height = 33
  37.     Alignment = taCenter
  38.     AutoSize = False
  39.     Caption = 'Label1'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -24
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     Transparent = True
  47.   end
  48.   object Label2: TLabel
  49.     Left = 10
  50.     Top = 10
  51.     Width = 247
  52.     Height = 33
  53.     Alignment = taCenter
  54.     AutoSize = False
  55.     Caption = 'Label1'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWhite
  58.     Font.Height = -24
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.     Transparent = True
  63.   end
  64.   object Bevel2: TBevel
  65.     Left = 8
  66.     Top = 48
  67.     Width = 257
  68.     Height = 81
  69.   end
  70.   object SpeedButton1: TSpeedButton
  71.     Left = 192
  72.     Top = 137
  73.     Width = 73
  74.     Height = 25
  75.     Caption = '&Dismiss'
  76.     Flat = True
  77.     OnClick = SpeedButton1Click
  78.   end
  79.   object Label3: TLabel
  80.     Left = 16
  81.     Top = 56
  82.     Width = 241
  83.     Height = 65
  84.     AutoSize = False
  85.     Caption = 'Label3'
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = [fsBold]
  91.     ParentFont = False
  92.     WordWrap = True
  93.   end
  94.   object SpeedButton2: TSpeedButton
  95.     Left = 119
  96.     Top = 137
  97.     Width = 73
  98.     Height = 25
  99.     Caption = '&Later'
  100.     Flat = True
  101.     OnClick = SpeedButton2Click
  102.   end
  103. end
  104.