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

📄 frmprojectcollection.dfm

📁 完整的在线更新实现 完整的在线更新实现
💻 DFM
字号:
object ProjectCollectionForm: TProjectCollectionForm
  Left = 202
  Top = 160
  Width = 518
  Height = 422
  Caption = 'ProjectCollectionForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object btnAdd: TButton
    Left = 320
    Top = 52
    Width = 75
    Height = 25
    Caption = '&Add'
    TabOrder = 0
    OnClick = btnAddClick
  end
  object btnRefresh: TButton
    Left = 320
    Top = 20
    Width = 75
    Height = 25
    Caption = '&Refresh'
    TabOrder = 1
    OnClick = btnRefreshClick
  end
  object ListView1: TListView
    Left = 8
    Top = 20
    Width = 305
    Height = 161
    Columns = <
      item
        Caption = 'ProjectName'
        Width = 100
      end
      item
        Caption = 'Description'
        Width = 100
      end
      item
        Caption = 'RootDir'
        Width = 100
      end>
    RowSelect = True
    TabOrder = 2
    ViewStyle = vsReport
  end
  object btnView: TButton
    Left = 320
    Top = 84
    Width = 75
    Height = 25
    Caption = '&View'
    TabOrder = 3
    OnClick = btnViewClick
  end
  object btnClear: TButton
    Left = 320
    Top = 116
    Width = 75
    Height = 25
    Caption = '&Clear'
    TabOrder = 4
    OnClick = btnClearClick
  end
  object ListView2: TListView
    Left = 8
    Top = 192
    Width = 305
    Height = 161
    Columns = <
      item
        Caption = 'ProjectName'
        Width = 100
      end
      item
        Caption = 'Description'
        Width = 100
      end
      item
        Caption = 'RootDir'
        Width = 100
      end>
    RowSelect = True
    TabOrder = 5
    ViewStyle = vsReport
  end
  object btnAssign: TButton
    Left = 324
    Top = 192
    Width = 75
    Height = 25
    Caption = '&Assign'
    TabOrder = 6
    OnClick = btnAssignClick
  end
end

⌨️ 快捷键说明

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