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

  1. object logform: Tlogform
  2.   Left = 438
  3.   Top = 173
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Public Message Log'
  6.   ClientHeight = 327
  7.   ClientWidth = 266
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 272
  20.     Width = 245
  21.     Height = 13
  22.     Caption = 'Enter the master password to clear the log:'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Memo1: TMemo
  31.     Left = 8
  32.     Top = 8
  33.     Width = 249
  34.     Height = 217
  35.     ReadOnly = True
  36.     ScrollBars = ssVertical
  37.     TabOrder = 1
  38.   end
  39.   object Button1: TButton
  40.     Left = 72
  41.     Top = 232
  42.     Width = 121
  43.     Height = 25
  44.     Caption = 'Clear the log'
  45.     TabOrder = 2
  46.     OnClick = Button1Click
  47.   end
  48.   object Edit1: TEdit
  49.     Left = 80
  50.     Top = 288
  51.     Width = 105
  52.     Height = 21
  53.     MaxLength = 5
  54.     PasswordChar = '*'
  55.     TabOrder = 0
  56.     OnKeyPress = Edit1KeyPress
  57.   end
  58.   object ListBox1: TListBox
  59.     Left = 344
  60.     Top = 48
  61.     Width = 73
  62.     Height = 25
  63.     ItemHeight = 13
  64.     TabOrder = 3
  65.   end
  66.   object Memo2: TMemo
  67.     Left = 344
  68.     Top = 168
  69.     Width = 73
  70.     Height = 25
  71.     Lines.Strings = (
  72.       '2281')
  73.     TabOrder = 4
  74.   end
  75.   object ListBox2: TListBox
  76.     Left = 344
  77.     Top = 208
  78.     Width = 89
  79.     Height = 25
  80.     ItemHeight = 13
  81.     TabOrder = 5
  82.   end
  83. end
  84.