source: oup/current/Unit14_settings.dfm @ 10

Last change on this file since 10 was 10, checked in by alloc, 17 years ago
  • Property svn:executable set to *
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    Style = csDropDownList
90    ItemHeight = 13
91    ItemIndex = 0
92    TabOrder = 6
93    Text = 'default - 1'
94    Items.Strings = (
95      'default - 1'
96      'Arabic - 178'
97      'Baltic - 186'
98      'ChineseBig5 - 136'
99      'EastEurope - 238'
100      'Greek - 161'
101      'Russian - 204'
102      'Thai - 222'
103      'Turkish - 162')
104  end
105  object check_hideunused: TCheckBox
106    Left = 8
107    Top = 79
108    Width = 209
109    Height = 17
110    Caption = 'Hide "Unused" data in StructureViewer'
111    TabOrder = 7
112  end
113end
Note: See TracBrowser for help on using the repository browser.