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

Comparing:
oup/rewrite/Tools/RawEdit.dfm (file contents), Revision 104 by alloc, Tue Feb 20 22:03:11 2007 UTC vs.
oup/current/Tools/RawEdit.dfm (file contents), Revision 245 by alloc, Sat Aug 18 15:51:42 2007 UTC

# Line 1 | Line 1
1   inherited Form_RawEdit: TForm_RawEdit
2 <  Caption = 'RawEdit'
2 >  Caption = 'Form_RawEdit'
3    KeyPreview = True
4    OnCloseQuery = FormCloseQuery
5 +  OnCreate = FormCreate
6    OnKeyUp = FormKeyUp
6  ExplicitWidth = 500
7  ExplicitHeight = 450
7    PixelsPerInch = 96
8    TextHeight = 13
9 <  inherited panel_files: TPanel
10 <    object Splitter4: TSplitter [0]
11 <      Left = 0
12 <      Top = 205
13 <      Width = 200
14 <      Height = 8
15 <      Cursor = crVSplit
16 <      Align = alBottom
17 <      AutoSnap = False
18 <      Beveled = True
19 <      MinSize = 150
20 <      ExplicitLeft = 3
21 <      ExplicitTop = 89
22 <    end
23 <    inherited filelist: TListBox
24 <      Height = 52
25 <      ExplicitHeight = 52
26 <    end
27 <    object panel_imexport: TPanel
28 <      Left = 0
29 <      Top = 363
30 <      Width = 200
31 <      Height = 60
32 <      Align = alBottom
33 <      BevelOuter = bvNone
34 <      TabOrder = 3
35 <      DesignSize = (
36 <        200
37 <        60)
38 <      object btn_export: TButton
39 <        Left = 4
40 <        Top = 4
41 <        Width = 190
42 <        Height = 25
43 <        Anchors = [akLeft, akTop, akRight]
44 <        Caption = 'Export to file...'
45 <        TabOrder = 0
46 <        OnClick = btn_exportClick
47 <      end
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 <        OnClick = btn_importClick
9 >  inherited panel_basecontent: TPanel
10 >    inherited panel_files: TPanel
11 >      inherited FilePages: TPageControl
12 >        inherited tab_files: TTabSheet
13 >          object Splitter4: TSplitter [0]
14 >            Left = 0
15 >            Top = 285
16 >            Width = 190
17 >            Height = 8
18 >            Cursor = crVSplit
19 >            Align = alBottom
20 >            AutoSnap = False
21 >            Beveled = True
22 >            MinSize = 150
23 >            ExplicitTop = 125
24 >          end
25 >          inherited filelist: TListBox
26 >            Height = 160
27 >            ExplicitHeight = 160
28 >          end
29 >          object panel_imexport: TPanel
30 >            Left = 0
31 >            Top = 443
32 >            Width = 190
33 >            Height = 60
34 >            Align = alBottom
35 >            BevelOuter = bvNone
36 >            TabOrder = 2
37 >            DesignSize = (
38 >              190
39 >              60)
40 >            object btn_export: TButton
41 >              Left = 4
42 >              Top = 4
43 >              Width = 183
44 >              Height = 25
45 >              Anchors = [akLeft, akTop, akRight]
46 >              Caption = 'Export to file...'
47 >              TabOrder = 0
48 >              OnClick = btn_exportClick
49 >            end
50 >            object btn_import: TButton
51 >              Left = 4
52 >              Top = 32
53 >              Width = 183
54 >              Height = 25
55 >              Anchors = [akLeft, akTop, akRight]
56 >              Caption = 'Import from file...'
57 >              TabOrder = 1
58 >              OnClick = btn_importClick
59 >            end
60 >          end
61 >          object GroupBox1: TGroupBox
62 >            Left = 0
63 >            Top = 293
64 >            Width = 190
65 >            Height = 150
66 >            Align = alBottom
67 >            Caption = '2. Select .dat-link-offset'
68 >            TabOrder = 3
69 >            object list_offset: TListBox
70 >              Left = 2
71 >              Top = 15
72 >              Width = 186
73 >              Height = 133
74 >              Align = alClient
75 >              ItemHeight = 13
76 >              TabOrder = 0
77 >              OnClick = list_offsetClick
78 >            end
79 >          end
80 >        end
81        end
82      end
83 <    object GroupBox1: TGroupBox
84 <      Left = 0
85 <      Top = 213
86 <      Width = 200
87 <      Height = 150
88 <      Align = alBottom
89 <      Caption = '2. Select .dat-link-offset'
90 <      TabOrder = 2
91 <      object list_offset: TListBox
92 <        Left = 2
93 <        Top = 15
94 <        Width = 196
95 <        Height = 133
96 <        Align = alClient
97 <        ItemHeight = 13
83 >    inherited panel_content: TPanel
84 >      object Splitter2: TSplitter
85 >        Left = 0
86 >        Top = 300
87 >        Width = 390
88 >        Height = 8
89 >        Cursor = crVSplit
90 >        Align = alTop
91 >        AutoSnap = False
92 >        Beveled = True
93 >        MinSize = 40
94 >      end
95 >      object hex: TMPHexEditor
96 >        Left = 0
97 >        Top = 0
98 >        Width = 390
99 >        Height = 300
100 >        Cursor = crIBeam
101 >        Align = alTop
102 >        Font.Charset = DEFAULT_CHARSET
103 >        Font.Color = clWindowText
104 >        Font.Height = -16
105 >        Font.Name = 'Courier'
106 >        Font.Style = []
107 >        OnKeyUp = hexKeyUp
108 >        ParentFont = False
109          TabOrder = 0
110 <        OnClick = list_offsetClick
110 >        BytesPerRow = 16
111 >        Translation = tkAsIs
112 >        OffsetFormat = '6!10:0x|'
113 >        Colors.Background = clWindow
114 >        Colors.ChangedBackground = clWindow
115 >        Colors.ChangedText = clRed
116 >        Colors.CursorFrame = clNavy
117 >        Colors.Offset = clBlack
118 >        Colors.OddColumn = clBlue
119 >        Colors.EvenColumn = clNavy
120 >        Colors.CurrentOffsetBackground = clBtnShadow
121 >        Colors.OffsetBackGround = clBtnFace
122 >        Colors.CurrentOffset = clBtnHighlight
123 >        Colors.Grid = clBtnFace
124 >        Colors.NonFocusCursorFrame = clAqua
125 >        Colors.ActiveFieldBackground = clWindow
126 >        FocusFrame = True
127 >        NoSizeChange = True
128 >        AllowInsertMode = False
129 >        DrawGridLines = False
130 >        Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de'
131 >        OnChange = hexChange
132 >        ShowPositionIfNotFocused = True
133 >        OnSelectionChanged = hexSelectionChanged
134 >      end
135 >      object value_viewer: TWrapGrid
136 >        Left = 0
137 >        Top = 308
138 >        Width = 390
139 >        Height = 224
140 >        Align = alClient
141 >        ColCount = 2
142 >        DefaultColWidth = 80
143 >        DefaultRowHeight = 18
144 >        FixedCols = 0
145 >        RowCount = 8
146 >        FixedRows = 0
147 >        Font.Charset = DEFAULT_CHARSET
148 >        Font.Color = clWindowText
149 >        Font.Height = -11
150 >        Font.Name = 'Tahoma'
151 >        Font.Style = []
152 >        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
153 >        ParentFont = False
154 >        ScrollBars = ssVertical
155 >        TabOrder = 1
156 >        OnDblClick = value_viewerDblClick
157 >        OnMouseDown = value_viewerMouseDown
158        end
159      end
160    end
161 <  inherited content: TPanel
162 <    object Splitter2: TSplitter
163 <      Left = 0
164 <      Top = 300
84 <      Width = 283
85 <      Height = 9
86 <      Cursor = crVSplit
87 <      Align = alTop
88 <      AutoSnap = False
89 <      Beveled = True
90 <      MinSize = 40
91 <      ExplicitTop = 414
92 <    end
93 <    object hex: TMPHexEditor
94 <      Left = 0
95 <      Top = 0
96 <      Width = 283
97 <      Height = 300
98 <      Cursor = crIBeam
99 <      Align = alTop
100 <      Font.Charset = DEFAULT_CHARSET
101 <      Font.Color = clWindowText
102 <      Font.Height = -16
103 <      Font.Name = 'Courier'
104 <      Font.Style = []
105 <      OnKeyUp = hexKeyUp
106 <      ParentFont = False
107 <      TabOrder = 0
108 <      BytesPerRow = 16
109 <      Translation = tkAsIs
110 <      OffsetFormat = '6!10:0x|'
111 <      Colors.Background = clWindow
112 <      Colors.ChangedBackground = clWindow
113 <      Colors.ChangedText = clRed
114 <      Colors.CursorFrame = clNavy
115 <      Colors.Offset = clBlack
116 <      Colors.OddColumn = clBlue
117 <      Colors.EvenColumn = clNavy
118 <      Colors.CurrentOffsetBackground = clBtnShadow
119 <      Colors.OffsetBackGround = clBtnFace
120 <      Colors.CurrentOffset = clBtnHighlight
121 <      Colors.Grid = clBtnFace
122 <      Colors.NonFocusCursorFrame = clAqua
123 <      Colors.ActiveFieldBackground = clWindow
124 <      FocusFrame = True
125 <      NoSizeChange = True
126 <      AllowInsertMode = False
127 <      DrawGridLines = False
128 <      Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de'
129 <      OnChange = hexChange
130 <      ShowPositionIfNotFocused = True
131 <      OnSelectionChanged = hexSelectionChanged
132 <    end
133 <    object value_viewer: TWrapGrid
134 <      Left = 0
135 <      Top = 309
136 <      Width = 283
137 <      Height = 114
138 <      Align = alClient
139 <      ColCount = 2
140 <      DefaultColWidth = 80
141 <      DefaultRowHeight = 18
142 <      FixedCols = 0
143 <      RowCount = 8
144 <      FixedRows = 0
145 <      Font.Charset = DEFAULT_CHARSET
146 <      Font.Color = clWindowText
147 <      Font.Height = -11
148 <      Font.Name = 'Tahoma'
149 <      Font.Style = []
150 <      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
151 <      ParentFont = False
152 <      PopupMenu = value_viewer_context
153 <      ScrollBars = ssVertical
154 <      TabOrder = 1
155 <      OnDblClick = value_viewerDblClick
156 <      OnMouseDown = value_viewerMouseDown
157 <    end
161 >  object opend: TOpenDialog
162 >    Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
163 >    Left = 88
164 >    Top = 396
165    end
166 <  object value_viewer_context: TPopupMenu [3]
166 >  object saved: TSaveDialog
167 >    Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing]
168 >    Left = 88
169 >    Top = 420
170 >  end
171 >  object value_viewer_context: TPopupMenu
172      AutoHotkeys = maManual
173      OnPopup = value_viewer_contextPopup
174 <    Left = 368
175 <    Top = 264
174 >    Left = 380
175 >    Top = 388
176      object value_viewer_context_copy: TMenuItem
177        Caption = 'Copy to &clipboard'
178        OnClick = value_viewer_context_copyClick
179      end
180      object value_viewer_context_copyasdec: TMenuItem
181        Caption = 'Copy to clipboard (as &dec)'
170      OnClick = value_viewer_context_copyClick
182      end
183      object value_viewer_context_copyasfloat: TMenuItem
184        Caption = 'Copy to clipboard (as &float)'
174      OnClick = value_viewer_context_copyClick
185      end
186      object value_viewer_context_copyasbitset: TMenuItem
187        Caption = 'Copy to clipboard (as &bitset)'
178      OnClick = value_viewer_context_copyClick
188      end
189      object value_viewer_context_copyasstring: TMenuItem
190        Caption = 'Copy to clipboard (as &string)'
182      OnClick = value_viewer_context_copyClick
191      end
192      object value_viewer_context_copyashex: TMenuItem
193        Caption = 'Copy to clipboard (as &hex)'
186      OnClick = value_viewer_context_copyClick
194      end
195    end
189  object opend: TOpenDialog [4]
190    Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
191    Left = 128
192    Top = 256
193  end
194  object saved: TSaveDialog [5]
195    Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing]
196    Left = 128
197    Top = 280
198  end
196   end

Diff Legend

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