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

📄 tiaoban2.h

📁 企业员工考勤和工资管理系统
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef TiaoBan2H
#define TiaoBan2H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ADODB.hpp>
#include <Buttons.hpp>
#include <Db.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
#include <Menus.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------

typedef struct WeekBanCi
{
  AnsiString bcmc,sd11,sd12,sd21,sd22,sd31,sd32;
  int xiuxi,sds,sd11s,sd11e,sd12s,sd12e,sd21s,sd21e,sd22s,sd22e,sd31s,sd31e,sd32s,sd32e;
}WBC;

class TFormTiaoBan2 : public TForm
{
__published:	// IDE-managed Components
        TDataSource *DataSource1;
        TBitBtn *BitBtnSave;
        TBitBtn *BitBtnQuit;
        TGroupBox *GroupBox2;
        TLabel *Label2;
        TLabel *LabelPbfs;
        TLabel *Label4;
        TLabel *LabelName;
        TLabel *Label1;
        TLabel *Label3;
        TLabel *LabelStart;
        TLabel *LabelEnd;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *LabelDayCount;
        TBitBtn *BitBtnCancel;
        TDBGrid *DBGrid1;
        TDBNavigator *DBNavigator1;
        void __fastcall FormShow(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall BitBtnSaveClick(TObject *Sender);
        void __fastcall BitBtnQuitClick(TObject *Sender);
        void __fastcall DBGrid1DblClick(TObject *Sender);
        void __fastcall BitBtnCancelClick(TObject *Sender);
        void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
private:	// User declarations
        bool pascal CheckBanciNo(WBC *pWbc,AnsiString sBcmc);

public:		// User declarations
        __fastcall TFormTiaoBan2(TComponent* Owner);
        TADOQuery *pBc,*pYg;

};



//---------------------------------------------------------------------------
extern PACKAGE TFormTiaoBan2 *FormTiaoBan2;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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