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

📄 unitexcel.dfm

📁 delphi做的名片管理软件
💻 DFM
字号:
object ExcelFrm: TExcelFrm
  Left = 257
  Top = 180
  Width = 543
  Height = 212
  Caption = 'ExcelFrm'
  Color = clBtnFace
  TransparentColorValue = clWhite
  Font.Charset = SHIFTJIS_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Button5: TButton
    Left = 312
    Top = 72
    Width = 75
    Height = 25
    Caption = 'exit'
    TabOrder = 0
    OnClick = Button5Click
  end
  object Button8: TButton
    Left = 16
    Top = 72
    Width = 75
    Height = 25
    Caption = 'AppExcel'
    TabOrder = 1
    OnClick = Button8Click
  end
  object Button10: TButton
    Left = 112
    Top = 72
    Width = 75
    Height = 25
    Caption = 'print'
    TabOrder = 2
    OnClick = Button10Click
  end
  object Button11: TButton
    Left = 224
    Top = 72
    Width = 75
    Height = 25
    Caption = 'Button11'
    TabOrder = 3
    OnClick = Button11Click
  end
  object ExcelApplication1: TExcelApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = False
    Left = 624
    Top = 24
  end
  object ExcelWorksheet1: TExcelWorksheet
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 624
    Top = 80
  end
  object ExcelWorkbook1: TExcelWorkbook
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 624
    Top = 56
  end
end

⌨️ 快捷键说明

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