📄 edcontracts.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -