1 |
object Form8: TForm8 |
2 |
Left = 0 |
3 |
Top = 0 |
4 |
AutoScroll = False |
5 |
BorderStyle = bsSizeToolWin |
6 |
Caption = 'Form8' |
7 |
ClientHeight = 617 |
8 |
ClientWidth = 714 |
9 |
Color = clBtnFace |
10 |
Font.Charset = DEFAULT_CHARSET |
11 |
Font.Color = clWindowText |
12 |
Font.Height = -11 |
13 |
Font.Name = 'Tahoma' |
14 |
Font.Style = [] |
15 |
OldCreateOrder = False |
16 |
OnCloseQuery = FormCloseQuery |
17 |
OnCreate = FormCreate |
18 |
PixelsPerInch = 96 |
19 |
TextHeight = 13 |
20 |
object Splitter1: TSplitter |
21 |
Left = 161 |
22 |
Top = 0 |
23 |
Width = 9 |
24 |
Height = 617 |
25 |
Beveled = True |
26 |
end |
27 |
object hex: TMPHexEditor |
28 |
Left = 170 |
29 |
Top = 0 |
30 |
Width = 544 |
31 |
Height = 617 |
32 |
Cursor = crIBeam |
33 |
Align = alClient |
34 |
Font.Charset = DEFAULT_CHARSET |
35 |
Font.Color = clWindowText |
36 |
Font.Height = -16 |
37 |
Font.Name = 'Courier' |
38 |
Font.Style = [] |
39 |
ParentFont = False |
40 |
ScrollBars = ssVertical |
41 |
TabOrder = 1 |
42 |
BytesPerRow = 16 |
43 |
Translation = tkASCII |
44 |
OffsetFormat = '6!10:0x|' |
45 |
Colors.Background = clWindow |
46 |
Colors.ChangedBackground = clWindow |
47 |
Colors.ChangedText = clRed |
48 |
Colors.CursorFrame = clNavy |
49 |
Colors.Offset = clBlack |
50 |
Colors.OddColumn = clBlue |
51 |
Colors.EvenColumn = clNavy |
52 |
Colors.CurrentOffsetBackground = clBtnShadow |
53 |
Colors.OffsetBackGround = clBtnFace |
54 |
Colors.CurrentOffset = clBtnHighlight |
55 |
Colors.Grid = clBtnFace |
56 |
Colors.NonFocusCursorFrame = clAqua |
57 |
Colors.ActiveFieldBackground = clWindow |
58 |
FocusFrame = True |
59 |
AllowInsertMode = False |
60 |
DrawGridLines = False |
61 |
Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' |
62 |
ShowPositionIfNotFocused = True |
63 |
end |
64 |
object list: TListBox |
65 |
Left = 0 |
66 |
Top = 0 |
67 |
Width = 161 |
68 |
Height = 617 |
69 |
Align = alLeft |
70 |
ItemHeight = 13 |
71 |
TabOrder = 0 |
72 |
OnClick = listClick |
73 |
end |
74 |
end |