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

📄 inv_opjournalqry_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_OpJournalQry_C: TFrm_Inv_OpJournalQry_C
  Left = 174
  Top = 141
  ActiveControl = MEdt_StArtDate
  Caption = '委外加工材料明细帐查询'
  ClientHeight = 243
  ClientWidth = 398
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel [0]
    Left = 44
    Top = 15
    Width = 72
    Height = 12
    Caption = '查询月份:从'
  end
  object Label3: TLabel [1]
    Left = 184
    Top = 15
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label8: TLabel [2]
    Left = 42
    Top = 107
    Width = 60
    Height = 12
    Caption = '物    料:'
  end
  object Lbl_ItemName: TLabel [3]
    Left = 109
    Top = 138
    Width = 6
    Height = 12
  end
  object Label1: TLabel [4]
    Left = 42
    Top = 169
    Width = 60
    Height = 12
    Caption = '计量单位:'
  end
  object Lbl_UomName: TLabel [5]
    Left = 109
    Top = 169
    Width = 6
    Height = 12
  end
  object Label4: TLabel [6]
    Left = 42
    Top = 46
    Width = 60
    Height = 12
    Caption = '供 应 商:'
  end
  object Lbl_VendorName: TLabel [7]
    Left = 109
    Top = 77
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 194
    Top = 200
  end
  inherited btn_Cancel: TButton
    Left = 287
    Top = 200
  end
  object MEdt_StArtDate: TMaskEdit [10]
    Left = 120
    Top = 11
    Width = 57
    Height = 20
    EditMask = '0000.00'
    MaxLength = 7
    TabOrder = 2
    Text = '    .  '
  end
  object MEdt_EndDate: TMaskEdit [11]
    Left = 201
    Top = 11
    Width = 54
    Height = 20
    EditMask = '0000.00'
    MaxLength = 7
    TabOrder = 3
    Text = '    .  '
  end
  object ExtEdt_ItemCode: TExtEdit [12]
    Left = 109
    Top = 103
    Width = 125
    Height = 20
    TabOrder = 5
    OnExit = InOutItemCodeCheck
    OnKeyDown = ExtEdt_ItemCodeKeyDown
    DispLabel = Lbl_ItemName
  end
  object ExtEdt_VendorCode: TExtEdit [13]
    Left = 109
    Top = 42
    Width = 97
    Height = 20
    TabOrder = 4
    OnExit = VendorCodeCheck
    OnKeyDown = VendorHint
    DispLabel = Lbl_VendorName
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 292
    Top = 12
  end
end

⌨️ 快捷键说明

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