selectfolder.dfm

来自「不同数据库的转换 用delphi实现access excel sql serve」· DFM 代码 · 共 58 行

DFM
58
字号
object SelectFolderfrm: TSelectFolderfrm
  Left = 328
  Top = 244
  BorderStyle = bsDialog
  Caption = #36873#25321#30446#24405
  ClientHeight = 307
  ClientWidth = 306
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object lblSelfolderPrompt: TLabel
    Left = 8
    Top = 8
    Width = 177
    Height = 16
    AutoSize = False
    Caption = #35831#36873#25321#25968#25454#24211#25991#20214#25152#22312#30340#30446#24405':'
  end
  object FSShellTree: TRzShellTree
    Left = 8
    Top = 32
    Width = 289
    Height = 241
    Indent = 19
    ReadOnly = True
    TabOrder = 0
    OnChange = FSShellTreeChange
  end
  object btnOK: TButton
    Left = 136
    Top = 280
    Width = 75
    Height = 22
    Caption = #30830#23450'(&O)'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object btnCancel: TButton
    Left = 216
    Top = 279
    Width = 75
    Height = 22
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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