unitformrec.~dfm

来自「智能监控delphi源码, 操作说明 1. 在两台微机上分别运行文件夹中的可」· ~DFM 代码 · 共 77 行

~DFM
77
字号
object FormRec: TFormRec
  Left = 190
  Top = 142
  Width = 426
  Height = 449
  Caption = #21382#21490#35760#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 33
    Top = 24
    Width = 353
    Height = 49
    BevelOuter = bvNone
    Caption = #20197#19979#26159#24744#25152#38656#35201#30340#21382#21490#35760#24405
    Font.Charset = GB2312_CHARSET
    Font.Color = clPurple
    Font.Height = -27
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object lv1: TListView
    Left = 44
    Top = 96
    Width = 330
    Height = 233
    Columns = <
      item
        Caption = #32534#21495
        Width = 40
      end
      item
        Alignment = taCenter
        AutoSize = True
        Caption = #21457#29983#26102#38388
      end
      item
        Alignment = taCenter
        AutoSize = True
        Caption = #23545#24212#25991#20214#25152#22312#20301#32622
      end>
    GridLines = True
    ReadOnly = True
    RowSelect = True
    TabOrder = 1
    ViewStyle = vsReport
    OnDblClick = lv1DblClick
    OnSelectItem = lv1SelectItem
  end
  object mp1: TMediaPlayer
    Left = 166
    Top = 352
    Width = 85
    Height = 30
    EnabledButtons = [btPause, btStop, btNext, btPrev, btStep, btBack, btRecord, btEject]
    VisibleButtons = [btPlay, btPause, btStop]
    TabOrder = 2
  end
  object tmrRefresh: TTimer
    Enabled = False
    Interval = 100
    OnTimer = tmrRefreshTimer
    Left = 56
    Top = 352
  end
end

⌨️ 快捷键说明

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