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

Comparing oup/current/Settings.dfm (file contents):
Revision 111 by alloc, Wed Feb 21 03:12:33 2007 UTC vs.
Revision 112 by alloc, Thu Feb 22 00:37:39 2007 UTC

# Line 3 | Line 3 | object Form_Settings: TForm_Settings
3    Top = 0
4    BorderStyle = bsToolWindow
5    Caption = 'Settings'
6 <  ClientHeight = 235
6 >  ClientHeight = 197
7    ClientWidth = 321
8    Color = clBtnFace
9    Font.Charset = DEFAULT_CHARSET
# Line 19 | Line 19 | object Form_Settings: TForm_Settings
19    TextHeight = 13
20    object label_charset: TLabel
21      Left = 8
22 <    Top = 39
22 >    Top = 8
23      Width = 145
24      Height = 26
25      AutoSize = False
26      Caption = 'CharSet for displaying strings in ValueViewer/StructViewer:'
27      WordWrap = True
28    end
29  object check_filesashex: TCheckBox
30    Left = 8
31    Top = 8
32    Width = 145
33    Height = 17
34    Caption = 'Show filenumbers as Hex'
35    TabOrder = 0
36  end
29    object btn_ok: TButton
30      Left = 8
31 <    Top = 199
31 >    Top = 168
32      Width = 57
33      Height = 23
34      Caption = 'OK'
35      Default = True
36 <    TabOrder = 1
36 >    TabOrder = 0
37      OnClick = btn_okClick
38    end
39    object btn_cancel: TButton
40      Left = 112
41 <    Top = 199
41 >    Top = 168
42      Width = 57
43      Height = 23
44      Cancel = True
45      Caption = 'Cancel'
46 <    TabOrder = 2
46 >    TabOrder = 1
47      OnClick = btn_cancelClick
48    end
49    object combo_charset: TComboBox
50      Left = 160
51 <    Top = 40
51 >    Top = 9
52      Width = 156
53      Height = 21
54      Style = csDropDownList
55      ItemHeight = 13
56      ItemIndex = 0
57 <    TabOrder = 3
57 >    TabOrder = 2
58      Text = 'default - 1'
59      Items.Strings = (
60        'default - 1'
# Line 77 | Line 69 | object Form_Settings: TForm_Settings
69    end
70    object check_hideunused: TCheckBox
71      Left = 8
72 <    Top = 79
72 >    Top = 48
73      Width = 209
74      Height = 17
75      Caption = 'Hide "Unused" data in StructureViewer'
76 <    TabOrder = 4
76 >    TabOrder = 3
77    end
78    object check_reg_dat: TCheckBox
79      Left = 8
80 <    Top = 118
80 >    Top = 87
81      Width = 180
82      Height = 17
83      Caption = 'Register .dat files with OUP'
84 <    TabOrder = 5
84 >    TabOrder = 4
85    end
86    object check_reg_oldb: TCheckBox
87      Left = 8
88 <    Top = 141
88 >    Top = 110
89      Width = 180
90      Height = 17
91      Caption = 'Register .oldb files with OUP'
92 <    TabOrder = 6
92 >    TabOrder = 5
93    end
94    object check_reg_opf: TCheckBox
95      Left = 8
96 <    Top = 164
96 >    Top = 133
97      Width = 180
98      Height = 17
99      Caption = 'Register .opf files with OUP'
100 <    TabOrder = 7
100 >    TabOrder = 6
101    end
102   end

Diff Legend

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