inv_checkinvandbill.dfm

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

DFM
87
字号
inherited Frm_Inv_CheckInvAndBill: TFrm_Inv_CheckInvAndBill
  Left = -4
  Top = -4
  Caption = '待检库存和待检单据'
  ClientHeight = 553
  ClientWidth = 800
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 800
  end
  inherited Pnl_Title: TPanel
    Width = 800
    Caption = '待检库存和待检单据'
  end
  inherited Pnl_Head: TPanel
    Width = 800
    Height = 41
    inherited Lbl_ConditionTitle: TLabel
      Visible = False
    end
    object CheckBox1: TCheckBox
      Left = 653
      Top = 16
      Width = 97
      Height = 17
      Caption = '缩至一页'
      TabOrder = 0
      Visible = False
      OnClick = CheckBox1Click
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 527
    Width = 800
    object Label1: TLabel
      Left = 256
      Top = 8
      Width = 42
      Height = 12
      Caption = '记录共_'
    end
    object lbl_RecordCount: TLabel
      Left = 312
      Top = 8
      Width = 6
      Height = 12
    end
    object Label2: TLabel
      Left = 335
      Top = 8
      Width = 12
      Height = 12
      Caption = '条'
    end
  end
  inherited Pnl_Body: TPanel
    Top = 98
    Width = 800
    Height = 429
    inherited DBGridEh: TDBGridEh
      Width = 800
      Height = 429
    end
  end
  inherited ActionList: TActionList
    inherited Act_Filter: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_next: TAction
      Caption = '开始'
      Hint = '开始'
      ShortCut = 16450
      OnExecute = Act_nextExecute
    end
  end
  inherited DataSource: TDataSource
    DataSet = AdODataSet_Main
  end
  object AdODataSet_Main: TAdODataSet
    Parameters = <>
    Left = 352
    Top = 217
  end
end

⌨️ 快捷键说明

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