iosearch.h

来自「供销存软件」· C头文件 代码 · 共 51 行

H
51
字号
//---------------------------------------------------------------------------

#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 + =
减小字号Ctrl + -
显示快捷键?