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

📄 main1.dfm

📁 C++ builder 完全攻略 学习C++ Builder 不可缺少
💻 DFM
字号:
object Form1: TForm1
  Left = 245
  Top = 154
  Width = 460
  Height = 352
  Caption = 'FileBrowser'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 304
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object FileListBox1: TFileListBox
    Left = 248
    Top = 40
    Width = 193
    Height = 257
    ImeName = #20013#25991' ('#32321#39636') - '#26032#27880#38899
    ItemHeight = 13
    TabOrder = 0
    OnChange = FileListBox1Change
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 0
    Top = 40
    Width = 233
    Height = 257
    ImeName = #20013#25991' ('#32321#39636') - '#26032#27880#38899
    ItemHeight = 16
    TabOrder = 1
  end
  object DriveComboBox1: TDriveComboBox
    Left = 8
    Top = 8
    Width = 161
    Height = 19
    ImeName = #20013#25991' ('#32321#39636') - '#26032#27880#38899
    TabOrder = 2
  end
  object FilterComboBox1: TFilterComboBox
    Left = 192
    Top = 8
    Width = 153
    Height = 21
    Filter = 
      'All files (*.*)|*.*|C++/C Source Files|*.cpp;*.c;*.h|Text Files|' +
      '*.txt'
    ImeName = #20013#25991' ('#32321#39636') - '#26032#27880#38899
    TabOrder = 3
  end
  object Button1: TButton
    Left = 368
    Top = 8
    Width = 57
    Height = 25
    Caption = 'Edit'
    TabOrder = 4
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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