?? columnselect.h
字號:
//---------------------------------------------------------------------------
#ifndef ColumnSelectH
#define ColumnSelectH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <Db.hpp>
#include <Dialogs.hpp>
#include <Buttons.hpp>
#include <ADODB.hpp>
#include <Menus.hpp>
//---------------------------------------------------------------------------
class TFormColumnSelect : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TBitBtn *BitBtnPreview;
TBitBtn *BitBtn1;
TShape *Shape1;
void __fastcall BitBtn1Click(TObject *Sender);
void __fastcall BitBtnPreviewClick(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
private: // User declarations
TCheckBox *pColumn[50];
public: // User declarations
__fastcall TFormColumnSelect(TComponent* Owner);
__fastcall ~TFormColumnSelect();
AnsiString asWinName;
TDBGrid *pGrid;
void __fastcall SetColumn();
};
//---------------------------------------------------------------------------
extern PACKAGE TFormColumnSelect *FormColumnSelect;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -