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

📄 inv_opmaterialsum_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_OpMaterialSum_C: TFrm_Inv_OpMaterialSum_C
  Left = 248
  Top = 187
  ClientHeight = 171
  ClientWidth = 353
  PixelsPerInch = 96
  TextHeight = 12
  object Label3: TLabel [0]
    Left = 73
    Top = 20
    Width = 36
    Height = 12
    Caption = '月份:'
  end
  object Label1: TLabel [1]
    Left = 61
    Top = 52
    Width = 48
    Height = 12
    Caption = '供应商:'
  end
  object Label2: TLabel [2]
    Left = 37
    Top = 85
    Width = 72
    Height = 12
    Caption = '供应商名称:'
  end
  object Lbl_VendorName1: TLabel [3]
    Left = 318
    Top = 83
    Width = 6
    Height = 12
    Visible = False
  end
  inherited btn_ok: TButton
    Left = 146
    Top = 130
    TabOrder = 2
  end
  inherited btn_Cancel: TButton
    Left = 239
    Top = 130
    TabOrder = 3
  end
  object medt_Month: TMaskEdit [6]
    Left = 108
    Top = 16
    Width = 57
    Height = 20
    EditMask = '9999.99;1; '
    MaxLength = 7
    TabOrder = 0
    Text = '    .  '
    OnExit = MonthCheck
  end
  object Lbl_VendorName: TEdit [7]
    Left = 108
    Top = 81
    Width = 201
    Height = 20
    Enabled = False
    TabOrder = 4
  end
  object ExtEdt_Vendor: TLinkEdit [8]
    Left = 108
    Top = 48
    Width = 73
    Height = 20
    LinkStyle = lsEllipsis
    TabOrder = 1
    OnButtonClick = ExtEdt_VendorButtonClick
    OnExit = ExtEdt_VendorExit
    OnKeyDown = ExtEdt_VendorKeyDown
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 280
    Top = 8
  end
end

⌨️ 快捷键说明

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