📄 vw_labd.h
字号:
//---------------------------------------------------------------------------
#ifndef VW_LabdH
#define VW_LabdH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "DateEdit.hpp"
#include "SDComboBox.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <Mask.hpp>
#include "StdBaseForm.h"
//---------------------------------------------------------------------------
class TfrmVW_Labd : public TStdBaseForm
{
__published: // IDE-managed Components
TPanel *PalWepd;
TSDGrid *sgLabd;
TGroupBox *GroupBox1;
TLabel *Label1;
TLabel *Label9;
TLabel *Label5;
TLabel *Label4;
TSDEdit *seLabhCode;
TDateEdit *deLabhDate;
TSDComboBox *scLabhFmonth;
TSDComboBox *scLabhShop;
private: // User declarations
public: // User declarations
__fastcall TfrmVW_Labd(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmVW_Labd *frmVW_Labd;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -