📄 sstrings.hpp
字号:
// CodeGear C++Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Sstrings.pas' rev: 11.00
#ifndef SstringsHPP
#define SstringsHPP
#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
//-- user supplied -----------------------------------------------------------
namespace Sstrings
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
static const Word MaxAlphaStrID = 0xe678;
static const Word s_MsgDlgWarning = 0xe676;
static const Word s_MsgDlgError = 0xe675;
static const Word s_MsgDlgInformation = 0xe674;
static const Word s_MsgDlgConfirm = 0xe673;
static const Word s_MsgDlgYes = 0xe672;
static const Word s_MsgDlgNo = 0xe671;
static const Word s_MsgDlgOK = 0xe670;
static const Word s_MsgDlgCancel = 0xe66f;
static const Word s_MsgDlgHelp = 0xe66e;
static const Word s_MsgDlgHelpNone = 0xe66d;
static const Word s_MsgDlgHelpHelp = 0xe66c;
static const Word s_MsgDlgAbort = 0xe66b;
static const Word s_MsgDlgRetry = 0xe66a;
static const Word s_MsgDlgIgnore = 0xe669;
static const Word s_MsgDlgAll = 0xe668;
static const Word s_MsgDlgNoToAll = 0xe667;
static const Word s_MsgDlgYesToAll = 0xe666;
static const Word s_RestoreStr = 0xe665;
static const Word s_MoveStr = 0xe664;
static const Word s_SizeStr = 0xe663;
static const Word s_MinimizeStr = 0xe662;
static const Word s_MaximizeStr = 0xe661;
static const Word s_CloseStr = 0xe660;
static const Word s_HintClose = 0xe65f;
static const Word s_HintMaximize = 0xe65e;
static const Word s_HintMinimize = 0xe65d;
static const Word s_HintRestore = 0xe65c;
static const Word s_HintHelp = 0xe65b;
static const Word s_FileOpen = 0xe65a;
static const Word s_Calculator = 0xe659;
static const Word s_GradBuilder = 0xe658;
static const Word s_HotGradBuilder = 0xe657;
static const Word s_Panels = 0xe656;
static const Word s_AvailSkins = 0xe654;
static const Word s_InternalSkin = 0xe653;
static const Word s_ErrorSettingCount = 0xe652;
static const Word s_ListBoxMustBeVirtual = 0xe651;
static const Word s_ColorDlgAdd = 0xe650;
static const Word s_ColorDlgDefine = 0xe64f;
static const Word s_ColorDlgMainPal = 0xe64e;
static const Word s_ColorDlgAddPal = 0xe64d;
static const Word s_ColorDlgTitle = 0xe64c;
static const Word s_ColorDlgRed = 0xe64b;
static const Word s_ColorDlgGreen = 0xe64a;
static const Word s_ColorDlgBlue = 0xe649;
static const Word s_ColorDlgDecimal = 0xe648;
static const Word s_ColorDlgHex = 0xe647;
static const Word s_FrameAdapterError1 = 0xe646;
static const Word s_HintDsgnTitle = 0xe645;
static const Word s_HintDsgnPreserved = 0xe644;
static const Word s_HintDsgnStyle = 0xe643;
static const Word s_HintDsgnBevelWidth = 0xe642;
static const Word s_Blur = 0xe641;
static const Word s_HintDsgnArrowLength = 0xe640;
static const Word s_HintDsgnHorizMargin = 0xe63f;
static const Word s_HintDsgnVertMargin = 0xe63e;
static const Word s_HintDsgnRadius = 0xe63d;
static const Word s_HintDsgnMaxWidth = 0xe63c;
static const Word s_HintDsgnPauseHide = 0xe63b;
static const Word s_Percent = 0xe63a;
static const Word s_HintDsgnOffset = 0xe639;
static const Word s_HintDsgnTransparency = 0xe638;
static const Word s_HintDsgnNoPicture = 0xe637;
static const Word s_Font = 0xe636;
static const Word s_Texture = 0xe635;
static const Word s_HintDsgnLoad = 0xe634;
static const Word s_HintDsgnSave = 0xe633;
static const Word s_HintDsgnColor = 0xe632;
static const Word s_HintDsgnBorderTop = 0xe631;
static const Word s_HintDsgnBorderBottom = 0xe630;
static const Word s_Shadow = 0xe62f;
static const Word s_Background = 0xe62e;
static const Word s_Gradient = 0xe62d;
static const Word s_PreviewHint = 0xe62c;
static const Word s_Folder = 0xe62b;
static const Word s_FileName = 0xe62a;
static const Word s_FileType = 0xe629;
static const Word s_ReadOnly = 0xe628;
static const Word s_ViewStyleList = 0xe627;
static const Word s_ViewStyleReport = 0xe626;
static const Word s_ViewStyleIcons = 0xe625;
static const Word s_ViewStyleSmallIcons = 0xe624;
static const Word s_OpenFile = 0xe623;
static const Word s_SaveFile = 0xe622;
static const Word s_BtnOpen = 0xe621;
static const Word s_BtnSave = 0xe620;
static const Word s_SelectDir = 0xe61f;
static const Word s_Create = 0xe61e;
} /* namespace Sstrings */
using namespace Sstrings;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Sstrings
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -