1 | inherited Form_Meta: TForm_Meta
|
---|
2 | Caption = 'Form_Meta'
|
---|
3 | ClientHeight = 449
|
---|
4 | OnCreate = FormCreate
|
---|
5 | ExplicitWidth = 606
|
---|
6 | ExplicitHeight = 476
|
---|
7 | PixelsPerInch = 96
|
---|
8 | TextHeight = 13
|
---|
9 | inherited panel_basecontent: TPanel
|
---|
10 | Height = 424
|
---|
11 | ExplicitLeft = 0
|
---|
12 | ExplicitTop = 25
|
---|
13 | ExplicitWidth = 598
|
---|
14 | ExplicitHeight = 532
|
---|
15 | object splitter: TSplitter
|
---|
16 | Left = 190
|
---|
17 | Top = 0
|
---|
18 | Width = 8
|
---|
19 | Height = 424
|
---|
20 | Align = alRight
|
---|
21 | AutoSnap = False
|
---|
22 | Beveled = True
|
---|
23 | MinSize = 200
|
---|
24 | ExplicitLeft = 287
|
---|
25 | ExplicitTop = 16
|
---|
26 | ExplicitHeight = 532
|
---|
27 | end
|
---|
28 | object VST: TVirtualStringTree
|
---|
29 | Left = 0
|
---|
30 | Top = 0
|
---|
31 | Width = 190
|
---|
32 | Height = 424
|
---|
33 | Align = alClient
|
---|
34 | AnimationDuration = 0
|
---|
35 | Header.AutoSizeIndex = 0
|
---|
36 | Header.Font.Charset = DEFAULT_CHARSET
|
---|
37 | Header.Font.Color = clWindowText
|
---|
38 | Header.Font.Height = -11
|
---|
39 | Header.Font.Name = 'Tahoma'
|
---|
40 | Header.Font.Style = []
|
---|
41 | Header.Options = [hoColumnResize, hoDrag, hoVisible]
|
---|
42 | TabOrder = 0
|
---|
43 | TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
|
---|
44 | TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
|
---|
45 | OnFocusChanged = VSTFocusChanged
|
---|
46 | OnFocusChanging = VSTFocusChanging
|
---|
47 | OnGetText = VSTGetText
|
---|
48 | OnPaintText = VSTPaintText
|
---|
49 | OnInitChildren = VSTInitChildren
|
---|
50 | ExplicitWidth = 502
|
---|
51 | ExplicitHeight = 532
|
---|
52 | Columns = <
|
---|
53 | item
|
---|
54 | Position = 0
|
---|
55 | Width = 250
|
---|
56 | WideText = 'FName'
|
---|
57 | end
|
---|
58 | item
|
---|
59 | Position = 1
|
---|
60 | WideText = 'FType'
|
---|
61 | end
|
---|
62 | item
|
---|
63 | Position = 2
|
---|
64 | WideText = 'FID'
|
---|
65 | end
|
---|
66 | item
|
---|
67 | Position = 3
|
---|
68 | WideText = 'Data'
|
---|
69 | end>
|
---|
70 | end
|
---|
71 | object rightPages: TPageControl
|
---|
72 | Left = 198
|
---|
73 | Top = 0
|
---|
74 | Width = 400
|
---|
75 | Height = 424
|
---|
76 | ActivePage = tab_hex
|
---|
77 | Align = alRight
|
---|
78 | TabOrder = 1
|
---|
79 | object tab_meta: TTabSheet
|
---|
80 | Caption = 'Meta Edit'
|
---|
81 | ImageIndex = 1
|
---|
82 | ExplicitWidth = 192
|
---|
83 | ExplicitHeight = 504
|
---|
84 | end
|
---|
85 | object tab_hex: TTabSheet
|
---|
86 | Caption = 'Binary Edit'
|
---|
87 | ExplicitWidth = 192
|
---|
88 | ExplicitHeight = 504
|
---|
89 | object splitter_hex_1: TSplitter
|
---|
90 | Left = 0
|
---|
91 | Top = 100
|
---|
92 | Width = 392
|
---|
93 | Height = 8
|
---|
94 | Cursor = crVSplit
|
---|
95 | Align = alTop
|
---|
96 | AutoSnap = False
|
---|
97 | Beveled = True
|
---|
98 | MinSize = 40
|
---|
99 | ExplicitTop = 209
|
---|
100 | ExplicitWidth = 192
|
---|
101 | end
|
---|
102 | object splitter_hex_2: TSplitter
|
---|
103 | Left = 0
|
---|
104 | Top = 250
|
---|
105 | Width = 392
|
---|
106 | Height = 8
|
---|
107 | Cursor = crVSplit
|
---|
108 | Align = alBottom
|
---|
109 | AutoSnap = False
|
---|
110 | Beveled = True
|
---|
111 | MinSize = 40
|
---|
112 | ExplicitTop = 300
|
---|
113 | ExplicitWidth = 192
|
---|
114 | end
|
---|
115 | object panel_hex_actions: TPanel
|
---|
116 | Left = 0
|
---|
117 | Top = 355
|
---|
118 | Width = 392
|
---|
119 | Height = 41
|
---|
120 | Align = alBottom
|
---|
121 | BevelOuter = bvNone
|
---|
122 | Caption = 'panel_hex_actions'
|
---|
123 | TabOrder = 0
|
---|
124 | ExplicitLeft = 3
|
---|
125 | ExplicitTop = 354
|
---|
126 | ExplicitWidth = 192
|
---|
127 | end
|
---|
128 | object hex: TMPHexEditor
|
---|
129 | Left = 0
|
---|
130 | Top = 0
|
---|
131 | Width = 392
|
---|
132 | Height = 100
|
---|
133 | Cursor = crIBeam
|
---|
134 | Align = alTop
|
---|
135 | Font.Charset = DEFAULT_CHARSET
|
---|
136 | Font.Color = clWindowText
|
---|
137 | Font.Height = -16
|
---|
138 | Font.Name = 'Courier'
|
---|
139 | Font.Style = []
|
---|
140 | ParentFont = False
|
---|
141 | TabOrder = 1
|
---|
142 | BytesPerRow = 16
|
---|
143 | Translation = tkASCII
|
---|
144 | OffsetFormat = '6!10:0x|'
|
---|
145 | Colors.Background = clWindow
|
---|
146 | Colors.ChangedBackground = clWindow
|
---|
147 | Colors.ChangedText = clRed
|
---|
148 | Colors.CursorFrame = clNavy
|
---|
149 | Colors.Offset = clBlack
|
---|
150 | Colors.OddColumn = clBlue
|
---|
151 | Colors.EvenColumn = clNavy
|
---|
152 | Colors.CurrentOffsetBackground = clBtnShadow
|
---|
153 | Colors.OffsetBackground = clBtnFace
|
---|
154 | Colors.CurrentOffset = clBtnHighlight
|
---|
155 | Colors.Grid = clBtnFace
|
---|
156 | Colors.NonFocusCursorFrame = clAqua
|
---|
157 | Colors.ActiveFieldBackground = clWindow
|
---|
158 | FocusFrame = True
|
---|
159 | NoSizeChange = True
|
---|
160 | AllowInsertMode = False
|
---|
161 | DrawGridLines = False
|
---|
162 | Version = 'december 06, 2006; '#169' markus stephany, vcl[at]mirkes[dot]de'
|
---|
163 | ShowPositionIfNotFocused = True
|
---|
164 | ExplicitWidth = 192
|
---|
165 | end
|
---|
166 | object value_viewer: TWrapGrid
|
---|
167 | Left = 0
|
---|
168 | Top = 108
|
---|
169 | Width = 392
|
---|
170 | Height = 142
|
---|
171 | Align = alClient
|
---|
172 | ColCount = 1
|
---|
173 | DefaultColWidth = 80
|
---|
174 | DefaultRowHeight = 18
|
---|
175 | FixedCols = 0
|
---|
176 | RowCount = 8
|
---|
177 | FixedRows = 0
|
---|
178 | Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
|
---|
179 | ScrollBars = ssVertical
|
---|
180 | TabOrder = 2
|
---|
181 | ExplicitTop = 363
|
---|
182 | ExplicitWidth = 192
|
---|
183 | ExplicitHeight = 0
|
---|
184 | end
|
---|
185 | object structviewer: TVirtualStringTree
|
---|
186 | Left = 0
|
---|
187 | Top = 258
|
---|
188 | Width = 392
|
---|
189 | Height = 97
|
---|
190 | Align = alBottom
|
---|
191 | AnimationDuration = 0
|
---|
192 | AutoExpandDelay = 300
|
---|
193 | BiDiMode = bdLeftToRight
|
---|
194 | Colors.UnfocusedSelectionColor = clGradientActiveCaption
|
---|
195 | Colors.UnfocusedSelectionBorderColor = clGradientActiveCaption
|
---|
196 | Ctl3D = True
|
---|
197 | DragOperations = []
|
---|
198 | DrawSelectionMode = smBlendedRectangle
|
---|
199 | EditDelay = 200
|
---|
200 | Font.Charset = DEFAULT_CHARSET
|
---|
201 | Font.Color = clWindowText
|
---|
202 | Font.Height = -11
|
---|
203 | Font.Name = 'Tahoma'
|
---|
204 | Font.Style = []
|
---|
205 | Header.AutoSizeIndex = 0
|
---|
206 | Header.Font.Charset = DEFAULT_CHARSET
|
---|
207 | Header.Font.Color = clWindowText
|
---|
208 | Header.Font.Height = -11
|
---|
209 | Header.Font.Name = 'Tahoma'
|
---|
210 | Header.Font.Style = []
|
---|
211 | Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoVisible]
|
---|
212 | Header.Style = hsFlatButtons
|
---|
213 | HintAnimation = hatNone
|
---|
214 | HintMode = hmTooltip
|
---|
215 | Indent = 14
|
---|
216 | ParentBiDiMode = False
|
---|
217 | ParentCtl3D = False
|
---|
218 | ParentFont = False
|
---|
219 | ParentShowHint = False
|
---|
220 | ShowHint = True
|
---|
221 | TabOrder = 3
|
---|
222 | TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
|
---|
223 | TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowRoot, toShowTreeLines, toShowVertGridLines, toUseBlendedImages]
|
---|
224 | TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
|
---|
225 | OnFocusChanged = VSTFocusChanged
|
---|
226 | OnGetText = VSTGetText
|
---|
227 | ExplicitLeft = -6
|
---|
228 | ExplicitTop = 161
|
---|
229 | ExplicitWidth = 192
|
---|
230 | Columns = <
|
---|
231 | item
|
---|
232 | MaxWidth = 300
|
---|
233 | MinWidth = 100
|
---|
234 | Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
|
---|
235 | Position = 0
|
---|
236 | Spacing = 20
|
---|
237 | Width = 150
|
---|
238 | WideText = 'Name'
|
---|
239 | WideHint = 'Name of the item.'
|
---|
240 | end
|
---|
241 | item
|
---|
242 | MaxWidth = 110
|
---|
243 | MinWidth = 80
|
---|
244 | Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
|
---|
245 | Position = 1
|
---|
246 | Spacing = 20
|
---|
247 | Width = 85
|
---|
248 | WideText = 'Offset'
|
---|
249 | WideHint = 'Offset of the data-item.'
|
---|
250 | end
|
---|
251 | item
|
---|
252 | MaxWidth = 110
|
---|
253 | MinWidth = 75
|
---|
254 | Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
|
---|
255 | Position = 2
|
---|
256 | Width = 75
|
---|
257 | WideText = 'Type'
|
---|
258 | WideHint = 'Data type of the item.'
|
---|
259 | end
|
---|
260 | item
|
---|
261 | MaxWidth = 250
|
---|
262 | MinWidth = 80
|
---|
263 | Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
|
---|
264 | Position = 3
|
---|
265 | Width = 100
|
---|
266 | WideText = 'Value'
|
---|
267 | WideHint = 'Value of the item.'
|
---|
268 | end
|
---|
269 | item
|
---|
270 | MaxWidth = 400
|
---|
271 | MinWidth = 80
|
---|
272 | Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
|
---|
273 | Position = 4
|
---|
274 | Width = 400
|
---|
275 | WideText = 'Description'
|
---|
276 | end>
|
---|
277 | WideDefaultText = ''
|
---|
278 | end
|
---|
279 | end
|
---|
280 | end
|
---|
281 | end
|
---|
282 | end
|
---|