Rev | Line | |
---|
[93] | 1 | object Form_Settings: TForm_Settings
|
---|
| 2 | Left = 0
|
---|
| 3 | Top = 0
|
---|
| 4 | BorderStyle = bsToolWindow
|
---|
| 5 | Caption = 'Settings'
|
---|
[248] | 6 | ClientHeight = 216
|
---|
[93] | 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
|
---|
[248] | 18 | DesignSize = (
|
---|
| 19 | 321
|
---|
| 20 | 216)
|
---|
[93] | 21 | PixelsPerInch = 96
|
---|
| 22 | TextHeight = 13
|
---|
| 23 | object label_charset: TLabel
|
---|
| 24 | Left = 8
|
---|
[112] | 25 | Top = 8
|
---|
[93] | 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
|
---|
[248] | 34 | Top = 187
|
---|
[93] | 35 | Width = 57
|
---|
| 36 | Height = 23
|
---|
[248] | 37 | Anchors = [akLeft, akBottom]
|
---|
[93] | 38 | Caption = 'OK'
|
---|
| 39 | Default = True
|
---|
[112] | 40 | TabOrder = 0
|
---|
[93] | 41 | OnClick = btn_okClick
|
---|
[248] | 42 | ExplicitTop = 168
|
---|
[93] | 43 | end
|
---|
| 44 | object btn_cancel: TButton
|
---|
| 45 | Left = 112
|
---|
[248] | 46 | Top = 187
|
---|
[93] | 47 | Width = 57
|
---|
| 48 | Height = 23
|
---|
[248] | 49 | Anchors = [akLeft, akBottom]
|
---|
[93] | 50 | Cancel = True
|
---|
| 51 | Caption = 'Cancel'
|
---|
[112] | 52 | TabOrder = 1
|
---|
[93] | 53 | OnClick = btn_cancelClick
|
---|
[248] | 54 | ExplicitTop = 168
|
---|
[93] | 55 | end
|
---|
| 56 | object combo_charset: TComboBox
|
---|
| 57 | Left = 160
|
---|
[112] | 58 | Top = 9
|
---|
[93] | 59 | Width = 156
|
---|
| 60 | Height = 21
|
---|
| 61 | Style = csDropDownList
|
---|
| 62 | ItemHeight = 13
|
---|
| 63 | ItemIndex = 0
|
---|
[112] | 64 | TabOrder = 2
|
---|
[93] | 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
|
---|
[112] | 79 | Top = 48
|
---|
[93] | 80 | Width = 209
|
---|
| 81 | Height = 17
|
---|
| 82 | Caption = 'Hide "Unused" data in StructureViewer'
|
---|
[112] | 83 | TabOrder = 3
|
---|
[93] | 84 | end
|
---|
| 85 | object check_reg_dat: TCheckBox
|
---|
| 86 | Left = 8
|
---|
[112] | 87 | Top = 87
|
---|
[93] | 88 | Width = 180
|
---|
| 89 | Height = 17
|
---|
| 90 | Caption = 'Register .dat files with OUP'
|
---|
[112] | 91 | TabOrder = 4
|
---|
[93] | 92 | end
|
---|
| 93 | object check_reg_oldb: TCheckBox
|
---|
| 94 | Left = 8
|
---|
[248] | 95 | Top = 133
|
---|
[93] | 96 | Width = 180
|
---|
| 97 | Height = 17
|
---|
| 98 | Caption = 'Register .oldb files with OUP'
|
---|
[112] | 99 | TabOrder = 5
|
---|
[93] | 100 | end
|
---|
| 101 | object check_reg_opf: TCheckBox
|
---|
| 102 | Left = 8
|
---|
[248] | 103 | Top = 156
|
---|
[93] | 104 | Width = 180
|
---|
| 105 | Height = 17
|
---|
| 106 | Caption = 'Register .opf files with OUP'
|
---|
[112] | 107 | TabOrder = 6
|
---|
[93] | 108 | end
|
---|
[248] | 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
|
---|
[93] | 117 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.