⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aknexgrid.rss

📁 symbian 格子的生成和使用源代码 让你明白九宫格生成原理 适合游戏开发
💻 RSS
📖 第 1 页 / 共 3 页
字号:
            {
            txt = qtn_exgr_fill_order_left;
            }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_three_text_field_dialog
//
//------------------------------------------------------------------------------
//
RESOURCE DIALOG r_exgr_three_text_field_dialog
    {
    flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
            EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons |
            EEikDialogFlagNoBorder | EEikDialogFlagWait;
    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
    form = r_exgr_three_text_field_form;
    }


//------------------------------------------------------------------------------
//
//    r_exgr_three_text_field_form
//
//------------------------------------------------------------------------------
//
RESOURCE FORM r_exgr_three_text_field_form
    {
    items =
        {
        DLG_LINE
           {
           type = EAknCtPopupFieldText;
           prompt = qtn_exgr_fill_order_primary;
           id = EAknExGridDialogFillingOrderPrimaryOrientation;
           itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
           control = POPUP_FIELD_TEXT
                {
                popupfield = POPUP_FIELD
                    {
                    width = AKNEXPOPFIELD_TEXT_WIDTH;
                    };
                textarray = r_exgr_two_VertHoriztext_array;
                };
           tooltip = qtn_exgr_fill_order_popfield;
           },
        DLG_LINE
           {
           type = EAknCtPopupFieldText;
           prompt = qtn_exgr_fill_order_vert_dir;
           id = EAknExGridDialogFillingOrderVerticalDirection;
           itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
           control = POPUP_FIELD_TEXT
                {
                popupfield = POPUP_FIELD
                    {
                    width = AKNEXPOPFIELD_TEXT_WIDTH;
                    };
                textarray = r_exgr_two_BotToptext_array;
                };
           tooltip = qtn_exgr_fill_order_popfield;
           },
        DLG_LINE
           {
           type = EAknCtPopupFieldText;
           prompt = qtn_exgr_fill_order_horiz_dir;
           id = EAknExGridDialogFillingOrderHorizontalDirection;
           itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
           control = POPUP_FIELD_TEXT
                {
                popupfield = POPUP_FIELD
                    {
                    width = AKNEXPOPFIELD_TEXT_WIDTH;
                    };
                textarray = r_exgr_two_RightLefttext_array;
                };
           tooltip = qtn_exgr_fill_order_popfield;
           }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_softkeys_options_next
//
//------------------------------------------------------------------------------
RESOURCE CBA r_exgr_softkeys_options_next
    {
    buttons =
        {
        CBA_BUTTON {id=EAknSoftkeyOptions; txt = qtn_exgr_softkey_option;},
        CBA_BUTTON {id=ESGridSoftKeyNext; txt = qtn_exgr_softkey_next; }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_title_selection
//
//------------------------------------------------------------------------------
RESOURCE ARRAY r_exgr_title_selection
    {
    items =
        {
        LBUF { txt = qtn_exgr_title_selection01; },
        LBUF { txt = qtn_exgr_title_selection02; },
        LBUF { txt = qtn_exgr_title_selection03; },
        LBUF { txt = qtn_exgr_title_selection04; },
        LBUF { txt = qtn_exgr_title_selection05; },
        LBUF { txt = qtn_exgr_title_selection06; },
        LBUF { txt = qtn_exgr_title_selection07; },
        LBUF { txt = qtn_exgr_title_selection08; },
        LBUF { txt = qtn_exgr_title_selection09; },
        LBUF { txt = qtn_exgr_title_selection10; },
        LBUF { txt = qtn_exgr_title_selection11; },
        LBUF { txt = qtn_exgr_title_selection12; },
        LBUF { txt = qtn_exgr_title_selection13; },
        LBUF { txt = qtn_exgr_title_selection14; },
        LBUF { txt = qtn_exgr_title_selection15; },
        LBUF { txt = qtn_exgr_title_selection16; },
        LBUF { txt = qtn_exgr_title_selection17; },
        LBUF { txt = qtn_exgr_title_selection18; }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_title_menu
//
//------------------------------------------------------------------------------
RESOURCE ARRAY r_exgr_title_menu
    {
    items =
        {
        LBUF { txt = qtn_exgr_title_menu01; },
        LBUF { txt = qtn_exgr_title_menu02; },
        LBUF { txt = qtn_exgr_title_menu03; },
        LBUF { txt = qtn_exgr_title_menu04; },
        LBUF { txt = qtn_exgr_title_menu05; },
        LBUF { txt = qtn_exgr_title_menu06; },
        LBUF { txt = qtn_exgr_title_menu07; },
        LBUF { txt = qtn_exgr_title_menu08; },
        LBUF { txt = qtn_exgr_title_menu09; },
        LBUF { txt = qtn_exgr_title_menu10; },
        LBUF { txt = qtn_exgr_title_menu11; },
        LBUF { txt = qtn_exgr_title_menu12; },
        LBUF { txt = qtn_exgr_title_menu13; }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_title_gms
//
//------------------------------------------------------------------------------
RESOURCE ARRAY r_exgr_title_gms
    {
    items =
        {
        LBUF { txt = qtn_exgr_title_gms01; },
        LBUF { txt = qtn_exgr_title_gms02; }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_title_markable
//
//------------------------------------------------------------------------------
RESOURCE ARRAY r_exgr_title_markable
    {
    items =
        {
        LBUF { txt = qtn_exgr_title_mark01; }
        };
    }


// -----------------------------------------------------------------------------
//
// Resources for messages.
//
// -----------------------------------------------------------------------------
//

//------------------------------------------------------------------------------
//
//    r_exgr_label_view_as_main
//    ViewAsApplication Label text
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_label_view_as_main
    {
    buf = qtn_exgr_label_view_as_main;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_todolabel_view_as_main
//    ViewAsApplication Label text
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_todolabel_view_as_main
    {
    buf = qtn_exgr_todolabel_view_as_main;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_label_view_as_application
//    ViewAsApplication Label text
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_label_view_as_application
    {
    buf = qtn_exgr_label_view_as_app;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_todolabel_view_as_application
//    ViewAsApplication Label text
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_todolabel_view_as_application
    {
    buf = qtn_exgr_todolabel_view_as_app;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_label_view_as_selection
//    ViewAsSelection Label text
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF256 r_exgr_label_view_as_selection
    {
    buf = qtn_exgr_label_view_as_sel;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_dolabel_view_as_selection
//    ViewAsSelection Label text
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF256 r_exgr_dolabel_view_as_selection
    {
    buf = qtn_exgr_dolabel_view_as_sel;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_label_view_as_menu
//    ViewAsSelection Label text
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF256 r_exgr_label_view_as_menu
    {
    buf = qtn_exgr_label_view_as_menu;
    }

//------------------------------------------------------------------------------
//
//    qtn_exgr_label_view_as_menu
//    ViewAsSelection Label text
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF256 r_exgr_dolabel_view_as_menu
    {
    buf = qtn_exgr_dolabel_view_as_menu;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_formatstring_selectionitem
//    formatted string for selection item
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_formatstring_selectionitem
    {
    buf = qtn_exgr_format_selectionitem;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_formatstring_markableitem
//    formatted string for selection item
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_formatstring_markableitem
    {
    buf = qtn_exgr_format_markableitem;
    }


//------------------------------------------------------------------------------
//
//    r_exgr_formatstring_currentindex
//    formatted string to show current index
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_formatstring_currentindex
    {
    buf = qtn_exgr_format_currentindex;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_text_about_selection
//    string to show about selection grid
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_text_about_selection
    {
    buf = qtn_exgr_text_about_selection;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_text_about_application
//    string to show about application grid
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_text_about_application
    {
    buf = qtn_exgr_text_about_application;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_text_about_menu
//    string to show about menu grid
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_text_about_menu
    {
    buf = qtn_exgr_text_about_menu;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_text_about_markable
//    string to show about markable grid
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_text_about_markable
    {
    buf = qtn_exgr_text_about_markable;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_text_empty_selection_grid
//    string to show when the grid is empty
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_text_empty_selection_grid
    {
    buf = qtn_exgr_text_empty_sel_grid;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_text_no_item
//    string to show when the grid is empty
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_text_no_item
    {
    buf = qtn_exgr_text_no_item;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_text_menugrid_title
//    popuplist title
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_text_menugrid_title
    {
    buf = qtn_exgr_text_menugrid_title;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_formatstring_gmsgrid
//    formatted string for gms grid
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_formatstring_gmsgrid
    {
    buf = qtn_exgr_formatstring_gmsgrid;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_text_popupgms_title
//    popuplist title
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_text_popupgms_title
    {
    buf = qtn_exgr_text_popupgms_title;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_text_popupgms_cancel
//    popuplist cancel message
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_text_popupgms_cancel
    {
    buf = qtn_exgr_text_popupgms_cancel;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_text_act_one_item
//    string to show current index when there is no marked item.
//
//------------------------------------------------------------------------------
//
RESOURCE TBUF40 r_exgr_text_act_one_item
    {
    buf = qtn_exgr_text_act_one_item;
    }


// End of File

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -