📄 yddftzd.h
字号:
//---------------------------------------------------------------------------
#ifndef YDdftzdH
#define YDdftzdH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Buttons.hpp>
#include <Db.hpp>
#include <DBTables.hpp>
//---------------------------------------------------------------------------
class TFdftzd : public TForm
{
__published: // IDE-managed Components
TSpeedButton *SpeedButton1;
TSpeedButton *SpeedButton2;
TLabel *Label1;
TShape *Shape1;
TShape *Shape2;
TShape *Shape3;
TShape *Shape4;
TRadioButton *RadioButton1;
TRadioButton *RadioButton3;
TEdit *Edit1;
TComboBox *ComboBox1;
TComboBox *ComboBox2;
TTable *Table1;
TRadioButton *RadioButton2;
void __fastcall FormCreate(TObject *Sender);
void __fastcall SpeedButton2Click(TObject *Sender);
void __fastcall RadioButton1Click(TObject *Sender);
void __fastcall RadioButton3Click(TObject *Sender);
void __fastcall SpeedButton1Click(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall RadioButton2Click(TObject *Sender);
void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
void __fastcall ComboBox2KeyPress(TObject *Sender, char &Key);
void __fastcall ComboBox1KeyPress(TObject *Sender, char &Key);
private: // User declarations
void tzdjs(int jsfw);
int ydjs(int ks);
public: // User declarations
__fastcall TFdftzd(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFdftzd *Fdftzd;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -