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.NL / 0 / RCDATA / TDPPATCHFORM / TDPPATCHFORM.txt
Text File  |  2003-02-05  |  2KB  |  85 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.     TabIndex = 1
  9.     inherited TabSheet1: TTabSheet
  10.       object Label2: TLabel [1]
  11.         Left = 8
  12.         Top = 32
  13.         Width = 31
  14.         Height = 13
  15.         Caption = '&Offset:'
  16.       end
  17.       object edOffset: TIntegerEdit
  18.         Left = 60
  19.         Top = 28
  20.         Width = 93
  21.         Height = 21
  22.         TabOrder = 1
  23.         Value = 0
  24.       end
  25.     end
  26.     object TabSheet2: TTabSheet
  27.       Caption = 'Data'
  28.       ImageIndex = 1
  29.       object Label3: TLabel
  30.         Left = 7
  31.         Top = 5
  32.         Width = 75
  33.         Height = 13
  34.         Caption = 'Weergeven als:'
  35.       end
  36.       object lblDataLength: TLabel
  37.         Left = 8
  38.         Top = 117
  39.         Width = 265
  40.         Height = 13
  41.         AutoSize = False
  42.         Caption = '0 bytes'
  43.       end
  44.       object memData: TMemo
  45.         Left = 5
  46.         Top = 24
  47.         Width = 275
  48.         Height = 89
  49.         Font.Charset = ANSI_CHARSET
  50.         Font.Color = clWindowText
  51.         Font.Height = -13
  52.         Font.Name = 'Courier New'
  53.         Font.Style = []
  54.         ParentFont = False
  55.         ScrollBars = ssVertical
  56.         TabOrder = 2
  57.         WordWrap = False
  58.         OnChange = memDataChange
  59.         OnKeyPress = memDataKeyPress
  60.       end
  61.       object rbViewHex: TRadioButton
  62.         Left = 88
  63.         Top = 4
  64.         Width = 73
  65.         Height = 17
  66.         Caption = 'He&x'
  67.         Checked = True
  68.         TabOrder = 0
  69.         TabStop = True
  70.         OnClick = rbViewHexClick
  71.       end
  72.       object rbViewASCII: TRadioButton
  73.         Tag = 1
  74.         Left = 176
  75.         Top = 4
  76.         Width = 97
  77.         Height = 17
  78.         Caption = '&ASCII'
  79.         TabOrder = 1
  80.         OnClick = rbViewHexClick
  81.       end
  82.     end
  83.   end
  84. end
  85.