uxiugai2.h

来自「社区管理系统的公共管理模块」· C头文件 代码 · 共 75 行

H
75
字号
//----------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?