ufrmopfsdefstatus.dfm

来自「ADaM is a data mining and image processi」· DFM 代码 · 共 69 行

DFM
69
字号
inherited FrmOpFSDefStatus: TFrmOpFSDefStatus
  Caption = 'FrmOpFSDefStatus'
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlFond: TPanel
    Top = 150
    Height = 423
    TabOrder = 2
    inherited pgctrlFond: TPageControl
      Height = 423
      inherited tabHTML: TTabSheet
        inherited viewHTML: TWebBrowser
          Height = 413
          ControlData = {
            4C00000043580000AF2A00000000000000000000000000000000000000000000
            000000004C000000000000000000000001000000E0D057007335CF11AE690800
            2B2E126208000000000000004C0000000114020000000000C000000000000046
            8000000000000000000000000000000000000000000000000000000000000000
            00000000000000000100000000000000000000000000000000000000}
        end
      end
    end
  end
  object lvStatus: TListView
    Left = 0
    Top = 150
    Width = 862
    Height = 423
    Align = alClient
    Columns = <
      item
        Caption = 'Attribute'
        Width = 150
      end
      item
        Caption = 'Target'
        Width = 75
      end
      item
        Caption = 'Input'
        Width = 75
      end
      item
        Caption = 'Illustrative'
        Width = 75
      end>
    TabOrder = 0
    ViewStyle = vsReport
  end
  object lvAtts: TListView
    Left = 0
    Top = 0
    Width = 862
    Height = 150
    Align = alTop
    Columns = <
      item
        Caption = 'Status'
        Width = 100
      end
      item
        Caption = 'Count'
        Width = 100
      end>
    TabOrder = 1
    ViewStyle = vsReport
  end
end

⌨️ 快捷键说明

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