unitexcel.dfm

来自「delphi做的名片管理软件」· DFM 代码 · 共 73 行

DFM
73
字号
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 + =
减小字号Ctrl + -
显示快捷键?