uplocal.h

来自「符合移动协议的见空系统,很有使用简直,希望多下载」· C头文件 代码 · 共 54 行

H
54
字号
//---------------------------------------------------------------------------

#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 + =
减小字号Ctrl + -
显示快捷键?