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 43 by alloc, Mon Dec 18 23:35:30 2006 UTC vs.
Revision 53 by alloc, Sat Dec 23 23:36:07 2006 UTC

# Line 3 | Line 3 | object Form_Settings: TForm_Settings
3    Top = 0
4    BorderStyle = bsToolWindow
5    Caption = 'Settings'
6 <  ClientHeight = 357
6 >  ClientHeight = 235
7    ClientWidth = 321
8    Color = clBtnFace
9    Font.Charset = DEFAULT_CHARSET
# Line 36 | Line 36 | object Form_Settings: TForm_Settings
36    end
37    object btn_ok: TButton
38      Left = 8
39 <    Top = 319
39 >    Top = 199
40      Width = 57
41      Height = 23
42      Caption = 'OK'
# Line 45 | Line 45 | object Form_Settings: TForm_Settings
45      OnClick = btn_okClick
46    end
47    object btn_cancel: TButton
48 <    Left = 120
49 <    Top = 319
48 >    Left = 112
49 >    Top = 199
50      Width = 57
51      Height = 23
52      Cancel = True
# Line 54 | Line 54 | object Form_Settings: TForm_Settings
54      TabOrder = 2
55      OnClick = btn_cancelClick
56    end
57  object btn_register_oldb: TButton
58    Left = 8
59    Top = 184
60    Width = 169
61    Height = 25
62    Caption = 'Register .oldb files with OUP'
63    TabOrder = 3
64    OnClick = btn_register_oldbClick
65  end
66  object btn_register_opf: TButton
67    Left = 8
68    Top = 215
69    Width = 169
70    Height = 25
71    Caption = 'Register .opf files with OUP'
72    TabOrder = 4
73    OnClick = btn_register_opfClick
74  end
75  object btn_register_dat: TButton
76    Left = 8
77    Top = 153
78    Width = 169
79    Height = 25
80    Caption = 'Register .dat files with OUP'
81    TabOrder = 5
82    OnClick = btn_register_datClick
83  end
57    object combo_charset: TComboBox
58      Left = 160
59      Top = 40
# Line 89 | Line 62 | object Form_Settings: TForm_Settings
62      Style = csDropDownList
63      ItemHeight = 13
64      ItemIndex = 0
65 <    TabOrder = 6
65 >    TabOrder = 3
66      Text = 'default - 1'
67      Items.Strings = (
68        'default - 1'
# Line 108 | Line 81 | object Form_Settings: TForm_Settings
81      Width = 209
82      Height = 17
83      Caption = 'Hide "Unused" data in StructureViewer'
84 +    TabOrder = 4
85 +  end
86 +  object check_reg_dat: TCheckBox
87 +    Left = 8
88 +    Top = 118
89 +    Width = 180
90 +    Height = 17
91 +    Caption = 'Register .dat files with OUP'
92 +    TabOrder = 5
93 +  end
94 +  object check_reg_oldb: TCheckBox
95 +    Left = 8
96 +    Top = 141
97 +    Width = 180
98 +    Height = 17
99 +    Caption = 'Register .oldb files with OUP'
100 +    TabOrder = 6
101 +  end
102 +  object check_reg_opf: TCheckBox
103 +    Left = 8
104 +    Top = 164
105 +    Width = 180
106 +    Height = 17
107 +    Caption = 'Register .opf files with OUP'
108      TabOrder = 7
109    end
110   end

Diff Legend

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