fdjsd.h

来自「供销存软件」· C头文件 代码 · 共 53 行

H
53
字号
//---------------------------------------------------------------------------

#ifndef fdJSDH
#define fdJSDH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <CheckLst.hpp>
//---------------------------------------------------------------------------
class TfdJSForm : public TForm
{
__published:	// IDE-managed Components
        TPanel *Panel1;
        TLabel *Label4;
        TLabel *Label5;
        TShape *Shape1;
        TShape *Shape2;
        TShape *Shape3;
        TShape *Shape4;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TLabel *Label9;
        TLabel *Label10;
        TEdit *KHname;
        TEdit *Money;
        TEdit *Edit3;
        TEdit *KHqm;
        TEdit *BZ;
        TBitBtn *printBtn;
        TBitBtn *postBtn;
        TBitBtn *closeBtn;
        TGroupBox *GroupBox1;
        TCheckListBox *CheckListBox1;
        void __fastcall CheckListBox1Click(TObject *Sender);
        void __fastcall postBtnClick(TObject *Sender);
        void __fastcall printBtnClick(TObject *Sender);
        void __fastcall closeBtnClick(TObject *Sender);
        void __fastcall MoneyChange(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TfdJSForm(TComponent* Owner);
        double sum;
};
//---------------------------------------------------------------------------
extern PACKAGE TfdJSForm *fdJSForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?