⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 supplymanage.h

📁 一个简单的企业进销存管理系统,对于新手学习c++builder很有帮助的,用的是BC++6.0,数据库是sql server 2000
💻 H
字号:
//----------------------------------------------------------------------------
#ifndef SupplyManageH
#define SupplyManageH
//----------------------------------------------------------------------------
#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 TfmSupplyManage : public TForm
{
__published:
	TStringField *Table1StringField;
	TStringField *Table1StringField2;
	TStringField *Table1StringField3;
	TStringField *Table1StringField4;
	TStringField *Table1StringField5;
	TStringField *Table1StringField6;
	TStringField *Table1StringField7;
	TStringField *Table1StringField8;
	TStringField *Table1StringField9;
	TStringField *Table1StringField10;
	TStringField *Table1StringField11;
	TStringField *Table1StringField12;
	TStringField *Table1StringField13;
	TStringField *Table1StringField14;
	TStringField *Table1StringField15;
	TStringField *Table1StringField16;
	TStringField *Table1StringField17;
	TStringField *Table1StringField18;
	TStringField *Table1StringField19;
	TStringField *Table1StringField20;
	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 Button1Click(TObject *Sender);
    void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
    void __fastcall DBGrid1DblClick(TObject *Sender);
private:
	// private declarations
public:
	// public declarations
	__fastcall TfmSupplyManage(TComponent *Owner);
    bool m_Input;
    AnsiString m_szSelectCode;
};
//----------------------------------------------------------------------------
extern TfmSupplyManage *fmSupplyManage;
//----------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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