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

📄 pm_qry_poexecutedetail_condition.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Pm_Qry_PoExecuteDetail_Condition: TFrm_Pm_Qry_PoExecuteDetail_Condition
  Left = 217
  Top = 214
  Caption = '采购订单到货情况明细表筛选条件'
  ClientHeight = 206
  ClientWidth = 420
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel [0]
    Left = 24
    Top = 56
    Width = 72
    Height = 12
    Caption = '供应商代码:'
  end
  object Lbl_VendorName: TLabel [1]
    Left = 96
    Top = 88
    Width = 6
    Height = 12
  end
  object Label3: TLabel [2]
    Left = 24
    Top = 89
    Width = 72
    Height = 12
    Caption = '供应商名称:'
  end
  object Label1: TLabel [3]
    Left = 25
    Top = 113
    Width = 108
    Height = 12
    Caption = '约定交货期月份从:'
  end
  object Label4: TLabel [4]
    Left = 186
    Top = 114
    Width = 24
    Height = 12
    Caption = '到:'
  end
  inherited btn_ok: TButton
    Left = 131
    Top = 160
  end
  inherited btn_Cancel: TButton
    Left = 256
    Top = 160
  end
  object ExtEdt_VendorCode: TExtEdit [7]
    Left = 104
    Top = 54
    Width = 121
    Height = 20
    TabOrder = 2
    OnExit = GetVendorName
    OnKeyDown = VendorHint
    DispLabel = Lbl_VendorName
  end
  object RadioGroup1: TRadioGroup [8]
    Left = 285
    Top = 48
    Width = 81
    Height = 81
    Caption = '状态'
    TabOrder = 3
  end
  object RadioButton1: TRadioButton [9]
    Left = 297
    Top = 66
    Width = 57
    Height = 18
    Caption = '下达'
    TabOrder = 4
  end
  object RadioButton2: TRadioButton [10]
    Left = 297
    Top = 96
    Width = 57
    Height = 17
    Caption = '关闭'
    TabOrder = 5
  end
  object MEdt_beginMonth: TMaskEdit [11]
    Left = 130
    Top = 109
    Width = 49
    Height = 20
    EditMask = '!0000.90;1;_'
    MaxLength = 7
    TabOrder = 6
    Text = '    .  '
  end
  object MEdt_EndMonth: TMaskEdit [12]
    Left = 210
    Top = 109
    Width = 49
    Height = 20
    EditMask = '!0000.90;1;_'
    MaxLength = 7
    TabOrder = 7
    Text = '    .  '
  end
  inherited AdoQry_Tmp: TAdoQuery
    Top = 0
  end
  object ActionList1: TActionList
    Left = 352
    Top = 120
    object Action1: TAction
      Caption = 'Action1'
      OnExecute = Action1Execute
    end
  end
end

⌨️ 快捷键说明

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