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

📄 selfolderform.dfm.txt

📁 源代码
💻 TXT
字号:
object SelectFolderForm: TSelectFolderForm
  Left = 200
  Top = 108
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'SelectFolderForm'
  ClientHeight = 337
  ClientWidth = 349
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 13
  object CancelButton: TButton
    Left = 320
    Top = 305
    Width = 17
    Height = 23
    Cancel = True
    Caption = '*'
    ModalResult = 2
    TabOrder = 4
  end
  object OKButton: TButton
    Left = 304
    Top = 305
    Width = 16
    Height = 23
    Caption = '*'
    Default = True
    Enabled = False
    ModalResult = 1
    TabOrder = 3
  end
  object NewFolderButton: TButton
    Left = 12
    Top = 305
    Width = 17
    Height = 23
    Cancel = True
    Caption = '*'
    Enabled = False
    TabOrder = 2
    OnClick = NewFolderButtonClick
  end
  object PathEdit: TEdit
    Left = 16
    Top = 36
    Width = 317
    Height = 21
    TabOrder = 1
    OnChange = PathEditChange
  end
  object BrowseLabel: TNewStaticText
    Left = 12
    Top = 12
    Width = 5
    Height = 14
    Caption = '*'
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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