uxiugai3.h

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

H
68
字号
//----------------------------------------------------------------------------
#ifndef UXiuGai3H
#define UXiuGai3H
//----------------------------------------------------------------------------
#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 TfmXiuGai3 : public TForm
{
__published:
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label14;
        TEdit *edBH1;
        TEdit *edMC1;
        TEdit *edJE1;
        TEdit *edCJS;
        TEdit *edDH1;
        TEdit *edFZR;
        TEdit *edGLR;
        TDateTimePicker *atRQ1;
        TButton *Button1;
        TButton *Button2;
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall edMC1Exit(TObject *Sender);
        void __fastcall edMC1KeyDown(TObject *Sender, WORD &Key,
          TShiftState Shift);
        void __fastcall edJE1KeyDown(TObject *Sender, WORD &Key,
          TShiftState Shift);
        void __fastcall edJE1Exit(TObject *Sender);
        void __fastcall atRQ1KeyDown(TObject *Sender, WORD &Key,
          TShiftState Shift);
        void __fastcall edCJSKeyDown(TObject *Sender, WORD &Key,
          TShiftState Shift);
        void __fastcall edCJSExit(TObject *Sender);
        void __fastcall edDH1Exit(TObject *Sender);
        void __fastcall edDH1KeyDown(TObject *Sender, WORD &Key,
          TShiftState Shift);
        void __fastcall edFZRExit(TObject *Sender);
        void __fastcall edFZRKeyDown(TObject *Sender, WORD &Key,
          TShiftState Shift);
        void __fastcall edGLRExit(TObject *Sender);
        void __fastcall edGLRKeyDown(TObject *Sender, WORD &Key,
          TShiftState Shift);
private:
public:
	virtual __fastcall TfmXiuGai3(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TfmXiuGai3 *fmXiuGai3;
//----------------------------------------------------------------------------
#endif    

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?