Search found 37 matches: padding

Return to advanced search

Re: Usar Font Segoe UI Symbol

... <Button Style="{StaticResource AppBarButtonStyle}" FontFamily="Segoe UI Symbol" FontSize="18.667" Padding="8,8,0,0" Margin="0,0,0,10" Content="&#xE112;"/> <TextBlock Text="Back" /> </StackPanel> ...
by cnavarro
Fri Jul 05, 2013 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar Font Segoe UI Symbol
Replies: 7
Views: 1308

Re: Off Beat Question - Javascript - SQL

... } </script> <form action="/bkgmgr/sisave.dll" method="POST"> <table width="100%" cellpadding=5 cellspacing=0 align="center" border=1 bordercolor="#ffffff"> <tr> <td><font size=2>Code</font></td> ...
by cdmmaui
Tue Jun 04, 2013 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Off Beat Question - Javascript - SQL
Replies: 17
Views: 3489

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... * contrib/hbide/ideshortcuts.prg * contrib/hbide/idestylesheets.prg * contrib/hbide/idethemes.prg * contrib/hbide/idetools.prg % Widened padding for menubar prompts to show up at a proper distance. + Controlled "RETURN" keyword not to jump to first indentation place, with env ...
by Pritpal Bedi
Mon Jun 14, 2010 2:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99546

Re: Folder on gradient filled dialog

... the trouble is that i intend to give my customers the ability to change the colours (they will only moan if they can't change them :lol: ), so the padding out of the tab will do until Antonio makes the change (hint hint :wink: ) Thanks for your help Uwe Best regards, Pete
by PeterHarmes
Tue Jul 07, 2009 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder on gradient filled dialog
Replies: 33
Views: 8457

... margin-left: 0%; ]+CRLF cHtml2 +=[ left:0%; ]+CRLF cHtml2 +=[ right:0% ]+CRLF cHtml2 +=[ top:0%; ]+CRLF cHtml2 +=[ Bottom:0%; ]+CRLF cHtml2 +=[ padding:0; ]+CRLF cHtml2 +=[ width:100%; ]+CRLF cHtml2 +=[ height:100%; ]+CRLF cHtml2 +=[ } ]+CRLF cHtml2 +=[ </style> ]+CRLF cHtml2 +=[ <script ...
by fgondi
Fri Jan 11, 2008 12:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps - Ajustar Mapa é possível?
Replies: 7
Views: 1849

Salvar Codigo de barras com Bitmap

... cadena, cadena2, n1, n2, NUmero LOCAL Izda, Dcha, String, Mascara, k LOCAL cCode := ::cText k := LEFT(ALLTRIM( cCode ) + "000000000000", 12 ) // padding with '0' // calculo del digito de control // suma de impares s1 := 0 // suma de pares s2 := 0 FOR n := 1 TO 6 s1 := s1 + VAL(SUBSTR( k, ( n ...
by Mauro
Tue Apr 17, 2007 2:30 pm
 
Forum: FiveWin para Pocket PC
Topic: Salvar Codigo de barras com Bitmap
Replies: 6
Views: 3219

Como puedo usar FoxCrypto.FLL con xhb y FW

... const int MAX_LINE_LENGTH = 72; static const byte vec[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; static const byte padding = '='; Base64Encoder::Base64Encoder(BufferedTransformation *outQueue, bool insertLineBreak) : insertLineBreak(insertLineBreak), Filter(outQueue) ...
by Vladimir Zorrilla
Fri Dec 15, 2006 12:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como puedo usar FoxCrypto.FLL con xhb y FW
Replies: 0
Views: 656
Previous

Return to advanced search