u_userview1.dfm

来自「语音坐席,支持录音及语音回访,和自动催款」· DFM 代码 · 共 48 行

DFM
48
字号
object UserView: TUserView
  Left = 195
  Top = 278
  Width = 595
  Height = 261
  Caption = #29992#25143#20449#24687#26597#35810#32467#26524
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object ListView1: TListView
    Left = 0
    Top = 0
    Width = 587
    Height = 227
    Align = alClient
    Columns = <
      item
        Caption = #32534#21495
        Width = 80
      end
      item
        Caption = #29992#25143#21517
        Width = 120
      end
      item
        Caption = #22320#22336
        Width = 268
      end
      item
        Caption = #30005#35805
        Width = 90
      end>
    ReadOnly = True
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
    OnDblClick = ListView1DblClick
    OnKeyDown = ListView1KeyDown
  end
end

⌨️ 快捷键说明

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