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

  1. object MsgReminder: TMsgReminder
  2.   Left = 200
  3.   Top = 204
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Message Reminder'
  6.   ClientHeight = 264
  7.   ClientWidth = 401
  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 = 8
  21.     Width = 353
  22.     Height = 65
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 
  26.       'This is simple, just select the date that you would like the rem' +
  27.       'inder on, then type in the message! You are then on your way to ' +
  28.       'never forgetting a thing again!  '
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -13
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     WordWrap = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 5
  39.     Top = 232
  40.     Width = 227
  41.     Height = 24
  42.     Alignment = taCenter
  43.     AutoSize = False
  44.     Font.Charset = ANSI_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -13
  47.     Font.Name = 'Arial'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.   end
  51.   object Memo1: TMemo
  52.     Left = 256
  53.     Top = 88
  54.     Width = 137
  55.     Height = 121
  56.     MaxLength = 170
  57.     ScrollBars = ssVertical
  58.     TabOrder = 0
  59.     OnKeyPress = Memo1KeyPress
  60.   end
  61.   object Calendar1: TCalendar
  62.     Left = 16
  63.     Top = 112
  64.     Width = 209
  65.     Height = 113
  66.     ParentShowHint = False
  67.     ShowHint = False
  68.     StartOfWeek = 0
  69.     TabOrder = 1
  70.   end
  71.   object ComboBox1: TComboBox
  72.     Left = 16
  73.     Top = 80
  74.     Width = 97
  75.     Height = 21
  76.     ItemHeight = 13
  77.     Items.Strings = (
  78.       'January'
  79.       'February'
  80.       'March'
  81.       'April'
  82.       'May'
  83.       'June'
  84.       'July'
  85.       'August'
  86.       'September'
  87.       'October'
  88.       'November'
  89.       'December')
  90.     TabOrder = 2
  91.     Text = 'Select a month'
  92.     OnChange = ComboBox1Change
  93.     OnKeyPress = ComboBox1KeyPress
  94.   end
  95.   object Button1: TButton
  96.     Left = 280
  97.     Top = 216
  98.     Width = 89
  99.     Height = 25
  100.     Caption = 'Schedule!'
  101.     TabOrder = 3
  102.     OnClick = Button1Click
  103.   end
  104.   object ComboBox2: TComboBox
  105.     Left = 136
  106.     Top = 80
  107.     Width = 89
  108.     Height = 21
  109.     ItemHeight = 13
  110.     Items.Strings = (
  111.       '1998'
  112.       '1999'
  113.       '2000'
  114.       '2001'
  115.       '2002'
  116.       '2003'
  117.       '2004'
  118.       '2005'
  119.       '2006'
  120.       '2007'
  121.       '2008'
  122.       '2009'
  123.       '2010')
  124.     TabOrder = 4
  125.     Text = 'Select a year'
  126.     OnChange = ComboBox2Change
  127.     OnKeyPress = ComboBox2KeyPress
  128.   end
  129.   object ListBox1: TListBox
  130.     Left = 480
  131.     Top = 24
  132.     Width = 57
  133.     Height = 17
  134.     ItemHeight = 13
  135.     TabOrder = 5
  136.     Visible = False
  137.   end
  138.   object Memo2: TMemo
  139.     Left = 480
  140.     Top = 48
  141.     Width = 57
  142.     Height = 57
  143.     TabOrder = 6
  144.   end
  145.   object ListBox2: TListBox
  146.     Left = 520
  147.     Top = 120
  148.     Width = 33
  149.     Height = 17
  150.     ItemHeight = 13
  151.     TabOrder = 7
  152.   end
  153.   object ListBox3: TListBox
  154.     Left = 504
  155.     Top = 160
  156.     Width = 57
  157.     Height = 17
  158.     ItemHeight = 13
  159.     TabOrder = 8
  160.   end
  161. end
  162.