home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / ebmen.exe / %MAINDIR% / ebm.exe / 0 / RCDATA / TDLGREGISTRATION / TDLGREGISTRATION.txt
Encoding:
Text File  |  2001-06-29  |  2.3 KB  |  139 lines

  1. object DlgRegistration: TDlgRegistration
  2.   Left = 309
  3.   Top = 220
  4.   ActiveControl = EditUser
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 157
  7.   ClientWidth = 361
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object LabUser: TLabel
  20.     Tag = 3450
  21.     Left = 16
  22.     Top = 14
  23.     Width = 48
  24.     Height = 16
  25.     Caption = '∩┐╜├╗∩┐╜∩┐╜∩┐╜'
  26.   end
  27.   object LabReg: TLabel
  28.     Tag = 3451
  29.     Left = 16
  30.     Top = 66
  31.     Width = 4
  32.     Height = 16
  33.   end
  34.   object Label1: TLabel
  35.     Left = 62
  36.     Top = 88
  37.     Width = 4
  38.     Height = 16
  39.     Caption = '-'
  40.   end
  41.   object Label2: TLabel
  42.     Left = 118
  43.     Top = 88
  44.     Width = 4
  45.     Height = 16
  46.     Caption = '-'
  47.   end
  48.   object Label3: TLabel
  49.     Left = 174
  50.     Top = 88
  51.     Width = 4
  52.     Height = 16
  53.     Caption = '-'
  54.   end
  55.   object EditUser: TEdit
  56.     Left = 16
  57.     Top = 30
  58.     Width = 287
  59.     Height = 24
  60.     TabOrder = 0
  61.     OnChange = EditUserChange
  62.   end
  63.   object EditReg1: TEdit
  64.     Left = 16
  65.     Top = 84
  66.     Width = 40
  67.     Height = 24
  68.     MaxLength = 4
  69.     TabOrder = 1
  70.     OnChange = ChageFocus
  71.   end
  72.   object BtnOK: TButton
  73.     Tag = 8000
  74.     Left = 42
  75.     Top = 130
  76.     Width = 75
  77.     Height = 21
  78.     Default = True
  79.     Enabled = False
  80.     ModalResult = 1
  81.     TabOrder = 5
  82.     OnClick = BtnOKClick
  83.   end
  84.   object BtnCancel: TButton
  85.     Tag = 8001
  86.     Left = 122
  87.     Top = 130
  88.     Width = 75
  89.     Height = 21
  90.     ModalResult = 2
  91.     TabOrder = 6
  92.   end
  93.   object BtnHelp: TButton
  94.     Tag = 8106
  95.     Left = 200
  96.     Top = 130
  97.     Width = 75
  98.     Height = 21
  99.     TabOrder = 7
  100.     OnClick = BtnHelpClick
  101.   end
  102.   object EditReg2: TEdit
  103.     Left = 72
  104.     Top = 84
  105.     Width = 40
  106.     Height = 24
  107.     MaxLength = 4
  108.     TabOrder = 2
  109.     OnChange = ChageFocus
  110.   end
  111.   object EditReg3: TEdit
  112.     Left = 128
  113.     Top = 84
  114.     Width = 40
  115.     Height = 24
  116.     MaxLength = 4
  117.     TabOrder = 3
  118.     OnChange = ChageFocus
  119.   end
  120.   object EditReg4: TEdit
  121.     Left = 184
  122.     Top = 84
  123.     Width = 40
  124.     Height = 24
  125.     MaxLength = 4
  126.     TabOrder = 4
  127.     OnChange = ChageFocus
  128.   end
  129.   object BtnBuyOnline: TButton
  130.     Tag = 8119
  131.     Left = 280
  132.     Top = 130
  133.     Width = 75
  134.     Height = 21
  135.     TabOrder = 8
  136.     OnClick = BtnBuyOnlineClick
  137.   end
  138. end
  139.