setform.~h

来自「用C++ Builder编写的个人财务管理软件」· ~H 代码 · 共 42 行

~H
42
字号
//---------------------------------------------------------------------------

#ifndef SetFormH
#define SetFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ADODB.hpp>
#include <DB.hpp>
//---------------------------------------------------------------------------
class TSetJLForm : public TForm
{
__published:	// IDE-managed Components
        TBitBtn *OKBitBtn;
        TBitBtn *CancelButton;
        TGroupBox *GroupBox1;
        TLabel *Label1;
        TComboBox *LocateComboBoxCity;
        TGroupBox *GroupBox2;
        TLabel *Label2;
        TDateTimePicker *DateTimePicker1;
        TCheckBox *CheckBoxDate;
        TADOConnection *ADOConnection1;
        TADOQuery *QueryDingWei;
        TCheckBox *LocateCheckBoxCity;
        void __fastcall OKBitBtnClick(TObject *Sender);
        void __fastcall LocateCheckBoxCityClick(TObject *Sender);
        void __fastcall CheckBoxDateClick(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TSetJLForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TSetJLForm *SetJLForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?