unit1.h

来自「show/change file attributes」· C头文件 代码 · 共 82 行

H
82
字号
//---------------------------------------------------------------------------

#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 + =
减小字号Ctrl + -
显示快捷键?