unitfrmmain.~dfm

来自「精彩编程百例26~50 其中有 控制任务栏 windows底层任务控制 屏保预览」· ~DFM 代码 · 共 89 行

~DFM
89
字号
object Form1: TForm1
  Left = 355
  Top = 121
  Width = 482
  Height = 366
  Caption = #23454#29616#25991#20214#26597#25214#21151#33021
  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 = 16
    Top = 16
    Width = 129
    Height = 25
    AutoSize = False
    Caption = #30446#26631#25991#20214
  end
  object Label2: TLabel
    Left = 16
    Top = 80
    Width = 145
    Height = 21
    AutoSize = False
    Caption = #30446#26631#30446#24405'('#35831#21452#20987#30830#35748')'
  end
  object Label3: TLabel
    Left = 272
    Top = 16
    Width = 63
    Height = 13
    Caption = #26597#25214#32467#26524'     '
  end
  object Button1: TButton
    Left = 48
    Top = 248
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 176
    Top = 40
    Width = 281
    Height = 265
    ItemHeight = 13
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 16
    Top = 40
    Width = 145
    Height = 21
    TabOrder = 2
  end
  object Button2: TButton
    Left = 48
    Top = 288
    Width = 73
    Height = 25
    Caption = #37325#32622
    TabOrder = 3
    OnClick = Button2Click
  end
  object DriveComboBox1: TDriveComboBox
    Left = 16
    Top = 104
    Width = 145
    Height = 19
    DirList = DirectoryListBox1
    TabOrder = 4
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 16
    Top = 120
    Width = 145
    Height = 105
    ItemHeight = 16
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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