cdadd.h
来自「管理光盘的程序」· C头文件 代码 · 共 35 行
H
35 行
//---------------------------------------------------------------------------
#ifndef CDAddH
#define CDAddH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <FileCtrl.hpp>
//---------------------------------------------------------------------------
class TForm3 : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TDriveComboBox *DriveComboBox1;
TEdit *Edit1;
TLabel *Label2;
TButton *btOK;
TCheckBox *CheckBox1;
TLabel *Label3;
TEdit *Edit2;
TCheckBox *CheckBox2;
void __fastcall DriveComboBox1Change(TObject *Sender);
void __fastcall Edit2Change(TObject *Sender);
void __fastcall btOKClick(TObject *Sender);
private:
AnsiString __fastcall GetSWName(AnsiString str); // User declarations
public: // User declarations
__fastcall TForm3(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm3 *Form3;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?