ufrmopviewsdgroupexploration.dfm

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

DFM
212
字号
inherited frmOpViewSDGroupExploration: TfrmOpViewSDGroupExploration
  Left = 217
  Top = 240
  Caption = 'frmOpViewSDGroupExploration'
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlFond: TPanel
    inherited pgctrlFond: TPageControl
      ActivePage = TabSDGroupExploration
      object TabSDGroupExploration: TTabSheet
        Caption = 'TabSDGroupExploration'
        ImageIndex = 1
        TabVisible = False
        object Splitter1: TSplitter
          Left = 209
          Top = 0
          Width = 4
          Height = 536
          Cursor = crHSplit
        end
        object Panel2: TPanel
          Left = 213
          Top = 0
          Width = 641
          Height = 536
          Align = alClient
          BevelOuter = bvLowered
          Caption = 'Panel2'
          TabOrder = 0
          object Panel3: TPanel
            Left = 1
            Top = 1
            Width = 639
            Height = 534
            Align = alClient
            Caption = 'Panel3'
            TabOrder = 0
            object Splitter3: TSplitter
              Left = 1
              Top = 21
              Width = 637
              Height = 4
              Cursor = crVSplit
              Align = alTop
            end
            object panelGroupDescription: TPanel
              Left = 1
              Top = 1
              Width = 637
              Height = 20
              Align = alTop
              BevelOuter = bvLowered
              Caption = 'Description of the subgroup on target attributes'
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clWindowText
              Font.Height = -11
              Font.Name = 'Trebuchet MS'
              Font.Pitch = fpFixed
              Font.Style = []
              ParentFont = False
              TabOrder = 0
            end
            object panelHTML: TPanel
              Left = 1
              Top = 25
              Width = 637
              Height = 508
              Align = alClient
              Caption = 'panelHTML'
              TabOrder = 1
            end
          end
        end
        object Panel1: TPanel
          Left = 0
          Top = 0
          Width = 209
          Height = 536
          Align = alLeft
          BevelOuter = bvLowered
          Caption = 'Panel1'
          TabOrder = 1
          object Splitter2: TSplitter
            Left = 1
            Top = 153
            Width = 207
            Height = 4
            Cursor = crVSplit
            Align = alTop
          end
          object Panel6: TPanel
            Left = 1
            Top = 1
            Width = 207
            Height = 152
            Align = alTop
            Caption = 'Panel6'
            TabOrder = 0
            object lstInput: TListBox
              Left = 1
              Top = 21
              Width = 205
              Height = 130
              Hint = 'Select input attribute and drop in the tree "Group definition"'
              Align = alClient
              DragMode = dmAutomatic
              Font.Charset = ANSI_CHARSET
              Font.Color = clWindowText
              Font.Height = -11
              Font.Name = 'Trebuchet MS'
              Font.Pitch = fpFixed
              Font.Style = []
              ItemHeight = 16
              ParentFont = False
              ParentShowHint = False
              ShowHint = True
              TabOrder = 0
            end
            object Panel8: TPanel
              Left = 1
              Top = 1
              Width = 205
              Height = 20
              Align = alTop
              BevelOuter = bvLowered
              Caption = 'Target attributes'
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clWindowText
              Font.Height = -11
              Font.Name = 'Trebuchet MS'
              Font.Pitch = fpFixed
              Font.Style = []
              ParentFont = False
              TabOrder = 1
            end
          end
          object Panel7: TPanel
            Left = 1
            Top = 157
            Width = 207
            Height = 378
            Align = alClient
            Caption = 'Panel7'
            TabOrder = 1
            object Panel9: TPanel
              Left = 1
              Top = 1
              Width = 205
              Height = 20
              Align = alTop
              BevelOuter = bvLowered
              Caption = 'Group definition'
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clWindowText
              Font.Height = -11
              Font.Name = 'Trebuchet MS'
              Font.Pitch = fpFixed
              Font.Style = []
              ParentFont = False
              TabOrder = 0
            end
            object tvGroup: TTreeView
              Left = 1
              Top = 21
              Width = 205
              Height = 356
              Align = alClient
              Font.Charset = ANSI_CHARSET
              Font.Color = clWindowText
              Font.Height = -11
              Font.Name = 'Trebuchet MS'
              Font.Pitch = fpFixed
              Font.Style = []
              Indent = 19
              ParentFont = False
              PopupMenu = PopupMenu1
              TabOrder = 1
              OnClick = tvGroupClick
              OnDeletion = tvGroupDeletion
              OnDragDrop = tvGroupDragDrop
              OnDragOver = tvGroupDragOver
              Items.Data = {
                010000002C0000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
                13526F6F742028616C6C206578616D706C657329}
            end
          end
        end
      end
    end
  end
  inherited ActListFrmOperator: TActionList
    Left = 816
    Top = 36
  end
  inherited MenuOperator: TMainMenu
    Left = 788
    Top = 36
  end
  object PopupMenu1: TPopupMenu
    Left = 140
    Top = 236
    object Delete1: TMenuItem
      Caption = 'Delete'
      OnClick = Delete1Click
    end
    object Deleteleaves1: TMenuItem
      Caption = 'Delete leaves'
      OnClick = Deleteleaves1Click
    end
  end
end

⌨️ 快捷键说明

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