home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / QCARD250.ZIP / QC2000.EXE / 0 / RCDATA / TREGQC97DLG / TREGQC97DLG.txt
Text File  |  1998-06-12  |  2KB  |  93 lines

  1. object RegQC97Dlg: TRegQC97Dlg
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = '┼º∩┐╜∩┐╜∩┐╜∩┐╜┬╣ QuickCard'
  6.   ClientHeight = 230
  7.   ClientWidth = 337
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Bevel1: TBevel
  18.     Left = 9
  19.     Top = 9
  20.     Width = 319
  21.     Height = 173
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 32
  26.     Top = 19
  27.     Width = 278
  28.     Height = 46
  29.     AutoSize = False
  30.     Caption = 
  31.       '∩┐╜├┤∩┐╜Θºó∩┐╜∩┐╜∩┐╜∩┐╜┼╡∩┐╜∩┐╜Σ╗╣∩┐╜∩┐╜Σ╗╖∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╤╖∩┐╜∩┐╜∩┐╜∩┐╜┼╣∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ 7 ∩┐╜╤╣ ∩┐╜∩┐╜∩┐╜∩┐╜┼º∩┐╜' +
  32.       '∩┐╜∩┐╜∩┐╜┬╣∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╟╣∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╤║∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╪┤∩┐╜∩┐╜∩┐╜═º∩┐╜╪│  ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜' +
  33.       '∩┐╜∩┐╜═╣∩┐╜∩┐╜∩┐╜∩┐╜π╣¬∩┐╜═º∩┐╜∩┐╜╥º∩┐╜∩┐╜╥º∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╨í∩┐╜ OK '
  34.     WordWrap = True
  35.   end
  36.   object Label2: TLabel
  37.     Left = 48
  38.     Top = 72
  39.     Width = 257
  40.     Height = 41
  41.     AutoSize = False
  42.     Caption = 'Label2'
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object OKBtn: TButton
  50.     Left = 29
  51.     Top = 194
  52.     Width = 81
  53.     Height = 27
  54.     Caption = 'OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 0
  58.   end
  59.   object CancelBtn: TButton
  60.     Left = 115
  61.     Top = 194
  62.     Width = 81
  63.     Height = 27
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 1
  68.   end
  69.   object Edit1: TEdit
  70.     Left = 36
  71.     Top = 137
  72.     Width = 261
  73.     Height = 21
  74.     Font.Color = clWindowText
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.     TabOrder = 2
  80.     OnKeyPress = Edit1KeyPress
  81.   end
  82.   object RegBtn: TButton
  83.     Left = 203
  84.     Top = 194
  85.     Width = 105
  86.     Height = 27
  87.     Caption = '∩┐╜∩┐╜∩┐╜┼º∩┐╜∩┐╜∩┐╜∩┐╜┬╣...'
  88.     ModalResult = 2
  89.     TabOrder = 3
  90.     OnClick = RegBtnClick
  91.   end
  92. end
  93.