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

📄 inv_otheriosum_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_OtherIoSum_C: TFrm_Inv_OtherIoSum_C
  Left = 311
  Top = 112
  ActiveControl = MEdt_Starttime
  Caption = 'Frm_Inv_OtherIoSum_C'
  ClientHeight = 264
  ClientWidth = 403
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 105
    Top = 41
    Width = 36
    Height = 12
    Caption = '月份:'
  end
  object Label2: TLabel [1]
    Left = 229
    Top = 40
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label3: TLabel [2]
    Left = 81
    Top = 181
    Width = 60
    Height = 12
    Caption = '出库类型:'
  end
  object Label4: TLabel [3]
    Left = 105
    Top = 69
    Width = 36
    Height = 12
    Caption = '仓库:'
  end
  object Lbl_OutName: TLabel [4]
    Left = 141
    Top = 158
    Width = 6
    Height = 12
  end
  object Label7: TLabel [5]
    Left = 57
    Top = 159
    Width = 84
    Height = 12
    Caption = '出库对象名称:'
  end
  object Label6: TLabel [6]
    Left = 57
    Top = 131
    Width = 84
    Height = 12
    Caption = '出库对象代码:'
  end
  object Label11: TLabel [7]
    Left = 81
    Top = 105
    Width = 60
    Height = 12
    Caption = '出库对象:'
  end
  inherited btn_ok: TButton
    Left = 182
    Top = 221
  end
  inherited btn_Cancel: TButton
    Left = 275
    Top = 221
  end
  object MEdt_Starttime: TMaskEdit [10]
    Left = 141
    Top = 36
    Width = 72
    Height = 20
    EditMask = '0000.00'
    MaxLength = 7
    TabOrder = 2
    Text = '    .  '
    OnExit = MonthCheck
  end
  object MEdt_EndTime: TMaskEdit [11]
    Left = 250
    Top = 36
    Width = 72
    Height = 20
    EditMask = '0000.00'
    MaxLength = 7
    TabOrder = 3
    Text = '    .  '
    OnExit = MEdt_EndTimeExit
  end
  object CmBx_Warehouse: TComboBox [12]
    Left = 141
    Top = 64
    Width = 174
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 4
  end
  object CmBx_Type: TComboBox [13]
    Left = 141
    Top = 176
    Width = 174
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 5
  end
  object ExtEdt_OutCode: TExtEdit [14]
    Left = 141
    Top = 126
    Width = 97
    Height = 20
    TabOrder = 6
    OnEnter = ExtEdt_OutCodeEnter
    OnExit = ExtEdt_OutCodeExit
    OnKeyDown = ExtEdt_OutCodeKeyDown
    DispLabel = Lbl_OutName
  end
  object cmbbx_OutType: TComboBox [15]
    Left = 141
    Top = 98
    Width = 145
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 7
    OnExit = cmbbx_OutTypeExit
    Items.Strings = (
      ''
      '全部'
      '客户'
      '部门'
      '供应商')
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 16
    Top = 56
  end
end

⌨️ 快捷键说明

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