📄 startpd.h
字号:
//---------------------------------------------------------------------------
#ifndef startPDH
#define startPDH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBCtrls.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TpdForm : public TForm
{
__published: // IDE-managed Components
TGroupBox *GroupBox1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TBitBtn *okBtn;
TBitBtn *BitBtn2;
TProgressBar *ProgressBar1;
TDateTimePicker *Date1;
TDateTimePicker *Time1;
TComboBox *ComboBox1;
void __fastcall FormCreate(TObject *Sender);
void __fastcall okBtnClick(TObject *Sender);
void __fastcall BitBtn2Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TpdForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TpdForm *pdForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -