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

📄 unit1.dfm

📁 通过SHBrowseForFolder函数实现选择目录
💻 DFM
字号:
object Form1: TForm1
  Left = 219
  Top = 177
  BorderStyle = bsDialog
  Caption = 'Form1'
  ClientHeight = 136
  ClientWidth = 550
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #36335#24452':'
  end
  object Button1: TButton
    Left = 24
    Top = 72
    Width = 75
    Height = 25
    Caption = #36873#25321'...'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 24
    Top = 40
    Width = 481
    Height = 20
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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