mulu.dfm

来自「一个项目工程监理系统的全部源码」· DFM 代码 · 共 77 行

DFM
77
字号
object MuLuForm: TMuLuForm
  Left = 530
  Top = 171
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = '目录'
  ClientHeight = 150
  ClientWidth = 256
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 8
    Top = 129
    Width = 306
    Height = 16
    AutoSize = False
    Caption = 'E:\泰达原程序'
  end
  object Bevel1: TBevel
    Left = 0
    Top = 0
    Width = 256
    Height = 150
    Shape = bsFrame
  end
  object Label2: TLabel
    Left = 152
    Top = 4
    Width = 39
    Height = 16
    Caption = '路径:'
  end
  object Button1: TButton
    Left = 160
    Top = 60
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 160
    Top = 100
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 1
    OnClick = Button2Click
  end
  object DriveComboBox1: TDriveComboBox
    Left = 148
    Top = 20
    Width = 105
    Height = 22
    DirList = DirectoryListBox1
    TabOrder = 2
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 2
    Top = 4
    Width = 145
    Height = 121
    DirLabel = Label1
    ItemHeight = 16
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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