📄 goodmanage.~h
字号:
//----------------------------------------------------------------------------
#ifndef GoodManageH
#define GoodManageH
//----------------------------------------------------------------------------
#include <SysUtils.hpp>
#include <Windows.hpp>
#include <Messages.hpp>
#include <Classes.hpp>
#include <Graphics.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBCtrls.hpp>
#include <DB.hpp>
#include <DBGrids.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
//----------------------------------------------------------------------------
class TfmGoodManage : public TForm
{
__published:
TStringField *Table1StringField;
TStringField *Table1StringField2;
TStringField *Table1StringField3;
TStringField *Table1StringField4;
TStringField *Table1StringField5;
TStringField *Table1StringField6;
TStringField *Table1StringField7;
TStringField *Table1StringField8;
TFloatField *Table1FloatField;
TFloatField *Table1FloatField1;
TFloatField *Table1FloatField2;
TFloatField *Table1FloatField3;
TDBGrid *DBGrid1;
TDBNavigator *DBNavigator;
TPanel *Panel1;
TDataSource *DataSource1;
TPanel *Panel2;
TTable *Table1;
TLabel *Label1;
TEdit *Edit1;
TButton *Button1;
void __fastcall FormCreate(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall Button1Click(TObject *Sender);
void __fastcall DBGrid1DblClick(TObject *Sender);
private:
// private declarations
public:
// public declarations
__fastcall TfmGoodManage(TComponent *Owner);
bool m_Input;
AnsiString m_szSelectCode;
};
//----------------------------------------------------------------------------
extern TfmGoodManage *fmGoodManage;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -