zhuantai.~h

来自「本人开发的一个酒店管理小程序」· ~H 代码 · 共 58 行

~H
58
字号
//---------------------------------------------------------------------------

#ifndef ZhuanTaiH
#define ZhuanTaiH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <DBCtrls.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
#include <Mask.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TZhuanTaiForm : public TForm
{
__published:	// IDE-managed Components
        TGroupBox *GroupBox1;
        TGroupBox *GroupBox2;
        TGroupBox *GroupBox3;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TLabel *Label9;
        TBitBtn *BitBtn1;
        TDBGrid *DBGrid1;
        TDBText *DBText1;
        TDBText *DBText2;
        TDBText *DBText3;
        TDBText *DBText4;
        TDBText *DBText5;
        TDBText *DBText6;
        TDBText *DBText7;
        TDBText *DBText8;
        TComboBox *ComboBox1;
        TPanel *Panel1;
        TBitBtn *BitBtn2;
        TLabel *Label10;
        TDBText *DBText9;
        void __fastcall FormShow(TObject *Sender);
        void __fastcall ComboBox1Change(TObject *Sender);
        void __fastcall BitBtn1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TZhuanTaiForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TZhuanTaiForm *ZhuanTaiForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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