Ascii.h
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:2k
- //---------------------------------------------------------------------------
- #ifndef AsciiH
- #define AsciiH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ComCtrls.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TRadioButton *RadioButton1;
- TRadioButton *RadioButton2;
- TRadioButton *RadioButton3;
- TRadioButton *RadioButton4;
- TRadioButton *RadioButton5;
- TRadioButton *RadioButton6;
- TRichEdit *RichEdit1;
- TButton *Button1;
- TButton *Button2;
- TRadioButton *RadioButton7;
- TRadioButton *RadioButton8;
- void __fastcall RadioButton1Click(TObject *Sender);
- void __fastcall RadioButton2Click(TObject *Sender);
- void __fastcall RadioButton3Click(TObject *Sender);
- void __fastcall RadioButton4Click(TObject *Sender);
- void __fastcall RadioButton5Click(TObject *Sender);
- void __fastcall RadioButton6Click(TObject *Sender);
- void __fastcall RadioButton7Click(TObject *Sender);
- void __fastcall RadioButton8Click(TObject *Sender);
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-