u_lx.dfm

来自「很好的合同管理系统完整源码,适合初学者参考」· DFM 代码 · 共 49 行

DFM
49
字号
object frm_lx: Tfrm_lx
  Left = 418
  Top = 118
  Width = 219
  Height = 171
  Caption = #35831#36873#25321#21512#21516#31867#22411
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object listview1: TListView
    Left = 0
    Top = 0
    Width = 211
    Height = 144
    Align = alClient
    Columns = <
      item
        Width = 200
      end>
    GridLines = True
    ReadOnly = True
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
    OnDblClick = listview1DblClick
  end
  object WordApplication1: TWordApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = False
    Left = 64
    Top = 32
  end
  object WordDocument1: TWordDocument
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 128
    Top = 40
  end
end

⌨️ 快捷键说明

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