unit1.dfm

来自「菜鸟级制作的浏览器」· DFM 代码 · 共 87 行

DFM
87
字号
object Form1: TForm1
  Left = 192
  Top = 103
  Width = 696
  Height = 480
  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 Splitter1: TSplitter
    Left = 185
    Top = 0
    Height = 453
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 185
    Height = 453
    Align = alLeft
    Caption = 'Panel1'
    TabOrder = 0
    object DirectoryListBox1: TDirectoryListBox
      Left = 16
      Top = 40
      Width = 145
      Height = 153
      FileList = FileListBox1
      ItemHeight = 16
      TabOrder = 0
    end
    object DriveComboBox1: TDriveComboBox
      Left = 16
      Top = 16
      Width = 145
      Height = 19
      DirList = DirectoryListBox1
      TabOrder = 1
    end
    object FileListBox1: TFileListBox
      Left = 16
      Top = 200
      Width = 145
      Height = 217
      BevelInner = bvNone
      ItemHeight = 13
      Mask = '*.jpg'
      TabOrder = 2
      OnClick = FileListBox1Click
    end
    object Button1: TButton
      Left = 48
      Top = 424
      Width = 75
      Height = 25
      Caption = #36864'  '#20986
      TabOrder = 3
      OnClick = Button1Click
    end
  end
  object Panel2: TPanel
    Left = 188
    Top = 0
    Width = 500
    Height = 453
    Align = alClient
    TabOrder = 1
    object Image1: TImage
      Left = 14
      Top = 16
      Width = 473
      Height = 417
      Cursor = crHandPoint
      DragCursor = crDefault
      ParentShowHint = False
      Proportional = True
      ShowHint = False
    end
  end
end

⌨️ 快捷键说明

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