inv_otheriosum.dfm

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

DFM
157
字号
inherited Frm_Inv_OtherIoSum: TFrm_Inv_OtherIoSum
  Left = -4
  Top = -4
  ClientHeight = 553
  ClientWidth = 800
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 800
  end
  inherited Pnl_Title: TPanel
    Width = 800
  end
  inherited Pnl_Head: TPanel
    Width = 800
    Height = 56
    inherited Lbl_OrderTitle: TLabel
      Top = 35
    end
    inherited Lbl_ConditionTitle: TLabel
      Top = 4
    end
    inherited Lbl_Order: TLabel
      Top = 35
      Width = 48
      Caption = '物料标识'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 525
    Width = 800
    Height = 28
    object Label1: TLabel
      Left = 544
      Top = 8
      Width = 78
      Height = 12
      Caption = '未税金额合计:'
    end
    object Lbl_TaxAmountTatol: TLabel
      Left = 624
      Top = 8
      Width = 6
      Height = 12
    end
    object Edit1: TEdit
      Left = 625
      Top = 5
      Width = 121
      Height = 20
      ReadOnly = True
      TabOrder = 0
    end
  end
  inherited Pnl_Body: TPanel
    Top = 113
    Width = 800
    Height = 412
    inherited DBGridEh: TDBGridEh
      Width = 800
      Height = 412
      Columns = <
        Item
          FieldName = 'OutinName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '入库对象标识'
          Width = 215
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BillType2Name'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '入库类型'
          Width = 147
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCodeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 250
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料代码'
          Width = 62
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料名称'
          Width = 182
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '单位'
          Width = 29
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '数量'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNoTaxAmount'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '未税金额'
          Width = 72
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 413
    Top = 195
  end
  inherited ActionList: TActionList
    Left = 200
    Top = 232
  end
  inherited AdoQry_Main: TAdoQuery
    CurSorType = ctStatic
    Left = 328
    Top = 201
  end
  inherited DataSource: TDataSource
    Left = 392
    Top = 257
  end
  inherited ExtPrintReport: TExtPrintReport
    TopBOrdermm = 10
    BottomBOrdermm = 10
    PAperType = ptNArrow
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 272
    Top = 257
  end
end

⌨️ 快捷键说明

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