• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            鐵觀音

            C++編程寶典

               ::  ::  ::  ::  :: 管理 ::
              1 隨筆 :: 19 文章 :: 0 評論 :: 0 Trackbacks

            Introduction

            The ZSplitterDlg and ZSplitter classes help you to add splitters to your dialog, property sheet or any other window. It splits your controls and makes them movable and resizeable. I think this way is better than "auto size" contol: it adds a "docking" opportunity. Moreover, one more control added that add "auto size" option. Finally, you can integrate the ZSplitterDlg with a resizable dialog (for example CResizableDialog by Paolo Messina).

            Note that you shouldn't add anything to your resources and shouldn't describe the relations between controls. Just make the corresponding size and position of your controls and use the functions:

            				void addControls(int count, bool connectVertical, ...);
            void addControl(int id);
            

            Demo project shows using these automatically added controls in CDialog, CPropertyPage, CView and CFormView classes.

            Sample Image

            Using the class

            The simplest way is to use the ZSplitterDlgImpl template. You should change:

            • The parent of your dialog ot view class,
            • the constructor implementation,
            • the second parameter in BEGIN_MESSAGE_MAP macros, and
            • the "on init" function of your window.
            				// in header
            				class CTestDlg1 : public ZSplitterDlgImpl<CPropertyPage>
            
            // in source
            CTestDlg1::CTestDlg1() : /*...*/ ZSplitterDlgImpl<CPropertyPage>(CTestDlg1::IDD) {}
            
            BEGIN_MESSAGE_MAP(CTestDlg1, ZSplitterDlgImpl<CPropertyPage>)
            	//	...
            END_MESSAGE_MAP()
            
            BOOL CTestDlg1::OnInitDialog() 
            {
            	// ... and use addControl(s) function here
            	init();
            	// ...
            }
            

            The ZSplitterDlgImpl template has a second parameter (ZSplitter2 by default). ZSplitter2 is the implementation of a spliter control. It has a virtual function OnPaint() - and you can change it's realisation to have different view of your control (see CMyView1 class in demo project).

            The ZSplitterDlgImpl template helps you to implement splitter controls but you can use its base ZSplitterDlg class (look for CTestDlg2 class) in demo project.

            I remade a little CResizableDialog with the permission of the author and you can use it with my splitters: use the ZSplitterDlgResizable class for this job. (look for CDemoDlg class) in the demo project.

            resizable sample

            This is a sample of your dialog in resource editor:

            in vc++ editor

            And user can change it in such way in runtime.

            after user manipulations

            You should use the addControls or addControl functions to add one control to the "splitter set" or a group of controls: they will move together. This is an example which you seen above

              addControls(2,false,IDC_LIST6,IDC_LIST7);
              addControls(2,true,IDC_LIST1,IDC_LIST8);
              addControl(IDC_LIST9);
              addControl(IDC_LIST2);
              addControl(IDC_LIST3);
              addControl(IDC_LIST4);
              addControl(IDC_LIST5);
            

            Moreover you can manually add a ZSplitter class (the most common splitter controls) to a page. Look at the images and in the CTestDlg3 class of the demo project for details.

            before moving after moving

            To Do list

            I'd like to make the look (color, size, effects) of the splitter more presentable. So I want to get comments from you. First of all: is this technique useful to you?

            Note

            Make sure to check out the my web site which is more likely to have updates and betas:
            http://www.zmike.net

            About Mike Melnikov


            Mike has been programming in C/C++ for 11 years and Visual C++/MFC for 4 years. His background includes pure and applied mathematics, engineering and physics, and he is currently based in Moscow, Russia.

            Click here to view Mike Melnikov's online profile.

            posted on 2006-10-14 10:44 鐵觀音 閱讀(302) 評論(0)  編輯 收藏 引用 所屬分類: VC界面控件類
            国产精品久久久久蜜芽| 久久久久99这里有精品10| 94久久国产乱子伦精品免费 | 久久99国产精品99久久| 精品久久久久久99人妻| 久久人人添人人爽添人人片牛牛| 无码专区久久综合久中文字幕| 久久免费线看线看| 久久久久久国产精品无码下载 | 亚洲中文字幕久久精品无码APP| 一本一道久久精品综合| 亚洲国产精品无码久久| 国产视频久久| 久久精品国产亚洲AV麻豆网站| 久久久噜噜噜久久| 91久久精品无码一区二区毛片| 久久精品国产2020| 成人综合久久精品色婷婷| 精品久久久久久无码中文字幕 | 97久久精品人人澡人人爽| 无码精品久久久天天影视 | 伊人色综合久久天天网| 久久久精品日本一区二区三区| 国产精品久久久久天天影视| 久久九九兔免费精品6| 久久国产免费直播| 久久九九兔免费精品6| 国内精品久久久久久久久电影网 | 久久精品一区二区影院 | AV无码久久久久不卡蜜桃| 日韩va亚洲va欧美va久久| 久久影院久久香蕉国产线看观看| 久久精品国产久精国产| 国产毛片久久久久久国产毛片 | 色婷婷久久综合中文久久一本| 国产精品美女久久久久AV福利 | 亚洲国产日韩欧美久久| 人人妻久久人人澡人人爽人人精品| 亚洲国产香蕉人人爽成AV片久久| 伊人久久无码精品中文字幕| 亚洲乱码中文字幕久久孕妇黑人|