📄 dpartition.~h
字号:
//---------------------------------------------------------------------------
#ifndef DPartitionH
#define DPartitionH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TMainFrm : public TForm
{
__published: // IDE-managed Components
TMemo *Memo1;
TGroupBox *GroupBox1;
TLabel *Label1;
TLabel *Label2;
TEdit *Edit_CName;
TEdit *Edit_Size;
TButton *Btn_Create;
TGroupBox *GroupBox2;
TGroupBox *GroupBox3;
TLabel *Label3;
TEdit *Edit_FName;
TButton *Btn_Free;
TLabel *Label4;
TRadioButton *FF;
TRadioButton *BF;
void __fastcall FormCreate(TObject *Sender);
void __fastcall Btn_CreateClick(TObject *Sender);
void __fastcall Btn_FreeClick(TObject *Sender);
bool __fastcall Apply(String fileName,int size);
void __fastcall SetFree(String fileName);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
public: // User declarations
__fastcall TMainFrm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TMainFrm *MainFrm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -