inv_qry_opadjustbilllist_c.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 107 行

DFM
107
字号
inherited Frm_Inv_Qry_OpAdjustBillList_C: TFrm_Inv_Qry_OpAdjustBillList_C
  Left = 253
  Caption = '查询条件窗口'
  ClientHeight = 217
  ClientWidth = 372
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 24
    Top = 28
    Width = 72
    Height = 12
    Caption = '供应商代码:'
  end
  object Label2: TLabel [1]
    Left = 60
    Top = 124
    Width = 36
    Height = 12
    Caption = '月份:'
  end
  object Label4: TLabel [2]
    Left = 36
    Top = 77
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label3: TLabel [3]
    Left = 24
    Top = 52
    Width = 72
    Height = 12
    Caption = '供应商描述:'
  end
  object Label5: TLabel [4]
    Left = 36
    Top = 100
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  inherited btn_ok: TButton
    Left = 199
    Top = 171
  end
  inherited btn_Cancel: TButton
    Left = 276
    Top = 171
  end
  object MaskEdit1: TMaskEdit [7]
    Left = 96
    Top = 121
    Width = 65
    Height = 20
    EditMask = '9999.99;1;_'
    MaxLength = 7
    TabOrder = 2
    Text = '    .  '
  end
  object MaskEdit2: TMaskEdit [8]
    Left = 180
    Top = 121
    Width = 65
    Height = 20
    EditMask = '9999.99;1;_'
    MaxLength = 7
    TabOrder = 3
    Text = '    .  '
  end
  object LinkEdit1: TLinkEdit [9]
    Left = 96
    Top = 24
    Width = 125
    Height = 20
    LinkStyle = lsEllipsis
    TabOrder = 4
    OnButtonClick = VendorHint1
    OnExit = LinkEdit1Exit
  end
  object LinkEdit2: TLinkEdit [10]
    Left = 96
    Top = 72
    Width = 125
    Height = 20
    LinkStyle = lsEllipsis
    TabOrder = 5
    OnButtonClick = ItemHint1
    OnExit = LinkEdit2Exit
  end
  object Edit1: TEdit [11]
    Left = 96
    Top = 48
    Width = 250
    Height = 20
    TabOrder = 6
  end
  object Edit2: TEdit [12]
    Left = 96
    Top = 96
    Width = 250
    Height = 20
    TabOrder = 7
  end
end

⌨️ 快捷键说明

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