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

📄 uxlsviewer.~dfm

📁 Delphi/BCB 各种版本都支持的Excel 读写控件.一成功应用在N个项目中 .
💻 ~DFM
📖 第 1 页 / 共 5 页
字号:
object Main: TMain
  Left = 163
  Top = 157
  Width = 691
  Height = 480
  Caption = 'XlsViewer'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object TabControl: TTabControl
    Left = 0
    Top = 50
    Width = 683
    Height = 384
    Align = alClient
    TabOrder = 0
    OnChange = TabControlChange
    object Data: TFlexCelGrid
      Left = 4
      Top = 6
      Width = 675
      Height = 374
      FlexCelImport = FlexCelImport
      ReadOnly = False
      HideCursor = False
      FormulaReadOnly = False
      FullWorksheet = False
      Align = alClient
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Arial'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnSelectCell = DataSelectCell
      OnSetEditText = DataSetEditText
      ColWidths = (
        48
        220
        220
        220
        220)
    end
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 683
    Height = 26
    AutoSize = True
    Caption = 'ToolBar1'
    DisabledImages = ImageList2
    EdgeBorders = [ebTop, ebBottom]
    Flat = True
    HotImages = ImageList3
    Images = ImageList1
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    object ToolButton13: TToolButton
      Left = 0
      Top = 0
      Action = ActionOpen
    end
    object ToolButton15: TToolButton
      Left = 23
      Top = 0
      Action = ActionSaveAs
    end
    object ToolButton16: TToolButton
      Left = 46
      Top = 0
      Action = ActionReadOnly
    end
    object ToolButton14: TToolButton
      Left = 69
      Top = 0
      Action = ActionClose
    end
    object ToolButton17: TToolButton
      Left = 92
      Top = 0
      Width = 8
      Caption = 'ToolButton17'
      ImageIndex = 15
      Style = tbsSeparator
    end
    object ToolButton7: TToolButton
      Left = 100
      Top = 0
      Action = ActionPrint
    end
    object ToolButton11: TToolButton
      Left = 123
      Top = 0
      Width = 8
      Caption = 'ToolButton11'
      ImageIndex = 15
      Style = tbsSeparator
    end
    object ToolButton12: TToolButton
      Left = 131
      Top = 0
      Action = ActionCopy
    end
    object ToolButton18: TToolButton
      Left = 154
      Top = 0
      Action = ActionPaste
    end
    object ToolButton19: TToolButton
      Left = 177
      Top = 0
      Width = 8
      Caption = 'ToolButton19'
      ImageIndex = 15
      Style = tbsSeparator
    end
    object ToolButton1: TToolButton
      Left = 185
      Top = 0
      Action = ActionCopyFormat
      AutoSize = True
    end
    object ToolButton2: TToolButton
      Left = 208
      Top = 0
      Action = ActionPasteFormat
    end
    object ToolButton3: TToolButton
      Left = 231
      Top = 0
      Width = 8
      Caption = 'ToolButton3'
      ImageIndex = 16
      Style = tbsSeparator
    end
    object ToolButton4: TToolButton
      Left = 239
      Top = 0
      Action = ActionCellFormat
    end
    object ToolButton5: TToolButton
      Left = 262
      Top = 0
      Action = ActionRowFormat
    end
    object ToolButton6: TToolButton
      Left = 285
      Top = 0
      Action = ActionColFormat
    end
    object ToolButton9: TToolButton
      Left = 308
      Top = 0
      Width = 8
      Caption = 'ToolButton9'
      ImageIndex = 4
      Style = tbsSeparator
    end
    object ToolButton8: TToolButton
      Left = 316
      Top = 0
      Action = ActionZoom
      DropdownMenu = MenuZoom
      Style = tbsDropDown
    end
    object TrackBarZoom: TTrackBar
      Left = 352
      Top = 0
      Width = 151
      Height = 22
      Max = 400
      Min = 10
      Orientation = trHorizontal
      Frequency = 20
      Position = 100
      SelEnd = 0
      SelStart = 0
      TabOrder = 0
      TickMarks = tmBottomRight
      TickStyle = tsAuto
      OnChange = TrackBarZoomChange
    end
    object PanelZoom: TPanel
      Left = 503
      Top = 0
      Width = 40
      Height = 22
      BevelOuter = bvNone
      Caption = '100%'
      TabOrder = 1
    end
    object ToolButton10: TToolButton
      Left = 543
      Top = 0
      Action = ActionFullWorksheet
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 26
    Width = 683
    Height = 24
    Align = alTop
    AutoSize = True
    TabOrder = 2
    object EdCell: TEdit
      Left = 112

⌨️ 快捷键说明

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