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.de
/
0
/
RCDATA
/
TDPPATCHFORM
/
TDPPATCHFORM.txt
Wrap
Text File
|
2003-02-05
|
2KB
|
85 lines
inherited dpPatchForm: TdpPatchForm
ActiveControl = rbViewHex
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
inherited PageControl1: TPageControl
ActivePage = TabSheet2
TabIndex = 1
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 = 63
Height = 13
Caption = 'Anzeigen als:'
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 = 80
Top = 4
Width = 73
Height = 17
Caption = 'He&x'
Checked = True
TabOrder = 0
TabStop = True
OnClick = rbViewHexClick
end
object rbViewASCII: TRadioButton
Tag = 1
Left = 168
Top = 4
Width = 113
Height = 17
Caption = '&ASCII'
TabOrder = 1
OnClick = rbViewHexClick
end
end
end
end