prevdlg.h

来自「民航飞机生产管理系统,实现了飞机定检坚控,小时卡起落卡等的坚控,并能生成工作任务」· C头文件 代码 · 共 56 行

H
56
字号
//---------------------------------------------------------------------------

#ifndef prevdlgH
#define prevdlgH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
#include "KsSkinButtons.hpp"
#include "KsSkinComboBoxs.hpp"
#include "KsSkinForms.hpp"
#include "KsSkinGroupBoxs.hpp"
#include "KsSkinLabels.hpp"
#include "KsSkinPanels.hpp"
#include "se_controls.hpp"
#include "XLSReadWriteII.hpp"
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class TForm7 : public TForm
{
__published:	// IDE-managed Components
        TDateTimePicker *DateTimePicker1;
        TDateTimePicker *DateTimePicker2;
        TSeSkinForm *SeSkinForm1;
        TSeSkinPanel *Panel1;
        TSeSkinButton *Button1;
        TSeSkinButton *Button2;
        TSeSkinGroupBox *GroupBox1;
        TSeSkinLabel *Label1;
        TSeSkinLabel *Label2;
        TSeSkinLabel *Label3;
        TSeSkinLabel *Label4;
        TSeSkinComboBox *ComboBox1;
        TSeSkinComboBox *ComboBox2;
        TSeSkinButton *SeSkinButton1;
        TXLSReadWriteII *XLS;
        TSaveDialog *S1;
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall FormActivate(TObject *Sender);
        void __fastcall DateTimePicker1Change(TObject *Sender);
        void __fastcall DateTimePicker2Change(TObject *Sender);
        void __fastcall ComboBox1Change(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall SeSkinButton1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm7(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm7 *Form7;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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