mxexportselect.pas
来自「Export dbgrid to other doc」· PAS 代码 · 共 55 行
PAS
55 行
// ****************************************************************************
// * Export components for Delphi.
// ****************************************************************************
// * Copyright 2001-2005, Bitvad醩z Kft. All Rights Reserved.
// ****************************************************************************
// * This component can be freely used and distributed in commercial and
// * private environments, provied this notice is not modified in any way.
// ****************************************************************************
// * Feel free to contact me if you have any questions, comments or suggestions
// * at support@maxcomponents.net
// ****************************************************************************
// * Web page: www.maxcomponents.net
// ****************************************************************************
// * Date last modified: 03.03.2005
// ****************************************************************************
// * TmxExport v2.37
// ****************************************************************************
// * Description:
// *
// * The TmxExport is a 100% native VCL component to export tables, queries,
// * stringlists, etc. to different file formats.
// *
// ****************************************************************************
Unit mxExportSelect;
Interface
Uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ImgList, ExtCtrls;
Type
Tfrm_Selection = Class( TForm )
btn_Selection: TButton;
btn_Cancel: TButton;
GroupBox: TGroupBox;
SelectionCombo: TComboBox;
rdo_View: TRadioButton;
rdo_File: TRadioButton;
ImageList: TImageList;
IconImage: TPaintBox;
Private
{ Private declarations }
Public
{ Public declarations }
End;
Implementation
{$R *.DFM}
End.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?