edcontracts.h

来自「用VC++编写关于仓库销售管理系统的程序,很有用的哟」· C头文件 代码 · 共 68 行

H
68
字号
//---------------------------------------------------------------------------

#ifndef edcontractsH
#define edcontractsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <DB.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>

//---------------------------------------------------------------------------
class TEdContractForm : public TForm
{
__published:	// IDE-managed Components
        TPanel *Speedbar;
        TPanel *HeaderPanel;
        TDataSource *ActiveSource;
        TDBNavigator *DBEditBtns;
        TDBNavigator *DBNavBtns;
        TSpeedButton *PrintBtn;
        TLabel *ModeIndicator;
        TDBEdit *DBText1;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TLabel *Label9;
        TLabel *Label10;
        TLabel *Label11;
        TDBEdit *ContractNoEdit;
        TDBEdit *ContractValidEdit;
        TDBEdit *PartNoEdit;
        TDBEdit *SaleDateEdit;
        TDBEdit *PriceEdit;
        TDBEdit *QuanEdit;
        TDBEdit *TotalEdit;
        TDBLookupListBox *PartNameCombo;
        TDBLookupListBox *PartSpecCombo;
        TDBComboBox *PaymentCombo;
        TDBGrid *DBGrid1;
        TButton *SaveBtn;
        TButton *CancelBtn;
        TButton *CloseBtn;
        TSpeedButton *PopupCalBtn;
        TDBEdit *CustNoEdit;
private:	// User declarations
public:		// User declarations
        __fastcall TEdContractForm(TComponent* Owner);
        void _fastcall Enter();
        void _fastcall Edit(double ContractsNo);
        void _fastcall ContractsSourceStateChange(TObject *Sender);
};
//---------------------------------------------------------------------------
extern PACKAGE TEdContractForm *EdContractForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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