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

📄 inv_otherprice_hint.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_OtherPrice_Hint: TFrm_Inv_OtherPrice_Hint
  Left = 162
  Top = 31
  Caption = '其它入库价信息提示'
  ClientHeight = 501
  ClientWidth = 596
  PixelsPerInch = 96
  TextHeight = 12
  inherited btn_ok: TButton
    Left = 403
    Top = 453
  end
  inherited btn_Cancel: TButton
    Left = 488
    Top = 453
  end
  object DBGridEh1: TDBGridEh [2]
    Left = 9
    Top = 16
    Width = 577
    Height = 425
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 2
    TitleFont.ChArset = GB2312_CHArSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnDblClick = DBGridEh1DblClick
    OnKeyDown = DBGridEh1KeyDown
    OnGetCellParams = DBGridEh1GetCellParams
    Columns = <
      Item
        FieldName = 'VendorCodeName'
        Title.Alignment = taCenter
        Title.Caption = '供应商标识'
        Width = 360
      end
      Item
        FieldName = 'Price'
        Title.Alignment = taCenter
        Title.Caption = '含税价'
        Width = 80
      end
      Item
        FieldName = 'notaxPrice'
        Title.Alignment = taCenter
        Title.Caption = '未税价'
        Width = 80
      end>
  end
  object DataSource1: TDataSource
    Left = 160
    Top = 192
  end
end

⌨️ 快捷键说明

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