81 lines
1.9 KiB
C++
81 lines
1.9 KiB
C++
//---------------------------------------------------------------------------
|
|
|
|
#ifndef InfoFrameUnitH
|
|
#define InfoFrameUnitH
|
|
//---------------------------------------------------------------------------
|
|
#include <System.Classes.hpp>
|
|
#include <Vcl.Controls.hpp>
|
|
#include <Vcl.StdCtrls.hpp>
|
|
#include <Vcl.Forms.hpp>
|
|
#include <Vcl.ExtCtrls.hpp>
|
|
//---------------------------------------------------------------------------
|
|
class TInfoFrame : public TFrame
|
|
{
|
|
__published: // IDE-managed Components
|
|
TPanel *m_panInfo1;
|
|
TLabel *m_lblAccountTitle;
|
|
TLabel *m_lblAccount;
|
|
TLabel *m_lblAmount;
|
|
TLabel *Label4;
|
|
TShape *Shape1;
|
|
TShape *Shape2;
|
|
TLabel *Label5;
|
|
TLabel *m_lblTotProfit;
|
|
TShape *Shape3;
|
|
TLabel *Label7;
|
|
TLabel *m_lblPeakU;
|
|
TShape *Shape4;
|
|
TLabel *Label9;
|
|
TLabel *m_lblPeakL;
|
|
TShape *Shape5;
|
|
TLabel *Label11;
|
|
TLabel *m_lblWinCount;
|
|
TShape *Shape6;
|
|
TLabel *Label13;
|
|
TLabel *m_lblLosCount;
|
|
TShape *Shape7;
|
|
TLabel *Label15;
|
|
TLabel *m_lblSWin;
|
|
TShape *Shape8;
|
|
TLabel *Label17;
|
|
TLabel *m_lblSLos;
|
|
TLabel *Label19;
|
|
TLabel *m_lblDead;
|
|
TLabel *Label3;
|
|
TLabel *m_lblCurProfit;
|
|
TPanel *m_panInfo2;
|
|
TLabel *m_lblManAmount;
|
|
TLabel *m_lblRealAmount;
|
|
TLabel *Label14;
|
|
TShape *Shape13;
|
|
TShape *Shape14;
|
|
TLabel *Label16;
|
|
TLabel *m_lblRealProfit;
|
|
TShape *Shape15;
|
|
TLabel *Label20;
|
|
TLabel *m_lblManProfit;
|
|
TShape *Shape16;
|
|
TShape *Shape24;
|
|
TLabel *Label39;
|
|
TLabel *Label2;
|
|
TLabel *m_lblMaxChip;
|
|
TShape *Shape17;
|
|
TShape *Shape19;
|
|
TShape *Shape20;
|
|
TLabel *m_lblLimits;
|
|
TLabel *Label10;
|
|
TLabel *m_lblAccName;
|
|
TLabel *Label22;
|
|
TShape *Shape9;
|
|
TLabel *m_lblSRProfit;
|
|
TLabel *m_lblSRTitle;
|
|
void __fastcall FrameResize(TObject *Sender);
|
|
private: // User declarations
|
|
public: // User declarations
|
|
__fastcall TInfoFrame(TComponent* Owner);
|
|
};
|
|
//---------------------------------------------------------------------------
|
|
extern PACKAGE TInfoFrame *InfoFrame;
|
|
//---------------------------------------------------------------------------
|
|
#endif
|