Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#include <vcl.h>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "InfoFrameUnit.h"
|
||||
//---------------------------------------------------------------------------
|
||||
#pragma package(smart_init)
|
||||
#pragma resource "*.dfm"
|
||||
TInfoFrame *InfoFrame;
|
||||
//---------------------------------------------------------------------------
|
||||
__fastcall TInfoFrame::TInfoFrame(TComponent* Owner)
|
||||
: TFrame(Owner)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
void __fastcall TInfoFrame::FrameResize(TObject *Sender)
|
||||
{
|
||||
m_panInfo1->Width = Width - 4;
|
||||
m_panInfo2->Width = Width - 4;
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user