ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/BinEdit.dfm
(Generate patch)

Comparing oup/current/Tools/BinEdit.dfm (file contents):
Revision 174 by alloc, Wed May 2 15:16:00 2007 UTC vs.
Revision 241 by alloc, Tue Jul 17 22:27:16 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)