⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gpspr.h

📁 gps参数计算
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef gpsprH
#define gpsprH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TEdit *EBw;
        TEdit *ELw;
        TEdit *EHw;
        TEdit *EBg;
        TEdit *ELg;
        TEdit *EHg;
        TEdit *EDX;
        TEdit *EDY;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TEdit *Ehy;
        TLabel *Label9;
        TLabel *Label10;
        TComboBox *ComboBoxGPS;
        TComboBox *ComboBoxGS;
        TBitBtn *StartDo;
        TLabel *Label11;
        TLabel *Label12;
        TLabel *Label13;
        TLabel *Label14;
        TLabel *Label15;
        TEdit *EDZ;
        TEdit *EDA;
        TEdit *EDF;
        TPanel *Panel1;
        TLabel *Label1;
        TPanel *Panel2;
        void __fastcall StartDoClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -