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

📄 inv_otheriohsum_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_OtherIoHSum_C: TFrm_Inv_OtherIoHSum_C
  Left = 208
  Top = 179
  ActiveControl = ChLstBx_WhSelect
  Caption = 'Frm_Inv_OtherIoHSum_C'
  ClientHeight = 218
  ClientWidth = 473
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 20
    Top = 15
    Width = 60
    Height = 12
    Caption = '入库类型:'
  end
  object Label2: TLabel [1]
    Left = 260
    Top = 48
    Width = 48
    Height = 12
    Caption = '月份:从'
  end
  object Label3: TLabel [2]
    Left = 376
    Top = 48
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label4: TLabel [3]
    Left = 236
    Top = 76
    Width = 60
    Height = 12
    Caption = '入库对象:'
  end
  inherited btn_ok: TButton
    Left = 282
    Top = 171
    Enabled = False
  end
  inherited btn_Cancel: TButton
    Left = 375
    Top = 171
  end
  object ChLstBx_WhSelect: TCheckListBox [6]
    Left = 19
    Top = 37
    Width = 190
    Height = 140
    OnClickCheck = ChLstBx_WhSelectClickCheck
    ItemHeight = 12
    TabOrder = 2
  end
  object MEdt_StArtDate: TMaskEdit [7]
    Left = 312
    Top = 44
    Width = 54
    Height = 20
    EditMask = '9999\.99'
    MaxLength = 7
    TabOrder = 3
    Text = '    .  '
    OnExit = MonthCheck
  end
  object MEdt_EndDate: TMaskEdit [8]
    Left = 395
    Top = 44
    Width = 54
    Height = 20
    EditMask = '9999\.99'
    MaxLength = 7
    TabOrder = 4
    Text = '    .  '
    OnExit = MEdt_EndDateExit
  end
  object CmBx_DeptVendorCustomer: TComboBox [9]
    Left = 312
    Top = 70
    Width = 137
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 5
    Items.Strings = (
      '本厂部门'
      '供应商'
      '客户')
  end
  object CheckBox1: TCheckBox [10]
    Left = 18
    Top = 184
    Width = 97
    Height = 17
    Caption = '选择全部'
    TabOrder = 6
    OnClick = CheckBox1Click
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 232
    Top = 152
  end
end

⌨️ 快捷键说明

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