unit_company.~h

来自「平台:c++ builder V6.0 功能:利用串口设备通讯,」· ~H 代码 · 共 41 行

~H
41
字号
//---------------------------------------------------------------------------

#ifndef Unit_CompanyH
#define Unit_CompanyH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Dialogs.hpp>
#include <ExtDlgs.hpp>
//---------------------------------------------------------------------------
class TForm_Company : public TForm
{
__published:	// IDE-managed Components
        TPanel *Panel1;
        TButton *Button_OK;
        TButton *Button_Cancel;
        TLabel *Label1;
        TEdit *Edit_Company_Name;
        TLabel *Label2;
        TEdit *Edit_Company_Icon;
        TPanel *Panel2;
        TImage *Image1;
        TButton *Button1;
        TOpenPictureDialog *OpenPictureDialog1;
        void __fastcall FormActivate(TObject *Sender);
        void __fastcall Button_CancelClick(TObject *Sender);
        void __fastcall Button_OKClick(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Edit_Company_IconChange(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm_Company(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm_Company *Form_Company;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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