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

📄 th_edit.h

📁 库存管理系统源码
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef th_editH
#define th_editH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <DB.hpp>
#include <DBCtrls.hpp>
#include <DBTables.hpp>
#include <Mask.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class Tfrm_th_edit : public TForm
{
__published:	// IDE-managed Components
    TPanel *Panel1;
    TPanel *Panel2;
    TTable *tb_tihuo;
    TDateTimeField *tb_tihuoBDEDesigner;
    TStringField *tb_tihuoBDEDesigner2;
    TStringField *tb_tihuoBDEDesigner3;
    TStringField *tb_tihuoBDEDesigner4;
    TStringField *tb_tihuoBDEDesigner5;
    TStringField *tb_tihuoBDEDesigner6;
    TIntegerField *tb_tihuoBDEDesigner7;
    TFloatField *tb_tihuoBDEDesigner8;
    TBooleanField *tb_tihuoBDEDesigner9;
    TStringField *tb_tihuoBDEDesigner10;
    TStringField *tb_tihuoBDEDesigner11;
    TDateTimeField *tb_tihuoBDEDesigner12;
    TDataSource *DataSource1;
    TGroupBox *GroupBox1;
    TLabel *Label4;
    TDBEdit *DBEdit2;
    TLabel *Label6;
    TDBEdit *DBEdit4;
    TLabel *Label7;
    TDBEdit *DBEdit5;
    TLabel *Label8;
    TDBEdit *DBEdit6;
    TLabel *Label9;
    TDBEdit *DBEdit7;
    TLabel *Label10;
    TDBEdit *DBEdit8;
    TDBCheckBox *DBCheckBox1;
    TLabel *Label12;
    TDBEdit *DBEdit10;
    TLabel *Label13;
    TDBEdit *DBEdit11;
    TGroupBox *GroupBox2;
    TLabel *Label2;
    TComboBox *ComboBox1;
    TLabel *Label3;
    TComboBox *ComboBox2;
    TButton *Button1;
    TButton *Button2;
    TLabel *Label5;
    TButton *Button3;
    TButton *Button4;
    TButton *Button5;
    TButton *Button6;
    TGroupBox *GroupBox3;
    TDBGrid *DBGrid1;
    TTable *tb_detail;
    TDataSource *DataSource2;
    void __fastcall Button5Click(TObject *Sender);
    void __fastcall Button3Click(TObject *Sender);
    void __fastcall Button4Click(TObject *Sender);
    void __fastcall Button6Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall Tfrm_th_edit(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tfrm_th_edit *frm_th_edit;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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