mainunit.~h
来自「欢迎您下载这个也许是有史以来最强悍的delphi资料包! 我并没有把我全部的资」· ~H 代码 · 共 36 行
~H
36 行
//---------------------------------------------------------------------------
#ifndef MainUnitH
#define MainUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBCtrls.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TDBGrid *DBGrid1;
TDBNavigator *DBNavigator1;
TDBGrid *DBGrid2;
TLabel *Label2;
TLabel *Label3;
TGroupBox *GroupBox1;
TCheckBox *CheckBox1;
TEdit *Edit1;
void __fastcall CheckBox1Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?