| 1 | object SettingsDlg: TSettingsDlg
|
|---|
| 2 | Left = 766
|
|---|
| 3 | Height = 448
|
|---|
| 4 | Top = 240
|
|---|
| 5 | Width = 483
|
|---|
| 6 | BorderStyle = bsNone
|
|---|
| 7 | Caption = 'Settings'
|
|---|
| 8 | ClientHeight = 448
|
|---|
| 9 | ClientWidth = 483
|
|---|
| 10 | Color = clBtnFace
|
|---|
| 11 | DesignTimePPI = 144
|
|---|
| 12 | Font.Color = clWindowText
|
|---|
| 13 | Font.Height = -17
|
|---|
| 14 | Font.Name = 'MS Sans Serif'
|
|---|
| 15 | FormStyle = fsStayOnTop
|
|---|
| 16 | Position = poScreenCenter
|
|---|
| 17 | LCLVersion = '4.2.0.0'
|
|---|
| 18 | Scaled = False
|
|---|
| 19 | OnClose = FormClose
|
|---|
| 20 | OnCreate = FormCreate
|
|---|
| 21 | OnDestroy = FormDestroy
|
|---|
| 22 | OnPaint = FormPaint
|
|---|
| 23 | OnShow = FormShow
|
|---|
| 24 | object ListLanguages: TListBoxEx
|
|---|
| 25 | Tag = 15360
|
|---|
| 26 | Left = 16
|
|---|
| 27 | Height = 280
|
|---|
| 28 | Top = 32
|
|---|
| 29 | Width = 144
|
|---|
| 30 | BorderStyle = bsNone
|
|---|
| 31 | Color = clBlack
|
|---|
| 32 | ExtendedSelect = False
|
|---|
| 33 | Font.Color = 4176863
|
|---|
| 34 | Font.Height = -15
|
|---|
| 35 | Font.Name = 'Times New Roman'
|
|---|
| 36 | Font.Style = [fsBold]
|
|---|
| 37 | IntegralHeight = True
|
|---|
| 38 | ItemHeight = 20
|
|---|
| 39 | ParentFont = False
|
|---|
| 40 | ScrollWidth = 144
|
|---|
| 41 | Style = lbOwnerDrawVariable
|
|---|
| 42 | TabOrder = 1
|
|---|
| 43 | TabStop = False
|
|---|
| 44 | TopIndex = -1
|
|---|
| 45 | end
|
|---|
| 46 | object ButtonOk: TButtonA
|
|---|
| 47 | Left = 364
|
|---|
| 48 | Height = 25
|
|---|
| 49 | Top = 400
|
|---|
| 50 | Width = 100
|
|---|
| 51 | Down = False
|
|---|
| 52 | Permanent = False
|
|---|
| 53 | OnClick = ButtonOkClick
|
|---|
| 54 | end
|
|---|
| 55 | object ButtonCancel: TButtonA
|
|---|
| 56 | Left = 244
|
|---|
| 57 | Height = 25
|
|---|
| 58 | Top = 400
|
|---|
| 59 | Width = 100
|
|---|
| 60 | Down = False
|
|---|
| 61 | Permanent = False
|
|---|
| 62 | OnClick = ButtonCancelClick
|
|---|
| 63 | end
|
|---|
| 64 | object ButtonFullscreen: TButtonC
|
|---|
| 65 | Left = 176
|
|---|
| 66 | Height = 18
|
|---|
| 67 | Top = 366
|
|---|
| 68 | Width = 18
|
|---|
| 69 | Down = False
|
|---|
| 70 | Permanent = False
|
|---|
| 71 | OnClick = ButtonFullscreenClick
|
|---|
| 72 | ButtonIndex = 0
|
|---|
| 73 | end
|
|---|
| 74 | object ButtonGammaUp: TButtonC
|
|---|
| 75 | Tag = 6912
|
|---|
| 76 | Left = 452
|
|---|
| 77 | Height = 12
|
|---|
| 78 | Top = 360
|
|---|
| 79 | Width = 12
|
|---|
| 80 | Down = False
|
|---|
| 81 | Permanent = False
|
|---|
| 82 | OnClick = ButtonGammaUpClick
|
|---|
| 83 | ButtonIndex = 1
|
|---|
| 84 | end
|
|---|
| 85 | object ButtonGammaDown: TButtonC
|
|---|
| 86 | Tag = 6912
|
|---|
| 87 | Left = 452
|
|---|
| 88 | Height = 12
|
|---|
| 89 | Top = 372
|
|---|
| 90 | Width = 12
|
|---|
| 91 | Down = False
|
|---|
| 92 | Permanent = False
|
|---|
| 93 | OnClick = ButtonGammaDownClick
|
|---|
| 94 | ButtonIndex = 0
|
|---|
| 95 | end
|
|---|
| 96 | object ListKeyBindings: TListBoxEx
|
|---|
| 97 | Tag = 15360
|
|---|
| 98 | Left = 176
|
|---|
| 99 | Height = 232
|
|---|
| 100 | Top = 32
|
|---|
| 101 | Width = 288
|
|---|
| 102 | BorderStyle = bsNone
|
|---|
| 103 | Color = clBlack
|
|---|
| 104 | ExtendedSelect = False
|
|---|
| 105 | Font.Color = 4176863
|
|---|
| 106 | Font.Height = -15
|
|---|
| 107 | Font.Name = 'Times New Roman'
|
|---|
| 108 | Font.Style = [fsBold]
|
|---|
| 109 | IntegralHeight = True
|
|---|
| 110 | ItemHeight = 20
|
|---|
| 111 | ParentFont = False
|
|---|
| 112 | ScrollWidth = 288
|
|---|
| 113 | Style = lbOwnerDrawVariable
|
|---|
| 114 | TabOrder = 0
|
|---|
| 115 | TabStop = False
|
|---|
| 116 | TopIndex = -1
|
|---|
| 117 | OnKeyDown = ListKeyBindingsKeyDown
|
|---|
| 118 | OnSelectionChange = ListKeyBindingsSelectionChange
|
|---|
| 119 | end
|
|---|
| 120 | object ButtonReset: TButtonA
|
|---|
| 121 | Left = 16
|
|---|
| 122 | Height = 25
|
|---|
| 123 | Top = 400
|
|---|
| 124 | Width = 100
|
|---|
| 125 | Down = False
|
|---|
| 126 | Permanent = False
|
|---|
| 127 | OnClick = ButtonResetClick
|
|---|
| 128 | end
|
|---|
| 129 | object ButtonCustomDpi: TButtonC
|
|---|
| 130 | Left = 176
|
|---|
| 131 | Height = 18
|
|---|
| 132 | Top = 334
|
|---|
| 133 | Width = 18
|
|---|
| 134 | Down = False
|
|---|
| 135 | Permanent = False
|
|---|
| 136 | OnClick = ButtonCustomDpiClick
|
|---|
| 137 | ButtonIndex = 0
|
|---|
| 138 | end
|
|---|
| 139 | object ButtonDpiUp: TButtonC
|
|---|
| 140 | Tag = 6912
|
|---|
| 141 | Left = 452
|
|---|
| 142 | Height = 12
|
|---|
| 143 | Top = 328
|
|---|
| 144 | Width = 12
|
|---|
| 145 | Down = False
|
|---|
| 146 | Permanent = False
|
|---|
| 147 | OnClick = ButtonDpiUpClick
|
|---|
| 148 | ButtonIndex = 1
|
|---|
| 149 | end
|
|---|
| 150 | object ButtonDpiDown: TButtonC
|
|---|
| 151 | Tag = 6912
|
|---|
| 152 | Left = 452
|
|---|
| 153 | Height = 12
|
|---|
| 154 | Top = 340
|
|---|
| 155 | Width = 12
|
|---|
| 156 | Down = False
|
|---|
| 157 | Permanent = False
|
|---|
| 158 | OnClick = ButtonDpiDownClick
|
|---|
| 159 | ButtonIndex = 0
|
|---|
| 160 | end
|
|---|
| 161 | object ButtonMusicVolumeDown: TButtonC
|
|---|
| 162 | Tag = 6912
|
|---|
| 163 | Left = 144
|
|---|
| 164 | Height = 12
|
|---|
| 165 | Top = 372
|
|---|
| 166 | Width = 12
|
|---|
| 167 | Down = False
|
|---|
| 168 | Permanent = False
|
|---|
| 169 | OnClick = ButtonMusicVolumeDownClick
|
|---|
| 170 | ButtonIndex = 0
|
|---|
| 171 | end
|
|---|
| 172 | object ButtonMusicVolumeUp: TButtonC
|
|---|
| 173 | Tag = 6912
|
|---|
| 174 | Left = 144
|
|---|
| 175 | Height = 12
|
|---|
| 176 | Top = 360
|
|---|
| 177 | Width = 12
|
|---|
| 178 | Down = False
|
|---|
| 179 | Permanent = False
|
|---|
| 180 | OnClick = ButtonMusicVolumeUpClick
|
|---|
| 181 | ButtonIndex = 1
|
|---|
| 182 | end
|
|---|
| 183 | object ButtonMusic: TButtonC
|
|---|
| 184 | Left = 16
|
|---|
| 185 | Height = 18
|
|---|
| 186 | Top = 334
|
|---|
| 187 | Width = 18
|
|---|
| 188 | Down = False
|
|---|
| 189 | Permanent = False
|
|---|
| 190 | OnClick = ButtonMusicClick
|
|---|
| 191 | ButtonIndex = 0
|
|---|
| 192 | end
|
|---|
| 193 | object EditShortCutPrimary: TEdit
|
|---|
| 194 | AutoSize = True
|
|---|
| 195 | ClientHeight = 27
|
|---|
| 196 | ClientWidth = 136
|
|---|
| 197 | Top = 296
|
|---|
| 198 | Left = 176
|
|---|
| 199 | Width = 136
|
|---|
| 200 | Height = 27
|
|---|
| 201 | Enabled = False
|
|---|
| 202 | ShowHint = False
|
|---|
| 203 | Font.Color = 4176863
|
|---|
| 204 | Font.Name = 'Times New Roman'
|
|---|
| 205 | Font.Style = [fsBold]
|
|---|
| 206 | Font.PixelsPerInch = 96
|
|---|
| 207 | Font.Height = -15
|
|---|
| 208 | Align = alNone
|
|---|
| 209 | Color = clBlack
|
|---|
| 210 | TabStop = True
|
|---|
| 211 | OnKeyUp = EditShortCutPrimaryKeyUp
|
|---|
| 212 | BorderStyle = bsNone
|
|---|
| 213 | ParentFont = False
|
|---|
| 214 | end
|
|---|
| 215 | object EditShortCutSecondary: TEdit
|
|---|
| 216 | AutoSize = True
|
|---|
| 217 | ClientHeight = 27
|
|---|
| 218 | ClientWidth = 136
|
|---|
| 219 | Top = 296
|
|---|
| 220 | Left = 328
|
|---|
| 221 | Width = 136
|
|---|
| 222 | Height = 27
|
|---|
| 223 | Enabled = False
|
|---|
| 224 | ShowHint = False
|
|---|
| 225 | Font.Color = 4176863
|
|---|
| 226 | Font.Name = 'Times New Roman'
|
|---|
| 227 | Font.Style = [fsBold]
|
|---|
| 228 | Font.PixelsPerInch = 96
|
|---|
| 229 | Font.Height = -15
|
|---|
| 230 | Align = alNone
|
|---|
| 231 | Color = clBlack
|
|---|
| 232 | TabStop = True
|
|---|
| 233 | OnKeyUp = EditShortCutSecondaryKeyUp
|
|---|
| 234 | BorderStyle = bsNone
|
|---|
| 235 | ParentFont = False
|
|---|
| 236 | end
|
|---|
| 237 | end
|
|---|