home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / MultiCopy.exe / 0 / RCDATA / TDPPATCHFORM / TDPPATCHFORM.txt
Encoding:
Text File  |  2003-02-06  |  1.8 KB  |  84 lines

  1. inherited dpPatchForm: TdpPatchForm
  2.   ActiveControl = rbViewHex
  3.   OnCreate = FormCreate
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited PageControl1: TPageControl
  7.     ActivePage = TabSheet2
  8.     inherited TabSheet1: TTabSheet
  9.       object Label2: TLabel [1]
  10.         Left = 8
  11.         Top = 32
  12.         Width = 31
  13.         Height = 13
  14.         Caption = '&Offset:'
  15.       end
  16.       object edOffset: TIntegerEdit
  17.         Left = 60
  18.         Top = 28
  19.         Width = 93
  20.         Height = 21
  21.         TabOrder = 1
  22.         Value = 0
  23.       end
  24.     end
  25.     object TabSheet2: TTabSheet
  26.       Caption = 'Data'
  27.       ImageIndex = 1
  28.       object Label3: TLabel
  29.         Left = 7
  30.         Top = 5
  31.         Width = 40
  32.         Height = 13
  33.         Caption = 'View as:'
  34.       end
  35.       object lblDataLength: TLabel
  36.         Left = 8
  37.         Top = 117
  38.         Width = 265
  39.         Height = 13
  40.         AutoSize = False
  41.         Caption = '0 bytes'
  42.       end
  43.       object memData: TMemo
  44.         Left = 5
  45.         Top = 24
  46.         Width = 275
  47.         Height = 89
  48.         Font.Charset = ANSI_CHARSET
  49.         Font.Color = clWindowText
  50.         Font.Height = -13
  51.         Font.Name = 'Courier New'
  52.         Font.Style = []
  53.         ParentFont = False
  54.         ScrollBars = ssVertical
  55.         TabOrder = 2
  56.         WordWrap = False
  57.         OnChange = memDataChange
  58.         OnKeyPress = memDataKeyPress
  59.       end
  60.       object rbViewHex: TRadioButton
  61.         Left = 56
  62.         Top = 4
  63.         Width = 81
  64.         Height = 17
  65.         Caption = 'He&x'
  66.         Checked = True
  67.         TabOrder = 0
  68.         TabStop = True
  69.         OnClick = rbViewHexClick
  70.       end
  71.       object rbViewASCII: TRadioButton
  72.         Tag = 1
  73.         Left = 152
  74.         Top = 4
  75.         Width = 113
  76.         Height = 17
  77.         Caption = '&ASCII'
  78.         TabOrder = 1
  79.         OnClick = rbViewHexClick
  80.       end
  81.     end
  82.   end
  83. end
  84.