DuiLib Tab頁的使用

2021-07-28 17:50:59 字數 2162 閱讀 3439

如果幾個頁面之間,內容和邏輯存在著緊密的關聯,則適合使用tab頁的形式進行展示。1是便於傳輸資料,2是方便頁面的跳轉和管理(建立和刪除)。

檔案

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>

bkcolor="#ffffffff"

size="725,550"

caption="0,0,0,75" >

name="??????"

size="18"

bold="false"

italic="false"

default="true"/>

bkcolor="#ff01ac66">

height="18" >

name="btnclose"

tooltip="關閉"

height="18"

width="43"

normalimage="file='close_h.png' mask='#ffff00ff'"

hotimage="file='close_h.png' mask='#ffff00ff'"

pushedimage="file='close_p.png' mask='#ffff00ff'"

padding="0,2,2,0"/>

horizontallayout>

bkcolor="#ccefce"

text="好好學習,天天向上"

textcolor="#ffffffff"

textpadding="0,0,0,0"

height="50"

align="center"

padding="0,5,0,0"/>

name="tab_detailinfo" >

name="vlayout_detailinfo">

text="這是第乙個tab頁"

width="80"

height="25" />

name="srcnamesrc"

width="150"

align="left" />

verticallayout>

name="vlayout_setordersrc"

bkcolor="#fff0f5fb"

padding="5,5,5,5">

height="25"

padding="25,20,0,0" >

text="這是第二個tab頁"

width="80"

height="25" />

name="srcnamesrc"

width="150"

align="left" />

horizontallayout>

verticallayout>

tablayout>

text="你好好學習了嗎?"

align="center"

textcolor="#ffffffff"

height="25"

padding="0,0,0,5"/>

verticallayout>

window>

檔案

#pragma once

enum wnd_type_detailinfo

;class cdlguserinfo

: public windowimplbasebase

, public igateserverrpc

;

檔案

#include "stdafx.h"

#include "ctab.h"

cdlguserinfo::cdlguserinfo(hwnd hwnd)

:m_pparentwnd(hwnd)

cdlguserinfo::~cdlguserinfo()

}lpctstr cdlguserinfo::getwindowclassname() const

coui::cstdstring cdlguserinfo::getskinfile()

coui::cstdstring cdlguserinfo::getskinfolder()

void cdlguserinfo::init()

android 標籤頁 的使用

在android頁面布局設計中,有時候需要用到很多相同的布局設計。如果每個用到該布局的xml裡都寫那個相同布局的話,會造成語句冗餘,而且可讀性很差。為了解決這個問題的話,我們可以把相同布局的 單獨寫成乙個模組,然後用到的時候可以通過標籤來重用layout 具體實現 在xml需要使用 某個相同的布局模...

django母版頁的使用

母版頁用於處理html頁面相同部分內容,避免在不同的頁面中重複出現 1 新增母版頁 再manage.py檔案相同目錄下新增templates資料夾用於儲存母版頁html檔案 2 新增母版頁base.html,html如下 doctype html html lang en xmlns head me...

母版頁使用練習

css樣式表 body header logo left right footer 母版頁 master xlanguage c autoeventwireup true codefile masterpage.master.cs inherits masterpage 內容頁 page title...