📄 handicapsunit.h
字号:
//---------------------------------------------------------------------------
#ifndef handicapsUnitH
#define handicapsUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DB.hpp>
#include <DBGrids.hpp>
#include <DBTables.hpp>
#include <Grids.hpp>
#include <ExtCtrls.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class THandicapForm : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TLabel *Label1;
TComboBox *ComboBox1;
TPanel *Panel2;
TLabel *Label2;
TComboBox *ComboBox2;
TPanel *Panel3;
TLabel *Label3;
TLabel *Label4;
TTable *Table1;
TBitBtn *BitBtn1;
TBitBtn *BitBtn2;
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall ComboBox1Change(TObject *Sender);
void __fastcall ComboBox2Change(TObject *Sender);
void __fastcall BitBtn2Click(TObject *Sender);
private: // User declarations
void __fastcall matchconvert(AnsiString rq, AnsiString sw);
public: // User declarations
__fastcall THandicapForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE THandicapForm *HandicapForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -