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

📄 datacontrol.h

📁 符合移动协议的见空系统,很有使用简直,希望多下载
💻 H
字号:
/*****************************************************************************
Name            : DataControl.h
Function        : 定义通用事件记录宏及函数接口
Date            : 2000-3-2
Author          : xuhw
Modification    :
*****************************************************************************/

#ifndef DATA_CONTROL_H
#define DATA_CONTROL_H

#include <Classes.hpp>
#include <Controls.hpp>
#include <Sysutils.hpp>
#include <fstream.h>
#include <Mask.hpp>
#include <systdate.h>
#include <ADOdb.hpp>
#include "includes.h"

class TComControl
{
public:
  TCheckBox  *pCb;
  TEdit *pLb;
  TMaskEdit *pEd;
  TComboBox *pCbx;
  TStaticText  *pShp;
  INT16U ObjectID;
  int SizeLen;
  bool  bZoom;
  bool  bSign;
  bool  bUsed;
  int EditStyle;
  int iPosCol;
private:
  int ileft;
  int itop;
  int cbWidth;
  int lbWidth;
  int edWidth;
  int iheight;
  String  caption;
  TWinControl *pParent;
public:
  __fastcall TComControl(void);
  ~TComControl();
  void __fastcall SetParent(TWinControl *Owner);
  void __fastcall TComControl::SetShapePosition();
  void __fastcall TComControl::SetEditPosition();
  void __fastcall TComControl::SetCombPosition();
  void __fastcall BuildEdit();
  void __fastcall BuildComb();
  void __fastcall BuildShape();
  void __fastcall MakeEmpty();
  void __fastcall SetObjectUsed(bool bused){bUsed = bused;};
  void __fastcall SetPos(int aleft, int atop, int width1,int width2, int width3,int aheight);
};
extern PACKAGE TComControl *ComControl;
#endif   /*end if _DATA_CONTROL_H */

⌨️ 快捷键说明

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