📄 uplocal.h
字号:
//---------------------------------------------------------------------------
#ifndef UpLocalH
#define UpLocalH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class TwUpLocal : public TForm
{
__published: // IDE-managed Components
TButton *Button1;
TButton *Button2;
TPanel *Panel1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label4;
TLabel *Label5;
TEdit *txtNum;
TEdit *txtDelay;
TEdit *txtInter;
TEdit *txtPause;
TLabel *Label6;
TLabel *Label3;
TLabel *Label7;
TButton *btnQuery;
TButton *btnSet;
TPanel *Panel2;
TPanel *Panel3;
TMemo *Memo1;
TButton *btnDefault;
TGroupBox *GroupBox2;
TRadioButton *rbn1;
TRadioButton *rbn2;
TLabel *Label8;
TComboBox *cbxUpdate;
TOpenDialog *OpenDialog1;
void __fastcall btnQueryClick(TObject *Sender);
void __fastcall btnSetClick(TObject *Sender);
void __fastcall btnDefaultClick(TObject *Sender);
void __fastcall Button1Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TwUpLocal(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TwUpLocal *wUpLocal;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -