unit1.~h

来自「线程调用参数然后输出,参数使用来控制计算的输出」· ~H 代码 · 共 76 行

~H
76
字号
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
#include "Unit2.h" 
//---------------------------------------------------------------------------
class TForm1 : public TForm
{

__published:	// IDE-managed Components
        TEdit *Edit1;
        TLabel *Label1;
        TLabel *Label2;
        TButton *Button3;
        TPanel *Panel1;
        TPaintBox *PaintBox1;
        TGroupBox *GroupBox1;
        TButton *Button4;
        TButton *Button5;
        TGroupBox *GroupBox2;
        TEdit *Edit2;
        TLabel *Label3;
        TLabel *Label4;
        TEdit *Edit3;
        TLabel *Label5;
        TEdit *Edit4;
        TButton *Button2;
        TLabel *Label6;
        TLabel *Label7;
        TGroupBox *GroupBox3;
        TLabel *Label8;
        TLabel *Label9;
        TLabel *Label10;
        TLabel *Label11;
        TLabel *Label12;
        TLabel *Label13;
        TLabel *Label14;
        TLabel *Label15;
        TLabel *Label16;
        TLabel *Label17;
        TButton *Button6;
        TLabel *Label18;
        TBitBtn *BitBtn1;
       
        void __fastcall Button3Click(TObject *Sender);
          void __fastcall Button2Click(TObject *Sender);
    	void __fastcall PaintBox1Paint(TObject *Sender);
        void __fastcall Button4Click(TObject *Sender);
        void __fastcall Button5Click(TObject *Sender);
        void __fastcall Button6Click(TObject *Sender);
        void __fastcall BitBtn1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
	th1 *newthread;

    	__fastcall TForm1(TComponent* Owner);
       double m_spectrum[3648], WL[3648], m_integration, m_average, m_boxcar;


};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
 
//---------------------------------------------------------------------------
#endif


⌨️ 快捷键说明

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