📄 uxiugai2.h
字号:
//----------------------------------------------------------------------------
#ifndef UXiuGai2H
#define UXiuGai2H
//----------------------------------------------------------------------------
#include <vcl\System.hpp>
#include <vcl\Windows.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Classes.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\ExtCtrls.hpp>
#include <ComCtrls.hpp>
//----------------------------------------------------------------------------
class TXiuGai2 : public TForm
{
__published:
TGroupBox *GroupBox1;
TButton *Button1;
TButton *Button2;
TLabel *Label17;
TLabel *Label18;
TLabel *Label19;
TLabel *Label20;
TLabel *Label21;
TLabel *Label22;
TLabel *Label25;
TLabel *Label16;
TLabel *Label23;
TEdit *edSSMC;
TEdit *edWHRY;
TEdit *edDH2;
TEdit *edWHFY;
TMemo *meWHSM;
TEdit *edGLRY;
TDateTimePicker *atWHSJ;
TEdit *edBH3;
TMemo *meSSPMT;
void __fastcall Button2Click(TObject *Sender);
void __fastcall Button1Click(TObject *Sender);
void __fastcall edSSMCExit(TObject *Sender);
void __fastcall edSSMCKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall edWHRYExit(TObject *Sender);
void __fastcall edWHRYKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall edDH2KeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall edDH2Exit(TObject *Sender);
void __fastcall meSSPMTExit(TObject *Sender);
void __fastcall meSSPMTKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall atWHSJKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall edWHFYKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall edWHFYExit(TObject *Sender);
void __fastcall edGLRYExit(TObject *Sender);
void __fastcall edGLRYKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall meWHSMExit(TObject *Sender);
void __fastcall meWHSMKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
private:
public:
virtual __fastcall TXiuGai2(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TXiuGai2 *XiuGai2;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -