wwrchdlg.hpp

来自「infopower 4000 for delphi 2006」· HPP 代码 · 共 114 行

HPP
114
字号
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'wwrchdlg.pas' rev: 6.00

#ifndef wwrchdlgHPP
#define wwrchdlgHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <ExtCtrls.hpp>	// Pascal unit
#include <Wwcommon.hpp>	// Pascal unit
#include <wwriched.hpp>	// Pascal unit
#include <Wwstr.hpp>	// Pascal unit
#include <wwSystem.hpp>	// Pascal unit
#include <Buttons.hpp>	// Pascal unit
#include <ComCtrls.hpp>	// Pascal unit
#include <Wwdbcomb.hpp>	// Pascal unit
#include <Wwdotdot.hpp>	// Pascal unit
#include <wwdbedit.hpp>	// Pascal unit
#include <Mask.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <Wwintl.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 Wwrchdlg
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TwwRichParagraphDialog;
class PASCALIMPLEMENTATION TwwRichParagraphDialog : public Forms::TForm 
{
	typedef Forms::TForm inherited;
	
__published:
	Stdctrls::TButton* OKBtn;
	Stdctrls::TButton* CancelBtn;
	Extctrls::TPanel* Panel1;
	Stdctrls::TLabel* Label4;
	Wwdbcomb::TwwDBComboBox* AlignmentCombo;
	Extctrls::TBevel* Bevel1;
	Stdctrls::TLabel* Label1;
	Stdctrls::TEdit* LeftEdit;
	Stdctrls::TLabel* Label2;
	Stdctrls::TEdit* RightEdit;
	Stdctrls::TLabel* Label3;
	Stdctrls::TEdit* FirstLineEdit;
	Stdctrls::TLabel* GroupBox1;
	Stdctrls::TLabel* SpacingGroup;
	Extctrls::TBevel* Bevel2;
	Stdctrls::TLabel* BeforeParagraphLabel;
	Stdctrls::TEdit* BeforeParagraphEdit;
	Stdctrls::TLabel* AfterParagraphLabel;
	Stdctrls::TEdit* AfterParagraphEdit;
	Stdctrls::TLabel* WithinParagraphLabel;
	Stdctrls::TEdit* WithinParagraphEdit;
	Stdctrls::TComboBox* LineSpacingComboBox;
	Stdctrls::TLabel* WithinParagraphAt;
	void __fastcall FormCreate(System::TObject* Sender);
	void __fastcall OKClick(System::TObject* Sender);
	void __fastcall LineSpacingComboBoxClick(System::TObject* Sender);
	void __fastcall LineSpacingComboBoxChange(System::TObject* Sender);
	void __fastcall WithinParagraphEditKeyPress(System::TObject* Sender, char &Key);
	
private:
	void __fastcall ApplyIntl(void);
	
public:
	Wwriched::TwwCustomRichEdit* RichEdit;
public:
	#pragma option push -w-inl
	/* TCustomForm.Create */ inline __fastcall virtual TwwRichParagraphDialog(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.CreateNew */ inline __fastcall virtual TwwRichParagraphDialog(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.Destroy */ inline __fastcall virtual ~TwwRichParagraphDialog(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TwwRichParagraphDialog(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------
#pragma error Unsupported symbol type (23, wwrchdlg)
extern PACKAGE TwwRichParagraphDialog* wwRichParagraphDialog;
extern PACKAGE bool __fastcall wwRichEditParagraphDlg(Wwriched::TwwCustomRichEdit* richedit1);

}	/* namespace Wwrchdlg */
using namespace Wwrchdlg;
#pragma option pop	// -w-
#pragma option pop	// -Vx

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

⌨️ 快捷键说明

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