home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd2.bin / Borland / interbase / IBConsole_src.ZIP / ibconsole / frmuAddCertificate.dfm / frmuAddCertificate.txt
Text File  |  2000-06-08  |  2KB  |  88 lines

  1. object frmAddCertificate: TfrmAddCertificate
  2.   Left = 166
  3.   Top = 317
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Add Certificate'
  8.   ClientHeight = 202
  9.   ClientWidth = 341
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   HelpFile = '1'
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnHelp = FormHelp
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lblCertificateKey: TLabel
  24.     Left = 15
  25.     Top = 126
  26.     Width = 71
  27.     Height = 13
  28.     Caption = 'Certificate &Key:'
  29.     FocusControl = edtCertificateKey
  30.   end
  31.   object lblCertificateID: TLabel
  32.     Left = 15
  33.     Top = 89
  34.     Width = 64
  35.     Height = 13
  36.     Caption = 'Certificate &ID:'
  37.     FocusControl = edtCertificateID
  38.   end
  39.   object edtCertificateID: TEdit
  40.     Left = 111
  41.     Top = 89
  42.     Width = 215
  43.     Height = 21
  44.     TabOrder = 0
  45.   end
  46.   object edtCertificateKey: TEdit
  47.     Left = 111
  48.     Top = 126
  49.     Width = 215
  50.     Height = 21
  51.     TabOrder = 1
  52.   end
  53.   object btnOK: TButton
  54.     Left = 140
  55.     Top = 162
  56.     Width = 75
  57.     Height = 25
  58.     Caption = '&OK'
  59.     Default = True
  60.     TabOrder = 2
  61.     OnClick = btnOKClick
  62.   end
  63.   object btnCancel: TButton
  64.     Left = 236
  65.     Top = 162
  66.     Width = 75
  67.     Height = 25
  68.     Caption = '&Cancel'
  69.     TabOrder = 3
  70.     OnClick = btnCancelClick
  71.   end
  72.   object memInstructions: TMemo
  73.     Left = 15
  74.     Top = 15
  75.     Width = 311
  76.     Height = 60
  77.     TabStop = False
  78.     BorderStyle = bsNone
  79.     Color = clSilver
  80.     Lines.Strings = (
  81.       'Please type in the Certificate ID and the Certificate'
  82.       'Key exactly as they appear on your license '
  83.       'agreement.')
  84.     ReadOnly = True
  85.     TabOrder = 4
  86.   end
  87. end
  88.