configurationsettings.h

来自「刻录机源码」· C头文件 代码 · 共 57 行

H
57
字号
//---------------------------------------------------------------------------

#ifndef ConfigurationSettingsH
#define ConfigurationSettingsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class TfrmSettings : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label2;
        TEdit *eVolLabel;
        TCheckBox *cJoliet;
        TButton *Button1;
        TButton *Button2;
        TCheckBox *cCloseDisc;
        TCheckBox *cUnderrunProtection;
        TCheckBox *cTestWrite;
        TCheckBox *cEject;
        TCheckBox *cImportSession;
        TEdit *eSession;
        TCheckBox *cOPC;
        TTrackBar *sCacheSize;
        TCheckBox *cQuickSaveISO;
        TCheckBox *cBootable;
        TCheckBox *cShowFiles;
        TCheckBox *cArchiveOnly;
        TCheckBox *CheckBox1;
        TButton *Button3;
        TOpenDialog *dlg;
        void __fastcall FormShow(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Button3Click(TObject *Sender);
        void __fastcall cImportSessionClick(TObject *Sender);
        void __fastcall sCacheSizeChange(TObject *Sender);
        void __fastcall cBootableClick(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:	// User declarations
public:		// User declarations
        __fastcall TfrmSettings(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmSettings *frmSettings;

bool oArchiveFiles, oImportSession;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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