Changeset 666 for trunk/Settings.lfm
- Timestamp:
- Jul 9, 2025, 10:36:23 PM (15 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Settings.lfm
r568 r666 11 11 DesignTimePPI = 144 12 12 Font.Color = clWindowText 13 Font.Height = -1 113 Font.Height = -17 14 14 Font.Name = 'MS Sans Serif' 15 15 FormStyle = fsStayOnTop 16 Position = poScreenCenter 17 LCLVersion = '4.0.0.4' 18 Scaled = False 16 19 OnClose = FormClose 17 20 OnCreate = FormCreate … … 19 22 OnPaint = FormPaint 20 23 OnShow = FormShow 21 Position = poScreenCenter22 LCLVersion = '2.2.6.0'23 Scaled = False24 24 object ListLanguages: TListBoxEx 25 25 Tag = 15360 26 26 Left = 16 27 Height = 2 9127 Height = 280 28 28 Top = 32 29 29 Width = 144 … … 39 39 ParentFont = False 40 40 ScrollWidth = 144 41 Style = lbOwnerDrawVariable 41 42 TabOrder = 1 42 43 TabStop = False … … 62 63 end 63 64 object ButtonFullscreen: TButtonC 64 Left = 2465 Left = 16 65 66 Height = 18 66 67 Top = 368 … … 110 111 ParentFont = False 111 112 ScrollWidth = 288 113 Style = lbOwnerDrawVariable 112 114 TabOrder = 0 113 115 TabStop = False 114 116 TopIndex = -1 115 117 OnSelectionChange = ListKeyBindingsSelectionChange 116 end117 object EditShortCutPrimary: TEdit118 Left = 176119 Height = 27120 Top = 296121 Width = 136122 BorderStyle = bsNone123 Color = clBlack124 Enabled = False125 Font.Color = 4176863126 Font.Height = -15127 Font.Name = 'Times New Roman'128 Font.Style = [fsBold]129 ParentFont = False130 TabOrder = 2131 OnKeyUp = EditShortCutPrimaryKeyUp132 end133 object EditShortCutSecondary: TEdit134 Left = 328135 Height = 27136 Top = 296137 Width = 136138 BorderStyle = bsNone139 Color = clBlack140 Enabled = False141 Font.Color = 4176863142 Font.Height = -15143 Font.Name = 'Times New Roman'144 Font.Style = [fsBold]145 ParentFont = False146 TabOrder = 3147 OnKeyUp = EditShortCutSecondaryKeyUp148 118 end 149 119 object ButtonReset: TButtonA … … 157 127 end 158 128 object ButtonCustomDpi: TButtonC 159 Left = 24129 Left = 176 160 130 Height = 18 161 Top = 33 6131 Top = 334 162 132 Width = 18 163 133 Down = False … … 188 158 ButtonIndex = 0 189 159 end 160 object ButtonMusicVolumeDown: TButtonC 161 Tag = 6912 162 Left = 136 163 Height = 12 164 Top = 340 165 Width = 12 166 Down = False 167 Permanent = False 168 OnClick = ButtonMusicVolumeDownClick 169 ButtonIndex = 0 170 end 171 object ButtonMusicVolumeUp: TButtonC 172 Tag = 6912 173 Left = 136 174 Height = 12 175 Top = 328 176 Width = 12 177 Down = False 178 Permanent = False 179 OnClick = ButtonMusicVolumeUpClick 180 ButtonIndex = 1 181 end 182 object EditShortCutPrimary: TEdit 183 AutoSize = True 184 ClientHeight = 27 185 ClientWidth = 136 186 Top = 296 187 Left = 176 188 Width = 136 189 Height = 27 190 Enabled = False 191 ShowHint = False 192 Font.Color = 4176863 193 Font.Name = 'Times New Roman' 194 Font.Style = [fsBold] 195 Font.PixelsPerInch = 96 196 Font.Height = -15 197 Align = alNone 198 Color = clBlack 199 TabStop = True 200 OnKeyUp = EditShortCutPrimaryKeyUp 201 BorderStyle = bsNone 202 ParentFont = False 203 end 204 object EditShortCutSecondary: TEdit 205 AutoSize = True 206 ClientHeight = 27 207 ClientWidth = 136 208 Top = 296 209 Left = 328 210 Width = 136 211 Height = 27 212 Enabled = False 213 ShowHint = False 214 Font.Color = 4176863 215 Font.Name = 'Times New Roman' 216 Font.Style = [fsBold] 217 Font.PixelsPerInch = 96 218 Font.Height = -15 219 Align = alNone 220 Color = clBlack 221 TabStop = True 222 OnKeyUp = EditShortCutSecondaryKeyUp 223 BorderStyle = bsNone 224 ParentFont = False 225 end 190 226 end
Note:
See TracChangeset
for help on using the changeset viewer.