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

📄 uconfingtools.dfm

📁 一个基于不需引擎的文件管理系统,使用了许多界面比较好的控件
💻 DFM
字号:
object Toolsfrm: TToolsfrm
  Left = 419
  Top = 280
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #37197#32622#25554#20214
  ClientHeight = 200
  ClientWidth = 206
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object TBXToolWindow1: TTBXToolWindow
    Left = 0
    Top = 0
    Width = 206
    Height = 200
    Align = alClient
    Caption = 'TBXToolWindow1'
    ClientAreaHeight = 200
    ClientAreaWidth = 206
    TabOrder = 0
    object SpTBXTabControl1: TSpTBXTabControl
      Left = 2
      Top = 2
      Width = 141
      Height = 196
      ThemeType = tttTBX
      HiddenItems = <>
      object SpTBXTabItem1: TSpTBXTabItem
        Checked = True
        ThemeType = tttTBX
        CaptionW = #25554#20214
      end
      object SpTBXTabSheet1: TSpTBXTabSheet
        Left = 0
        Top = 24
        Width = 141
        Height = 172
        TabItem = 'SpTBXTabItem1'
        object ToolView: TListView
          Left = 5
          Top = 3
          Width = 131
          Height = 165
          Columns = <
            item
              AutoSize = True
              Caption = #21015#34920
            end>
          Ctl3D = False
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          FlatScrollBars = True
          ReadOnly = True
          ParentFont = False
          ParentShowHint = False
          ShowColumnHeaders = False
          ShowHint = False
          SmallImages = mainfrm.ImageList2
          SortType = stText
          TabOrder = 0
          ViewStyle = vsReport
          OnMouseMove = ToolViewMouseMove
        end
      end
    end
    object TBXButton1: TTBXButton
      Left = 146
      Top = 24
      Width = 57
      Height = 20
      Caption = #28155#21152'(&A)'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ImageIndex = 0
      ParentFont = False
      TabOrder = 1
      OnClick = TBXButton1Click
    end
    object TBXButton2: TTBXButton
      Left = 146
      Top = 49
      Width = 57
      Height = 20
      Caption = #21024#38500'(&D)'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ImageIndex = 0
      ParentFont = False
      TabOrder = 2
      OnClick = TBXButton2Click
    end
    object TBXButton3: TTBXButton
      Left = 146
      Top = 176
      Width = 57
      Height = 20
      Caption = #20851#38381'(&C)'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ImageIndex = 0
      ParentFont = False
      TabOrder = 3
      OnClick = TBXButton3Click
    end
  end
  object Open1: TOpenDialog
    Filter = '*.dll|*.dll|*.*|*.*'
    Left = 48
    Top = 40
  end
end

⌨️ 快捷键说明

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