wwpiced2.hpp
来自「infopower 4000 for delphi 2006」· HPP 代码 · 共 112 行
HPP
112 行
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Wwpiced2.pas' rev: 10.00
#ifndef Wwpiced2HPP
#define Wwpiced2HPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp> // Pascal unit
#include <Sysinit.hpp> // Pascal unit
#include <Sysutils.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <Messages.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Stdctrls.hpp> // Pascal unit
#include <Wwdblook.hpp> // Pascal unit
#include <Wwdbdlg.hpp> // Pascal unit
#include <Extctrls.hpp> // Pascal unit
#include <Buttons.hpp> // Pascal unit
#include <Db.hpp> // Pascal unit
#include <Dbtables.hpp> // Pascal unit
#include <Wwtable.hpp> // Pascal unit
#include <Wwidlg.hpp> // Pascal unit
#include <Wwdbedit.hpp> // Pascal unit
#include <Mask.hpp> // Pascal unit
#include <Wwdotdot.hpp> // Pascal unit
#include <Inifiles.hpp> // Pascal unit
#include <Registry.hpp> // Pascal unit
#include <Wwedtpic.hpp> // Pascal unit
#include <Ipdsgn.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Wwpiced2
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TwwEditPictureMaskdlg;
class PASCALIMPLEMENTATION TwwEditPictureMaskdlg : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Buttons::TBitBtn* OKBtn;
Buttons::TBitBtn* CancelBtn;
Extctrls::TPanel* Panel1;
Stdctrls::TCheckBox* AllowInvalidCheckbox;
Stdctrls::TCheckBox* AutoFillCheckbox;
Stdctrls::TMemo* PictureDescription;
Stdctrls::TLabel* PictureMaskLabel;
Stdctrls::TButton* DesignMaskButton;
Stdctrls::TCheckBox* UsePictureMask;
Wwdotdot::TwwDBComboDlg* PictureMaskEdit;
void __fastcall PictureMaskEditChange(System::TObject* Sender);
void __fastcall PictureMaskEditCloseUp(System::TObject* Sender, Db::TDataSet* LookupTable, Db::TDataSet* FillTable, bool modified);
void __fastcall PictureMaskEditInitDialog(Wwidlg::TwwLookupDlg* Dialog);
void __fastcall FormShow(System::TObject* Sender);
void __fastcall DesignMaskButtonClick(System::TObject* Sender);
void __fastcall FormKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
void __fastcall PictureMaskEditCustomDlg(System::TObject* Sender);
void __fastcall PictureMaskEditExit(System::TObject* Sender);
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall FormDestroy(System::TObject* Sender);
private:
void __fastcall RefreshDescription(void);
void __fastcall VerifyKeyValue(AnsiString &Key, AnsiString &Value);
public:
Wwdbedit::TwwCustomMaskEdit* MyComponent;
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TwwEditPictureMaskdlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TwwEditPictureMaskdlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TwwEditPictureMaskdlg(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TwwEditPictureMaskdlg(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TwwEditPictureMaskdlg* wwEditPictureMaskdlg;
extern PACKAGE bool __fastcall wwPrpEdit_PictureMask2(Wwdbedit::TwwCustomMaskEdit* AComponent);
extern PACKAGE bool __fastcall wwPrpEdit_PictureMask3(Wwdbedit::TwwDBPicture* Picture, Controls::TWinControl* TempParent);
} /* namespace Wwpiced2 */
using namespace Wwpiced2;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Wwpiced2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?