📄 test.~h
字号:
//---------------------------------------------------------------------------
#ifndef testH
#define testH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
#include "SUIForm.hpp"
#include "SUIButton.hpp"
#include "SUIComboBox.hpp"
#include "SUIEdit.hpp"
#include "SUIMemo.hpp"
//---------------------------------------------------------------------------
class TFrmTest : public TForm
{
__published: // IDE-managed Components
TsuiForm *suiForm1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TPanel *Panel2;
TRadioButton *RadioButton1;
TRadioButton *RadioButton2;
TRadioButton *RadioButton3;
TRadioButton *RadioButton4;
TStatusBar *StatusBar1;
TsuiButton *suiButton1;
TsuiButton *suiButton2;
TLabel *Label4;
TLabel *Label5;
TLabel *Label17;
TsuiComboBox *suiComboBox2;
TLabel *Label18;
TsuiComboBox *suiComboBox3;
TLabel *Label15;
TsuiEdit *suiEdit3;
TLabel *Label16;
TsuiEdit *suiEdit4;
TLabel *Label19;
TsuiEdit *suiEdit5;
TLabel *Label13;
TsuiEdit *suiEdit1;
TLabel *Label14;
TsuiEdit *suiEdit2;
TLabel *Label6;
TsuiEdit *suiEdit6;
TLabel *Label7;
TsuiEdit *suiEdit7;
TLabel *Label8;
TsuiComboBox *suiComboBox1;
TLabel *Label9;
TLabel *Label10;
TsuiComboBox *suiComboBox4;
TLabel *Label11;
TsuiEdit *suiEdit8;
TLabel *Label12;
TsuiEdit *suiEdit9;
TLabel *Label20;
TsuiEdit *suiEdit10;
TsuiEdit *suiEdit11;
TLabel *Label22;
TsuiEdit *suiEdit12;
TLabel *Label23;
TsuiComboBox *suiComboBox5;
TsuiEdit *suiEdit13;
TsuiEdit *suiEdit14;
TsuiEdit *suiEdit15;
TLabel *Label24;
TsuiMemo *suiMemo1;
void __fastcall suiButton2Click(TObject *Sender);
void __fastcall suiButton1Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TFrmTest(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFrmTest *FrmTest;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -