// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'FrmGridSet.pas' rev: 5.00
#ifndef FrmGridSetHPP
#define FrmGridSetHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <DBGridEh.hpp> // Pascal unit
#include <GridsEh.hpp> // Pascal unit
#include <RzCmboBx.hpp> // Pascal unit
#include <ComCtrls.hpp> // Pascal unit
#include <CheckLst.hpp> // Pascal unit
#include <ExtCtrls.hpp> // Pascal unit
#include <Buttons.hpp> // Pascal unit
#include <StdCtrls.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <Messages.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Frmgridset
{
//-- type declarations -------------------------------------------------------
typedef DynamicArray<Dbgrideh::TColumnEh* > FrmGridSet__1;
struct TGrids
{
int ColCount;
bool AutoFitColWidths;
bool Ctl3D;
bool MultiTitle;
int SumList;
int FrozenCols;
Graphics::TFont* NRFont;
Graphics::TFont* TitleFont;
Graphics::TFont* FooterFont;
Graphics::TColor NRColor;
Graphics::TColor TitleColor;
Graphics::TColor FooterColor;
Graphics::TColor OddRowColor;
Graphics::TColor EvenRowColor;
DynamicArray<Dbgrideh::TColumnEh* > Items;
} ;
class DELPHICLASS TFrm_GridSet;
class PASCALIMPLEMENTATION TFrm_GridSet : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Extctrls::TPanel* Panel1;
Buttons::TBitBtn* btn_Ok;
Buttons::TBitBtn* btn_CCL;
Extctrls::TPanel* Panel2;
Stdctrls::TGroupBox* GroupBox1;
Stdctrls::TGroupBox* GroupBox4;
Checklst::TCheckListBox* CLB;
Stdctrls::TLabel* Label1;
Buttons::TSpeedButton* sb_zd;
Buttons::TSpeedButton* sb_sy;
Buttons::TSpeedButton* sb_xy;
Buttons::TSpeedButton* sb_zy;
Buttons::TSpeedButton* btn_fx;
Buttons::TSpeedButton* sb_qx;
Stdctrls::TCheckBox* ChkSort;
Stdctrls::TCheckBox* ChkReadOnly;
Extctrls::TRadioGroup* rg1;
Comctrls::TUpDown* ud1;
Stdctrls::TGroupBox* GroupBox2;
Stdctrls::TLabel* Label2;
Stdctrls::TCheckBox* ChkSumList;
Stdctrls::TCheckBox* chkAutoColWidth;
Stdctrls::TCheckBox* ChkMultiTitle;
Stdctrls::TCheckBox* chkAutoListWidth;
Stdctrls::TCheckBox* chkCtl3D;
Stdctrls::TEdit* edtFix;
Comctrls::TUpDown* udFix;
Dialogs::TFontDialog* dlgFont1;
Stdctrls::TButton* btn_sj;
Stdctrls::TButton* btn_bt;
Stdctrls::TButton* btn_jz;
Stdctrls::TButton* btn_jzbjs;
Stdctrls::TButton* btn_sjbjs;
Stdctrls::TButton* btn_btbjs;
Dialogs::TColorDialog* dlgColor1;
Buttons::TBitBtn* btn_EvenRowColor;
Stdctrls::TLabel* Label3;
Buttons::TSpeedButton* btn_OddRowColor;
Stdctrls::TEdit* edtEdtFieldTitle;
Stdctrls::TLabel* Label4;
Stdctrls::TEdit* lbledt1;
Stdctrls::TLabel* Label5;
void __fastcall sb_zdClick(System::TObject* Sender);
void __fastcall sb_syClick(System::TObject* Sender);
void __fastcall sb_xyClick(System::TObject* Sender);
void __fastcall sb_zyClick(System::TObject* Sender);
void __fastcall sb_qxClick(System::TObject* Sender);
void __fastcall btn_fxClick(System::TObject* Sender);
void __fastcall lbledt1KeyPress(System::TObject* Sender, char &Key);
void __fastcall FormShow(System::TObject* Sender);
void __fastcall CLBClickCheck(System::TObject* Sender);
void __fastcall CLBClick(System::TObject* Sender);
void __fastcall lbledtEdtFieldTitleChange(System::TObject* Sender);
void __fastcall lbledt1Change(System::TObject* Sender);
void __fastcall chkAutoListWidthClick(System::TObject* Sender);
void __fastcall chkAutoColWidthClick(System::TObject* Sender);
void __fastcall chkCtl3DClick(System::TObject* Sender);
void __fastcall ChkMultiTitleClick(System::TObject* Sender);
void __fastcall ChkSumListClick(System::TObject* Sender);
void __fastcall edtFixChange(System::TObject* Sender);
void __fastcall ChkReadOnlyClick(System::TObject* Sender);
void __fastcall ChkSortClick(System::TObject* Sender);
void __fastcall rg1Click(System::TObject* Sender);
void __fastcall btn_OkClick(System::TObject* Sender);
void __fastcall FormClose(System::TObject* Sender, Forms::TCloseAction &Action);
void __fastcall btn_sjClick(System::TObject* Sender);
void __fastcall btn_CCLClick(System::TObject* Sender);
void __fastcall btn_btClick(System::TObject* Sender);
void __fastcall btn_jzClick(System::TObject* Sender);
void __fastcall btn_btbjsClick(System::TObject* Sender);
void __fastcall btn_sjbjsClick(System::TObject* Sender);
void __fastcall btn_jzbjsClick(System::TObject* Sender);
void __fastcall btn_EvenRowColorClick(System::TObject* Sender);
void __fastcall btn_OddRowColorClick(System::TObject* Sender);
void __fastcall FormCreate(System::TObject* Sender);
private:
TGrids HYGrid;
int SelIndex;
bool ShowFlag;
bool CloseFlag;
bool ReadSet;
void __fastcall CloseInit(void);
public:
Dbgrideh::TDBGridEh* grid;
__fastcall TFrm_GridSet(System::TObject* Sender, Dbgrideh::TDBGridEh* Grids, bool ReadSet);
public:
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TFrm_GridSet(Classes::TComponent* AOwner, int
Dummy) : Forms::TForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TFrm_GridSet(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TFrm_GridSet(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TFrm_GridSet* Frm_GridSet;
} /* namespace Frmgridset */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Frmgridset;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // FrmGridSet
maxthonghh
- 粉丝: 0
- 资源: 4
最新资源
- 基于 B 站评论区数据构建大语言模型训练用对话数据集详细文档+全部资料+源码.zip
- 基于 Apache Flink 构建赤兔实时计算平台是的企业级、一站式、高性能、低门槛实时大数据实时计算平台,广泛适用于流式数据应用开发场景详细文档+全部资料+源码.zip
- 基于 JavaFX+Pcap4J 开发的一个强大的跨平台底层数据包工具箱 sunny详细文档+全部资料+源码.zip
- 基于 vue、datav、Echart 框架的大数据可视化(大屏展示)模板详细文档+全部资料+源码.zip
- 基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统详细文档+全部资料+源码.zip
- 基于.Net8+AntBlazor+SemanticKernel 和KernelMemory 打造的AI知识库智能体,支持本地离线AI大模型。可以不联网离线运行
- 基于Apache POI导出大数据量(百万级)Excel的实现详细文档+全部资料+源码.zip
- 基于Android中原生SDK操作SQLite的封装,提升App的开发效率详细文档+全部资料+源码.zip
- 基于ak-design可视化低代码快速开发平台,通过可视化的操作,可轻松快速完成拖拽表单编辑设计器、数据列表页设计、流程管理设计器、数据大屏可视化拖拽设计编辑器
- 基于BufferedRandomAccessFile+Forkjoin读取大数据文件详细文档+全部资料+源码.zip
- 基于C#,数据库的大学生宿舍管理系统详细文档+全部资料+源码.zip
- 基于CNN训练的一套 "端到端" 的验证码识别模型,使用深度学习+训练数据+大量计算力,纯数字识别率高达 99.99%,数字+字母识别率 96%详细文档+全部资料+源码.zip
- 基于easyexcel大数据量数据导入导出异步处理组件详细文档+全部资料+源码.zip
- 基于Element-UI的Table 组件开发的虚拟滚动组件,支持动态高度,解决数据量大时滚动卡顿的问题详细文档+全部资料+源码.zip
- 基于Echarts的可视化数据大屏设计器(包含设计、预览、分享等全部流程)详细文档+全部资料+源码.zip
- 基于Echarts实现的数据中心超大屏幕监控详细文档+全部资料+源码.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈