home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95DEVINF / DEVINFO.EXE / 0 / RCDATA / TDIKEYFORM / TDIKEYFORM.txt
Text File  |  1998-01-21  |  2KB  |  107 lines

  1. object DIKeyForm: TDIKeyForm
  2.   Left = 242
  3.   Top = 183
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 294
  7.   ClientWidth = 355
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnHide = FormHide
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object KeyLabel: TLabel
  19.     Left = 28
  20.     Top = 213
  21.     Width = 48
  22.     Height = 13
  23.     Caption = 'Enter key:'
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 15
  27.     Top = 196
  28.     Width = 325
  29.     Height = 4
  30.     Shape = bsTopLine
  31.   end
  32.   object Bevel2: TBevel
  33.     Left = 15
  34.     Top = 241
  35.     Width = 325
  36.     Height = 4
  37.     Shape = bsTopLine
  38.   end
  39.   object SorryLabel: TLabel
  40.     Left = 16
  41.     Top = 10
  42.     Width = 50
  43.     Height = 13
  44.     Caption = 'SorryLabel'
  45.   end
  46.   object httpLabel: TLabel
  47.     Left = 16
  48.     Top = 31
  49.     Width = 190
  50.     Height = 13
  51.     Caption = '      http://www.beyersdorf.com/'
  52.     Color = clBtnFace
  53.     Font.Color = clRed
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentColor = False
  58.     ParentFont = False
  59.   end
  60.   object KeyEdit: TEdit
  61.     Left = 88
  62.     Top = 210
  63.     Width = 236
  64.     Height = 21
  65.     MaxLength = 10
  66.     TabOrder = 2
  67.   end
  68.   object KeyRichEdit: TRichEdit
  69.     Left = 16
  70.     Top = 52
  71.     Width = 336
  72.     Height = 142
  73.     BorderStyle = bsNone
  74.     Color = clBtnFace
  75.     Enabled = False
  76.     ReadOnly = True
  77.     TabOrder = 3
  78.   end
  79.   object CancelBtn: TButton
  80.     Left = 192
  81.     Top = 257
  82.     Width = 75
  83.     Height = 25
  84.     Cancel = True
  85.     Caption = 'Abbrechen'
  86.     ModalResult = 2
  87.     TabOrder = 1
  88.   end
  89.   object OKBtn: TButton
  90.     Left = 88
  91.     Top = 257
  92.     Width = 75
  93.     Height = 25
  94.     Caption = 'OK'
  95.     Default = True
  96.     Enabled = False
  97.     ModalResult = 1
  98.     TabOrder = 0
  99.   end
  100.   object KeyTimer: TTimer
  101.     Enabled = False
  102.     OnTimer = KeyTimerTimer
  103.     Left = 284
  104.     Top = 252
  105.   end
  106. end
  107.