yddbcs.h

来自「营业用电管理系统(网络版)是本公司推出的新一代软件产品」· C头文件 代码 · 共 117 行

H
117
字号
//---------------------------------------------------------------------------

#ifndef YDdbcsH
#define YDdbcsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <ToolWin.hpp>
#include "CSPIN.h"
#include <Mask.hpp>
#include <DBCtrls.hpp>
//---------------------------------------------------------------------------
class TFdbcs : public TForm
{
__published:	// IDE-managed Components
        TPanel *Panel1;
        TBitBtn *BitBtn1;
        TBitBtn *BitBtn2;
        TPanel *Panel2;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label9;
        TLabel *Label10;
        TLabel *Label12;
        TLabel *Label13;
        TLabel *Label16;
        TLabel *Label18;
        TLabel *Label30;
        TLabel *Label31;
        TLabel *Label32;
        TLabel *Label33;
        TDBEdit *DBEdit1;
        TDBEdit *DBEdit2;
        TDBEdit *DBEdit3;
        TDBEdit *DBEdit4;
        TDBEdit *DBEdit5;
        TDBComboBox *DBComboBox1;
        TDBEdit *DBEdit6;
        TDBEdit *DBEdit7;
        TDateTimePicker *DateTimePicker1;
        TDateTimePicker *DateTimePicker2;
        TDBEdit *DBEdit8;
        TDBComboBox *DBComboBox2;
        TDBComboBox *DBComboBox3;
        TDBComboBox *DBComboBox4;
        TDBComboBox *DBComboBox5;
        TDBEdit *DBEdit10;
        TDBEdit *DBEdit11;
        TDBComboBox *DBComboBox6;
        TShape *Shape1;
        TShape *Shape2;
        TShape *Shape3;
        TShape *Shape4;
        TShape *Shape5;
        TShape *Shape6;
        TShape *Shape7;
        TShape *Shape8;
        TShape *Shape9;
        TShape *Shape10;
        TShape *Shape13;
        TLabel *Label19;
        TLabel *Label20;
        TLabel *Label21;
        TLabel *Label22;
        TLabel *Label26;
        TLabel *Label27;
        TLabel *Label28;
        TShape *Shape14;
        TShape *Shape15;
        TShape *Shape16;
        TShape *Shape17;
        TShape *Shape11;
        TShape *Shape12;
        TShape *Shape18;
        TShape *Shape19;
        TShape *Shape20;
        TDBEdit *DBEdit9;
        TDBComboBox *DBComboBox7;
        TDBComboBox *DBComboBox8;
        TDBEdit *DBEdit12;
        TDBComboBox *DBComboBox9;
        TDBComboBox *DBComboBox10;
        TDBEdit *DBEdit13;
        TDBCheckBox *DBCheckBox1;
        TDBCheckBox *DBCheckBox2;
        TBitBtn *BitBtn3;
        TLabel *Label4;
        TLabel *Label3;
        TLabel *Label7;
        TDBComboBox *DBComboBox11;
        void __fastcall FormKeyPress(TObject *Sender, char &Key);
        void __fastcall DateTimePicker1Change(TObject *Sender);
        void __fastcall DateTimePicker2Change(TObject *Sender);
        void __fastcall BitBtn1Click(TObject *Sender);
        void __fastcall DBComboBox6Change(TObject *Sender);
        void __fastcall DBComboBox2Change(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:	// User declarations

public:		// User declarations
        __fastcall TFdbcs(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFdbcs *Fdbcs;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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