📄 prevdlg.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -