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

📄 unitexcel1.dfm

📁 这个是delphi下Excel的应用
💻 DFM
字号:
object Form1: TForm1
  Left = 190
  Top = 131
  Width = 608
  Height = 439
  Caption = #28304#30721#20179#24211'(http://www.delphiun.com)'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -21
  Font.Name = #20223#23435'_GB2312'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 21
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 99
    Height = 21
    Caption = #36873#25321'Book:'
    Color = clSilver
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -21
    Font.Name = #20223#23435'_GB2312'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 40
    Top = 144
    Width = 110
    Height = 21
    Caption = #36873#25321'Sheet:'
    Color = clSilver
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -21
    Font.Name = #20223#23435'_GB2312'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Button1: TButton
    Left = 194
    Top = 24
    Width = 116
    Height = 35
    Caption = #21551#21160'Excel'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 194
    Top = 76
    Width = 116
    Height = 35
    Caption = #22686#21152'Book'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 194
    Top = 128
    Width = 116
    Height = 35
    Caption = #22686#21152'Sheet'
    TabOrder = 2
    OnClick = Button3Click
  end
  object ComboBox1: TComboBox
    Left = 40
    Top = 48
    Width = 137
    Height = 29
    ItemHeight = 21
    TabOrder = 3
    Text = 'ComboBox1'
    OnChange = ComboBox1Change
    OnDropDown = ComboBox1DropDown
  end
  object BitBtn1: TBitBtn
    Left = 331
    Top = 288
    Width = 112
    Height = 35
    TabOrder = 4
    Kind = bkClose
  end
  object Button4: TButton
    Left = 194
    Top = 232
    Width = 116
    Height = 35
    Caption = #20851#38381'Excel'
    TabOrder = 5
    OnClick = Button4Click
  end
  object ComboBox2: TComboBox
    Left = 40
    Top = 168
    Width = 137
    Height = 29
    ItemHeight = 21
    TabOrder = 6
    Text = 'ComboBox2'
    OnChange = ComboBox2Change
    OnDropDown = ComboBox2DropDown
  end
  object Button5: TButton
    Left = 329
    Top = 76
    Width = 110
    Height = 35
    Caption = #27714#21644
    TabOrder = 7
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 329
    Top = 180
    Width = 110
    Height = 35
    Caption = #36873#25321#21306#22495
    TabOrder = 8
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 194
    Top = 180
    Width = 116
    Height = 35
    Caption = #25171#24320#25991#20214
    TabOrder = 9
    OnClick = Button7Click
  end
  object Button8: TButton
    Left = 329
    Top = 128
    Width = 110
    Height = 35
    Caption = #20889#20837#25968#25454
    TabOrder = 10
    OnClick = Button8Click
  end
  object Button9: TButton
    Left = 329
    Top = 232
    Width = 111
    Height = 35
    Caption = #36816#34892#23439
    TabOrder = 11
    OnClick = Button9Click
  end
  object Button10: TButton
    Left = 329
    Top = 24
    Width = 110
    Height = 35
    Caption = #25171#21360#25991#20214
    TabOrder = 12
    OnClick = Button10Click
  end
  object ExcelApplication1: TExcelApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = False
    Left = 24
    Top = 104
  end
  object ExcelWorksheet1: TExcelWorksheet
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 64
    Top = 104
  end
  object ExcelWorkbook1: TExcelWorkbook
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 104
    Top = 104
  end
  object OpenDialog1: TOpenDialog
    Left = 136
    Top = 104
  end
end

⌨️ 快捷键说明

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