PropFrm.h
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:2k
- //---------------------------------------------------------------------------
- #ifndef PropFrmH
- #define PropFrmH
- //---------------------------------------------------------------------------
- #include <vclClasses.hpp>
- #include <vclControls.hpp>
- #include <vclStdCtrls.hpp>
- #include <vclForms.hpp>
- #include <vclComCtrls.hpp>
- #include <vclExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TfrmProp : public TForm
- {
- __published: // IDE-managed Components
- TLabel *Label1;
- TLabel *Label3;
- TPageControl *PageControl1;
- TTabSheet *tsBullet;
- TRadioGroup *rgBullet;
- TTabSheet *tsHotspot;
- TRadioGroup *rgHotspot;
- TTabSheet *tsPicture;
- TImage *Image1;
- TButton *btnChangePicture;
- TRadioGroup *rgPicVAlign;
- TTabSheet *tsText;
- TLabel *lblText;
- TTabSheet *tsComponent;
- TLabel *lblComponent;
- TLabel *Label2;
- TLabel *Label4;
- TEdit *txtWidth;
- TEdit *txtHeight;
- TRadioGroup *rgCtrlVAlign;
- TTabSheet *tsBreak;
- TLabel *Label5;
- TEdit *txtBreakWidth;
- TRadioGroup *rgBreakColor;
- TButton *btnOk;
- TButton *btnCancel;
- TEdit *txtTag;
- TEdit *txtName;
- void __fastcall btnChangePictureClick(TObject *Sender);
-
- private: // User declarations
- public: // User declarations
- __fastcall TfrmProp(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TfrmProp *frmProp;
- //---------------------------------------------------------------------------
- #endif