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

  1. object mpasswchange: Tmpasswchange
  2.   Left = 298
  3.   Top = 118
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Change the master password'
  6.   ClientHeight = 159
  7.   ClientWidth = 324
  8.   Color = clInfoBk
  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 = 8
  20.     Width = 196
  21.     Height = 20
  22.     Caption = 'Enter the old password: '
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -16
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 16
  32.     Top = 32
  33.     Width = 161
  34.     Height = 13
  35.     Caption = '(The default password is '#39'1'#39')'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -8
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object Label3: TLabel
  44.     Left = 8
  45.     Top = 64
  46.     Width = 204
  47.     Height = 20
  48.     Caption = 'Enter the new password: '
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -16
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object Label4: TLabel
  57.     Left = 16
  58.     Top = 88
  59.     Width = 196
  60.     Height = 16
  61.     Caption = 'Re-enter the new password: '
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -13
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.   end
  69.   object Edit1: TEdit
  70.     Left = 216
  71.     Top = 8
  72.     Width = 97
  73.     Height = 21
  74.     MaxLength = 5
  75.     PasswordChar = '*'
  76.     TabOrder = 0
  77.     OnKeyPress = Edit1KeyPress
  78.   end
  79.   object Edit2: TEdit
  80.     Left = 216
  81.     Top = 64
  82.     Width = 97
  83.     Height = 21
  84.     MaxLength = 5
  85.     PasswordChar = '*'
  86.     TabOrder = 1
  87.     OnKeyPress = Edit2KeyPress
  88.   end
  89.   object Button1: TButton
  90.     Left = 104
  91.     Top = 120
  92.     Width = 97
  93.     Height = 25
  94.     Caption = 'Change!'
  95.     TabOrder = 3
  96.     OnClick = Button1Click
  97.   end
  98.   object ListBox1: TListBox
  99.     Left = 8
  100.     Top = 256
  101.     Width = 81
  102.     Height = 17
  103.     ItemHeight = 13
  104.     TabOrder = 4
  105.     Visible = False
  106.   end
  107.   object Memo1: TMemo
  108.     Left = 120
  109.     Top = 240
  110.     Width = 33
  111.     Height = 33
  112.     Lines.Strings = (
  113.       '2281')
  114.     TabOrder = 5
  115.     Visible = False
  116.   end
  117.   object ListBox2: TListBox
  118.     Left = 208
  119.     Top = 256
  120.     Width = 97
  121.     Height = 17
  122.     ItemHeight = 13
  123.     TabOrder = 6
  124.     Visible = False
  125.   end
  126.   object Memo2: TMemo
  127.     Left = 32
  128.     Top = 224
  129.     Width = 65
  130.     Height = 25
  131.     TabOrder = 7
  132.     Visible = False
  133.   end
  134.   object ListBox3: TListBox
  135.     Left = 200
  136.     Top = 232
  137.     Width = 81
  138.     Height = 17
  139.     ItemHeight = 13
  140.     TabOrder = 8
  141.     Visible = False
  142.   end
  143.   object Edit3: TEdit
  144.     Left = 216
  145.     Top = 88
  146.     Width = 97
  147.     Height = 21
  148.     MaxLength = 5
  149.     PasswordChar = '*'
  150.     TabOrder = 2
  151.   end
  152. end
  153.