📄 savepsall.h
字号:
//---------------------------------------------------------------------------
#ifndef SavePSAllH
#define SavePSAllH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class TSavePSAllForm : public TForm
{
__published: // IDE-managed Components
TCheckBox *SaveGeneTreeCheckBox;
TCheckBox *SaveGeneLabelsCheckBox;
TCheckBox *SavePictureCheckBox;
TCheckBox *SaveArrayTreeCheckBox;
TCheckBox *SaveArrayLabelsCheckBox;
TButton *Button1;
TSaveDialog *SaveDialog1;
TEdit *XBlockSizeEdit;
TEdit *YBlockSizeEdit;
TEdit *GeneTreeSizeEdit;
TEdit *ArrayTreeSizeEdit;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TCheckBox *UseSelectedCheckBox;
void __fastcall Button1Click(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TSavePSAllForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TSavePSAllForm *SavePSAllForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -