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

  1. object checkpmsgs: Tcheckpmsgs
  2.   Left = 280
  3.   Top = 113
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Check Private Msgs'
  6.   ClientHeight = 148
  7.   ClientWidth = 200
  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 = 40
  20.     Top = 64
  21.     Width = 121
  22.     Height = 15
  23.     Alignment = taCenter
  24.     Caption = 'Enter your password:'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -12
  28.     Font.Name = 'Arial'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 64
  34.     Top = 8
  35.     Width = 69
  36.     Height = 15
  37.     Alignment = taCenter
  38.     Caption = 'Select User:'
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -12
  42.     Font.Name = 'Arial'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object combobox1: TComboBox
  47.     Left = 40
  48.     Top = 24
  49.     Width = 121
  50.     Height = 27
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -13
  54.     Font.Name = 'Comic Sans MS'
  55.     Font.Style = [fsBold]
  56.     ItemHeight = 19
  57.     Items.Strings = (
  58.       '')
  59.     ParentFont = False
  60.     TabOrder = 0
  61.     Text = 'Select a name'
  62.     OnChange = combobox1Change
  63.     OnKeyPress = combobox1KeyPress
  64.   end
  65.   object Edit1: TEdit
  66.     Left = 32
  67.     Top = 80
  68.     Width = 137
  69.     Height = 24
  70.     Font.Charset = ANSI_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'Comic Sans MS'
  74.     Font.Style = [fsBold]
  75.     MaxLength = 5
  76.     ParentFont = False
  77.     PasswordChar = '*'
  78.     TabOrder = 1
  79.     OnKeyPress = Edit1KeyPress
  80.   end
  81.   object Button1: TButton
  82.     Left = 48
  83.     Top = 112
  84.     Width = 105
  85.     Height = 25
  86.     Caption = 'Check messages'
  87.     Font.Charset = ANSI_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.     TabOrder = 2
  94.     OnClick = Button1Click
  95.   end
  96.   object ListBox1: TListBox
  97.     Left = 56
  98.     Top = 272
  99.     Width = 89
  100.     Height = 1
  101.     ItemHeight = 13
  102.     TabOrder = 3
  103.     Visible = False
  104.   end
  105.   object Edit2: TEdit
  106.     Left = 40
  107.     Top = 252
  108.     Width = 105
  109.     Height = 21
  110.     TabOrder = 4
  111.     Visible = False
  112.     OnChange = Edit2Change
  113.   end
  114. end
  115.