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

📄 uproperty.dfm

📁 一个基于不需引擎的文件管理系统,使用了许多界面比较好的控件
💻 DFM
📖 第 1 页 / 共 2 页
字号:
          LinkFont.Name = 'MS Sans Serif'
          LinkFont.Style = [fsUnderline]
          CaptionW = #20301#32622#65306
        end
        object SpTBXLabel3: TSpTBXLabel
          Left = 15
          Top = 112
          Width = 36
          Height = 12
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          LinkFont.Charset = DEFAULT_CHARSET
          LinkFont.Color = clBlue
          LinkFont.Height = -11
          LinkFont.Name = 'MS Sans Serif'
          LinkFont.Style = [fsUnderline]
          CaptionW = #21253#25324#65306
        end
        object SpTBXLabel4: TSpTBXLabel
          Left = 15
          Top = 144
          Width = 60
          Height = 12
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          LinkFont.Charset = DEFAULT_CHARSET
          LinkFont.Color = clBlue
          LinkFont.Height = -11
          LinkFont.Name = 'MS Sans Serif'
          LinkFont.Style = [fsUnderline]
          CaptionW = #21019#24314#26085#26399#65306
        end
        object CBReadOnly: TSpTBXCheckBox
          Left = 82
          Top = 184
          Width = 42
          Height = 15
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 5
          CaptionW = #21482#35835
        end
        object CBLock: TSpTBXCheckBox
          Left = 159
          Top = 184
          Width = 42
          Height = 15
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 6
          CaptionW = #21152#23494
        end
        object SpTBXLabel5: TSpTBXLabel
          Left = 15
          Top = 184
          Width = 36
          Height = 12
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          LinkFont.Charset = DEFAULT_CHARSET
          LinkFont.Color = clBlue
          LinkFont.Height = -11
          LinkFont.Name = 'MS Sans Serif'
          LinkFont.Style = [fsUnderline]
          CaptionW = #23646#24615#65306
        end
        object edType: TEdit
          Left = 82
          Top = 61
          Width = 153
          Height = 12
          TabStop = False
          BevelInner = bvNone
          BevelOuter = bvNone
          BorderStyle = bsNone
          Color = 14668750
          Ctl3D = False
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentCtl3D = False
          ParentFont = False
          ReadOnly = True
          TabOrder = 8
          Text = 'edType'
        end
        object edPosition: TEdit
          Left = 82
          Top = 86
          Width = 153
          Height = 12
          TabStop = False
          BevelInner = bvNone
          BevelOuter = bvNone
          BorderStyle = bsNone
          Color = 14668750
          Ctl3D = False
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentCtl3D = False
          ParentFont = False
          ReadOnly = True
          TabOrder = 9
          Text = 'edPosition'
        end
        object edDatetime: TEdit
          Left = 82
          Top = 144
          Width = 153
          Height = 12
          TabStop = False
          BevelInner = bvNone
          BevelOuter = bvNone
          BorderStyle = bsNone
          Color = 14668750
          Ctl3D = False
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentCtl3D = False
          ParentFont = False
          ReadOnly = True
          TabOrder = 10
          Text = 'edDatetime'
        end
        object edFolders: TEdit
          Left = 82
          Top = 112
          Width = 153
          Height = 12
          TabStop = False
          BevelInner = bvNone
          BevelOuter = bvNone
          BorderStyle = bsNone
          Color = 14668750
          Ctl3D = False
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentCtl3D = False
          ParentFont = False
          ReadOnly = True
          TabOrder = 11
          Text = 'edFolders'
        end
      end
    end
    object TBXButton1: TTBXButton
      Left = 136
      Top = 240
      Width = 49
      Height = 20
      Caption = #30830#23450
      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 = 192
      Top = 240
      Width = 49
      Height = 20
      Caption = #21462#28040
      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
  end
  object ActionList1: TActionList
    Left = 56
    Top = 72
    object Action1: TAction
      Caption = 'Action1'
      ShortCut = 13
      OnExecute = TBXButton1Click
    end
    object Action2: TAction
      Caption = 'Action2'
      ShortCut = 27
      OnExecute = TBXButton2Click
    end
  end
end

⌨️ 快捷键说明

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