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

📄 pm_pc_check_h.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Pm_Pc_Check_H: TFrm_Pm_Pc_Check_H
  Left = 229
  Top = 176
  Caption = '采购价格单批准'
  ClientHeight = 504
  ClientWidth = 783
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 783
  end
  inherited Pnl_Title: TPanel
    Width = 783
    Caption = '采购合同批准'
    inherited Image2: TImage
      Width = 783
    end
  end
  inherited Pnl_Head: TPanel
    Width = 783
    inherited Image1: TImage
      Width = 783
    end
    inherited Lbl_Order: TLabel
      Width = 138
      Caption = '供应商代码/采购价格单号'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 495
    Width = 783
    inherited Image4: TImage
      Width = 783
    end
  end
  inherited Pnl_Body: TPanel
    Width = 783
    Height = 398
    inherited Image3: TImage
      Width = 783
      Height = 398
    end
    inherited DBGridEh: TDBGridEh
      Width = 783
      Height = 398
      Columns = <
        Item
          FieldName = 'VendorCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '供应商代码'
          Width = 71
          KeyList.Strings = ()
        end
        Item
          FieldName = 'VendorName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '供应商名称'
          Width = 162
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PcNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '采购价格单号'
          Width = 76
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PCDate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '合同日期'
          Width = 99
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PCTaxRate_Percent'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '税率%'
          Width = 37
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CurrencyName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '货币'
          Width = 75
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PCStatus'
          PickList.Strings = (
            '未批准'
            '已批准')
          Title.Alignment = taCenter
          Title.Caption = '合同审批状态'
          Width = 84
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'RemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 254
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Head: TAdoQuery
    SQL.Strings = (
      'Select pc.PcNo'
      '    ,pc.VendorCode'
      '    ,Vendor.VendorName'
      '    ,pc.PCDate'
      '    ,pc.PCTaxRate_Percent'
      '    ,pc.PCStatus'
      '    ,pc.CurrencyCode'
      '    ,Currency.CurrencyName'
      '    ,pc.RemArk'
      '     From pc Join Vendor On pc.VendorCode=Vendor.VendorCode'
      '     Join Currency On pc.CurrencyCode=Currency.CurrencyCode')
    object AdoQry_HeadPcNo: TStringField
      FieldName = 'PcNo'
      Origin = 'pc'
      Size = 16
    end
    object AdoQry_HeadVendorCode: TStringField
      FieldName = 'VendorCode'
      Origin = 'pc'
      Size = 12
    end
    object AdoQry_HeadVendorName: TStringField
      FieldName = 'VendorName'
      Origin = 'Vendor'
      Size = 60
    end
    object AdoQry_HeadPCTaxRate_Percent: TIntegerField
      FieldName = 'PCTaxRate_Percent'
      Origin = 'pc'
    end
    object AdoQry_HeadPCStatus: TIntegerField
      FieldName = 'PCStatus'
      Origin = 'pc'
    end
    object AdoQry_HeadCurrencyCode: TStringField
      FieldName = 'CurrencyCode'
      Origin = 'pc'
      Size = 2
    end
    object AdoQry_HeadCurrencyName: TStringField
      FieldName = 'CurrencyName'
      Origin = 'currency'
      Size = 30
    end
    object AdoQry_HeadRemArk: TStringField
      FieldName = 'RemArk'
      Origin = 'pc'
      Size = 150
    end
    object AdoQry_HeadPCDate: TDateTimeField
      FieldName = 'PCDate'
      Origin = 'pc'
    end
  end
end

⌨️ 快捷键说明

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