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

📄 vrwavedlg.hpp

📁 wimax bs simulator对应的GUI程序
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved

// (DO NOT EDIT: machine generated header) 'VrWaveDlg.pas' rev: 5.00

#ifndef VrWaveDlgHPP
#define VrWaveDlgHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <VrButtons.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <VrAudio.hpp>	// Pascal unit
#include <VrControls.hpp>	// Pascal unit
#include <ExtCtrls.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Vrwavedlg
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TVrWaveSoundDialog;
class PASCALIMPLEMENTATION TVrWaveSoundDialog : public Forms::TForm 
{
	typedef Forms::TForm inherited;
	
__published:
	Vrbuttons::TVrShadowButton* VrShadowButton1;
	Vrbuttons::TVrShadowButton* VrShadowButton2;
	Vrbuttons::TVrShadowButton* VrShadowButton3;
	Vrbuttons::TVrShadowButton* VrShadowButton4;
	Vrbuttons::TVrShadowButton* VrShadowButton5;
	Stdctrls::TLabel* Label1;
	Stdctrls::TLabel* Label2;
	Extctrls::TPanel* Panel1;
	Extctrls::TPanel* Panel2;
	Dialogs::TOpenDialog* OpenDialog;
	Vraudio::TVrWave* VrWave;
	Extctrls::TBevel* Bevel1;
	void __fastcall VrShadowButton3Click(System::TObject* Sender);
	void __fastcall VrShadowButton1Click(System::TObject* Sender);
	void __fastcall VrShadowButton2Click(System::TObject* Sender);
	void __fastcall VrShadowButton4Click(System::TObject* Sender);
	void __fastcall VrShadowButton5Click(System::TObject* Sender);
	void __fastcall FormClose(System::TObject* Sender, Forms::TCloseAction &Action);
	
public:
	void __fastcall UpdateControls(void);
public:
	#pragma option push -w-inl
	/* TCustomForm.Create */ inline __fastcall virtual TVrWaveSoundDialog(Classes::TComponent* AOwner) : 
		Forms::TForm(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.CreateNew */ inline __fastcall virtual TVrWaveSoundDialog(Classes::TComponent* AOwner
		, int Dummy) : Forms::TForm(AOwner, Dummy) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.Destroy */ inline __fastcall virtual ~TVrWaveSoundDialog(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TVrWaveSoundDialog(HWND ParentWindow) : Forms::TForm(
		ParentWindow) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TVrWaveSoundDialog* VrWaveSoundDialog;

}	/* namespace Vrwavedlg */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Vrwavedlg;
#endif
#pragma option pop	// -w-
#pragma option pop	// -Vx

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// VrWaveDlg

⌨️ 快捷键说明

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