📄 address.h
字号:
/******************************************************************************
*
* Copyright (c) 1995-2003 PalmSource, Inc. All rights reserved.
*
* File: Address.h
*
* Release: Palm OS 5 SDK (68K) R3.
*
*****************************************************************************/
#ifndef ADDRESS_H
#define ADDRESS_H
#include <IMCUtils.h>
#include <ExgMgr.h>
#include <PrivateRecords.h>
#include <UIColor.h>
#include <PdiLib.h>
#include <Form.h>
#include "AddressDB.h"
#include "AddrDefines.h"
/************************************************************
* Global Variables
*************************************************************/
extern privateRecordViewEnum PrivateRecordVisualStatus;
extern Boolean SortByCompany;
extern DmOpenRef AddrDB;
extern Char CategoryName[dmCategoryLength];
extern UInt16 TopVisibleRecord;
extern UInt16 TopVisibleFieldIndex;
extern UInt16 EditFieldPosition;
extern UInt16 CurrentRecord;
extern UInt16 ListViewSelectThisRecord;
extern UInt16 PriorAddressFormID; // Used for NoteView
extern Boolean RecordNeededAfterEditView;
extern Char * UnnamedRecordStringPtr;
extern MemHandle UnnamedRecordStringH;
extern UInt16 RecordLabelColumnWidth;
extern UInt16 EditLabelColumnWidth;
extern UInt16 EditRowIDWhichHadFocus;
// These are used for controlling the display of the duplicated address records.
extern UInt16 NumCharsToHilite;
// The following global variable are saved to a state file.
extern UInt16 CurrentCategory;
extern Boolean EnableTapDialing;
extern Boolean ShowAllCategories;
extern Boolean SaveBackup;
extern Boolean RememberLastCategory;
extern FontID NoteFont;
extern FontID AddrListFont;
extern FontID AddrRecordFont;
extern FontID AddrEditFont;
extern UInt32 BusinessCardRecordID;
// For business card beaming
extern UInt32 TickAppButtonPushed;
// Valid after StartApplication
extern WChar PhoneLabelLetters[numPhoneLabels];
extern Boolean DialerPresentChecked;
extern Boolean DialerPresent;
#endif // ADDRESS_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -