unit1.dfm

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

DFM
177
字号
object Form1: TForm1
  Left = 339
  Top = 111
  Width = 508
  Height = 408
  Caption = #32479#35745#25991#26412#25991#20214#30340#20013#33521#25991#20010#25968
  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 Label2: TLabel
    Left = 216
    Top = 40
    Width = 92
    Height = 20
    Caption = #25991#20214#20869#23481'       '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 56
    Top = 24
    Width = 140
    Height = 20
    Caption = 'Load file from here  '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 216
    Top = 272
    Width = 80
    Height = 20
    Caption = #33521#25991#20010#25968'    '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 216
    Top = 224
    Width = 88
    Height = 20
    Caption = #20013#25991#20010#25968'      '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 56
    Top = 304
    Width = 57
    Height = 33
    Caption = #30830#35748
    TabOrder = 0
    OnClick = Button1Click
  end
  object DriveComboBox1: TDriveComboBox
    Left = 56
    Top = 56
    Width = 145
    Height = 19
    DirList = DirectoryListBox1
    TabOrder = 1
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 56
    Top = 80
    Width = 145
    Height = 105
    FileList = FileListBox1
    ItemHeight = 16
    TabOrder = 2
  end
  object FileListBox1: TFileListBox
    Left = 56
    Top = 192
    Width = 145
    Height = 97
    ItemHeight = 13
    TabOrder = 3
  end
  object Memo1: TMemo
    Left = 312
    Top = 32
    Width = 153
    Height = 161
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      '')
    ParentFont = False
    TabOrder = 4
  end
  object Button2: TButton
    Left = 312
    Top = 304
    Width = 65
    Height = 33
    Caption = #32479#35745
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 400
    Top = 304
    Width = 65
    Height = 33
    Caption = #20851#38381
    TabOrder = 6
    OnClick = Button3Click
  end
  object txtedit1: TEdit
    Left = 328
    Top = 216
    Width = 121
    Height = 28
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
  end
  object txtedit2: TEdit
    Left = 328
    Top = 264
    Width = 121
    Height = 28
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 8
  end
  object Button5: TButton
    Left = 144
    Top = 304
    Width = 57
    Height = 33
    Caption = #37325#32622
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 9
    OnClick = Button5Click
  end
end

⌨️ 快捷键说明

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