select_dir.dfm

来自「商场管理系统源码 一套值得初学者学习的源码包含全部源码,控件」· DFM 代码 · 共 61 行

DFM
61
字号
inherited Frm_select_dir: TFrm_select_dir
  Left = 351
  Top = 183
  Caption = 'Frm_select_dir'
  ClientHeight = 309
  ClientWidth = 374
  PixelsPerInch = 96
  TextHeight = 12
  inherited PanelBkGnd: TPanel
    Width = 374
    Height = 309
    object Label1: TLabel [0]
      Left = 8
      Top = 11
      Width = 42
      Height = 12
      Caption = #39537#21160#22120':'
    end
    object Label2: TLabel [1]
      Left = 8
      Top = 241
      Width = 338
      Height = 12
      AutoSize = False
      Caption = 'E:\MYPROGRAM\'#36890#29992#21830#22330#31649#29702
    end
    object Label3: TLabel [2]
      Left = 8
      Top = 224
      Width = 48
      Height = 12
      Caption = #36335#24452#21517#65306
    end
    inherited Panel_button: TPanel
      Top = 260
      Width = 374
      inherited OKBtn: TDsFancyButton
        OnClick = OKBtnClick
      end
    end
    object DriveComboBox1: TDriveComboBox
      Left = 72
      Top = 8
      Width = 284
      Height = 18
      DirList = DirectoryListBox1
      TabOrder = 1
      TextCase = tcUpperCase
    end
    object DirectoryListBox1: TDirectoryListBox
      Left = 8
      Top = 40
      Width = 348
      Height = 177
      DirLabel = Label2
      ItemHeight = 16
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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