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 109 by alloc, Wed Feb 21 03:12:33 2007 UTC vs.
Revision 248 by alloc, Mon Nov 26 11:02:28 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 = 216
7    ClientWidth = 321
8    Color = clBtnFace
9    Font.Charset = DEFAULT_CHARSET
# Line 15 | Line 15 | object Form_Settings: TForm_Settings
15    Position = poMainFormCenter
16    OnCloseQuery = FormCloseQuery
17    OnShow = FormShow
18 +  DesignSize = (
19 +    321
20 +    216)
21    PixelsPerInch = 96
22    TextHeight = 13
23    object label_charset: TLabel
24      Left = 8
25 <    Top = 39
25 >    Top = 8
26      Width = 145
27      Height = 26
28      AutoSize = False
29      Caption = 'CharSet for displaying strings in ValueViewer/StructViewer:'
30      WordWrap = True
31    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
32    object btn_ok: TButton
33      Left = 8
34 <    Top = 199
34 >    Top = 187
35      Width = 57
36      Height = 23
37 +    Anchors = [akLeft, akBottom]
38      Caption = 'OK'
39      Default = True
40 <    TabOrder = 1
40 >    TabOrder = 0
41      OnClick = btn_okClick
42 +    ExplicitTop = 168
43    end
44    object btn_cancel: TButton
45      Left = 112
46 <    Top = 199
46 >    Top = 187
47      Width = 57
48      Height = 23
49 +    Anchors = [akLeft, akBottom]
50      Cancel = True
51      Caption = 'Cancel'
52 <    TabOrder = 2
52 >    TabOrder = 1
53      OnClick = btn_cancelClick
54 +    ExplicitTop = 168
55    end
56    object combo_charset: TComboBox
57      Left = 160
58 <    Top = 40
58 >    Top = 9
59      Width = 156
60      Height = 21
61      Style = csDropDownList
62      ItemHeight = 13
63      ItemIndex = 0
64 <    TabOrder = 3
64 >    TabOrder = 2
65      Text = 'default - 1'
66      Items.Strings = (
67        'default - 1'
# Line 77 | Line 76 | object Form_Settings: TForm_Settings
76    end
77    object check_hideunused: TCheckBox
78      Left = 8
79 <    Top = 79
79 >    Top = 48
80      Width = 209
81      Height = 17
82      Caption = 'Hide "Unused" data in StructureViewer'
83 <    TabOrder = 4
83 >    TabOrder = 3
84    end
85    object check_reg_dat: TCheckBox
86      Left = 8
87 <    Top = 118
87 >    Top = 87
88      Width = 180
89      Height = 17
90      Caption = 'Register .dat files with OUP'
91 <    TabOrder = 5
91 >    TabOrder = 4
92    end
93    object check_reg_oldb: TCheckBox
94      Left = 8
95 <    Top = 141
95 >    Top = 133
96      Width = 180
97      Height = 17
98      Caption = 'Register .oldb files with OUP'
99 <    TabOrder = 6
99 >    TabOrder = 5
100    end
101    object check_reg_opf: TCheckBox
102      Left = 8
103 <    Top = 164
103 >    Top = 156
104      Width = 180
105      Height = 17
106      Caption = 'Register .opf files with OUP'
107 +    TabOrder = 6
108 +  end
109 +  object check_reg_oni: TCheckBox
110 +    Left = 8
111 +    Top = 110
112 +    Width = 180
113 +    Height = 17
114 +    Caption = 'Register .oni files with OUP'
115      TabOrder = 7
116    end
117   end

Diff Legend

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