weizhangdatoutdlg.h

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

H
58
字号
//---------------------------------------------------------------------------

#ifndef WeiZhangDatOutDLgH
#define WeiZhangDatOutDLgH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ADODB.hpp>
#include <DB.hpp>
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class TDat_OutForm : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TEdit *FileNameEdit;
        TBitBtn *BitBtnFileChoice;
        TRadioButton *RadioButtonAllData;
        TRadioButton *RadioButtonAssignTime;
        TLabel *LabelFrom;
        TLabel *LabelTo;
        TDateTimePicker *DateTimePickerStart;
        TDateTimePicker *DateTimePickerEnd;
        TBitBtn *BitBtnClearData;
        TBitBtn *BitBtnBeginLayout;
        TBitBtn *BitBtnFinish;
        TLabel *LabelLayout;
        TProgressBar *ProgressBarThe;
        TSaveDialog *SaveDialogThe;
        TADOConnection *ADOConnection1;
        TADOQuery *QueryInfo;
        TCheckBox *CheckBoxDataOut;
        TComboBox *ComboBoxDataOut;
        TEdit *CountryEdit;
        void __fastcall BitBtnFileChoiceClick(TObject *Sender);
        void __fastcall BitBtnBeginLayoutClick(TObject *Sender);
        void __fastcall BitBtnFinishClick(TObject *Sender);
        void __fastcall RadioButtonAllDataClick(TObject *Sender);
        void __fastcall RadioButtonAssignTimeClick(TObject *Sender);
        void __fastcall CheckBoxDataOutClick(TObject *Sender);
        void __fastcall FormShow(TObject *Sender);
        void __fastcall BitBtnClearDataClick(TObject *Sender);
private:	// User declarations

         AnsiString LayoutFileName ;
public:		// User declarations
        __fastcall TDat_OutForm(TComponent* Owner);
        void __fastcall  LayoutDataInfo();
};
//---------------------------------------------------------------------------
extern PACKAGE TDat_OutForm *Dat_OutForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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