ap_subap_d.dfm

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

DFM
83
字号
inherited Frm_Ap_SubAp_D: TFrm_Ap_SubAp_D
  Left = 242
  Top = 196
  Caption = '帐龄段'
  ClientWidth = 407
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 48
    Top = 40
    Width = 72
    Height = 12
    Caption = '帐龄段代码:'
  end
  object Label2: TLabel [1]
    Left = 48
    Top = 72
    Width = 72
    Height = 12
    Caption = '帐龄段名称:'
  end
  object Label3: TLabel [2]
    Left = 48
    Top = 104
    Width = 60
    Height = 12
    Caption = '开始天数:'
  end
  object Label4: TLabel [3]
    Left = 48
    Top = 136
    Width = 60
    Height = 12
    Caption = '结束天数:'
  end
  object edt_SubApCode: TLabel [4]
    Left = 128
    Top = 40
    Width = 121
    Height = 20
    Caption = 'edt_SubApCode'
  end
  object edt_SubApName: TLabel [5]
    Left = 128
    Top = 72
    Width = 121
    Height = 20
    Caption = 'edt_SubApName'
  end
  object edt_beginday: TLabel [6]
    Left = 128
    Top = 104
    Width = 121
    Height = 20
    Caption = 'edt_beginday'
  end
  inherited btn_ok: TButton
    Left = 179
    TabOrder = 1
  end
  inherited btn_Cancel: TButton
    Left = 288
    TabOrder = 2
  end
  inherited Pnl_Add: TPanel
    Left = 318
    TabOrder = 3
  end
  object edt_Endday: TExtEdit [10]
    Left = 128
    Top = 136
    Width = 121
    Height = 20
    TabOrder = 0
    OnExit = edt_EnddayExit
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 312
    Top = 80
  end
end

⌨️ 快捷键说明

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