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

📄 sfc_shiftinoutsumqry_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sfc_ShiftInOutSumQry_C: TFrm_Sfc_ShiftInOutSumQry_C
  ActiveControl = ExtEdt_DeptCode
  Caption = 'Frm_Sfc_ShiftInOutSumQry_C'
  ClientHeight = 188
  ClientWidth = 339
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 40
    Top = 93
    Width = 60
    Height = 12
    Caption = '查询日期:'
  end
  object Label2: TLabel [1]
    Left = 181
    Top = 93
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label3: TLabel [2]
    Left = 40
    Top = 47
    Width = 60
    Height = 12
    Caption = '部门名称:'
  end
  object Lbl_DeptName: TLabel [3]
    Left = 101
    Top = 47
    Width = 6
    Height = 12
  end
  object Label4: TLabel [4]
    Left = 64
    Top = 24
    Width = 36
    Height = 12
    Caption = '部门:'
  end
  object Label5: TLabel [5]
    Left = 64
    Top = 69
    Width = 36
    Height = 12
    Caption = '班别:'
  end
  inherited btn_ok: TButton
    Left = 163
    Top = 140
  end
  inherited btn_Cancel: TButton
    Left = 240
    Top = 140
  end
  object MEdt_Starttime: TMaskEdit [8]
    Left = 101
    Top = 89
    Width = 72
    Height = 20
    EditMask = '0000.00.00'
    MaxLength = 10
    TabOrder = 4
    Text = '    .  .  '
    OnExit = DateCheck
  end
  object MEdt_EndTime: TMaskEdit [9]
    Left = 202
    Top = 89
    Width = 72
    Height = 20
    EditMask = '0000.00.00'
    MaxLength = 10
    TabOrder = 5
    Text = '    .  .  '
    OnExit = MEdt_EndTimeExit
  end
  object ExtEdt_DeptCode: TExtEdit [10]
    Left = 101
    Top = 19
    Width = 121
    Height = 20
    TabOrder = 2
    OnExit = DeptCodeCheck
    OnKeyDown = DeptHint
    DispLabel = Lbl_DeptName
  end
  object Cmbx_MoFinishShift: TComboBox [11]
    Left = 101
    Top = 64
    Width = 145
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 3
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 96
    Top = 160
  end
end

⌨️ 快捷键说明

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