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

📄 unit1.~dfm

📁 这有很多Delphi应用的例子
💻 ~DFM
字号:
object Form1: TForm1
  Left = 206
  Top = 102
  Width = 505
  Height = 340
  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 FileNameLabel: TLabel
    Left = 64
    Top = 24
    Width = 241
    Height = 33
    AutoSize = False
    Caption = 'FileNameLabel'
  end
  object Button1: TButton
    Left = 16
    Top = 200
    Width = 75
    Height = 25
    Caption = #25171#24320
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 112
    Top = 200
    Width = 75
    Height = 25
    Caption = #25773#25918
    TabOrder = 1
  end
  object Button3: TButton
    Left = 208
    Top = 200
    Width = 75
    Height = 25
    Caption = #26242#20572
    TabOrder = 2
  end
  object Button4: TButton
    Left = 304
    Top = 200
    Width = 75
    Height = 25
    Caption = #37325#25773
    TabOrder = 3
  end
  object Button5: TButton
    Left = 400
    Top = 200
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button5Click
  end
  object MediaPlayer1: TMediaPlayer
    Left = 104
    Top = 128
    Width = 253
    Height = 30
    TabOrder = 5
  end
  object Timer1: TTimer
    Left = 48
    Top = 80
  end
  object OpenDialog1: TOpenDialog
    Left = 96
    Top = 80
  end
end

⌨️ 快捷键说明

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