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

📄 unit1.~dfm

📁 很实用的程序
💻 ~DFM
字号:
object Form1: TForm1
  Left = 225
  Top = 155
  Width = 565
  Height = 378
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 144
    Top = 76
    Width = 163
    Height = 23
    AutoSize = False
    Caption = #35831#36755#20837#21512#24182#30340#35760#24405#20010#25968
  end
  object BitBtn1: TBitBtn
    Left = 172
    Top = 140
    Width = 205
    Height = 97
    Caption = #21512#24182'Excel'
    Enabled = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 315
    Width = 557
    Height = 33
    Align = alBottom
    Min = 0
    Max = 100
    Step = 1
    TabOrder = 1
  end
  object FloatEdit1: TFloatEdit
    Left = 40
    Top = 70
    Width = 99
    Height = 29
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Cataneo BT'
    Font.Style = [fsBold, fsItalic]
    ParentFont = False
    TabOrder = 2
    Text = '0'
    OnChange = FloatEdit1Change
    Digits = 0
    Max = 99999999.9
    ErrorMessage = '[No Text]'
  end
  object ExcelApplication1: TExcelApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = False
    Left = 242
    Top = 48
  end
  object ExcelWorksheet1: TExcelWorksheet
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 318
    Top = 48
  end
  object ExcelWorkbook1: TExcelWorkbook
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 388
    Top = 50
  end
end

⌨️ 快捷键说明

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