home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Programming / exesc610.lzh / EXESCOPE.EXE / 0 / RCDATA / TFVEREDIT / TFVEREDIT.txt
Encoding:
Text File  |  2000-10-28  |  1.3 KB  |  71 lines

  1. object FVerEdit: TFVerEdit
  2.   Left = 228
  3.   Top = 238
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'VersionInfo'
  7.   ClientHeight = 95
  8.   ClientWidth = 313
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Label1: TLabel
  22.     Left = 4
  23.     Top = 11
  24.     Width = 19
  25.     Height = 12
  26.     Caption = 'Key'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 4
  30.     Top = 37
  31.     Width = 29
  32.     Height = 12
  33.     Caption = 'Value'
  34.   end
  35.   object KeyEdit: TEdit
  36.     Left = 40
  37.     Top = 8
  38.     Width = 265
  39.     Height = 20
  40.     ImeName = 'MSIME95'
  41.     TabOrder = 0
  42.   end
  43.   object ValEdit: TEdit
  44.     Left = 40
  45.     Top = 34
  46.     Width = 265
  47.     Height = 20
  48.     ImeName = 'MSIME95'
  49.     TabOrder = 1
  50.   end
  51.   object OKBtn: TButton
  52.     Left = 80
  53.     Top = 64
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     ModalResult = 1
  58.     TabOrder = 2
  59.     OnClick = OKBtnClick
  60.   end
  61.   object CancelBtn: TButton
  62.     Left = 176
  63.     Top = 64
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 3
  69.   end
  70. end
  71.