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

📄 mainexcelexport.dfm

📁 你们站毛病不少数
💻 DFM
📖 第 1 页 / 共 5 页
字号:
      Height = 108
      Alignment = taCenter
      AutoSize = False
      Caption = 
        'If you like this component or you are using it in a commercial e' +
        'nvironment then you have to register it.  You will encourage the' +
        ' author to further develop and improve this component. (30$ sing' +
        'le developer license, 100$ site license)'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      WordWrap = True
    end
    object LabelDelphiVersions: TLabel
      Left = 10
      Top = 192
      Width = 160
      Height = 61
      Alignment = taCenter
      AutoSize = False
      Caption = 
        'Freeware with source.'#13#10'Works in Delphi 5, '#13#10'Delphi 6, Delphi 7, ' +
        'Delphi 2005 and Delphi 2006'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      WordWrap = True
    end
    object Bevel1: TBevel
      Left = 10
      Top = 108
      Width = 163
      Height = 30
      Shape = bsFrame
    end
    object LabelBDE: TLabel
      Left = 10
      Top = 416
      Width = 160
      Height = 69
      Alignment = taCenter
      AutoSize = False
      Caption = 
        'This demo program uses the Paradox tables of the DBDemos BDE ali' +
        'as installed by Borland Delphi.'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      WordWrap = True
    end
    object LabelExtraInfo: TLabel
      Left = 10
      Top = 480
      Width = 165
      Height = 94
      Alignment = taCenter
      AutoSize = False
      Caption = 
        'For more information see the HTML page, the comments in the head' +
        'er of the scExcelExport.pas file or download the PDF presentatio' +
        'n.'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      WordWrap = True
    end
    object LabelExcelVersions: TLabel
      Left = 10
      Top = 259
      Width = 160
      Height = 38
      Alignment = taCenter
      AutoSize = False
      Caption = 'Supports Excel 97, Excel 2000, Excel XP and Excel 2003'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      WordWrap = True
    end
  end
  object PageControl1: TPageControl
    Left = 179
    Top = 0
    Width = 678
    Height = 608
    ActivePage = TabSheetFeatures
    Align = alClient
    HotTrack = True
    Images = ImageListTabs
    TabHeight = 30
    TabOrder = 2
    TabWidth = 100
    object TabSheetFeatures: TTabSheet
      Caption = 'Features'
      ImageIndex = 1
      DesignSize = (
        670
        568)
      object LabelSimpleExport1: TLabel
        Left = 42
        Top = 16
        Width = 150
        Height = 13
        AutoSize = False
        Caption = 'Simple export 1'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object LabelSimpleExportInfo1: TLabel
        Left = 190
        Top = 16
        Width = 480
        Height = 13
        Anchors = [akLeft, akTop, akRight]
        AutoSize = False
        Caption = 
          'Simple export of dataset to new worksheet in Excel. Use default ' +
          'properties. (ORDERS)'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object LabelExportLayout: TLabel
        Left = 42
        Top = 176
        Width = 150
        Height = 13
        AutoSize = False
        Caption = 'Export using layout'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object LabelExportLayoutInfo: TLabel
        Left = 190
        Top = 176
        Width = 480
        Height = 13
        Anchors = [akLeft, akTop, akRight]
        AutoSize = False
        Caption = 
          'Export dataset using headers, footers, summaries, fonts, borders' +
          ', colors, ... (ORDERS)'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object LabelSimpleExport3: TLabel
        Left = 42
        Top = 80
        Width = 150
        Height = 13
        AutoSize = False
        Caption = 'Simple export 3'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object LabelSimpleExportInfo3: TLabel
        Left = 190
        Top = 80
        Width = 480
        Height = 13
        Anchors = [akLeft, akTop, akRight]
        AutoSize = False
        Caption = 'Simple export of dataset with memo field. (BIOLIFE)'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object LabelSimpleExport2: TLabel
        Left = 42
        Top = 48
        Width = 150
        Height = 13
        AutoSize = False
        Caption = 'Simple export 2'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object LabelSimpleExportInfo2: TLabel
        Left = 190
        Top = 48
        Width = 480
        Height = 13
        Anchors = [akLeft, akTop, akRight]
        AutoSize = False
        Caption = 
          'Simple export of dataset with calculated fields and different di' +
          'splayformats. (ANIMALS)'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object LabelSimpleExport4: TLabel
        Left = 42
        Top = 112
        Width = 150
        Height = 13
        AutoSize = False
        Caption = 'Simple export 4'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object LabelSimpleExportInfo4: TLabel
        Left = 190
        Top = 112
        Width = 480
        Height = 13
        Anchors = [akLeft, akTop, akRight]
        AutoSize = False
        Caption = 
          'Simple export of dataset with memo field and OnGetText event. (B' +
          'IOLIFE)'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object LabelExportColors: TLabel
        Left = 42
        Top = 208
        Width = 150
        Height = 13
        AutoSize = False
        Caption = 'Export using colors'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11

⌨️ 快捷键说明

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