workkard.h
来自「民航飞机生产管理系统,实现了飞机定检坚控,小时卡起落卡等的坚控,并能生成工作任务」· C头文件 代码 · 共 43 行
H
43 行
//---------------------------------------------------------------------------
#ifndef workkardH
#define workkardH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <DBCtrls.hpp>
#include <Mask.hpp>
//---------------------------------------------------------------------------
class TForm6 : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TPanel *Panel2;
TDBNavigator *DBNavigator1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TDBEdit *DBEdit1;
TDBEdit *DBEdit2;
TDBLookupComboBox *DBLookupComboBox1;
TDBEdit *DBEdit3;
TDBMemo *DBMemo1;
TDBMemo *DBMemo2;
void __fastcall FormCreate(TObject *Sender);
void __fastcall DBNavigator1Click(TObject *Sender,
TNavigateBtn Button);
private: // User declarations
public: // User declarations
__fastcall TForm6(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm6 *Form6;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?