home *** CD-ROM | disk | FTP | other *** search
- inherited dpPatchForm: TdpPatchForm
- ActiveControl = rbViewHex
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- inherited PageControl1: TPageControl
- ActivePage = TabSheet2
- inherited TabSheet1: TTabSheet
- object Label2: TLabel [1]
- Left = 8
- Top = 32
- Width = 31
- Height = 13
- Caption = '&Offset:'
- end
- object edOffset: TIntegerEdit
- Left = 60
- Top = 28
- Width = 93
- Height = 21
- TabOrder = 1
- Value = 0
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Data'
- ImageIndex = 1
- object Label3: TLabel
- Left = 7
- Top = 5
- Width = 40
- Height = 13
- Caption = 'View as:'
- end
- object lblDataLength: TLabel
- Left = 8
- Top = 117
- Width = 265
- Height = 13
- AutoSize = False
- Caption = '0 bytes'
- end
- object memData: TMemo
- Left = 5
- Top = 24
- Width = 275
- Height = 89
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 2
- WordWrap = False
- OnChange = memDataChange
- OnKeyPress = memDataKeyPress
- end
- object rbViewHex: TRadioButton
- Left = 56
- Top = 4
- Width = 81
- Height = 17
- Caption = 'He&x'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rbViewHexClick
- end
- object rbViewASCII: TRadioButton
- Tag = 1
- Left = 152
- Top = 4
- Width = 113
- Height = 17
- Caption = '&ASCII'
- TabOrder = 1
- OnClick = rbViewHexClick
- end
- end
- end
- end
-