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

  1. object todo: Ttodo
  2.   Left = 213
  3.   Top = 129
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'The To Do list'
  6.   ClientHeight = 323
  7.   ClientWidth = 426
  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.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 232
  20.     Top = 16
  21.     Width = 183
  22.     Height = 16
  23.     Caption = 'Enter what you need to do:'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clRed
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 248
  33.     Top = 120
  34.     Width = 145
  35.     Height = 140
  36.     Alignment = taCenter
  37.     Caption = 
  38.       'Enter in what you need to do to add it to the list. To remove an' +
  39.       ' item, highlight it then click the remove button.'
  40.     Color = 14547961
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clBlue
  43.     Font.Height = -16
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentColor = False
  47.     ParentFont = False
  48.     WordWrap = True
  49.   end
  50.   object Label3: TLabel
  51.     Left = 48
  52.     Top = 8
  53.     Width = 133
  54.     Height = 24
  55.     Caption = 'You need to...'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clBlue
  58.     Font.Height = -19
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.   end
  63.   object ListBox1: TListBox
  64.     Left = 8
  65.     Top = 32
  66.     Width = 217
  67.     Height = 241
  68.     ItemHeight = 13
  69.     TabOrder = 0
  70.   end
  71.   object Edit1: TEdit
  72.     Left = 232
  73.     Top = 40
  74.     Width = 185
  75.     Height = 21
  76.     MaxLength = 35
  77.     TabOrder = 1
  78.   end
  79.   object Button1: TButton
  80.     Left = 56
  81.     Top = 288
  82.     Width = 121
  83.     Height = 25
  84.     Caption = 'Remove Item'
  85.     TabOrder = 2
  86.     OnClick = Button1Click
  87.   end
  88.   object Button2: TButton
  89.     Left = 280
  90.     Top = 72
  91.     Width = 89
  92.     Height = 25
  93.     Caption = 'Add Item'
  94.     TabOrder = 3
  95.     OnClick = Button2Click
  96.   end
  97. end
  98.