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

📄 inv_journalqry_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_JournalQry_C: TFrm_Inv_JournalQry_C
  Left = 231
  Top = 150
  ActiveControl = MEdt_StArtDate
  Caption = ']'
  ClientHeight = 236
  ClientWidth = 321
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel [0]
    Left = 44
    Top = 31
    Width = 72
    Height = 12
    Caption = '查询月份:从'
  end
  object Label3: TLabel [1]
    Left = 184
    Top = 31
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label6: TLabel [2]
    Left = 66
    Top = 61
    Width = 36
    Height = 12
    Caption = '仓库:'
  end
  object Label8: TLabel [3]
    Left = 42
    Top = 90
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label9: TLabel [4]
    Left = 42
    Top = 119
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  object Lbl_ItemName: TLabel [5]
    Left = 109
    Top = 120
    Width = 6
    Height = 12
  end
  object Label1: TLabel [6]
    Left = 42
    Top = 148
    Width = 60
    Height = 12
    Caption = '计量单位:'
  end
  object Lbl_UomName: TLabel [7]
    Left = 109
    Top = 147
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 146
    Top = 192
  end
  inherited btn_Cancel: TButton
    Left = 223
    Top = 192
  end
  object MEdt_StArtDate: TMaskEdit [10]
    Left = 120
    Top = 27
    Width = 57
    Height = 20
    EditMask = '0000.00'
    MaxLength = 7
    TabOrder = 2
    Text = '    .  '
  end
  object MEdt_EndDate: TMaskEdit [11]
    Left = 201
    Top = 27
    Width = 54
    Height = 20
    EditMask = '0000.00'
    MaxLength = 7
    TabOrder = 3
    Text = '    .  '
  end
  object ExtEdt_ItemCode: TExtEdit [12]
    Left = 109
    Top = 87
    Width = 125
    Height = 20
    TabOrder = 5
    OnExit = InOutItemCodeCheck
    OnKeyDown = InOutItemHint
    DispLabel = Lbl_ItemName
  end
  object CmBx_Warehouse: TComboBox [13]
    Left = 109
    Top = 57
    Width = 138
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 4
    OnExit = TextCheck
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 292
    Top = 12
  end
end

⌨️ 快捷键说明

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