| 1 |
object Form_Settings: TForm_Settings |
| 2 |
Left = 0 |
| 3 |
Top = 0 |
| 4 |
BorderStyle = bsToolWindow |
| 5 |
Caption = 'Settings' |
| 6 |
ClientHeight = 235 |
| 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 = 199 |
| 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 = 112 |
| 49 |
Top = 199 |
| 50 |
Width = 57 |
| 51 |
Height = 23 |
| 52 |
Cancel = True |
| 53 |
Caption = 'Cancel' |
| 54 |
TabOrder = 2 |
| 55 |
OnClick = btn_cancelClick |
| 56 |
end |
| 57 |
object combo_charset: TComboBox |
| 58 |
Left = 160 |
| 59 |
Top = 40 |
| 60 |
Width = 156 |
| 61 |
Height = 21 |
| 62 |
Style = csDropDownList |
| 63 |
ItemHeight = 13 |
| 64 |
ItemIndex = 0 |
| 65 |
TabOrder = 3 |
| 66 |
Text = 'default - 1' |
| 67 |
Items.Strings = ( |
| 68 |
'default - 1' |
| 69 |
'Arabic - 178' |
| 70 |
'Baltic - 186' |
| 71 |
'ChineseBig5 - 136' |
| 72 |
'EastEurope - 238' |
| 73 |
'Greek - 161' |
| 74 |
'Russian - 204' |
| 75 |
'Thai - 222' |
| 76 |
'Turkish - 162') |
| 77 |
end |
| 78 |
object check_hideunused: TCheckBox |
| 79 |
Left = 8 |
| 80 |
Top = 79 |
| 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 |