?? unit3.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 + -