ap_qry_invinbillline.dfm

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

DFM
162
字号
inherited Frm_Ap_Qry_InvInBillline: TFrm_Ap_Qry_InvInBillline
  Left = 116
  Top = 118
  Caption = '入库单据明细'
  ClientHeight = 235
  ClientWidth = 588
  FormStyle = fsNormal
  Position = poScreenCenter
  Windowstate = wsNormal
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 588
    Visible = False
  end
  inherited Pnl_Title: TPanel
    Width = 588
    Caption = '入库单据明细'
  end
  inherited Pnl_Head: TPanel
    Width = 588
    Height = 24
    inherited Lbl_OrderTitle: TLabel
      Left = 809
      Top = 1
      Visible = False
    end
    inherited Lbl_ConditionTitle: TLabel
      Left = 660
      Visible = False
    end
    inherited Lbl_Condition: TLabel
      Left = 736
      Visible = False
    end
    inherited Lbl_Order: TLabel
      Left = 877
      Top = 1
      Visible = False
    end
    object Label5: TLabel
      Left = 8
      Top = 8
      Width = 54
      Height = 12
      Caption = '仓库标识:'
    end
    object Lbl_Wh: TLabel
      Left = 62
      Top = 8
      Width = 36
      Height = 12
      Caption = 'Lbl_Wh'
    end
    object Label7: TLabel
      Left = 224
      Top = 8
      Width = 42
      Height = 12
      Caption = '单据号:'
    end
    object Lbl_No: TLabel
      Left = 266
      Top = 8
      Width = 36
      Height = 12
      Caption = 'Lbl_No'
    end
    object Label9: TLabel
      Left = 408
      Top = 8
      Width = 54
      Height = 12
      Caption = '未税金额:'
    end
    object Lbl_Amount: TLabel
      Left = 462
      Top = 8
      Width = 60
      Height = 12
      Caption = 'Lbl_Amount'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 209
    Width = 588
    Visible = False
  end
  inherited Pnl_Body: TPanel
    Top = 81
    Width = 588
    Height = 128
    inherited DBGridEh: TDBGridEh
      Width = 588
      Height = 128
      Columns = <
        Item
          FieldName = 'InvBilllineno'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '单据行号'
          Width = 52
          Footer.Alignment = taCenter
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemB'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 297
          Footer.Alignment = taCenter
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '数量'
          Width = 77
          Footer.Alignment = taCenter
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillnotaxPriceC'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '价格'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillnotaxAmountC'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '货款额'
          Width = 76
          Footer.Alignment = taCenter
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 365
    Top = 291
  end
  inherited ActionList: TActionList
    Left = 232
    Top = 288
  end
  inherited AdoQry_Main: TAdoQuery
    Left = 280
    Top = 217
  end
  inherited DataSource: TDataSource
    Top = 209
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 288
    Top = 289
  end
end

⌨️ 快捷键说明

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