代码搜索:ListBox
找到约 6,307 项符合「ListBox」的源代码
代码结果 6,307
www.eeworm.com/read/239982/13243265
o listbox.o
www.eeworm.com/read/239982/13243375
h listbox.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/136999/13348490
h listbox.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/312606/13607969
h listbox.h
#ifndef LISTBOXAPP_H
#define LISTBOXAPP_H
#include
// UID of the application
const TUid KUidListBox = { 0x01000001 };
class ListBox : public CAknApplication
{
private:
// Fro
www.eeworm.com/read/312606/13607973
hrh listbox.hrh
#ifndef LISTBOX_HRH
#define LISTBOX_HRH
enum TListBoxCommandIds
{
EMenuDummyCmdId = -1,
EListBoxCmdAddItem = 1,
EListBoxCmdRemoveItem,
EListBoxCmdToggleNotifications
};
#e
www.eeworm.com/read/312606/13607982
cpp listbox.cpp
#include "ListBox.h"
#include "ListBoxDocument.h"
TUid ListBox::AppDllUid() const
{
return KUidListBox;
}
CApaDocument* ListBox::CreateDocumentL()
{
return ListBoxDocument::NewL( *
www.eeworm.com/read/312606/13607983
sln listbox.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ListBox", "ListBox.vcproj", "{A68A170E-EA52-4ECD-B821-448B92312953}"
ProjectSection(P
www.eeworm.com/read/312606/13607985
rss listbox.rss
// RESOURCE IDENTIFIER
NAME MYLB // 4 letter ID
#include
#include
#include
#include
#include
#include "ListBox.hrh"
#include "
www.eeworm.com/read/312606/13607991
loc listbox.loc
#define qtn_app_caption_string "(MyListBox)"
#define qtn_app_short_caption_string "(MyLB)"