unitcfg.h

来自「通过oci实现的oracle查询分析器功能和可以 尤其对BLOB字段的度曲」· C头文件 代码 · 共 45 行

H
45
字号
//---------------------------------------------------------------------------

#ifndef UnitcfgH
#define UnitcfgH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
#include <inifiles.hpp>
//---------------------------------------------------------------------------
class TFormfig : public TForm
{
__published:	// IDE-managed Components
        TComboBox *ComboBox1;
        TLabel *Label1;
        TBevel *Bevel1;
        TComboBox *ComboBox2;
        TLabel *Label2;
        TLabel *Label3;
        TEdit *Edit1;
        TBitBtn *BitBtn1;
        TBitBtn *BitBtn2;
        TBitBtn *BitBtn3;
        TImage *Image1;
        void __fastcall BitBtn2Click(TObject *Sender);
        void __fastcall BitBtn1Click(TObject *Sender);
        void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
        void __fastcall FormShow(TObject *Sender);
        void __fastcall ComboBox1Change(TObject *Sender);
        void __fastcall Edit1KeyDown(TObject *Sender, WORD &Key,
          TShiftState Shift);
private:	// User declarations
        TIniFile *myinifile;
public:		// User declarations
        __fastcall TFormfig(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormfig *Formfig;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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