printdlg.h

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

H
49
字号
//---------------------------------------------------------------------------

#ifndef printdlgH
#define printdlgH
//---------------------------------------------------------------------------
#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 "KsSkinPanels.hpp"
#include "se_controls.hpp"
//---------------------------------------------------------------------------
class TForm22 : public TForm
{
__published:	// IDE-managed Components
        TDateTimePicker *DateTimePicker1;
        TSeSkinForm *SeSkinForm1;
        TSeSkinPanel *Panel1;
        TSeSkinRadioGroup *RadioGroup1;
        TSeSkinGroupBox *GroupBox1;
        TSeSkinComboBox *nian;
        TSeSkinComboBox *yue;
        TSeSkinGroupBox *GroupBox2;
        TSeSkinComboBox *ComboBox1;
        TSeSkinButton *Button1;
        TSeSkinButton *Button2;
        TSeSkinRadioGroup *yulan;
        void __fastcall RadioGroup1Click(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall nianChange(TObject *Sender);
        void __fastcall yueChange(TObject *Sender);
        void __fastcall DateTimePicker1Change(TObject *Sender);
        void __fastcall ComboBox1Change(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm22(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm22 *Form22;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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