urange.h
来自「AbsDataBase5.16 最新版」· C头文件 代码 · 共 42 行
H
42 行
//---------------------------------------------------------------------------
#ifndef uRangeH
#define uRangeH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "ABSMain.hpp"
#include <Buttons.hpp>
#include <Db.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TDBGrid *DBGrid1;
TGroupBox *GroupBox1;
TLabel *Label2;
TGroupBox *GroupBox2;
TLabel *Label1;
TLabel *Label3;
TComboBox *cmbStartRange;
TComboBox *cmbEndRange;
TCheckBox *cbStartKeyExclusive;
TCheckBox *cbEndKeyExclusive;
TBitBtn *btRange;
TABSDatabase *dbDemos;
TDataSource *DataSource1;
TABSTable *Table;
void __fastcall FormCreate(TObject *Sender);
void __fastcall btRangeClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?