?? u6_8_1.h
字號:
//---------------------------------------------------------------------------
#ifndef U6_8_1H
#define U6_8_1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class Tf6_8_1 : public TForm
{
__published: // IDE-managed Components
TImage *imgCar;
TLabel *Label1;
TLabel *Label2;
TScrollBar *hsbSpeed;
TButton *btnEnd;
TTimer *tmrSpeed;
void __fastcall FormActivate(TObject *Sender);
void __fastcall tmrSpeedTimer(TObject *Sender);
void __fastcall hsbSpeedChange(TObject *Sender);
void __fastcall btnEndClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall Tf6_8_1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tf6_8_1 *f6_8_1;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -