Delphi: suggests, ideas in a building of User Interface -


i building user interface. program consist of 4 main parts:

1) top menu - tmainmenu. top of window

2) main menu - ttreeview. left of window. each item of treeview=corresponded tabsheet of tpagecotrol.

3) work space - tpagecontrol. no tabs. left space.

each tabsheet has it's own toolbar , other controls. 5 menus (5 items in treeview) = 5 tabsheets -> 5 toolbars , other controls on each tabsheet.

it looks here (it be: treeview main menu; mainmenu top menu; work area - toolbar , other controls): enter image description here

i use user interface here: enter image description here coolbar represented top menu , toolbar (it suits purpose use 5 toolbars instead of 1 toolbar on each tabsheet). after discussion here seems impossible copy coolbar mainmenu , toolbar.

my question: how build efficient user interface using examples ui of utorrent , ui of windows firewall?

are there alternatives, ideas of building of ui? how make interface if need 4 parts me?

now have this: enter image description here

thanks!

you'll have have 5 panels in client area.

as select node in treeview on left need call

pnlinboundrules.bringtofront; 

the difficult thing how update single toolbar items should appear on based on "tab" you've selected.

you have delete toolbar buttons, , add new buttons "page".


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -