ad_qry_totaldepreciationsubject_c.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 130 行

DFM
130
字号
inherited Frm_Ad_Qry_TotalDepreciationSubject_C: TFrm_Ad_Qry_TotalDepreciationSubject_C
  Left = 191
  Top = 136
  Caption = '折旧计提汇总表_按费用科目'
  ClientHeight = 160
  ClientWidth = 297
  PixelsPerInch = 96
  TextHeight = 12
  object Lbl_VendorName: TLabel [0]
    Left = 86
    Top = 48
    Width = 6
    Height = 12
  end
  object Label2: TLabel [1]
    Left = 27
    Top = 74
    Width = 72
    Height = 12
    Caption = '费用科目从:'
  end
  object Label4: TLabel [2]
    Left = 75
    Top = 100
    Width = 24
    Height = 12
    Caption = '至:'
  end
  object Label5: TLabel [3]
    Left = 27
    Top = 22
    Width = 72
    Height = 12
    Caption = '计旧月份从:'
  end
  object Lbl_Operator_Name_Fm: TLabel [4]
    Left = 204
    Top = 64
    Width = 6
    Height = 12
  end
  object Lbl_Operator_Name_To: TLabel [5]
    Left = 204
    Top = 95
    Width = 6
    Height = 12
  end
  object Label1: TLabel [6]
    Left = 75
    Top = 48
    Width = 24
    Height = 12
    Caption = '到:'
  end
  inherited btn_ok: TButton
    Left = 112
    Top = 134
    TabOrder = 4
  end
  inherited btn_Cancel: TButton
    Left = 205
    Top = 134
    TabOrder = 5
  end
  object Medt_Month_Fm: TMaskEdit [9]
    Left = 96
    Top = 18
    Width = 50
    Height = 20
    EditMask = '0000.00;1;_'
    MaxLength = 7
    TabOrder = 0
    Text = '    .  '
    OnExit = MonthCheck
  end
  object ExtEdt_DeptCode_Fm: TLinkEdit [10]
    Left = 96
    Top = 70
    Width = 50
    Height = 20
    LinkStyle = lsEllipsis
    TabOrder = 2
    OnButtonClick = ExtEdt_DeptCode_FmButtonClick
    OnExit = ExtEdt_DeptCode_FmExit
    OnKeyDown = ExtEdt_DeptCode_FmKeyDown
  end
  object ExtEdt_DeptCode_To: TLinkEdit [11]
    Left = 96
    Top = 96
    Width = 50
    Height = 20
    LinkStyle = lsEllipsis
    TabOrder = 3
    OnButtonClick = ExtEdt_DeptCode_FmButtonClick
    OnExit = ExtEdt_DeptCode_ToExit
    OnKeyDown = ExtEdt_DeptCode_FmKeyDown
  end
  object Edt_DeptName_Fm: TEdit [12]
    Left = 150
    Top = 68
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 6
  end
  object Edt_DeptName_to: TEdit [13]
    Left = 151
    Top = 96
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 7
  end
  object Medt_Month_To: TMaskEdit [14]
    Left = 96
    Top = 44
    Width = 50
    Height = 20
    EditMask = '0000.00;1;_'
    MaxLength = 7
    TabOrder = 1
    Text = '    .  '
    OnExit = MonthCheck
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 216
    Top = 8
  end
end

⌨️ 快捷键说明

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