1 |
inherited Form_BinEdit: TForm_BinEdit |
2 |
Caption = 'BinEdit' |
3 |
OnCloseQuery = FormCloseQuery |
4 |
OnCreate = FormCreate |
5 |
OnKeyUp = FormKeyUp |
6 |
PixelsPerInch = 96 |
7 |
TextHeight = 13 |
8 |
inherited panel_files: TPanel |
9 |
inherited filelist: TListBox |
10 |
ExplicitHeight = 256 |
11 |
end |
12 |
end |
13 |
inherited content: TPanel |
14 |
object Splitter2: TSplitter |
15 |
Left = 0 |
16 |
Top = 209 |
17 |
Width = 283 |
18 |
Height = 9 |
19 |
Cursor = crVSplit |
20 |
Align = alTop |
21 |
AutoSnap = False |
22 |
Beveled = True |
23 |
MinSize = 40 |
24 |
ExplicitWidth = 425 |
25 |
end |
26 |
object Splitter3: TSplitter |
27 |
Left = 0 |
28 |
Top = 318 |
29 |
Width = 283 |
30 |
Height = 8 |
31 |
Cursor = crVSplit |
32 |
Align = alBottom |
33 |
AutoSnap = False |
34 |
Beveled = True |
35 |
MinSize = 40 |
36 |
ExplicitLeft = -9 |
37 |
ExplicitTop = 430 |
38 |
ExplicitWidth = 425 |
39 |
end |
40 |
object hex: TMPHexEditor |
41 |
Left = 0 |
42 |
Top = 0 |
43 |
Width = 283 |
44 |
Height = 209 |
45 |
Cursor = crIBeam |
46 |
Align = alTop |
47 |
Font.Charset = DEFAULT_CHARSET |
48 |
Font.Color = clWindowText |
49 |
Font.Height = -16 |
50 |
Font.Name = 'Courier' |
51 |
Font.Style = [] |
52 |
OnKeyUp = hexKeyUp |
53 |
ParentFont = False |
54 |
TabOrder = 0 |
55 |
BytesPerRow = 16 |
56 |
Translation = tkASCII |
57 |
OffsetFormat = '6!10:0x|' |
58 |
Colors.Background = clWindow |
59 |
Colors.ChangedBackground = clWindow |
60 |
Colors.ChangedText = clRed |
61 |
Colors.CursorFrame = clNavy |
62 |
Colors.Offset = clBlack |
63 |
Colors.OddColumn = clBlue |
64 |
Colors.EvenColumn = clNavy |
65 |
Colors.CurrentOffsetBackground = clBtnShadow |
66 |
Colors.OffsetBackGround = clBtnFace |
67 |
Colors.CurrentOffset = clBtnHighlight |
68 |
Colors.Grid = clBtnFace |
69 |
Colors.NonFocusCursorFrame = clAqua |
70 |
Colors.ActiveFieldBackground = clWindow |
71 |
FocusFrame = True |
72 |
NoSizeChange = True |
73 |
AllowInsertMode = False |
74 |
DrawGridLines = False |
75 |
Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' |
76 |
OnChange = hexChange |
77 |
ShowPositionIfNotFocused = True |
78 |
OnSelectionChanged = hexSelectionChanged |
79 |
end |
80 |
object value_viewer: TWrapGrid |
81 |
Left = 0 |
82 |
Top = 218 |
83 |
Width = 283 |
84 |
Height = 100 |
85 |
Align = alClient |
86 |
ColCount = 1 |
87 |
DefaultColWidth = 80 |
88 |
DefaultRowHeight = 18 |
89 |
FixedCols = 0 |
90 |
RowCount = 8 |
91 |
FixedRows = 0 |
92 |
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing] |
93 |
PopupMenu = value_viewer_context |
94 |
TabOrder = 1 |
95 |
OnDblClick = value_viewerDblClick |
96 |
OnMouseDown = value_viewerMouseDown |
97 |
end |
98 |
object VST: TVirtualStringTree |
99 |
Left = 0 |
100 |
Top = 326 |
101 |
Width = 283 |
102 |
Height = 97 |
103 |
Align = alBottom |
104 |
AnimationDuration = 0 |
105 |
AutoExpandDelay = 300 |
106 |
BiDiMode = bdLeftToRight |
107 |
Colors.UnfocusedSelectionColor = clGradientActiveCaption |
108 |
Colors.UnfocusedSelectionBorderColor = clGradientActiveCaption |
109 |
Ctl3D = True |
110 |
DragOperations = [] |
111 |
DrawSelectionMode = smBlendedRectangle |
112 |
EditDelay = 200 |
113 |
Font.Charset = DEFAULT_CHARSET |
114 |
Font.Color = clWindowText |
115 |
Font.Height = -11 |
116 |
Font.Name = 'Tahoma' |
117 |
Font.Style = [] |
118 |
Header.AutoSizeIndex = 0 |
119 |
Header.Font.Charset = DEFAULT_CHARSET |
120 |
Header.Font.Color = clWindowText |
121 |
Header.Font.Height = -11 |
122 |
Header.Font.Name = 'Tahoma' |
123 |
Header.Font.Style = [] |
124 |
Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoVisible] |
125 |
Header.PopupMenu = VTHPopup |
126 |
Header.Style = hsFlatButtons |
127 |
HintAnimation = hatNone |
128 |
HintMode = hmTooltip |
129 |
Indent = 14 |
130 |
ParentBiDiMode = False |
131 |
ParentCtl3D = False |
132 |
ParentFont = False |
133 |
ParentShowHint = False |
134 |
ShowHint = True |
135 |
TabOrder = 2 |
136 |
TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning] |
137 |
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowRoot, toShowTreeLines, toShowVertGridLines, toUseBlendedImages] |
138 |
TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect] |
139 |
OnDblClick = VSTDblClick |
140 |
OnFocusChanged = VSTFocusChanged |
141 |
OnGetText = VSTGetText |
142 |
OnHeaderDragged = VSTHeaderDragged |
143 |
Columns = < |
144 |
item |
145 |
MaxWidth = 300 |
146 |
MinWidth = 100 |
147 |
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
148 |
Position = 0 |
149 |
Spacing = 20 |
150 |
Width = 150 |
151 |
WideText = 'Name' |
152 |
WideHint = 'Name of the item.' |
153 |
end |
154 |
item |
155 |
MaxWidth = 110 |
156 |
MinWidth = 80 |
157 |
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
158 |
Position = 1 |
159 |
Spacing = 20 |
160 |
Width = 85 |
161 |
WideText = 'Offset' |
162 |
WideHint = 'Offset of the data-item.' |
163 |
end |
164 |
item |
165 |
MaxWidth = 110 |
166 |
MinWidth = 75 |
167 |
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
168 |
Position = 2 |
169 |
Width = 75 |
170 |
WideText = 'Type' |
171 |
WideHint = 'Data type of the item.' |
172 |
end |
173 |
item |
174 |
MaxWidth = 250 |
175 |
MinWidth = 80 |
176 |
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
177 |
Position = 3 |
178 |
Width = 100 |
179 |
WideText = 'Value' |
180 |
WideHint = 'Value of the item.' |
181 |
end |
182 |
item |
183 |
MaxWidth = 400 |
184 |
MinWidth = 80 |
185 |
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
186 |
Position = 4 |
187 |
Width = 400 |
188 |
WideText = 'Description' |
189 |
end> |
190 |
WideDefaultText = '' |
191 |
end |
192 |
end |
193 |
object value_viewer_context: TPopupMenu [3] |
194 |
AutoHotkeys = maManual |
195 |
OnPopup = value_viewer_contextPopup |
196 |
Left = 280 |
197 |
Top = 232 |
198 |
object value_viewer_context_copy: TMenuItem |
199 |
Caption = 'Copy to &clipboard' |
200 |
OnClick = value_viewer_context_copyClick |
201 |
end |
202 |
object value_viewer_context_copyasdec: TMenuItem |
203 |
Caption = 'Copy to clipboard (as &dec)' |
204 |
OnClick = value_viewer_context_copyClick |
205 |
end |
206 |
object value_viewer_context_copyasfloat: TMenuItem |
207 |
Caption = 'Copy to clipboard (as &float)' |
208 |
OnClick = value_viewer_context_copyClick |
209 |
end |
210 |
object value_viewer_context_copyasbitset: TMenuItem |
211 |
Caption = 'Copy to clipboard (as &bitset)' |
212 |
OnClick = value_viewer_context_copyClick |
213 |
end |
214 |
object value_viewer_context_copyasstring: TMenuItem |
215 |
Caption = 'Copy to clipboard (as &string)' |
216 |
OnClick = value_viewer_context_copyClick |
217 |
end |
218 |
object value_viewer_context_copyashex: TMenuItem |
219 |
Caption = 'Copy to clipboard (as &hex)' |
220 |
OnClick = value_viewer_context_copyClick |
221 |
end |
222 |
end |
223 |
object VTHPopup: TVTHeaderPopupMenu [4] |
224 |
OnColumnChange = VTHPopupColumnChange |
225 |
Left = 272 |
226 |
Top = 376 |
227 |
end |
228 |
end |