Keith: Win32 fixes. Much appreciation to Markus L�din.
git-svn-id: trunk@1298 -
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 30 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 30 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 30 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 963 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 266 B |
BIN
images/color.ico
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 167 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 75 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 930 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 578 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 86 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
images/mouse.ico
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 743 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 799 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 731 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 739 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 791 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 791 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 847 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 799 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 739 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 743 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 358 B |
@ -1337,11 +1337,12 @@ Var
|
||||
Handle: HWND;
|
||||
TM: TEXTMETRICA;
|
||||
Begin
|
||||
if Sender is TCustomForm then
|
||||
begin
|
||||
inc(Width, 50);
|
||||
inc(Height, 50);
|
||||
end;
|
||||
If Sender Is TCustomForm Then
|
||||
Begin
|
||||
Inc(Width, 50);
|
||||
Inc(Height, 50);
|
||||
End;
|
||||
|
||||
Handle := (Sender As TWinControl).Handle;
|
||||
If (TControl(Sender).Parent Is TCustomGroupBox) Or (TControl(Sender).Parent Is TPage) Then
|
||||
Begin
|
||||
@ -2501,6 +2502,9 @@ End;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.23 2002/08/28 17:28:11 lazarus
|
||||
Keith: Win32 fixes. Much appreciation to Markus Lüdin.
|
||||
|
||||
Revision 1.22 2002/08/25 21:33:54 lazarus
|
||||
Keith: Minor sizing enhancements
|
||||
|
||||
|