📄 diancai.~h
字号:
//---------------------------------------------------------------------------
#ifndef DianCaiH
#define DianCaiH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <DBCtrls.hpp>
#include <DBGrids.hpp>
//---------------------------------------------------------------------------
class TDainCaiForm : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TPanel *Panel2;
TGroupBox *GroupBox1;
TGroupBox *GroupBox2;
TBitBtn *BitBtn1;
TBitBtn *BitBtn2;
TBitBtn *BitBtn3;
TBitBtn *BitBtn4;
TBitBtn *BitBtn5;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TLabel *Label8;
TLabel *Label9;
TLabel *Label10;
TLabel *Label11;
TLabel *Label12;
TLabel *Label13;
TLabel *Label14;
TDBText *DBText1;
TDBText *DBText2;
TDBText *DBText3;
TDBText *DBText4;
TDBText *DBText5;
TDBText *DBText6;
TDBText *DBText7;
TGroupBox *GroupBox3;
TGroupBox *GroupBox4;
TGroupBox *GroupBox5;
TDBGrid *DBGrid1;
TSpeedButton *SpeedButton1;
TSpeedButton *SpeedButton2;
TListBox *ListBox1;
TListBox *ListBox2;
TSpeedButton *SpeedButton3;
TSpeedButton *SpeedButton4;
TDBGrid *DBGrid2;
TDBGrid *DBGrid3;
TSpeedButton *SpeedButton5;
TSpeedButton *SpeedButton6;
TListBox *ListBox3;
void __fastcall SpeedButton1Click(TObject *Sender);
void __fastcall SpeedButton2Click(TObject *Sender);
void __fastcall SpeedButton3Click(TObject *Sender);
void __fastcall SpeedButton4Click(TObject *Sender);
void __fastcall SpeedButton6Click(TObject *Sender);
void __fastcall SpeedButton5Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TDainCaiForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TDainCaiForm *DainCaiForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -