bas_itemclass_qry.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 109 行

DFM
109
字号
inherited Frm_Bas_ItemClass_Qry: TFrm_Bas_ItemClass_Qry
  Left = 77
  Top = 168
  Caption = '物料存货分类查询'
  ClientHeight = 434
  FormStyle = fsMDIChild
  Visible = True
  Windowstate = wsMaximized
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      Width = 52
      object ToolButton1: TToolButton
        Left = 23
        Top = 0
        Width = 6
        Caption = 'ToolButton1'
        ImageIndex = 43
        Style = tbsSeparator
      end
      object ToolButton2: TToolButton
        Left = 29
        Top = 0
        Action = Act_Quit
      end
    end
  end
  inherited Pnl_Title: TPanel
    BevelOuter = bvRaised
    Caption = '物料存货分类查询'
    inherited Image2: TImage
      Left = 1
      Top = 1
      Width = 692
      Height = 25
    end
  end
  inherited Pnl_Head: TPanel
    Top = 65
    Height = 360
    Align = alClient
    inherited Image1: TImage
      Height = 360
    end
    object Treeview: TTreeview
      Left = 0
      Top = 0
      Width = 694
      Height = 360
      Align = alClient
      Indent = 19
      TabOrder = 0
      OnEnter = TreeviewEnter
      OnExpanded = TreeviewExpanded
      OnKeyUp = TreeviewKeyUp
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 425
    Height = 3
    BevelOuter = bvRaised
    inherited Image4: TImage
      Left = 1
      Top = 1
      Width = 692
      Height = 1
    end
  end
  inherited Pnl_Body: TPanel
    Top = 428
    Height = 6
    Align = alBottom
    BevelOuter = bvRaised
    inherited Image3: TImage
      Left = 1
      Top = 1
      Width = 692
      Height = 4
    end
  end
  object Panel1: TPanel [5]
    Left = 0
    Top = 57
    Width = 694
    Height = 8
    Align = alTop
    TabOrder = 5
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 320
    Top = 0
  end
  inherited ActionList: TActionList
    Left = 256
    Top = 0
    object Action4: TAction
      Caption = 'Action4'
      ShortCut = 120
    end
  end
  object AdoQry_Main: TAdoQuery
    Parameters = <>
    Left = 192
    Top = 65534
  end
end

⌨️ 快捷键说明

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