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

📄 sfc_mnoutbilllistqry_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sfc_MnOutBillListQry_C: TFrm_Sfc_MnOutBillListQry_C
  ActiveControl = MEdt_StArtDate
  ClientHeight = 189
  PixelsPerInch = 96
  TextHeight = 12
  object Label3: TLabel [0]
    Left = 36
    Top = 60
    Width = 60
    Height = 12
    Caption = '领料部门:'
  end
  object Label2: TLabel [1]
    Left = 60
    Top = 37
    Width = 48
    Height = 12
    Caption = '日期:从'
  end
  object Label1: TLabel [2]
    Left = 217
    Top = 37
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label4: TLabel [3]
    Left = 60
    Top = 83
    Width = 36
    Height = 12
    Caption = '班别:'
  end
  object Label5: TLabel [4]
    Left = 24
    Top = 108
    Width = 72
    Height = 12
    Caption = '生产订单号:'
  end
  inherited btn_ok: TButton
    Left = 192
    Top = 146
  end
  inherited btn_Cancel: TButton
    Left = 269
    Top = 145
  end
  object cmbbx_Shift: TComboBox [7]
    Left = 112
    Top = 79
    Width = 120
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 5
  end
  object MEdt_StArtDate: TMaskEdit [8]
    Left = 113
    Top = 33
    Width = 97
    Height = 20
    EditMask = '9999\.99\.99;1;_'
    MaxLength = 10
    TabOrder = 2
    Text = '    .  .  '
    OnExit = DateCheck
  end
  object MEdt_EndDate: TMaskEdit [9]
    Left = 235
    Top = 33
    Width = 97
    Height = 20
    EditMask = '9999\.99\.99;1;_'
    MaxLength = 10
    TabOrder = 3
    Text = '    .  .  '
    OnExit = MEdt_EndDateExit
  end
  object CmBx_DeptCode: TComboBox [10]
    Left = 112
    Top = 56
    Width = 169
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 4
  end
  object Edt_MoNo: TEdit [11]
    Left = 112
    Top = 102
    Width = 120
    Height = 20
    TabOrder = 6
  end
  inherited AdoQry_Tmp: TAdoQuery
    Top = 21
  end
end

⌨️ 快捷键说明

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