📄 cliceunit.h
字号:
//---------------------------------------------------------------------------
#ifndef CliceUnitH
#define CliceUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "RzPanel.hpp"
#include "RzTabs.hpp"
#include <ExtCtrls.hpp>
#include "Wwdatsrc.hpp"
#include <DB.hpp>
#include "RzDBLbl.hpp"
#include "RzLabel.hpp"
#include "RzButton.hpp"
#include "RzRadChk.hpp"
#include "RzDBNav.hpp"
#include <DBCtrls.hpp>
#include "RzBmpBtn.hpp"
#include <ADODB.hpp>
#include <jpeg.hpp>
#include "RzEdit.hpp"
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class Tfrm_cliceQuestion : public TForm
{
__published: // IDE-managed Components
TRzPageControl *rzpgcntrl1;
TRzTabSheet *rztbshtTabSheet1;
TRzTabSheet *rztbshtTabSheet2;
TRzPanel *rzpnl1;
TwwDataSource *ds_Question;
TRzLabel *RzLabel1;
TRzDBLabel *lblIDNum;
TRzLabel *lb1;
TRzBmpButton *btn1;
TRzBmpButton *btn2;
TRzBmpButton *btn3;
TRzBmpButton *btn4;
TRzGroupBox *rzgrpbx1;
TRzDBLabel *RzDBLabel1;
TRzGroupBox *rzgrpbx2;
TRzDBLabel *RzDBLabel2;
TRzDBLabel *RzDBLabel3;
TRzDBLabel *RzDBLabel4;
TRzRadioButton *rba;
TRzRadioButton *rbb;
TRzRadioButton *rbc;
TADOQuery *qry_Question;
TImage *img1;
TRzTabSheet *rztbshtTabSheet3;
TRzLabel *lb2;
TRzMemo *mmo1;
TADOTable *tbl_Question;
TRzMemo *RzMemo1;
TRzLabel *RzLabel2;
void __fastcall btn1Click(TObject *Sender);
void __fastcall btn2Click(TObject *Sender);
void __fastcall btn3Click(TObject *Sender);
void __fastcall btn4Click(TObject *Sender);
void __fastcall btn2KeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
private: // User declarations
public: // User declarations
__fastcall Tfrm_cliceQuestion(TComponent* Owner);
void clearra();
bool ifrb();
void creatrep();
void readques();
};
//---------------------------------------------------------------------------
extern PACKAGE Tfrm_cliceQuestion *frm_cliceQuestion;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -