source: oup/current/Tools/BinEdit.dfm@ 48

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