📄 pgmac.c
字号:
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* This software is copyrighted by and is the sole property of
* VIA Networking Technologies, Inc. This software may only be used
* in accordance with the corresponding license agreement. Any unauthorized
* use, duplication, transmission, distribution, or disclosure of this
* software is expressly forbidden.
*
* This software is provided by VIA Networking Technologies, Inc. "as is"
* and any express or implied warranties, including, but not limited to, the
* implied warranties of merchantability and fitness for a particular purpose
* are disclaimed. In no event shall VIA Networking Technologies, Inc.
* be liable for any direct, indirect, incidental, special, exemplary, or
* consequential damages.
*
*
* File: pgmac.c
*
* Purpose: MAC table access UI definitions
*
* Author: Freeya Lin
*
* Date: June 16, 2004
*
* Functions:
*
* Revision History:
*
*/
#include "engine.h"
#include "eng_act.h"
#include "allpages.h"
#include "piportmp.h"
#include "pigencfg.h"
#include "str.h"
#include "cfgstr.h"
#include "pgsniff.h"
#include "gen_act.h"
#include "pimsg.h"
#include "eng_io.h"
#include "pgmac.h"
#include "cfgstr.h"
SFixLabel aSFixLabelProvMacMenu[] = {
{{2,33}, g_strProvMac, 0},
{{3,33}, "=", 16},
{{24,2}, g_strHelpMsg, 0}
};
SItemPageSel aSIPageSelProvMac[] = {
{g_strProvSMac, PAGE_PROV_SMAC_LIST},
{g_strProvGMRP, PAGE_PROV_GMRP_MODE_DIS},
{g_strRtnToPrePage, PAGE_PROV_MENU}
};
SItem aSItemProvMacMenu[] = {
{{5,24}, aSIPageSelProvMac, "", ITEM_MENU_PAGESEL, REPEAT_TYPE_NONE, LINK_TYPE_EDITPAGE},
{{5+(1*ITEM_INTERVAL),24}, aSIPageSelProvMac+1, "", ITEM_MENU_PAGESEL, REPEAT_TYPE_NONE, LINK_TYPE_EDITPAGE},
{{5+(2*ITEM_INTERVAL),24}, aSIPageSelProvMac+2, "", ITEM_MENU_PAGESEL, REPEAT_TYPE_NONE, LINK_TYPE_EDITPAGE}
};
SPage g_SPageProvMacMenu = {
aSFixLabelProvMacMenu, 3,
NULL, 0,
aSItemProvMacMenu, 3,
};
//////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -