home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / AddrOrg / _SETUP.1 / ADO30.exe / 0 / RCDATA / TCODEDLG / TCODEDLG.txt
Text File  |  1999-12-09  |  1KB  |  69 lines

  1. object CodeDlg: TCodeDlg
  2.   Left = 207
  3.   Top = 205
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration Code'
  7.   ClientHeight = 141
  8.   ClientWidth = 236
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 9
  20.     Width = 92
  21.     Height = 13
  22.     Caption = 'Licensee Name:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 57
  27.     Width = 106
  28.     Height = 13
  29.     Caption = 'Registration Code:'
  30.   end
  31.   object Edit1: TEdit
  32.     Left = 8
  33.     Top = 27
  34.     Width = 220
  35.     Height = 20
  36.     TabOrder = 0
  37.   end
  38.   object OKBtn: TBitBtn
  39.     Left = 37
  40.     Top = 107
  41.     Width = 77
  42.     Height = 27
  43.     Caption = '&OK'
  44.     TabOrder = 2
  45.     OnClick = OKBtnClick
  46.     Kind = bkOK
  47.     Margin = 2
  48.     Spacing = -1
  49.   end
  50.   object CancelBtn: TBitBtn
  51.     Left = 123
  52.     Top = 107
  53.     Width = 77
  54.     Height = 27
  55.     Caption = '&Cancel'
  56.     TabOrder = 3
  57.     Kind = bkCancel
  58.     Margin = 2
  59.     Spacing = -1
  60.   end
  61.   object Edit2: TEdit
  62.     Left = 8
  63.     Top = 75
  64.     Width = 220
  65.     Height = 20
  66.     TabOrder = 1
  67.   end
  68. end
  69.