📄 sdefaults.hpp
字号:
// CodeGear C++Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Sdefaults.pas' rev: 11.00
#ifndef SdefaultsHPP
#define SdefaultsHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp> // Pascal unit
#include <Sysinit.hpp> // Pascal unit
#include <Sconst.hpp> // Pascal unit
#include <Comctrls.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Sdefaults
{
//-- type declarations -------------------------------------------------------
#pragma option push -b-
enum TacThirdPartyTypes { tpEdit, tpButton, tpBitBtn, tpCheckBox, tpComboBox, tpGrid, tpGroupBox, tpListView, tpPanel, tpTreeView, tpwwEdit, tpGridEh, tpVirtualTree, tpPageControl, tpTabControl, tpToolBar, tpStatusBar };
#pragma option pop
typedef AnsiString sDefaults__1[17];
typedef AnsiString sDefaults__2[17];
//-- var, const, procedure ---------------------------------------------------
static const TacThirdPartyTypes acLastSupportedType = (TacThirdPartyTypes)(16);
#define sl_Third_Edit "TEdit\r\nTMemo\r\nTMaskEdit\r\nTLabeledEdit\r\nTHotKey\r\n"\
"TListBox\r\nTCheckListBox\r\nTRichEdit\r\nTDateTimePicker"
#define sl_Third_Panel "TPanel"
#define sl_Third_Button "TButton"
#define sl_Third_BitBtn "TBitBtn"
#define sl_Third_CheckBox "TCheckBox\r\nTRadioButton\r\nTGroupButton"
#define sl_Third_GroupBox "TGroupBox\r\nTRadioGroup"
#define sl_Third_Grid "TStringGrid\r\nTDrawGrid"
#define sl_Third_TreeView "TTreeView"
#define sl_Third_ComboBox "TComboBox\r\nTColorBox"
#define sl_Third_ListView "TListView"
static const char sl_Third_WWEdit = '\x20';
static const char sl_Third_GridEH = '\x20';
static const char sl_Third_VirtualTree = '\x20';
#define sl_Third_PageControl "TPageControl"
#define sl_Third_TabControl "TTabControl"
#define sl_Third_ToolBar "TToolBar"
#define sl_Third_StatusBar "TStatusBar"
extern PACKAGE AnsiString acThirdNames[17];
extern PACKAGE AnsiString acThirdCaptions[17];
#define DefSkinsDir "c:\\Skins"
static const Shortint DefNumGlyphs = 0x1;
#define DefDisabledGlyphKind (Set<Sconst::sConst__2, Sconst::dgBlended, Sconst::dgGrayed> () << Sconst::dgBlended )
#define DefDisabledKind (Set<Sconst::sConst__3, Sconst::dkBlended, Sconst::dkGrayed> () << Sconst::dkBlended )
#define DefDisabledBlend (4.000000E-01)
static const bool DefMakeSkinMenu = false;
static const Shortint DefGlyphBlend = 0x0;
#define DefWeekends (Set<Comctrls::TCalDayOfWeek, Comctrls::dowMonday, Comctrls::dowLocaleDefault> () << Comctrls::dowSunday )
static const bool ChangeFormsInDesign = false;
} /* namespace Sdefaults */
using namespace Sdefaults;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Sdefaults
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -