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 177 by alloc, Sat May 12 13:22:11 2007 UTC vs.
Revision 245 by alloc, Sat Aug 18 15:51:42 2007 UTC

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

Diff Legend

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