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

📄 pm_pc_entry_h.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Pm_Pc_Entry_H: TFrm_Pm_Pc_Entry_H
  Left = 38
  Top = 107
  Caption = ''
  ClientHeight = 459
  ClientWidth = 750
  Position = poMainformCenter
  Windowstate = wsMaximized
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 750
  end
  inherited Pnl_Title: TPanel
    Width = 750
    inherited Image2: TImage
      Width = 750
    end
  end
  inherited Pnl_Head: TPanel
    Width = 750
    inherited Image1: TImage
      Width = 750
    end
    inherited Lbl_Order: TLabel
      Width = 60
      Caption = '供应商代码'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 450
    Width = 750
    inherited Image4: TImage
      Width = 750
    end
  end
  inherited Pnl_Body: TPanel
    Width = 750
    Height = 353
    inherited Image3: TImage
      Width = 750
      Height = 353
    end
    inherited DBGridEh: TDBGridEh
      Width = 750
      Height = 353
      Columns = <
        Item
          FieldName = 'VendorCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '供应商代码'
          Width = 90
          KeyList.Strings = ()
        end
        Item
          FieldName = 'VendorName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '供应商名称'
          Width = 213
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PCDate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '建立日期'
          Width = 91
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PCTaxRate_Percent'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '税率%'
          Width = 38
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CurrencyName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '货币'
          Width = 68
          KeyList.Strings = ()
        end
        Item
          FieldName = 'RemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 150
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Top = 211
  end
  inherited ActionList: TActionList
    inherited Act_Copy: TAction
      OnExecute = Act_CopyExecute
    end
  end
  inherited AdoQry_Head: TAdoQuery
    CurSorType = ctStatic
    SQL.Strings = (
      'Select pc.PcNo'
      '    ,pc.VendorCode'
      '    ,pc.PCDate'
      '    ,Vendor.VendorName'
      '    ,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')
    Top = 225
    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_HeadRemArk: TStringField
      FieldName = 'RemArk'
      Origin = 'pc'
      Size = 150
    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_HeadPCDate: TDateTimeField
      FieldName = 'PCDate'
      Origin = 'pc'
    end
  end
  inherited DataSource: TDataSource
    Left = 432
    Top = 153
  end
end

⌨️ 快捷键说明

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