Hola amigos:
Siguiendo la lnea de incorporar ms adornos para
nuestros programas de la HMG.

He incorporado una rutina del Mestro  Grigory Filatov
que public en esta Web.

http://www.hmgforum.com/viewtopic.php?f=15&t=1042&hilit=DrawWindowBoxIn
http://www.hmgforum.com/viewtopic.php?f=15&t=1042&p=7146&hilit=DrawWindowBoxIn&sid=c57c40aa291025da8ad54115c15e4906#p7146

Se incorpora en la libreria "hmg_GFilatov.ch"
para los cuadros Panel y Undido.

Panel:
Dos formas distintas pero con el mismo resultado
Nombre del Window en el sample Win_1
     DRAW PANEL IN WINDOW  Win_1 AT 20,320 TO 200,620
     DrawWindowBoxRaised( "Win_1" , 20, 320, 200, 620 ) 
  *------------------------------------------------------*
Undido:
Dos formas distintas pero con el mismo resultado
Nombre del Window en el sample Win_1

     DRAW BOX IN WINDOW Win_1 AT 210,20 TO 400,310
     DrawWindowBoxIn( " Win_1", 210, 20, 400, 310 )
*--------------------------------------------------------*

Mi aportacin basada en LineBoxOrnaments

*http://www.hmgforum.com/viewtopic.php?f=15&t=1389&hilit=hmg_BoxLetterShow
he ampliado funciones nuevas ahora se llamar "hmg_BoxLetterShow.ch"

Ver la libreria que hay algunos samples Nuevos
he dejado las mismas rutinas que incorpor Javier Tovar
lamentablemente creo que ha dejado esta Web
*---------------------------------------------------------*
Como novedad est mGrid(00,00, 640,203,"3","name DataBase ..." )  
"3" ----> seria lo mismo que poner "Grid_"+3 = Grid_3
solo tienes que poner el nmero del control al Grid
luego el nombre del fichero DBF , este Grid solo es 
consultivo mediante botones "arriba abajo" --> up and down
  
Tambien tienen:

mBrowse(118, 040, 200, 058 ,"1","name DataBase ..." ) 
No est muy operativo dicho control, pero funciona si quieren probarlo 
Bueno aqui esta todo, que se diviertan.

Saludos
Mustfa
*---------------- And as Dr.Google said in English ------------------------------------*
Hello friends:
Following the line of incorporating more ornaments for
our programs of the HMG.

I have incorporated a routine of Master Grigory Filatov
published on this Web.

http://www.hmgforum.com/viewtopic.php?f=15&t=1042&hilit=DrawWindowBoxIn
http://www.hmgforum.com/viewtopic.php?f=15&t=1042&p=7146&hilit=DrawWindowBoxIn&sid=c57c40aa291025da8ad54115c15e4906#p7146

It is incorporated into the library "hmg_GFilatov.ch"
for the Panel and Undido paintings.

Panel:
Two different ways but with the same result
Window name in sample Win_1
DRAW PANEL IN WINDOW Win_1 AT 20,320 TO 200,620
DrawWindowBoxRaised ("Win_1", 20, 320, 200, 620)
*-------------------------------------------------------*
Undido:
Two different ways but with the same result
Window name in sample Win_1

DRAW BOX IN WINDOW Win_1 AT 210,20 TO 400,310
DrawWindowBoxIn ("Win_1", 210, 20, 400, 310)
  *-------------------------------------------------------*

My contribution based on LineBoxOrnaments

* http: //www.hmgforum.com/viewtopic.php? f = 15 & t = 1389 & hilit = hmg_BoxLetterShow
I have extended new functions now it will be called "hmg_BoxLetterShow.ch"

See the library that there are some samples New
I have left the same routines that Javier Tovar incorporated
unfortunately I think he has left this Web
 *--------------------------------------------------------*
As a new feature there is mGrid (00,00, 640,203, "3", "name DataBase ...")
"3" ----> would be the same as putting "Grid _" + 3 = Grid_3
you just have to put the control number to the Grid
then the name of the DBF file, this Grid is only
consultative through "up and down" buttons -> up and down

Also have:

mBrowse (118, 040, 200, 058, "1", "name DataBase ...")
This control is not very operative, but it works if you want to test it
Well here is everything, have fun.

Regards
Mustfa
* ------------------------------------------------- --------------------------- *





















