gpspr.h

来自「gps参数计算」· C头文件 代码 · 共 58 行

H
58
字号
//---------------------------------------------------------------------------

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