home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / NetTimePro / Mpw32.dl_ / Mpw32.dl / RCDATA / TMANUALFORM / TMANUALFORM.txt
Text File  |  1997-05-14  |  4KB  |  192 lines

  1. object ManualForm: TManualForm
  2.   Left = 275
  3.   Top = 110
  4.   HelpContext = 420
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'ManualForm'
  8.   ClientHeight = 153
  9.   ClientWidth = 386
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   WindowState = wsMinimized
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Frame: TGroupBox
  20.     Left = 8
  21.     Top = 12
  22.     Width = 369
  23.     Height = 100
  24.     Caption = 'MANUAL / RE-REGISTRATION'
  25.     Font.Color = clMaroon
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     object LabelPassword: TLabel
  32.       Left = 9
  33.       Top = 26
  34.       Width = 60
  35.       Height = 13
  36.       AutoSize = False
  37.       Caption = '&Password:'
  38.       FocusControl = Password
  39.       Font.Color = clBlack
  40.       Font.Height = -11
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = []
  43.       ParentFont = False
  44.     end
  45.     object LabelAuthCode1: TLabel
  46.       Left = 9
  47.       Top = 51
  48.       Width = 72
  49.       Height = 13
  50.       AutoSize = False
  51.       Caption = 'Auth. Code &1:'
  52.       FocusControl = AuthCode1
  53.       Font.Color = clBlack
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentFont = False
  58.     end
  59.     object LabelAuthCode2: TLabel
  60.       Left = 9
  61.       Top = 75
  62.       Width = 72
  63.       Height = 13
  64.       AutoSize = False
  65.       Caption = 'Auth. Code &2:'
  66.       FocusControl = AuthCode1
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = []
  71.       ParentFont = False
  72.     end
  73.     object Password: TMPWEdit
  74.       Left = 84
  75.       Top = 24
  76.       Width = 277
  77.       Height = 21
  78.       Font.Color = clBlack
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = []
  82.       ParentFont = False
  83.       MaxLength = 32
  84.       TabOrder = 0
  85.       PopupMenu = EditMenu
  86.       OnChange = PasswordChange
  87.       CharCase = ecUpperCase
  88.     end
  89.     object AuthCode1: TMPWAuthCodeEdit
  90.       Left = 84
  91.       Top = 47
  92.       Width = 277
  93.       Height = 21
  94.       Font.Color = clBlack
  95.       Font.Height = -11
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = []
  98.       ParentFont = False
  99.       PopupMenu = EditMenu
  100.       TabOrder = 1
  101.       OnChange = AuthCode1Change
  102.       CharType = ctAuthChars
  103.     end
  104.     object AuthCode2: TMPWAuthCodeEdit
  105.       Left = 84
  106.       Top = 70
  107.       Width = 277
  108.       Height = 21
  109.       Font.Color = clBlack
  110.       Font.Height = -11
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = []
  113.       ParentFont = False
  114.       PopupMenu = EditMenu
  115.       TabOrder = 2
  116.       OnChange = AuthCode2Change
  117.       CharType = ctAuthChars
  118.     end
  119.   end
  120.   object FinishButton: TButton
  121.     Left = 321
  122.     Top = 120
  123.     Width = 56
  124.     Height = 25
  125.     Caption = '&Finish'
  126.     Enabled = False
  127.     TabOrder = 1
  128.     OnClick = FinishButtonClick
  129.   end
  130.   object CancelButton: TButton
  131.     Left = 262
  132.     Top = 120
  133.     Width = 56
  134.     Height = 25
  135.     Caption = '&Cancel'
  136.     ModalResult = 2
  137.     TabOrder = 3
  138.   end
  139.   object HelpButton: TButton
  140.     Left = 203
  141.     Top = 120
  142.     Width = 56
  143.     Height = 25
  144.     Caption = '&Help'
  145.     TabOrder = 2
  146.     OnClick = HelpButtonClick
  147.   end
  148.   object EditMenu: TPopupMenu
  149.     OnPopup = EditMenuPopup
  150.     Left = 8
  151.     Top = 118
  152.     object EditUndo: TMenuItem
  153.       Caption = '&Undo'
  154.       ShortCut = 0
  155.       OnClick = EditUndoClick
  156.     end
  157.     object EditBar1: TMenuItem
  158.       Caption = '-'
  159.       ShortCut = 0
  160.     end
  161.     object EditCut: TMenuItem
  162.       Caption = 'Cu&t'
  163.       ShortCut = 0
  164.       OnClick = EditCutClick
  165.     end
  166.     object EditCopy: TMenuItem
  167.       Caption = '&Copy'
  168.       ShortCut = 0
  169.       OnClick = EditCopyClick
  170.     end
  171.     object EditPaste: TMenuItem
  172.       Caption = '&Paste'
  173.       ShortCut = 0
  174.       OnClick = EditPasteClick
  175.     end
  176.     object EditDelete: TMenuItem
  177.       Caption = '&Delete'
  178.       ShortCut = 0
  179.       OnClick = EditDeleteClick
  180.     end
  181.     object EditBar2: TMenuItem
  182.       Caption = '-'
  183.       ShortCut = 0
  184.     end
  185.     object EditSelectAll: TMenuItem
  186.       Caption = 'Select &All'
  187.       ShortCut = 0
  188.       OnClick = EditSelectAllClick
  189.     end
  190.   end
  191. end
  192.