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

📄 unit1.dfm

📁 对现有EXCLE表写入例子
💻 DFM
字号:
object Form1: TForm1
  Left = 548
  Top = 257
  Width = 204
  Height = 146
  Caption = 'Excel'#20889#20837
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'Times New Roman'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 16
    Height = 15
    Caption = #34892
  end
  object Label2: TLabel
    Left = 56
    Top = 8
    Width = 16
    Height = 15
    Caption = #21015
  end
  object Label3: TLabel
    Left = 8
    Top = 76
    Width = 32
    Height = 15
    Caption = #20869#23481
  end
  object Edit1: TEdit
    Left = 56
    Top = 72
    Width = 121
    Height = 23
    TabOrder = 0
    Text = '000'
  end
  object SpinEdit1: TSpinEdit
    Left = 8
    Top = 32
    Width = 41
    Height = 24
    MaxValue = 9000
    MinValue = 1
    TabOrder = 1
    Value = 1
  end
  object SpinEdit2: TSpinEdit
    Left = 56
    Top = 32
    Width = 41
    Height = 24
    MaxValue = 9000
    MinValue = 1
    TabOrder = 2
    Value = 1
  end
  object Button1: TButton
    Left = 112
    Top = 16
    Width = 65
    Height = 41
    Caption = #20445#23384
    TabOrder = 3
    OnClick = Button1Click
  end
  object SaveDialog1: TSaveDialog
    Left = 136
    Top = 8
  end
  object ExcelApplication1: TExcelApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = False
    Left = 136
    Top = 48
  end
end

⌨️ 快捷键说明

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