order.~h

来自「Raize控件包的安装路径为D:Program Files(一定要安装到正确位置」· ~H 代码 · 共 55 行

~H
55
字号
//---------------------------------------------------------------------------

#ifndef orderH
#define orderH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
#include <ComCtrls.hpp>
#include <ImgList.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TForm5 : public TForm
{
__published:	// IDE-managed Components
        TPanel *Panel1;
        TPanel *Panel2;
        TListBox *ListBox1;
        TLabel *Label1;
        TLabel *Label2;
        TListBox *ListBox2;
        TListView *ListView1;
        TImageList *ImageList1;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TImage *Image1;
        TImage *Image2;
        TImage *Image3;
        TImage *Image4;
        TDBGrid *DBGrid1;
        TLabel *Label7;
       
        void __fastcall ListBox2Click(TObject *Sender);
        void __fastcall ListBox1Click(TObject *Sender);

        void __fastcall ListView1Click(TObject *Sender);
        void __fastcall FormShow(TObject *Sender);
      
       
       
private:	// User declarations
public:		// User declarations
        __fastcall TForm5(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm5 *Form5;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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