⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 weizhangdatoutdlg.~h

📁 用C++ Builder编写的个人财务管理软件
💻 ~H
字号:
//---------------------------------------------------------------------------

#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);
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -