📄 unit_filequery.h
字号:
//---------------------------------------------------------------------------
#ifndef Unit_FileQueryH
#define Unit_FileQueryH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <DBCtrls.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <CheckLst.hpp>
#include <Graphics.hpp>
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class TFileQueryfrm : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TPanel *Panel2;
TDBGrid *DBGrid1;
TPanel *Panel3;
TPanel *Panel4;
TCheckListBox *CheckListBox1;
TPanel *Panel5;
TShape *Shape5;
TSpeedButton *SpeedButton5;
TShape *Shape6;
TSpeedButton *SpeedButton6;
TPanel *Panel6;
TPanel *Panel7;
TPanel *Panel8;
TCheckBox *CheckBox1;
TEdit *Edit1;
TCheckBox *CheckBox2;
TEdit *Edit2;
TCheckBox *CheckBox3;
TCheckBox *CheckBox4;
TCheckBox *CheckBox6;
TCheckBox *CheckBox16;
TCheckBox *CheckBox19;
TCheckBox *CheckBox20;
TComboBox *ComboBox1;
TComboBox *ComboBox2;
TComboBox *ComboBox3;
TComboBox *ComboBox4;
TComboBox *ComboBox5;
TComboBox *ComboBox6;
TCheckBox *CheckBox7;
TComboBox *ComboBox7;
TCheckBox *CheckBox8;
TDateTimePicker *DateTimePicker7;
TDateTimePicker *DateTimePicker8;
TShape *Shape1;
TSpeedButton *SpeedButton1;
TShape *Shape2;
TSpeedButton *SpeedButton2;
TShape *Shape3;
TSpeedButton *SpeedButton3;
TShape *Shape4;
TSpeedButton *SpeedButton4;
TPanel *Panel9;
TImage *Image1;
TSplitter *Splitter1;
TPrintDialog *PrintDialog1;
TRichEdit *RichEdit1;
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall SpeedButton4Click(TObject *Sender);
void __fastcall SpeedButton1Click(TObject *Sender);
void __fastcall SpeedButton2Click(TObject *Sender);
void __fastcall SpeedButton3Click(TObject *Sender);
void __fastcall SpeedButton5Click(TObject *Sender);
void __fastcall SpeedButton6Click(TObject *Sender);
void __fastcall FormCreate(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall DBGrid1CellClick(TColumn *Column);
private: // User declarations
public: // User declarations
__fastcall TFileQueryfrm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFileQueryfrm *FileQueryfrm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -