[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 594: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 650: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
Fórum Xmaker • Largura Padrão do Menu Lateral
Página 1 de 1

Largura Padrão do Menu Lateral

Enviado: Maio 11th, 2013, 3:42 am
por wkarts
Gostaria de Almentar a Largura Padrão do Menu Lateral
Pois sempre tenho que expandir ao iniciar o aplicativo.

Re: Largura Padrão do Menu Lateral

Enviado: Maio 13th, 2013, 11:07 am
por Adilson
wkarts,

Bom dia !


Ve a procedure abaixo se te ajuda .

Abra o seu formulario Princ.pas

e vá para para a procedure e mude os numerais 141 e 30 para as suas novas configurações.


Adilson


procedure TFormPrincipal.BtnMinimizaClick(Sender: TObject);
begin
if BtnMinimiza.Caption = '>' then
PnOpcoes.Width := 141
else
PnOpcoes.Width := 30;
PnOpcoesResize(Self);
end;