filen.h

来自「一个仪器的核心程序,它控制通信等方面的工作.」· C头文件 代码 · 共 45 行

H
45
字号
//---------------------------------------------------------------------------
#ifndef filenH
#define filenH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <FileCtrl.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
	TDriveComboBox *DriveComboBox1;
	TFilterComboBox *FilterComboBox1;
	TDirectoryListBox *DirectoryListBox1;
	TFileListBox *FileListBox1;
	TBitBtn *Yes;
	TEdit *Edit1;
	TEdit *Edit2;
	TPanel *Panel1;
	TLabel *Label1;
	TLabel *Label2;
	TBitBtn *Cancel;
	TBitBtn *Exit;
	TBitBtn *All;
	TPanel *Panel2;
	TLabel *Label3;
	void __fastcall ExitClick(TObject *Sender);
//	void __fastcall FileListBox1Change(TObject *Sender);
//	void __fastcall FilterComboBox1Change(TObject *Sender);
	void __fastcall FormCreate(TObject *Sender);
	void __fastcall FileListBox1DblClick(TObject *Sender);
	void __fastcall AllClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
	__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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