home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 May / Freesoft_1997-05_cd.bin / recenz / HOBBY / BIO / _SETUP.1 / mpw32.dll / RCDATA / TPREPAYFORM / TPREPAYFORM.txt
Text File  |  1997-07-11  |  4KB  |  159 lines

  1. object PrePayForm: TPrePayForm
  2.   Left = 243
  3.   Top = 111
  4.   HelpContext = 430
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'PrePayForm'
  8.   ClientHeight = 123
  9.   ClientWidth = 385
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  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 = 75
  24.     Caption = 'PRE-PAID REGISTRATION'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clMaroon
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     object LabelPassword: TLabel
  33.       Left = 9
  34.       Top = 26
  35.       Width = 60
  36.       Height = 13
  37.       AutoSize = False
  38.       Caption = '&Password:'
  39.       FocusControl = Password
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clBlack
  42.       Font.Height = -11
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = []
  45.       ParentFont = False
  46.     end
  47.     object LabelAuthCode: TLabel
  48.       Left = 9
  49.       Top = 51
  50.       Width = 72
  51.       Height = 13
  52.       AutoSize = False
  53.       Caption = 'Pre-Pay Code:'
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clBlack
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = []
  59.       ParentFont = False
  60.     end
  61.     object PrePayCode: TMPWAuthCodeEdit
  62.       Left = 84
  63.       Top = 46
  64.       Width = 277
  65.       Height = 21
  66.       Font.Charset = DEFAULT_CHARSET
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = []
  71.       ParentFont = False
  72.       PopupMenu = EditMenu
  73.       TabOrder = 1
  74.       OnChange = PrePayCodeChange
  75.       CharType = ctHexChars
  76.     end
  77.     object Password: TMPWEdit
  78.       Left = 84
  79.       Top = 24
  80.       Width = 277
  81.       Height = 21
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clBlack
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       MaxLength = 32
  89.       TabOrder = 0
  90.       PopupMenu = EditMenu
  91.       OnChange = PasswordChange
  92.       CharCase = ecUpperCase
  93.     end
  94.   end
  95.   object FinishButton: TButton
  96.     Left = 321
  97.     Top = 94
  98.     Width = 56
  99.     Height = 25
  100.     Caption = '&Finish'
  101.     Enabled = False
  102.     TabOrder = 1
  103.     OnClick = FinishButtonClick
  104.   end
  105.   object CancelButton: TButton
  106.     Left = 262
  107.     Top = 94
  108.     Width = 56
  109.     Height = 25
  110.     Caption = '&Cancel'
  111.     ModalResult = 2
  112.     TabOrder = 3
  113.   end
  114.   object HelpButton: TButton
  115.     Left = 203
  116.     Top = 94
  117.     Width = 56
  118.     Height = 25
  119.     Caption = '&Help'
  120.     TabOrder = 2
  121.     OnClick = HelpButtonClick
  122.   end
  123.   object EditMenu: TPopupMenu
  124.     OnPopup = EditMenuPopup
  125.     Left = 8
  126.     Top = 92
  127.     object EditUndo: TMenuItem
  128.       Caption = '&Undo'
  129.       OnClick = EditUndoClick
  130.     end
  131.     object EditBar1: TMenuItem
  132.       Caption = '-'
  133.     end
  134.     object EditCut: TMenuItem
  135.       Caption = 'Cu&t'
  136.       OnClick = EditCutClick
  137.     end
  138.     object EditCopy: TMenuItem
  139.       Caption = '&Copy'
  140.       OnClick = EditCopyClick
  141.     end
  142.     object EditPaste: TMenuItem
  143.       Caption = '&Paste'
  144.       OnClick = EditPasteClick
  145.     end
  146.     object EditDelete: TMenuItem
  147.       Caption = '&Delete'
  148.       OnClick = EditDeleteClick
  149.     end
  150.     object EditBar2: TMenuItem
  151.       Caption = '-'
  152.     end
  153.     object EditSelectAll: TMenuItem
  154.       Caption = 'Select &All'
  155.       OnClick = EditSelectAllClick
  156.     end
  157.   end
  158. end
  159.