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

📄 aknexgrid.rss

📁 symbian 格子的生成和使用源代码 让你明白九宫格生成原理 适合游戏开发
💻 RSS
📖 第 1 页 / 共 3 页
字号:
    items=
        {
        MENU_ITEM
            {
            command = EAknExGridCmdLoopingHorizFollowLoop;
            txt = qtn_exgr_menuitem_sel_title51;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdLoopingHorizFollowStop;
            txt = qtn_exgr_menuitem_sel_title52;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdLoopingHorizFollowGrid;
            txt = qtn_exgr_menuitem_sel_title53;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdLoopingHorizStopEnd;
            txt = qtn_exgr_menuitem_sel_title54;
            }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_menupane_contain
//    contain form implementation
//
//------------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_exgr_menupane_contain
    {
    items=
        {
        MENU_ITEM
            {
            command = EAknExGridCmdContainText;
            txt = qtn_exgr_menuitem_sel_title72;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdContainGraphic;
            txt = qtn_exgr_menuitem_sel_title73;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdContainBoth;
            txt = qtn_exgr_menuitem_sel_title74;
            }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_view_application
//    Application View definition
//
//------------------------------------------------------------------------------
//
RESOURCE AVKON_VIEW r_exgr_view_application
    {
    hotkeys = r_exgr_hotkeys;
    menubar = r_exgr_menubar_application;
    cba = r_exgr_softkeys_options_next;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_menubar_application
//    Menu bar for Application View
//
//------------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_exgr_menubar_application
    {
    titles=
        {
        MENU_TITLE
            {
            menu_pane = r_exgr_menupane_application;
            txt = qtn_exgr_menupain_application;
            }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_menupane_application
//    Menu pane for Application View
//
//------------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_exgr_menupane_application
    {
    items=
        {
        MENU_ITEM
            {
            txt = qtn_exgr_menuitem_app_title1;
            cascade = r_exgr_menupane_adddata;
            },
        MENU_ITEM
            {
            flags = EEikMenuItemSeparatorAfter;
            txt = qtn_exgr_menuitem_app_title2;
            cascade = r_exgr_menupane_removedata;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdAbout;
            flags = EEikMenuItemSeparatorAfter;
            txt = qtn_exgr_about;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdClose;
            txt = qtn_exgr_close;
            }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_view_menu
//    Menu Grid View definition
//
//------------------------------------------------------------------------------
//
RESOURCE AVKON_VIEW r_exgr_view_menu
    {
    hotkeys = r_exgr_hotkeys;
    menubar = r_exgr_menubar_menu;
    cba = r_exgr_softkeys_options_next;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_menubar_menu
//    Menu bar for Menu Grid View
//
//------------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_exgr_menubar_menu
    {
    titles=
        {
        MENU_TITLE
            {
            menu_pane = r_exgr_menupane_menu;
            txt = qtn_exgr_menupane_menu;
            }
        };
    }


//------------------------------------------------------------------------------
//
//    r_exgr_menupane_menu
//    Menu pain for Menu Grid View
//
//------------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_exgr_menupane_menu
    {
    items=
        {
        MENU_ITEM
            {
            command = EAknExGridCmdShowMenu;
            txt = qtn_exgr_menuitem_menu_title1;
            flags = EEikMenuItemSeparatorAfter;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdNumOfItems;
            txt = qtn_exgr_menuitem_menu_title2;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdChangeSize;
            txt = qtn_exgr_menuitem_sel_title6;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdFillingOrder;
            txt = qtn_exgr_menuitem_sel_title3;
            },
        MENU_ITEM
            {
            txt = qtn_exgr_menuitem_sel_title4;
            cascade = r_exgr_menupane_loopingvert;
            },
        MENU_ITEM
            {
            txt = qtn_exgr_menuitem_sel_title5;
            cascade = r_exgr_menupane_loopinghoriz;
            flags = EEikMenuItemSeparatorAfter;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdAbout;
            flags = EEikMenuItemSeparatorAfter;
            txt = qtn_exgr_about;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdClose;
            txt = qtn_exgr_close;
            }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_view_gms
//    GMS Grid View definition for total
//
//------------------------------------------------------------------------------
//
RESOURCE AVKON_VIEW r_exgr_view_gms
    {
    hotkeys = r_exgr_hotkeys;
    menubar = r_exgr_menubar_gms;
    cba = R_AVKON_SOFTKEYS_SELECTION_LIST;
    }

//------------------------------------------------------------------------------
//
//    r_exgr_menubar_gms
//    Menu bar for GMS Grid View
//
//------------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_exgr_menubar_gms
    {
    titles=
        {
        MENU_TITLE
            {
            menu_pane = r_exgr_menupain_gms;
            txt = qtn_exgr_menupain_gms;
            }
        };
    }


//------------------------------------------------------------------------------
//
//    r_exgr_menupain_gms
//    Menu pain for GMS Grid View
//
//------------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_exgr_menupain_gms
    {
    items=
        {
        MENU_ITEM
            {
            command = EAknExGridCmdShowPopupGMS;
            flags = EEikMenuItemSeparatorAfter;
            txt = qtn_exgr_menuitem_gms_title1;
            },
        MENU_ITEM
            {
            command = EAknExGridCmdClose;
            txt = qtn_exgr_close;
            }
        };
    }

//------------------------------------------------------------------------------
//
//    r_grid_resource_app
//    Markable Grid
//
//------------------------------------------------------------------------------
//
RESOURCE GRID r_grid_resource_app
    {
    array_id = r_tgrd_app;
    flags = EAknListBoxMarkableGridWithShortcuts;
    emptytext = qtn_exgr_text_empty_app_grid;
    }

//------------------------------------------------------------------------------
//
//    r_tgrd_app
//    Array for Markable Grid
//
//------------------------------------------------------------------------------
//
RESOURCE ARRAY r_tgrd_app
    {
    items =
        {
        LBUF { txt = qtn_exgr_text_app_grid_array1; },
        LBUF { txt = qtn_exgr_text_app_grid_array2; },
        LBUF { txt = qtn_exgr_text_app_grid_array3; },
        LBUF { txt = qtn_exgr_text_app_grid_array4; },
        LBUF { txt = qtn_exgr_text_app_grid_array5; },
        LBUF { txt = qtn_exgr_text_app_grid_array6; },
        LBUF { txt = qtn_exgr_text_app_grid_array7; },
        LBUF { txt = qtn_exgr_text_app_grid_array8; },
        LBUF { txt = qtn_exgr_text_app_grid_array9; },
        LBUF { txt = qtn_exgr_text_app_grid_array10; },
        LBUF { txt = qtn_exgr_text_app_grid_array11; },
        LBUF { txt = qtn_exgr_text_app_grid_array12; },
        LBUF { txt = qtn_exgr_text_app_grid_array13; },
        LBUF { txt = qtn_exgr_text_app_grid_array14; },
        LBUF { txt = qtn_exgr_text_app_grid_array15; },
        LBUF { txt = qtn_exgr_text_app_grid_array16; },
        LBUF { txt = qtn_exgr_text_app_grid_array17; },
        LBUF { txt = qtn_exgr_text_app_grid_array18; },
        LBUF { txt = qtn_exgr_text_app_grid_array19; },
        LBUF { txt = qtn_exgr_text_app_grid_array20; },
        LBUF { txt = qtn_exgr_text_app_grid_array21; }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_dialog_change_size
//    Change Size Dialog text
//
//------------------------------------------------------------------------------
//
RESOURCE DIALOG r_exgr_dialog_change_size
    {
    flags=EGeneralQueryFlags;
    buttons=R_AVKON_SOFTKEYS_OK_CANCEL;
    items=
        {
        DLG_LINE
            {
            type=EAknCtMultilineQuery;
            id=EMultilineFirstLine;
            control = AVKON_DATA_QUERY
                {
                    layout = EMultiDataFirstNumEd;
                    label = qtn_exgr_title_dlg_size_cols;
                    control = AVKON_INTEGER_EDWIN
                        {
                        min=GRID_MIN_WIDTH;
                        max=GRID_MAX_WIDTH;
                        };
                };
            },
        DLG_LINE
            {
            type=EAknCtMultilineQuery;
            id=EMultilineSecondLine;
            control= AVKON_DATA_QUERY
                {
                    layout = EMultiDataSecondNumEd;
                    label = qtn_exgr_title_dlg_size_rows;
                    control=AVKON_INTEGER_EDWIN
                        {
                        min=GRID_MIN_HEIGHT;
                        max=GRID_MAX_HEIGHT;
                        };
                };
            }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_dialog_numberofitems
//
//------------------------------------------------------------------------------
//
RESOURCE DIALOG r_exgr_dialog_numberofitems
    {
    title = qtn_exgr_title_dlg_numofitems;
    flags = EGeneralQueryFlags;
    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
    items =
        {
        DLG_LINE
            {
            type = EAknCtQuery;
            id = EGeneralQuery;
            control= AVKON_DATA_QUERY
                {
                layout = ENumberLayout;
                label = qtn_exgr_title_dlg_numofitems;
                control = AVKON_INTEGER_EDWIN
                    {
                    min = GRID_MIN_ITEM_NUMBER;
                    max = GRID_MAX_ITEM_NUMBER;
                    };
                };
            }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_two_VertHoriztext_array
//
//------------------------------------------------------------------------------
//
RESOURCE ARRAY r_exgr_two_VertHoriztext_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_exgr_fill_order_vert;
            },
        LBUF
            {
            txt = qtn_exgr_fill_order_horiz;
            }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_two_BotToptext_array
//
//------------------------------------------------------------------------------
//
RESOURCE ARRAY r_exgr_two_BotToptext_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_exgr_fill_order_bottom;
            },
        LBUF
            {
            txt = qtn_exgr_fill_order_top;
            }
        };
    }

//------------------------------------------------------------------------------
//
//    r_exgr_two_RightLefttext_array
//
//------------------------------------------------------------------------------
//
RESOURCE ARRAY r_exgr_two_RightLefttext_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_exgr_fill_order_right;
            },
        LBUF

⌨️ 快捷键说明

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