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 >
Wrap
C/C++ Source or Header
|
2000-03-30
|
1KB
|
42 lines
//---------------------------------------------------------------------------
#ifndef skr32H
#define skr32H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "CSPIN.h"
#include <Buttons.hpp>
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class TFormSkr : public TForm
{
__published: // IDE-managed Components
TEdit *Edit1;
TSpeedButton *SpeedButton1;
TLabel *Label1;
TEdit *Edit2;
TSpeedButton *SpeedButton2;
TLabel *Label2;
TBitBtn *BitBtn1;
TBitBtn *BitBtn2;
TGroupBox *GroupBox1;
TLabel *Label3;
TLabel *Label4;
TCSpinEdit *CSpinEdit1;
TCSpinEdit *CSpinEdit2;
TOpenDialog *OpenDialog1;
TSaveDialog *SaveDialog1;
void __fastcall SpeedButton1Click(TObject *Sender);
void __fastcall SpeedButton2Click(TObject *Sender);
void __fastcall BitBtn1Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TFormSkr(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormSkr *FormSkr;
//---------------------------------------------------------------------------
#endif