about.h

来自「关于一个求解线性规划问题的程序」· C头文件 代码 · 共 55 行

H
55
字号
//----------------------------------------------------------------------------
#ifndef AboutH
#define AboutH
//----------------------------------------------------------------------------
#include <vcl\System.hpp>
#include <vcl\Windows.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Classes.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\ExtCtrls.hpp>
#include <ComCtrls.hpp>
#include <jpeg.hpp>
//----------------------------------------------------------------------------
class Tfrm_about : public TForm
{
__published:
        TPageControl *PC_Main;
        TTabSheet *TS_Version;
        TTabSheet *TS_Readme;
        TTabSheet *TS_Help;
        TMemo *Memo_Readme;
        TPanel *Panel2;
        TImage *ProgramIcon;
        TLabel *Copyright;
        TLabel *Comments;
        TMemo *Memo_Help;
        TLabel *Lb_Title;
        TLabel *Label13;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Lb_URL;
        TButton *OKBtn;
        TLabel *Label1;
        TLabel *Label4;
        void __fastcall PC_MainDrawTab(TCustomTabControl *Control,
          int TabIndex, const TRect &Rect, bool Active);
        void __fastcall Lb_URLClick(TObject *Sender);
        void __fastcall Lb_URLMouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall Panel2MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall PC_MainChange(TObject *Sender);
private:
public:
	virtual __fastcall Tfrm_about(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern Tfrm_about *frm_about;
//----------------------------------------------------------------------------
#endif    

⌨️ 快捷键说明

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