ydhsdw.h
来自「营业用电管理系统(网络版)是本公司推出的新一代软件产品」· C头文件 代码 · 共 65 行
H
65 行
//---------------------------------------------------------------------------
#ifndef YDhsdwH
#define YDhsdwH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "CSPIN.h"
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
#include <Mask.hpp>
//---------------------------------------------------------------------------
class TFhsdw : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TGroupBox *GroupBox1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TDBEdit *DBEdit1;
TDBEdit *DBEdit2;
TDBEdit *DBEdit3;
TDBEdit *DBEdit4;
TDBEdit *DBEdit5;
TDBEdit *DBEdit6;
TLabel *Label13;
TDateTimePicker *DateTimePicker1;
TGroupBox *GroupBox2;
TLabel *Label8;
TLabel *Label9;
TLabel *Label10;
TLabel *Label11;
TCSpinEdit *CSpinEdit1;
TCSpinEdit *CSpinEdit2;
TCSpinEdit *CSpinEdit3;
TCSpinEdit *CSpinEdit4;
TPanel *Panel2;
TSpeedButton *SpeedButton1;
TSpeedButton *SpeedButton2;
TSpeedButton *SpeedButton3;
TSpeedButton *SpeedButton4;
TImage *Image1;
void __fastcall SpeedButton4Click(TObject *Sender);
void __fastcall FormCreate(TObject *Sender);
void __fastcall SpeedButton2Click(TObject *Sender);
void __fastcall SpeedButton1Click(TObject *Sender);
void __fastcall FormKeyPress(TObject *Sender, char &Key);
private: // User declarations
public: // User declarations
__fastcall TFhsdw(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFhsdw *Fhsdw;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?