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

📄 sal_qry_othershiporder.dfm

📁 一个MRPII系统源代码版本
💻 DFM
📖 第 1 页 / 共 2 页
字号:
inherited Frm_Sal_Qry_OtherShipOrder: TFrm_Sal_Qry_OtherShipOrder
  Left = 2
  Top = 136
  Caption = '无订单销售发货列表查询'
  ClientWidth = 796
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 796
  end
  inherited Pnl_Title: TPanel
    Width = 796
    Caption = '无订单销售发货列表查询'
    inherited Image2: TImage
      Width = 796
    end
  end
  inherited Pnl_Head: TPanel
    Width = 796
    inherited Image1: TImage
      Width = 796
    end
    inherited Lbl_Condition: TLabel
      Width = 24
      Caption = '全部'
    end
    inherited Lbl_Order: TLabel
      Width = 102
      Caption = '客户代码/发货日期'
    end
  end
  inherited Pnl_Hint: TPanel
    Width = 796
    inherited Image4: TImage
      Width = 796
    end
  end
  inherited Pnl_Body: TPanel
    Width = 796
    inherited Image3: TImage
      Width = 796
    end
    inherited DBGridEh: TDBGridEh
      Width = 796
      FrozenCols = 4
      Columns = <
        Item
          FieldName = 'CustomerCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '客户代码'
          Width = 50
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CustomerName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '客户名称'
          Width = 70
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'customerflag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '客户标识'
          Width = 150
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillDate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '发货日期'
          Width = 70
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料代码'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料描述'
          Width = 120
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 200
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '发货单号'
          Width = 74
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillLineNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '发货单行号'
          Width = 45
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillWhChCk'
          PickList.Strings = (
            '未核定'
            '已核定')
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'ShipQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '发货量'
          Width = 47
          KeyList.Strings = ()
        end
        Item
          FieldName = 'SaleEmployeeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '营销人员代码'
          Width = 50
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'SaleEmployeeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '营销人员姓名'
          Width = 60
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'SaleEmployeeFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '营销人员标识'
          Width = 80
          KeyList.Strings = ()
        end
        Item
          FieldName = 'WhCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '仓库代码'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'whName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '仓库名称'
          Width = 60
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'whflag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '仓库标识'
          Width = 70
          KeyList.Strings = ()
        end
        Item
          FieldName = 'WhPositionCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '货位代码'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'WhPositionName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '货位名称'
          Width = 60
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'WhPositionflag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '货位名称'
          Width = 105
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BatchNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '批号'
          Width = 44
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillPrice'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '含税价'
          Width = 59
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillAmount'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '含税金额'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNOtaxPrice'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '未税价'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNOtaxAmount'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '未税金额'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ExchRate'
          PickList.Strings = ()
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillPriceC'
          PickList.Strings = ()
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillAmountC'
          PickList.Strings = ()
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNoTaxPriceC'
          PickList.Strings = ()
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNoTaxAmountC'
          PickList.Strings = ()
          KeyList.Strings = ()
        end
        Item
          FieldName = 'DiSCountRate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '折扣率'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'DiSCountAmount'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '折扣额 '
          KeyList.Strings = ()
        end
        Item
          FieldName = 'SaleTypeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '销售类型代码'
          Width = 50
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'SaleTypeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '销售类型名称'
          Width = 60
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'SaleTypeFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '销售类型标识'
          Width = 88
          KeyList.Strings = ()
        end
        Item
          FieldName = 'DeptCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '部门代码'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'DeptName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '部门名称'
          Width = 60
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'DeptFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '部门标识'
          Width = 100
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CurrencyCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '货币代码'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CurrencyName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '货币名称'
          Width = 60
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CurrencyFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '货币标识'
          Width = 72
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillTaxRate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '税率'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CustomerPayTermCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '付款方式代码'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PayTermName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '付款方式描述'
          Width = 60
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PayTermflag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '付款方式标识'
          Width = 130
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Sal_EmployeeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '制单员代码'
          Width = 50
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '制单员姓名'
          Width = 60
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '制单员标识'
          Width = 83
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ShipModeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '发运方式'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ShipModeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '发运方式描述'
          Width = 60
          Visible = False
          KeyList.Strings = ()

⌨️ 快捷键说明

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