unitfrmmain.dfm

来自「《Delphi实用程序100例》配套书源码盘」· DFM 代码 · 共 66 行

DFM
66
字号
object Form1: TForm1
  Left = 138
  Top = 119
  Width = 544
  Height = 375
  Caption = '更换壁纸'
  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 SpeedButton1: TSpeedButton
    Left = 8
    Top = 16
    Width = 121
    Height = 22
    Caption = '载入图片'
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 168
    Top = 16
    Width = 161
    Height = 22
    Caption = '更换壁纸'
    OnClick = SpeedButton2Click
  end
  object Image1: TImage
    Left = 40
    Top = 72
    Width = 105
    Height = 105
    AutoSize = True
  end
  object FileListBox1: TFileListBox
    Left = 376
    Top = 168
    Width = 145
    Height = 97
    ItemHeight = 13
    Mask = '*.bmp'
    TabOrder = 0
  end
  object DriveComboBox1: TDriveComboBox
    Left = 376
    Top = 40
    Width = 145
    Height = 19
    DirList = DirectoryListBox1
    TabOrder = 1
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 376
    Top = 64
    Width = 145
    Height = 97
    FileList = FileListBox1
    ItemHeight = 16
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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