Skip to content

Commit

Permalink
Release 2.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvs committed Jan 31, 2025
1 parent 167b726 commit 8fcef20
Show file tree
Hide file tree
Showing 5 changed files with 2,647 additions and 2,581 deletions.
2 changes: 1 addition & 1 deletion README_mse.TXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MSEide+MSEgui Pascal Cross Platform GUI Development System.

2024-04-13 MSEgui Version 5.10.4.
Copyright (c) 1999-2024 by Martin Schreiber and friends.
Copyright (c) 1999-2025 by Martin Schreiber and friends.

- Compiles with FPC 2.6.4, 3.0.0, 3.0.2, 3.2.0, 3.2.2 or 3.3.1.
- Compiles with FPC-LLVM 3.3.1.
Expand Down
18 changes: 18 additions & 0 deletions src/main.mfm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@ object mainfo: tmainfo
container.frame.localprops1 = []
container.frame.sbhorz.options = [sbo_moveauto, sbo_showauto]
container.frame.sbvert.options = [sbo_moveauto, sbo_showauto]
container.frame.sbvert.face.localprops = []
container.frame.sbvert.face.template = concave
container.frame.sbvert.facebutton.localprops = []
container.frame.sbvert.facebutton.template = convex
container.frame.sbvert.faceendbutton.localprops = []
container.frame.sbvert.faceendbutton.template = concave
container.frame.sbvert.framebutton.hiddenedges = [edg_bottom]
container.frame.sbvert.framebutton.localprops = []
container.frame.sbvert.framebutton.localprops1 = []
container.frame.sbvert.framebutton.template = tframecomp2
container.frame.sbvert.frameendbutton1.hiddenedges = [edg_bottom]
container.frame.sbvert.frameendbutton1.localprops = []
container.frame.sbvert.frameendbutton1.localprops1 = []
container.frame.sbvert.frameendbutton1.template = tframecomp2
container.frame.sbvert.frameendbutton2.hiddenedges = [edg_bottom]
container.frame.sbvert.frameendbutton2.localprops = []
container.frame.sbvert.frameendbutton2.localprops1 = []
container.frame.sbvert.frameendbutton2.template = tframecomp2
container.onlayout = onscale
container.bounds = (
0
Expand Down
8 changes: 4 additions & 4 deletions src/main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ interface
mseificompglob,mseifiglob,msescrollbar;

const
versiontext = '2.14.0';
versiontext = '2.16.0';
idecaption = 'ideU' {$ifdef pacpas} + '_PacPas'{$endif} ;
statname = 'ideu';

Expand Down Expand Up @@ -4385,7 +4385,7 @@ procedure tmainfo.aboutonexecute(const Sender: TObject);
c_linefeed + c_linefeed + c_linefeed +
' Martin Schreiber' +
c_linefeed +
lang_xstockcaption[Ord(sc_copyright)] + ' 1999-2024' +
lang_xstockcaption[Ord(sc_copyright)] + ' 1999-2025' +
c_linefeed +
'https://github.com/mse-org/mseide-msegui';

Expand Down Expand Up @@ -4425,7 +4425,7 @@ procedure tmainfo.aboutfpguionexecute(const Sender: TObject);
c_linefeed +
'<[email protected]>' +
c_linefeed +
lang_xstockcaption[Ord(sc_copyright)] + ' 1999-2024';
lang_xstockcaption[Ord(sc_copyright)] + ' 1999-2025';

// aboutfo.about_text.Height := 13 * confideufo.fontsize.Value;
// aboutfo.Height := aboutfo.about_text.Height + 16;
Expand Down Expand Up @@ -4465,7 +4465,7 @@ procedure tmainfo.aboutideuonexecute(const Sender: TObject);
'Fred van Stappen' +
c_linefeed +
'<[email protected]>' + c_linefeed +
lang_xstockcaption[Ord(sc_copyright)] + ' 1999-2024';
lang_xstockcaption[Ord(sc_copyright)] + ' 1999-2025';

// aboutfo.about_text.Height := 15 * confideufo.fontsize.Value;
// aboutfo.Height := aboutfo.about_text.Height + 16;
Expand Down
Loading

0 comments on commit 8fcef20

Please sign in to comment.