home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / KEYINFO / MAIN.dfm / MAIN.txt
Text File  |  1998-05-14  |  2KB  |  138 lines

  1. object MainForm: TMainForm
  2.   Left = 199
  3.   Top = 99
  4.   AutoScroll = False
  5.   Caption = 'Key Info'
  6.   ClientHeight = 305
  7.   ClientWidth = 503
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   OnKeyDown = FormKeyDown
  17.   OnKeyPress = FormKeyPress
  18.   OnKeyUp = FormKeyUp
  19.   PixelsPerInch = 120
  20.   TextHeight = 20
  21.   object Bevel5: TBevel
  22.     Left = 10
  23.     Top = 20
  24.     Width = 181
  25.     Height = 81
  26.     Style = bsRaised
  27.   end
  28.   object Bevel4: TBevel
  29.     Left = 320
  30.     Top = 20
  31.     Width = 161
  32.     Height = 151
  33.     Style = bsRaised
  34.   end
  35.   object Bevel3: TBevel
  36.     Left = 200
  37.     Top = 180
  38.     Width = 281
  39.     Height = 61
  40.   end
  41.   object Bevel2: TBevel
  42.     Left = 200
  43.     Top = 110
  44.     Width = 111
  45.     Height = 63
  46.   end
  47.   object Bevel1: TBevel
  48.     Left = 200
  49.     Top = 20
  50.     Width = 111
  51.     Height = 81
  52.   end
  53.   object Label2: TLabel
  54.     Left = 20
  55.     Top = 50
  56.     Width = 157
  57.     Height = 20
  58.     Caption = 'Keypress character'
  59.   end
  60.   object CharLabel: TLabel
  61.     Left = 210
  62.     Top = 40
  63.     Width = 91
  64.     Height = 46
  65.     Alignment = taCenter
  66.     AutoSize = False
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clBlack
  69.     Font.Height = -40
  70.     Font.Name = 'Arial'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object Label3: TLabel
  75.     Left = 40
  76.     Top = 130
  77.     Width = 125
  78.     Height = 20
  79.     Caption = 'Key down value'
  80.   end
  81.   object Label4: TLabel
  82.     Left = 40
  83.     Top = 200
  84.     Width = 117
  85.     Height = 20
  86.     Caption = 'Key down shift'
  87.   end
  88.   object ValueLabel: TLabel
  89.     Left = 220
  90.     Top = 130
  91.     Width = 71
  92.     Height = 20
  93.     Alignment = taCenter
  94.     AutoSize = False
  95.   end
  96.   object ShiftLabel: TLabel
  97.     Left = 230
  98.     Top = 200
  99.     Width = 201
  100.     Height = 20
  101.     AutoSize = False
  102.   end
  103.   object Label1: TLabel
  104.     Left = 330
  105.     Top = 30
  106.     Width = 141
  107.     Height = 131
  108.     AutoSize = False
  109.     Caption = 
  110.       'Press any key, and hold down Shift, Alt, and Ctrl keys to see th' +
  111.       'eir ASCII and virtual key values.'
  112.     WordWrap = True
  113.   end
  114.   object Bevel6: TBevel
  115.     Left = 10
  116.     Top = 110
  117.     Width = 181
  118.     Height = 61
  119.     Style = bsRaised
  120.   end
  121.   object Bevel7: TBevel
  122.     Left = 10
  123.     Top = 180
  124.     Width = 181
  125.     Height = 61
  126.     Style = bsRaised
  127.   end
  128.   object CloseButton: TBitBtn
  129.     Left = 370
  130.     Top = 250
  131.     Width = 111
  132.     Height = 41
  133.     Caption = 'Close'
  134.     TabOrder = 0
  135.     Kind = bkClose
  136.   end
  137. end
  138.