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

📄 unit1.dfm

📁 一个浏览器的程序
💻 DFM
字号:
object Form1: TForm1
  Left = 208
  Top = 163
  Width = 760
  Height = 527
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 72
    Width = 89
    Height = 17
    AutoSize = False
    Caption = #25991#20214#20869#23481#22914#19979#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Layout = tlBottom
    Visible = False
  end
  object Label2: TLabel
    Left = 24
    Top = 8
    Width = 225
    Height = 25
    AutoSize = False
    Caption = #35831#22312#27492#20986#36755#20837#35201#26174#31034#30340#25991#20214#30340#36335#24452':'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Layout = tlCenter
  end
  object DriveComboBox1: TDriveComboBox
    Left = 576
    Top = 312
    Width = 145
    Height = 19
    TabOrder = 0
    OnChange = DriveComboBox1Change
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 400
    Top = 16
    Width = 153
    Height = 273
    ItemHeight = 16
    TabOrder = 1
    OnChange = DirectoryListBox1Change
  end
  object FilterComboBox1: TFilterComboBox
    Left = 408
    Top = 312
    Width = 145
    Height = 21
    FileList = FileListBox1
    Filter = #25152#26377#25991#20214' (*.*)|*.*|'#25991#26412#25991#20214'(*.txt)|*.txt|word'#25991#26723'|*.doc'
    TabOrder = 2
  end
  object FileListBox1: TFileListBox
    Left = 576
    Top = 16
    Width = 145
    Height = 273
    ItemHeight = 13
    TabOrder = 3
    OnChange = FileListBox1Change
  end
  object Edit1: TEdit
    Left = 24
    Top = 32
    Width = 225
    Height = 25
    TabOrder = 4
  end
  object Button1: TButton
    Left = 448
    Top = 368
    Width = 121
    Height = 33
    Caption = #26174#31034#25991#20214#20869#23481#65288'&D'#65289
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 96
    Width = 361
    Height = 377
    ScrollBars = ssBoth
    TabOrder = 6
  end
  object Button2: TButton
    Left = 592
    Top = 424
    Width = 91
    Height = 33
    Caption = #36864#20986#65288'&E'#65289
    TabOrder = 7
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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