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

📄 unit3.~h

📁 一个医学的软件
💻 ~H
字号:
//---------------------------------------------------------------------------

#ifndef Unit3H
#define Unit3H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "SUIForm.hpp"
#include <ExtCtrls.hpp>
#include "SUIEdit.hpp"
#include "SUIButton.hpp"
#include <Mask.hpp>
#include "SUIComboBox.hpp"
//#include "fun1_def.h"
extern struct date sys_date;
//---------------------------------------------------------------------------
class TForm3 : public TForm
{
__published:	// IDE-managed Components
    TsuiForm *suiForm1;
    TLabel *Label1;
    TLabel *Label2;
    TLabel *Label5;
    TLabel *Label6;
    TLabel *Label7;
    TLabel *Label3;
    TLabel *Label8;
    TLabel *Label9;
    TLabel *Label10;
    TLabel *Label4;
    TsuiComboBox *suiComboBox1;
    TsuiComboBox *suiComboBox2;
    TsuiComboBox *suiComboBox3;
    TsuiComboBox *suiComboBox4;
    TsuiComboBox *suiComboBox5;
    TsuiComboBox *suiComboBox6;
    TLabel *Label11;
    TLabel *Label12;
    TLabel *Label13;
    TLabel *Label14;
    TsuiEdit *suiEdit1;
    TsuiEdit *suiEdit2;
    TsuiEdit *suiEdit3;
    TsuiEdit *suiEdit4;
    TsuiEdit *suiEdit5;
    TsuiEdit *suiEdit6;
    TsuiEdit *suiEdit7;
    TsuiEdit *suiEdit8;
    TLabel *Label15;
    TLabel *Label16;
    TLabel *Label17;
    TLabel *Label18;
    TLabel *Label19;
    TLabel *Label20;
    TLabel *Label21;
    TLabel *Label22;
    TsuiButton *suiButton3;
    TsuiButton *suiButton4;
    void __fastcall suiButton3Click(TObject *Sender);
    void __fastcall suiButton4Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
    void trial_time_change();
    void trial_data_change();
    __fastcall TForm3(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm3 *Form3;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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