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

📄 unit1.dfm

📁 Delphi的简单案例
💻 DFM
字号:
object Form1: TForm1
  Left = 126
  Top = 27
  Width = 554
  Height = 489
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 546
    Height = 421
    Align = alClient
    TabOrder = 0
    object ShockwaveFlash1: TShockwaveFlash
      Left = 1
      Top = 1
      Width = 544
      Height = 419
      Align = alClient
      TabOrder = 0
      ControlData = {
        6755665500030000393800004E2B000008000200000000000800020000000000
        08000E000000570069006E0064006F00770000000B00FFFF0B00FFFF08000A00
        00004800690067006800000008000200000000000B00FFFF0800020000000000
        080010000000530068006F00770041006C006C0000000B0000000B0000000800
        020000000000080002000000000008000C000000620065006C006F0077000000}
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 421
    Width = 546
    Height = 41
    Align = alBottom
    TabOrder = 1
    object SpeedButton3: TSpeedButton
      Left = 240
      Top = 8
      Width = 73
      Height = 25
      Caption = #20572#27490
      OnClick = SpeedButton3Click
    end
    object SpeedButton1: TSpeedButton
      Left = 96
      Top = 8
      Width = 73
      Height = 25
      Caption = #25171#24320
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 168
      Top = 8
      Width = 73
      Height = 25
      Caption = #25773#25918
      OnClick = SpeedButton2Click
    end
    object SpeedButton4: TSpeedButton
      Left = 312
      Top = 8
      Width = 73
      Height = 25
      Caption = #20840#23631
      OnClick = SpeedButton4Click
    end
    object SpeedButton5: TSpeedButton
      Left = 384
      Top = 8
      Width = 73
      Height = 25
      Caption = #36864#20986
      OnClick = SpeedButton5Click
    end
  end
  object OpenDialog1: TOpenDialog
    Left = 448
    Top = 392
  end
end

⌨️ 快捷键说明

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