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

📄 player.dfm

📁 一般的数据库管理系统 uses Classes, SConnectEx, TltConst, ExtCtrls, MMSystem, Types, windows, TltLogic , Sy
💻 DFM
字号:
object PlayerForm: TPlayerForm
  Left = 322
  Top = 230
  Width = 670
  Height = 412
  Caption = #29992#25143#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object ActionMainMenuBar1: TActionMainMenuBar
    Left = 0
    Top = 0
    Width = 662
    Height = 23
    ActionManager = ActionManager1
    Caption = 'ActionMainMenuBar1'
    EdgeOuter = esNone
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    Spacing = 0
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 357
    Width = 662
    Height = 21
    Panels = <
      item
        Text = #29609#23478#24080#21495#25968':xxx'
        Width = 150
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object ListView1: TListView
    Left = 0
    Top = 23
    Width = 662
    Height = 334
    Align = alClient
    Columns = <
      item
        Caption = 'ID'
        Width = 100
      end
      item
        Caption = #22995#21517
        Width = 100
      end
      item
        Caption = #23494#30721
        Width = 100
      end
      item
        Caption = #21097#20313#37329#39069
        Width = 100
      end
      item
        Caption = #26102#38388
        Width = 150
      end>
    ReadOnly = True
    RowSelect = True
    SortType = stText
    TabOrder = 2
    ViewStyle = vsReport
    OnDblClick = Action3Execute
  end
  object ActionManager1: TActionManager
    ActionBars.SessionCount = 15
    ActionBars = <
      item
        Items = <
          item
            Action = Action1
            Caption = #22686#21152#29609#23478'(&V)'
          end
          item
            Action = Action3
            Caption = #20462#25913#29609#23478'(&Y)'
          end
          item
            Action = Action2
            Caption = #21024#38500#29609#23478'(&W)'
          end
          item
            Action = Action6
            Caption = #21047#26032'(&U)'
          end
          item
            Action = AddAction
            Caption = #20805#20540'(&Z)'
          end>
        ActionBar = ActionMainMenuBar1
        AutoSize = False
      end>
    LinkedActionLists = <>
    Left = 616
    Top = 16
    object Action1: TAction
      Caption = #22686#21152#29609#23478
      OnExecute = Action1Execute
    end
    object Action2: TAction
      Caption = #21024#38500#29609#23478
      OnExecute = Action2Execute
    end
    object Action3: TAction
      Caption = #20462#25913#29609#23478
      OnExecute = Action3Execute
    end
    object Action4: TAction
      Caption = #19979#36733#29609#23478#25968#25454
      OnExecute = Action4Execute
    end
    object Action5: TAction
      Caption = #19978#20256#29609#23478#25968#25454
      OnExecute = Action5Execute
    end
    object Action6: TAction
      Caption = #21047#26032
      OnExecute = Action6Execute
    end
    object AddAction: TAction
      Caption = #20805#20540
      OnExecute = AddActionExecute
    end
  end
  object Timer1: TTimer
    Interval = 3000
    OnTimer = Timer1Timer
    Left = 568
    Top = 32
  end
end

⌨️ 快捷键说明

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