home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MEMOPAD.ZIP / _SETUP.1 / MemoPadPro.exe / 0 / RCDATA / TREMM / TREMM.txt
Text File  |  1998-05-28  |  2KB  |  97 lines

  1. object remm: Tremm
  2.   Left = 226
  3.   Top = 182
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Reminder!!'
  6.   ClientHeight = 195
  7.   ClientWidth = 268
  8.   Color = 14547961
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 24
  20.     Top = 16
  21.     Width = 220
  22.     Height = 37
  23.     Caption = 'Don'#39't Forget!!!'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clRed
  26.     Font.Height = -32
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 32
  33.     Top = 64
  34.     Width = 209
  35.     Height = 81
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     WordWrap = True
  45.   end
  46.   object Button1: TButton
  47.     Left = 88
  48.     Top = 160
  49.     Width = 89
  50.     Height = 25
  51.     Caption = 'Close'
  52.     TabOrder = 0
  53.     OnClick = Button1Click
  54.   end
  55.   object ListBox1: TListBox
  56.     Left = 384
  57.     Top = 64
  58.     Width = 65
  59.     Height = 17
  60.     ItemHeight = 13
  61.     TabOrder = 1
  62.     Visible = False
  63.   end
  64.   object RadioButton1: TRadioButton
  65.     Left = 56
  66.     Top = 192
  67.     Width = 177
  68.     Height = 17
  69.     Caption = 'Don'#39't remind me again'
  70.     Font.Charset = ANSI_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'MS Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.     TabOrder = 2
  77.     Visible = False
  78.     OnClick = RadioButton1Click
  79.   end
  80.   object ListBox2: TListBox
  81.     Left = 384
  82.     Top = 88
  83.     Width = 65
  84.     Height = 17
  85.     ItemHeight = 13
  86.     TabOrder = 3
  87.   end
  88.   object ListBox3: TListBox
  89.     Left = 384
  90.     Top = 128
  91.     Width = 65
  92.     Height = 17
  93.     ItemHeight = 13
  94.     TabOrder = 4
  95.   end
  96. end
  97.