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