| View previous topic :: View next topic |
| Author |
Message |
Eugene Guest
|
Posted: Thu Apr 22, 2004 2:42 pm Post subject: Splitted Windows |
|
|
Hi,
I would like to have two-three framed windows in one form.It is
like in MS Outlook or some common Win program.I'M a newbie and
i can not find how to do this.Could you tell me how?
Thanks in advance
Eugene.
|
|
| Back to top |
|
 |
Pete Fraser Guest
|
Posted: Thu Apr 22, 2004 3:52 pm Post subject: Re: Splitted Windows |
|
|
On your Form add a TPanel with Alignment = left
Then add a vertical splitter
Add a TPanel to RH side of window with Alignment=top
Then add a splitter
Add a TPanel or another component to final hole on bottom left
--
Rgds Pete
=================================
GenHelp: The Component Authors help writer
Web: www.frasersoft.net/genhelp
=================================
"Eugene" <eugene (AT) dmx (DOT) de> wrote
| Quote: |
Hi,
I would like to have two-three framed windows in one form.It is
like in MS Outlook or some common Win program.I'M a newbie and
i can not find how to do this.Could you tell me how?
Thanks in advance
Eugene.
|
|
|
| Back to top |
|
 |
Eugene Guest
|
Posted: Thu Apr 22, 2004 9:37 pm Post subject: Re: Splitted Windows |
|
|
Ok, thanks :)
"Pete Fraser" <pete._no_spam_fraser (AT) frasersoft (DOT) nospam.net> wrote:
| Quote: | On your Form add a TPanel with Alignment = left
Then add a vertical splitter
Add a TPanel to RH side of window with Alignment=top
Then add a splitter
Add a TPanel or another component to final hole on bottom left
--
Rgds Pete
=================================
GenHelp: The Component Authors help writer
Web: www.frasersoft.net/genhelp
=================================
"Eugene" <eugene (AT) dmx (DOT) de> wrote in message
news:4087d9e6$1 (AT) newsgroups (DOT) borland.com...
Hi,
I would like to have two-three framed windows in one form.It is
like in MS Outlook or some common Win program.I'M a newbie and
i can not find how to do this.Could you tell me how?
Thanks in advance
Eugene.
|
|
|
| Back to top |
|
 |
|