📄 iosearch.h
字号:
//---------------------------------------------------------------------------
#ifndef ioSearchH
#define ioSearchH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TioSearchForm : public TForm
{
__published: // IDE-managed Components
TGroupBox *GroupBox1;
TLabel *Label1;
TLabel *Label2;
TDateTimePicker *Date1;
TDateTimePicker *Date2;
TGroupBox *GroupBox2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label7;
TLabel *Label8;
TBitBtn *searchBtn;
TBitBtn *closeBtn;
TEdit *Dnum;
TEdit *Pnum;
TEdit *Money;
TEdit *DWname;
TSpeedButton *SpeedButton1;
TComboBox *ComboBox1;
TCheckBox *CB1;
TCheckBox *CB2;
TCheckBox *CB3;
TCheckBox *CB4;
TCheckBox *CB5;
void __fastcall FormCreate(TObject *Sender);
void __fastcall searchBtnClick(TObject *Sender);
void __fastcall closeBtnClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TioSearchForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TioSearchForm *ioSearchForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -