📄 rm_editordictionary.hpp
字号:
// CodeGear C++Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Rm_editordictionary.pas' rev: 11.00
#ifndef Rm_editordictionaryHPP
#define Rm_editordictionaryHPP
#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 <Windows.hpp> // Pascal unit
#include <Messages.hpp> // Pascal unit
#include <Sysutils.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Menus.hpp> // Pascal unit
#include <Stdctrls.hpp> // Pascal unit
#include <Comctrls.hpp> // Pascal unit
#include <Rm_common.hpp> // Pascal unit
#include <Rm_class.hpp> // Pascal unit
#include <Rm_ctrls.hpp> // Pascal unit
#include <Rm_parser.hpp> // Pascal unit
#include <Extctrls.hpp> // Pascal unit
#include <Buttons.hpp> // Pascal unit
#include <Imglist.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Rm_editordictionary
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TRMDictionaryForm;
class PASCALIMPLEMENTATION TRMDictionaryForm : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Comctrls::TPageControl* PageControl1;
Comctrls::TTabSheet* TabSheet1;
Stdctrls::TButton* btnOK;
Stdctrls::TButton* btnCancel;
Controls::TImageList* ImageList1;
Comctrls::TTreeView* treeVariables;
Stdctrls::TComboBox* cmbDataSets;
Stdctrls::TListBox* lstFields;
Stdctrls::TLabel* Label3;
Stdctrls::TLabel* Label4;
Dialogs::TSaveDialog* SaveDialog1;
Stdctrls::TEdit* edtExpression;
Buttons::TSpeedButton* btnNewCategory;
Buttons::TSpeedButton* btnNewVar;
Buttons::TSpeedButton* btnEdit;
Buttons::TSpeedButton* btnDel;
Buttons::TSpeedButton* btnExpression;
Menus::TPopupMenu* PopupMenu1;
Menus::TMenuItem* NewCategory1;
Menus::TMenuItem* NewVariable1;
Menus::TMenuItem* N1;
Menus::TMenuItem* Delete1;
Comctrls::TTabSheet* TabSheet2;
Stdctrls::TListBox* lstAllDataSets;
Buttons::TSpeedButton* btnFieldAddOne;
Buttons::TSpeedButton* btnFieldAddAll;
Buttons::TSpeedButton* btnFieldDeleteOne;
Buttons::TSpeedButton* btnFieldDeleteAll;
Stdctrls::TLabel* Label8;
Comctrls::TTreeView* treeFieldAliases;
Stdctrls::TGroupBox* GroupBox1;
Stdctrls::TLabel* Label2;
Stdctrls::TCheckBox* chkFieldNoSelect;
Stdctrls::TEdit* edtFieldAlias;
Stdctrls::TButton* btnPackDictionary;
Comctrls::TTabSheet* TabSheet3;
Comctrls::TTreeView* trvStyles;
Extctrls::TPanel* Panel1;
Buttons::TSpeedButton* btnAddStyle;
Buttons::TSpeedButton* btnEditStyle;
Buttons::TSpeedButton* btnDeleteStyle;
Stdctrls::TGroupBox* GroupBox2;
Stdctrls::TLabel* LabelHAlign;
Stdctrls::TComboBox* cmbHAlign;
Stdctrls::TLabel* LabelVAlign;
Stdctrls::TComboBox* cmbVAlign;
Stdctrls::TGroupBox* GroupBox3;
Stdctrls::TButton* Button1;
Extctrls::TPaintBox* PaintBox1;
Dialogs::TFontDialog* FontDialog1;
Stdctrls::TButton* Button2;
Stdctrls::TButton* btnClearDictionary;
void __fastcall btnNewCategoryClick(System::TObject* Sender);
void __fastcall btnNewVarClick(System::TObject* Sender);
void __fastcall btnEditClick(System::TObject* Sender);
void __fastcall btnDelClick(System::TObject* Sender);
void __fastcall treeVariablesKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
void __fastcall treeVariablesEdited(System::TObject* Sender, Comctrls::TTreeNode* Node, AnsiString &S);
void __fastcall btnOKClick(System::TObject* Sender);
void __fastcall FormShow(System::TObject* Sender);
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall edtExpressionKeyPress(System::TObject* Sender, char &Key);
void __fastcall btnExpressionClick(System::TObject* Sender);
void __fastcall FormDestroy(System::TObject* Sender);
void __fastcall lstFieldsClick(System::TObject* Sender);
void __fastcall treeVariablesChange(System::TObject* Sender, Comctrls::TTreeNode* Node);
void __fastcall lstAllDataSetsDrawItem(Controls::TWinControl* Control, int Index, const Types::TRect &Rect, Windows::TOwnerDrawState State);
void __fastcall btnFieldAddOneClick(System::TObject* Sender);
void __fastcall btnFieldDeleteOneClick(System::TObject* Sender);
void __fastcall treeFieldAliasesExpanding(System::TObject* Sender, Comctrls::TTreeNode* Node, bool &AllowExpansion);
void __fastcall edtFieldAliasKeyPress(System::TObject* Sender, char &Key);
void __fastcall edtFieldAliasExit(System::TObject* Sender);
void __fastcall btnFieldAddAllClick(System::TObject* Sender);
void __fastcall btnFieldDeleteAllClick(System::TObject* Sender);
void __fastcall cmbDataSetsClick(System::TObject* Sender);
void __fastcall edtExpressionEnter(System::TObject* Sender);
void __fastcall edtExpressionExit(System::TObject* Sender);
void __fastcall PageControl1Change(System::TObject* Sender);
void __fastcall chkFieldNoSelectClick(System::TObject* Sender);
void __fastcall treeFieldAliasesChange(System::TObject* Sender, Comctrls::TTreeNode* Node);
void __fastcall btnPackDictionaryClick(System::TObject* Sender);
void __fastcall btnAddStyleClick(System::TObject* Sender);
void __fastcall btnDeleteStyleClick(System::TObject* Sender);
void __fastcall btnEditStyleClick(System::TObject* Sender);
void __fastcall trvStylesEdited(System::TObject* Sender, Comctrls::TTreeNode* Node, AnsiString &S);
void __fastcall trvStylesChange(System::TObject* Sender, Comctrls::TTreeNode* Node);
void __fastcall Button1Click(System::TObject* Sender);
void __fastcall PaintBox1Paint(System::TObject* Sender);
void __fastcall cmbHAlignChange(System::TObject* Sender);
void __fastcall Button2Click(System::TObject* Sender);
void __fastcall btnClearDictionaryClick(System::TObject* Sender);
private:
bool FBusyFlag;
Rm_system::TRMVariables* FVariables;
Rm_system::TRMVariables* FFieldAliases;
Comctrls::TTreeNode* FActiveNode;
Rm_class::TRMTextStyles* FStyles;
Rm_ctrls::TRMColorPickerButton* FBtnFillColor;
void __fastcall OnColorChangeEvent(System::TObject* Sender);
void __fastcall Localize(void);
void __fastcall ShowValue(AnsiString aValue);
void __fastcall AddFieldAlias(const AnsiString aDataSet);
void __fastcall FillValiableDataSets(void);
public:
Rm_class::TRMReport* CurReport;
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TRMDictionaryForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TRMDictionaryForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TRMDictionaryForm(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TRMDictionaryForm(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Rm_editordictionary */
using namespace Rm_editordictionary;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Rm_editordictionary
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -