📄 qm_setcols.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'QM_SetCols.pas' rev: 6.00
#ifndef QM_SetColsHPP
#define QM_SetColsHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <ComCtrls.hpp> // Pascal unit
#include <ExtCtrls.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Grids.hpp> // Pascal unit
#include <Buttons.hpp> // Pascal unit
#include <StdCtrls.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <Messages.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Qm_setcols
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TQMSetColsForm;
class PASCALIMPLEMENTATION TQMSetColsForm : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Stdctrls::TButton* btnSave;
Stdctrls::TButton* btnShowAll;
Stdctrls::TButton* btnOK;
Stdctrls::TButton* btnCancel;
Stdctrls::TGroupBox* GroupBox1;
Extctrls::TPanel* Panel1;
Grids::TStringGrid* SgCol;
Stdctrls::TComboBox* cbxAlign;
Stdctrls::TEdit* edtWidth;
Comctrls::TUpDown* updWidth;
void __fastcall SgColDrawCell(System::TObject* Sender, int ACol, int ARow, const Types::TRect &Rect, Grids::TGridDrawState State);
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall SgColKeyPress(System::TObject* Sender, char &Key);
void __fastcall btnSaveClick(System::TObject* Sender);
void __fastcall btnShowAllClick(System::TObject* Sender);
void __fastcall SgColClick(System::TObject* Sender);
void __fastcall cbxAlignExit(System::TObject* Sender);
void __fastcall Localize(void);
void __fastcall edtWidthExit(System::TObject* Sender);
void __fastcall updWidthChangingEx(System::TObject* Sender, bool &AllowChange, short NewValue, Comctrls::TUpDownDirection Direction);
void __fastcall btnOKClick(System::TObject* Sender);
void __fastcall edtWidthKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
void __fastcall cbxAlignKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
void __fastcall FormShow(System::TObject* Sender);
private:
AnsiString FQMSection;
void __fastcall ShowCbx(void);
void __fastcall ShowEdt(void);
public:
__property AnsiString QMSection = {read=FQMSection, write=FQMSection};
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TQMSetColsForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TQMSetColsForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TQMSetColsForm(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TQMSetColsForm(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TQMSetColsForm* QMSetColsForm;
} /* namespace Qm_setcols */
using namespace Qm_setcols;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // QM_SetCols
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -