92 lines
3.4 KiB
C++
92 lines
3.4 KiB
C++
// CodeGear C++Builder
|
|
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'iexAcquireForm.pas' rev: 37.00 (Windows)
|
|
|
|
#ifndef iexAcquireFormHPP
|
|
#define iexAcquireFormHPP
|
|
|
|
#pragma delphiheader begin
|
|
#pragma option push
|
|
#if defined(__BORLANDC__) && !defined(__clang__)
|
|
#pragma option -w- // All warnings off
|
|
#pragma option -Vx // Zero-length empty class member
|
|
#endif
|
|
#pragma pack(push,8)
|
|
#include <System.hpp>
|
|
#include <SysInit.hpp>
|
|
#include <Winapi.Windows.hpp>
|
|
#include <Winapi.Messages.hpp>
|
|
#include <System.SysUtils.hpp>
|
|
#include <System.Classes.hpp>
|
|
#include <Vcl.Graphics.hpp>
|
|
#include <Vcl.Controls.hpp>
|
|
#include <Vcl.Forms.hpp>
|
|
#include <Vcl.Dialogs.hpp>
|
|
#include <Vcl.StdCtrls.hpp>
|
|
#include <Vcl.Buttons.hpp>
|
|
#include <Vcl.ExtCtrls.hpp>
|
|
#include <Vcl.ImgList.hpp>
|
|
#include <hyiedefs.hpp>
|
|
#include <System.Types.hpp>
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Iexacquireform
|
|
{
|
|
//-- forward type declarations -----------------------------------------------
|
|
class DELPHICLASS TiexAcquireForm;
|
|
//-- type declarations -------------------------------------------------------
|
|
class PASCALIMPLEMENTATION TiexAcquireForm : public Vcl::Forms::TForm
|
|
{
|
|
typedef Vcl::Forms::TForm inherited;
|
|
|
|
__published:
|
|
Vcl::Extctrls::TImage* Image1;
|
|
Vcl::Controls::TImageList* imlDevices;
|
|
Vcl::Extctrls::TPanel* pnlButtons;
|
|
Vcl::Buttons::TBitBtn* btnOK;
|
|
Vcl::Buttons::TBitBtn* btnCancel;
|
|
Vcl::Stdctrls::TLabel* lblCaption;
|
|
Vcl::Stdctrls::TListBox* lbxSources;
|
|
void __fastcall btnOKClick(System::TObject* Sender);
|
|
void __fastcall FormActivate(System::TObject* Sender);
|
|
void __fastcall FormCreate(System::TObject* Sender);
|
|
void __fastcall FormResize(System::TObject* Sender);
|
|
void __fastcall lbxSourcesClick(System::TObject* Sender);
|
|
void __fastcall lbxSourcesDrawItem(Vcl::Controls::TWinControl* Control, int Index, const Winapi::Windows::TRect &Rect, Winapi::Windows::TOwnerDrawState State);
|
|
|
|
private:
|
|
bool fHaveActivated;
|
|
void __fastcall UpdateDialogSize();
|
|
System::UnicodeString __fastcall GetSelectedSource();
|
|
void __fastcall SetSelectedSource(const System::UnicodeString value);
|
|
|
|
public:
|
|
void __fastcall UpdateLanguage();
|
|
__property System::UnicodeString SelectedSource = {read=GetSelectedSource, write=SetSelectedSource};
|
|
public:
|
|
/* TCustomForm.Create */ inline __fastcall virtual TiexAcquireForm(System::Classes::TComponent* AOwner) : Vcl::Forms::TForm(AOwner) { }
|
|
/* TCustomForm.CreateNew */ inline __fastcall virtual TiexAcquireForm(System::Classes::TComponent* AOwner, int Dummy) : Vcl::Forms::TForm(AOwner, Dummy) { }
|
|
/* TCustomForm.CreateScaledNew */ inline __fastcall virtual TiexAcquireForm(System::Classes::TComponent* AOwner, int ADPI, int Dummy) : Vcl::Forms::TForm(AOwner, ADPI, Dummy) { }
|
|
/* TCustomForm.Destroy */ inline __fastcall virtual ~TiexAcquireForm() { }
|
|
|
|
public:
|
|
/* TWinControl.CreateParented */ inline __fastcall TiexAcquireForm(HWND ParentWindow) : Vcl::Forms::TForm(ParentWindow) { }
|
|
|
|
};
|
|
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
} /* namespace Iexacquireform */
|
|
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_IEXACQUIREFORM)
|
|
using namespace Iexacquireform;
|
|
#endif
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // iexAcquireFormHPP
|