⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uxiugai3.h

📁 社区管理系统的公共管理模块
💻 H
字号:
//----------------------------------------------------------------------------
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -