📄 aceutil.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'AceUtil.pas' rev: 3.00
#ifndef AceUtilHPP
#define AceUtilHPP
#include <AceSetup.hpp>
#include <Graphics.hpp>
#include <AceTypes.hpp>
#include <Classes.hpp>
#include <Windows.hpp>
#include <SysInit.hpp>
#include <System.hpp>
//-- user supplied -----------------------------------------------------------
namespace Aceutil
{
//-- type declarations -------------------------------------------------------
enum TAceShadePercent { spNone, spVeryDark, spDark, spMedDark, spMedium, spMedLight, spLight };
enum TAceVersionType { avtAceStandard, avtAceProfessional, avtAceTrial, avtAce, avtAceZac, avtAceDanysoft
};
typedef Set<TAceVersionType, avtAceStandard, avtAceDanysoft> TAceVersionSet;
enum TAceCheckStyle { acsCross, acsCheck };
enum TAceDrawType { dtArc, dtChord, dtPie };
enum TAcePolyType { ptPolygon, ptPolyLine };
class DELPHICLASS TAceList;
class PASCALIMPLEMENTATION TAceList : public System::TObject
{
typedef System::TObject inherited;
private:
int FCount;
Classes::TList* FLists;
protected:
__property Classes::TList* Lists = {read=FLists, write=FLists};
public:
__fastcall virtual TAceList(void);
__fastcall virtual ~TAceList(void);
__property int Count = {read=FCount, nodefault};
void * __fastcall Items(int Spot);
void __fastcall Clear(void);
int __fastcall Add(void * Item);
};
//-- var, const, procedure ---------------------------------------------------
#define demostring1 "Printed by Ace Reporter
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -