⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.h

📁 show/change file attributes
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Dialogs.hpp>
#include <ExtCtrls.hpp>
#include <ComCtrls.hpp>
#include <FileCtrl.hpp>
#include <TabNotBk.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TButton *Button3;
        TTimer *Timer1;
        TButton *Button1;
        TTabbedNotebook *TabbedNotebook1;
        TGroupBox *GroupBox1;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label4;
        TEdit *Edit2;
        TButton *Button2;
        TEdit *Edit3;
        TPanel *Panel1;
        TLabel *Label3;
        TLabeledEdit *LabeledEdit8;
        TLabeledEdit *LabeledEdit9;
        TGroupBox *GroupBox2;
        TButton *Button4;
        TLabeledEdit *LabeledEdit1;
        TLabeledEdit *LabeledEdit2;
        TGroupBox *GroupBox3;
        TLabeledEdit *LabeledEdit3;
        TLabeledEdit *LabeledEdit4;
        TLabeledEdit *LabeledEdit5;
        TLabeledEdit *LabeledEdit6;
        TLabeledEdit *LabeledEdit7;
        TButton *Button5;
        TOpenDialog *OpenDialog1;
        TDriveComboBox *DriveComboBox1;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TLabel *Label9;
        TLabel *Label5;
        TLabel *Label10;
        TLabel *Label11;
        TButton *Button6;
        TLabel *Label12;
        TStringGrid *StringGrid1;
        TLabeledEdit *LabeledEdit10;
        TButton *Button7;
        TMemo *Memo1;
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button3Click(TObject *Sender);
        void __fastcall Button4Click(TObject *Sender);
        void __fastcall Timer1Timer(TObject *Sender);
        void __fastcall Button5Click(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall DriveComboBox1Change(TObject *Sender);
        void __fastcall Button6Click(TObject *Sender);
        void __fastcall Button7Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
SYSTEMTIME systime,s;
AnsiString filename,filetime;
 FILETIME ftCreationTime,ftLastAccessTime,ftLastWriteTime;
 HANDLE hFile;
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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