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 112 by alloc, Thu Feb 22 00:37:39 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 = 197
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
# Line 28 | Line 31 | object Form_Settings: TForm_Settings
31    end
32    object btn_ok: TButton
33      Left = 8
34 <    Top = 168
34 >    Top = 187
35      Width = 57
36      Height = 23
37 +    Anchors = [akLeft, akBottom]
38      Caption = 'OK'
39      Default = True
40      TabOrder = 0
41      OnClick = btn_okClick
42 +    ExplicitTop = 168
43    end
44    object btn_cancel: TButton
45      Left = 112
46 <    Top = 168
46 >    Top = 187
47      Width = 57
48      Height = 23
49 +    Anchors = [akLeft, akBottom]
50      Cancel = True
51      Caption = 'Cancel'
52      TabOrder = 1
53      OnClick = btn_cancelClick
54 +    ExplicitTop = 168
55    end
56    object combo_charset: TComboBox
57      Left = 160
# Line 85 | Line 92 | object Form_Settings: TForm_Settings
92    end
93    object check_reg_oldb: TCheckBox
94      Left = 8
95 <    Top = 110
95 >    Top = 133
96      Width = 180
97      Height = 17
98      Caption = 'Register .oldb files with OUP'
# Line 93 | Line 100 | object Form_Settings: TForm_Settings
100    end
101    object check_reg_opf: TCheckBox
102      Left = 8
103 <    Top = 133
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)