⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 inv_otherinbilllistqry.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_OtherInBillListQry: TFrm_Inv_OtherInBillListQry
  Left = -104
  Top = 72
  Caption = '其他入库单据列表查询'
  ClientHeight = 467
  ClientWidth = 790
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 790
  end
  inherited Pnl_Title: TPanel
    Width = 790
    Caption = '其他入库单据列表查询'
    inherited Image2: TImage
      Width = 790
    end
  end
  inherited Pnl_Head: TPanel
    Width = 790
    inherited Image1: TImage
      Width = 790
    end
    inherited Lbl_Order: TLabel
      Width = 72
      Caption = '日期,单据号'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 442
    Width = 790
    Height = 25
    inherited Image4: TImage
      Width = 790
      Height = 25
    end
    object Label1: TLabel
      Left = 24
      Top = 8
      Width = 60
      Height = 12
      Caption = '物料描述:'
    end
    object DBText1: TDBText
      Left = 88
      Top = 8
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'ItemName'
      DataSource = DataSource
    end
    object Label9: TLabel
      Left = 496
      Top = 8
      Width = 6
      Height = 12
    end
  end
  inherited Pnl_Body: TPanel
    Width = 790
    Height = 345
    inherited Image3: TImage
      Width = 790
      Height = 345
    end
    inherited DBGridEh: TDBGridEh
      Width = 790
      Height = 345
      OnDblClick = DBGridEhDblClick
      FrozenCols = 3
      Columns = <
        Item
          FieldName = 'InvBilldate'
          PickList.Strings = ()
          Title.Caption = '日期'
          Width = 70
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNo'
          PickList.Strings = ()
          Title.Caption = '单据号'
          Width = 70
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BillType2CodeName'
          PickList.Strings = ()
          Title.Caption = '入库类型'
          Width = 160
          KeyList.Strings = ()
        end
        Item
          FieldName = 'OutType'
          PickList.Strings = ()
          Title.Caption = '入库对象'
          Width = 60
          KeyList.Strings = ()
        end
        Item
          FieldName = 'outName'
          PickList.Strings = ()
          Title.Caption = '入库对象标识'
          Width = 150
          KeyList.Strings = ()
        end
        Item
          FieldName = 'whName'
          PickList.Strings = ()
          Title.Caption = '仓库'
          Width = 70
          KeyList.Strings = ()
        end
        Item
          FieldName = 'WhPositionName'
          PickList.Strings = ()
          Title.Caption = '货位'
          Width = 70
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          Title.Caption = '物料标识'
          Width = 200
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName'
          PickList.Strings = ()
          Title.Caption = '计量单位'
          Width = 55
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillqty'
          PickList.Strings = ()
          Title.Caption = '数量'
          Width = 75
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillnotaxPrice'
          PickList.Strings = ()
          Title.Caption = '未税价'
          Width = 75
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillnotaxAmount'
          PickList.Strings = ()
          Title.Caption = '未税金额'
          Width = 75
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeCodeName'
          PickList.Strings = ()
          Title.Caption = '录入员'
          Width = 80
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Batchno'
          PickList.Strings = ()
          Title.Caption = '批次号'
          Width = 120
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BilllineremArk'
          PickList.Strings = ()
          Title.Caption = '备注'
          Width = 150
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 373
    Top = 211
  end
  inherited ActionList: TActionList
    Top = 216
    inherited Act_Look: TAction
      Enabled = True
      Visible = True
      OnExecute = Act_LookExecute
    end
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = ''
    CurSorType = ctStatic
    SQL.Strings = (
      ' ')
    Left = 40
    Top = 201
  end
end

⌨️ 快捷键说明

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