home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Programming / exesc610.lzh / EXESCOPE.EXE / 0 / RCDATA / TFREG / TFREG.txt
Text File  |  2000-10-28  |  1KB  |  70 lines

  1. object FReg: TFReg
  2.   Left = 238
  3.   Top = 149
  4.   BorderIcons = [biSystemMenu]
  5.   AutoScroll = False
  6.   Caption = 'Regist'
  7.   ClientHeight = 122
  8.   ClientWidth = 242
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object Label1: TLabel
  20.     Left = 10
  21.     Top = 12
  22.     Width = 56
  23.     Height = 12
  24.     Caption = 'Your Name'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 56
  28.     Top = 44
  29.     Width = 11
  30.     Height = 12
  31.     Caption = 'ID'
  32.   end
  33.   object NameEdit: TEdit
  34.     Left = 78
  35.     Top = 8
  36.     Width = 150
  37.     Height = 20
  38.     ImeName = 'MSIME95'
  39.     TabOrder = 0
  40.   end
  41.   object IDEdit: TEdit
  42.     Left = 78
  43.     Top = 40
  44.     Width = 150
  45.     Height = 20
  46.     ImeName = 'MSIME95'
  47.     PasswordChar = '*'
  48.     TabOrder = 1
  49.   end
  50.   object RegBtn: TButton
  51.     Left = 40
  52.     Top = 80
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     TabOrder = 2
  58.     OnClick = RegBtnClick
  59.   end
  60.   object CancelBtn: TButton
  61.     Left = 128
  62.     Top = 80
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 3
  68.   end
  69. end
  70.