source: oup/releases/0.32a/Unit14_settings.dfm@ 1138

Last change on this file since 1138 was 35, checked in by alloc, 18 years ago
File size: 2.4 KB
Line 
1object Form14: TForm14
2 Left = 0
3 Top = 0
4 BorderStyle = bsToolWindow
5 Caption = 'Settings'
6 ClientHeight = 357
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 PixelsPerInch = 96
19 TextHeight = 13
20 object label_charset: TLabel
21 Left = 8
22 Top = 39
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
37 object btn_ok: TButton
38 Left = 8
39 Top = 319
40 Width = 57
41 Height = 23
42 Caption = 'OK'
43 Default = True
44 TabOrder = 1
45 OnClick = btn_okClick
46 end
47 object btn_cancel: TButton
48 Left = 120
49 Top = 319
50 Width = 57
51 Height = 23
52 Cancel = True
53 Caption = 'Cancel'
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
84 object combo_charset: TComboBox
85 Left = 160
86 Top = 40
87 Width = 156
88 Height = 21
89 ItemHeight = 13
90 TabOrder = 6
91 Text = 'DEFAULT_CHARSET'
92 Items.Strings = (
93 'default - 1'
94 'Arabic - 178'
95 'Baltic - 186'
96 'ChineseBig5 - 136'
97 'EastEurope - 238'
98 'Greek - 161'
99 'Russian - 204'
100 'Thai - 222'
101 'Turkish - 162')
102 end
103 object check_hideunused: TCheckBox
104 Left = 8
105 Top = 79
106 Width = 209
107 Height = 17
108 Caption = 'Hide "Unused" data in StructureViewer'
109 TabOrder = 7
110 end
111end
Note: See TracBrowser for help on using the repository browser.