home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d123456 / STR_BIT.ZIP / 32 / skr32 / SKR32.H < prev    next >
C/C++ Source or Header  |  2000-03-30  |  1KB  |  42 lines

  1. //---------------------------------------------------------------------------
  2. #ifndef skr32H
  3. #define skr32H
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include "CSPIN.h"
  10. #include <Buttons.hpp>
  11. #include <Dialogs.hpp>
  12. //---------------------------------------------------------------------------
  13. class TFormSkr : public TForm
  14. {
  15. __published:    // IDE-managed Components
  16.         TEdit *Edit1;
  17.         TSpeedButton *SpeedButton1;
  18.         TLabel *Label1;
  19.         TEdit *Edit2;
  20.         TSpeedButton *SpeedButton2;
  21.         TLabel *Label2;
  22.         TBitBtn *BitBtn1;
  23.         TBitBtn *BitBtn2;
  24.         TGroupBox *GroupBox1;
  25.         TLabel *Label3;
  26.         TLabel *Label4;
  27.         TCSpinEdit *CSpinEdit1;
  28.         TCSpinEdit *CSpinEdit2;
  29.         TOpenDialog *OpenDialog1;
  30.         TSaveDialog *SaveDialog1;
  31.         void __fastcall SpeedButton1Click(TObject *Sender);
  32.         void __fastcall SpeedButton2Click(TObject *Sender);
  33.         void __fastcall BitBtn1Click(TObject *Sender);
  34. private:    // User declarations
  35. public:        // User declarations
  36.         __fastcall TFormSkr(TComponent* Owner);
  37. };
  38. //---------------------------------------------------------------------------
  39. extern PACKAGE TFormSkr *FormSkr;
  40. //---------------------------------------------------------------------------
  41. #endif
  42.