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

📄 ureport.dfm

📁 dicom file 查看工具 DICOM文件是医疗设备使用的文件格式。
💻 DFM
字号:
object frmReport: TfrmReport
  Left = 223
  Top = 121
  AutoScroll = False
  BorderIcons = []
  Caption = 'Analysis'
  ClientHeight = 540
  ClientWidth = 762
  Color = clBtnFace
  Constraints.MinHeight = 50
  Constraints.MinWidth = 130
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl: TPageControl
    Left = 0
    Top = 0
    Width = 762
    Height = 540
    ActivePage = TabSheetAbstract
    Align = alClient
    TabIndex = 0
    TabOrder = 0
    object TabSheetAbstract: TTabSheet
      Caption = 'Abstract'
      object ListViewAbstract: TListView
        Left = 0
        Top = 0
        Width = 754
        Height = 512
        Align = alClient
        Columns = <
          item
            Caption = 'Item'
            Width = 180
          end
          item
            Caption = 'Value'
            Width = 250
          end>
        GridLines = True
        TabOrder = 0
        ViewStyle = vsReport
      end
    end
    object TabSheetContest: TTabSheet
      Caption = 'All Items'
      ImageIndex = 1
      object ListViewAllItems: TListView
        Left = 0
        Top = 0
        Width = 754
        Height = 512
        Align = alClient
        Columns = <
          item
            Caption = 'Tag'
            Width = 70
          end
          item
            Caption = 'VR'
            Width = 40
          end
          item
            Caption = 'Name'
            Width = 180
          end
          item
            Caption = 'Value'
            Width = 300
          end
          item
            Caption = 'Length'
          end>
        GridLines = True
        TabOrder = 0
        ViewStyle = vsReport
      end
    end
  end
end

⌨️ 快捷键说明

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