?? unit1.h
字號(hào):
//---------------------------------------------------------------------------
#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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -