treemodelform.dfm

来自「实达企业在线EOL源码」· DFM 代码 · 共 85 行

DFM
85
字号
inherited TreeModelFrm: TTreeModelFrm
  Left = 0
  Top = 26
  HorzScrollBar.Range = 0
  VertScrollBar.Range = 0
  BorderStyle = bsNone
  Caption = 'TreeModelFrm'
  Position = poDefault
  WindowState = wsNormal
  PixelsPerInch = 96
  TextHeight = 12
  inherited Panel2: TPanel
    Left = 32
    Top = 71
    Width = 721
    Height = 405
    Anchors = [akLeft, akTop, akRight, akBottom]
    Color = clBtnFace
    object Splitter2: TSplitter
      Left = 225
      Top = 2
      Width = 3
      Height = 401
      Cursor = crHSplit
    end
    object sDBTree1: TsDBTree
      Left = 2
      Top = 2
      Width = 223
      Height = 401
      Align = alLeft
      HideSelection = False
      Indent = 19
      ReadOnly = True
      TabOrder = 0
      OnClick = sDBTree1Click
      OnDblClick = sDBTree1DblClick
      OnKeyUp = sDBTree1KeyUp
    end
    object PageControl: TPageControl
      Left = 228
      Top = 2
      Width = 491
      Height = 401
      ActivePage = TabSheet3
      Align = alClient
      TabOrder = 1
      object TabSheet3: TTabSheet
        Caption = '列表'
        object wwDBGrid1: TwwDBGrid
          Left = 0
          Top = 0
          Width = 483
          Height = 374
          IniAttributes.FileName = 'DELPHI32.ini.ini'
          IniAttributes.SectionName = 'wwDBGrid2'
          IniAttributes.Delimiter = ';;'
          TitleColor = clBtnFace
          FixedCols = 0
          ShowHorzScrollBar = True
          Align = alClient
          DataSource = dsMast
          KeyOptions = []
          ReadOnly = True
          TabOrder = 0
          TitleAlignment = taLeftJustify
          TitleFont.Charset = GB2312_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -12
          TitleFont.Name = '宋体'
          TitleFont.Style = []
          TitleLines = 1
          TitleButtons = False
          OnDblClick = wwDBGrid1DblClick
          IndicatorColor = icBlack
        end
      end
      object TabSheet4: TTabSheet
        Caption = '详细资料'
        ImageIndex = 1
      end
    end
  end
end

⌨️ 快捷键说明

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