此窗体使用什么控件?

时间:2021-09-27 00:54:51

Please see attached image: http://i54.tinypic.com/1zbuskp.png

请见附件图片:http://i54.tinypic.com/1zbuskp.png

I'm wondering about what main controls that makes up this layout of 3 "panels" with header bars.

我想知道是什么主控件构成了这个有标题栏的3个“面板”的布局。

I assume it's a set of SplitContainers, but then I'm unsure if what's inside are panels, or individual forms.. Is it possible to determine from this image? And what is used for the header bars?

我认为这是一套SplitContainers软件,但我不确定里面是面板还是单独的表单。是否有可能从这幅图中确定?标题栏用的是什么?

As can be seen, the headerbars changes slightly color when each panel is selected. In image the middle one was clicked.

可以看到,当每个面板被选中时,headerbars会稍微改变颜色。在图片中,中间的那个被点击了。

http://i54.tinypic.com/1zbuskp.png

http://i54.tinypic.com/1zbuskp.png

3 个解决方案

#1


1  

Use spy++ and/or reflector to find out for sure.

使用间谍++和/或反射器来确定。

#2


0  

This does look like SplitContainers. Inside each section it's either a panel with controls inside it, or a UserControl (can't be a form because you can't put a form inside another one).

这看起来像SplitContainers。在每个部分中,它要么是包含控件的面板,要么是UserControl(不能是表单,因为不能将表单放在另一个中)。

I don't know what the header bars are, could be a custom control with some background image and a label over it.

我不知道标题栏是什么,可以是一个带有背景图像和标签的自定义控件。

#3


0  

This could just as easily be three panels with controls, each docked, and possibly with a splitter in between. The highlighted titlebar could easily be custom drawn.

这也可以是三个面板,每个面板上都有控件,每个面板上都有一个分配器。突出显示的标题栏可以很容易地自定义绘制。

#1


1  

Use spy++ and/or reflector to find out for sure.

使用间谍++和/或反射器来确定。

#2


0  

This does look like SplitContainers. Inside each section it's either a panel with controls inside it, or a UserControl (can't be a form because you can't put a form inside another one).

这看起来像SplitContainers。在每个部分中,它要么是包含控件的面板,要么是UserControl(不能是表单,因为不能将表单放在另一个中)。

I don't know what the header bars are, could be a custom control with some background image and a label over it.

我不知道标题栏是什么,可以是一个带有背景图像和标签的自定义控件。

#3


0  

This could just as easily be three panels with controls, each docked, and possibly with a splitter in between. The highlighted titlebar could easily be custom drawn.

这也可以是三个面板,每个面板上都有控件,每个面板上都有一个分配器。突出显示的标题栏可以很容易地自定义绘制。