?? unit1.h
字號(hào):
//---------------------------------------------------------------------------
#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "A0Lib_OCX.h"
#include "A1Lib_OCX.h"
#include "HUFCTRLLib_OCX.h"
#include <Dialogs.hpp>
#include <OleCtrls.hpp>
#include <ComCtrls.hpp>
#include "HUFDYNAMICAUTOSENSELib_OCX.h"
#include "HUFDYNAMICGLOBALLib_OCX.h"
#include "HUFSTATICLib_OCX.h"
#include "LZWLib_OCX.h"
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TLabel *Label2;
TGroupBox *GroupBox1;
TRadioButton *RadioButton1;
TRadioButton *RadioButton2;
TEdit *Edit1;
TEdit *Edit2;
TButton *Button1;
TButton *Button2;
TButton *Button3;
TGroupBox *GroupBox2;
TRadioButton *RadioButton3;
TRadioButton *RadioButton4;
TOpenDialog *OpenDialog1;
TSaveDialog *SaveDialog1;
TRichEdit *RichEdit1;
Tlz77 *Lz771;
TLzss *Lzss1;
THufstatic *Hufctrl1;
THufdynamicglobal *Hufdynamicglobal1;
THufdynamicautosense *Hufdynamicautosense1;
TRadioButton *RadioButton5;
TRadioButton *RadioButton7;
TRadioButton *RadioButton8;
TGroupBox *GroupBox3;
TRadioButton *RadioButton6;
TRadioButton *RadioButton9;
TLabel *Label3;
TEdit *Edit3;
TLzw *Lzw1;
TRadioButton *RadioButton10;
void __fastcall FormCreate(TObject *Sender);
void __fastcall RadioButton1Click(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
void __fastcall Button3Click(TObject *Sender);
void __fastcall RadioButton2Click(TObject *Sender);
void __fastcall RadioButton7Click(TObject *Sender);
void __fastcall RadioButton9Click(TObject *Sender);
void __fastcall RadioButton6Click(TObject *Sender);
void __fastcall RadioButton8Click(TObject *Sender);
void __fastcall RadioButton3Click(TObject *Sender);
void __fastcall RadioButton5Click(TObject *Sender);
void __fastcall RadioButton4Click(TObject *Sender);
void __fastcall Button1Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -