📄 time.h
字号:
//---------------------------------------------------------------------------
#ifndef TimeH
#define TimeH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "DateEdit.hpp"
#include "GroupBaseForm.h"
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
#include "SDComboBox.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Grids.hpp>
#include "GroupBaseForm.h"
#include "KSAdvReport.h"
//---------------------------------------------------------------------------
class TfrmTime : public TGroupBaseForm
{
__published: // IDE-managed Components
TLabel *lbLabel4;
TLabel *lbLabel6;
TSDGrid *TimeGrid;
TSDEdit *sysFmonthBox;
TSDEdit *edDept;
TSDComboBox *cbsdMonth;
TSDEdit *edDeptBox;
TSDEdit *edEmployeeBox;
TLabel *lPmpc;
TSDEdit *edEmployee;
void __fastcall edDeptButtonClick(TObject *Sender);
void __fastcall edEmployeeButtonClick(TObject *Sender);
// void __fastcall btFindClick(TObject *Sender);
private: // User declarations
void __fastcall InitEditControl();
public: // User declarations
__fastcall TfrmTime(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmTime *frmTime;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -