1 |
object Form_Settings: TForm_Settings |
2 |
Left = 0 |
3 |
Top = 0 |
4 |
BorderStyle = bsToolWindow |
5 |
Caption = 'Settings' |
6 |
ClientHeight = 216 |
7 |
ClientWidth = 321 |
8 |
Color = clBtnFace |
9 |
Font.Charset = DEFAULT_CHARSET |
10 |
Font.Color = clWindowText |
11 |
Font.Height = -11 |
12 |
Font.Name = 'Tahoma' |
13 |
Font.Style = [] |
14 |
OldCreateOrder = False |
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 = 8 |
26 |
Width = 145 |
27 |
Height = 26 |
28 |
AutoSize = False |
29 |
Caption = 'CharSet for displaying strings in ValueViewer/StructViewer:' |
30 |
WordWrap = True |
31 |
end |
32 |
object btn_ok: TButton |
33 |
Left = 8 |
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 = 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 |
58 |
Top = 9 |
59 |
Width = 156 |
60 |
Height = 21 |
61 |
Style = csDropDownList |
62 |
ItemHeight = 13 |
63 |
ItemIndex = 0 |
64 |
TabOrder = 2 |
65 |
Text = 'default - 1' |
66 |
Items.Strings = ( |
67 |
'default - 1' |
68 |
'Arabic - 178' |
69 |
'Baltic - 186' |
70 |
'ChineseBig5 - 136' |
71 |
'EastEurope - 238' |
72 |
'Greek - 161' |
73 |
'Russian - 204' |
74 |
'Thai - 222' |
75 |
'Turkish - 162') |
76 |
end |
77 |
object check_hideunused: TCheckBox |
78 |
Left = 8 |
79 |
Top = 48 |
80 |
Width = 209 |
81 |
Height = 17 |
82 |
Caption = 'Hide "Unused" data in StructureViewer' |
83 |
TabOrder = 3 |
84 |
end |
85 |
object check_reg_dat: TCheckBox |
86 |
Left = 8 |
87 |
Top = 87 |
88 |
Width = 180 |
89 |
Height = 17 |
90 |
Caption = 'Register .dat files with OUP' |
91 |
TabOrder = 4 |
92 |
end |
93 |
object check_reg_oldb: TCheckBox |
94 |
Left = 8 |
95 |
Top = 133 |
96 |
Width = 180 |
97 |
Height = 17 |
98 |
Caption = 'Register .oldb files with OUP' |
99 |
TabOrder = 5 |
100 |
end |
101 |
object check_reg_opf: TCheckBox |
102 |
Left = 8 |
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 |