Changeset 681 for trunk/Settings.lfm
- Timestamp:
- Jul 26, 2025, 6:31:47 PM (17 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Settings.lfm
r674 r681 15 15 FormStyle = fsStayOnTop 16 16 Position = poScreenCenter 17 LCLVersion = '4. 0.0.4'17 LCLVersion = '4.2.0.0' 18 18 Scaled = False 19 19 OnClose = FormClose … … 63 63 end 64 64 object ButtonFullscreen: TButtonC 65 Left = 1 665 Left = 176 66 66 Height = 18 67 Top = 36 867 Top = 366 68 68 Width = 18 69 69 Down = False … … 161 161 object ButtonMusicVolumeDown: TButtonC 162 162 Tag = 6912 163 Left = 1 36164 Height = 12 165 Top = 3 40163 Left = 144 164 Height = 12 165 Top = 372 166 166 Width = 12 167 167 Down = False … … 172 172 object ButtonMusicVolumeUp: TButtonC 173 173 Tag = 6912 174 Left = 1 36175 Height = 12 176 Top = 3 28174 Left = 144 175 Height = 12 176 Top = 360 177 177 Width = 12 178 178 Down = False … … 180 180 OnClick = ButtonMusicVolumeUpClick 181 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 182 192 end 183 193 object EditShortCutPrimary: TEdit
Note:
See TracChangeset
for help on using the changeset viewer.