ap_checkout.dfm

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

DFM
84
字号
inherited Frm_Ap_Checkout: TFrm_Ap_Checkout
  Left = 365
  Top = 380
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #26376#26411#32467#24080
  ClientHeight = 179
  FormStyle = fsMDIChild
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 120
    Top = 24
    Width = 96
    Height = 12
    Caption = #24212#20184#24080#27454#26376#26411#32467#24080
  end
  object Label2: TLabel [1]
    Left = 99
    Top = 91
    Width = 84
    Height = 12
    Caption = #24403#21069#32467#24080#26376#20221#65306
  end
  object Label3: TLabel [2]
    Left = 96
    Top = 67
    Width = 84
    Height = 12
    Caption = #19978#27425#32467#24080#26376#20221#65306
  end
  object Lbl_PApcheckMonth: TLabel [3]
    Left = 189
    Top = 67
    Width = 6
    Height = 12
  end
  object Lbl_CApcheckMonth: TLabel [4]
    Left = 183
    Top = 91
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 155
    Top = 141
    Height = 25
    Caption = #32467'  '#24080
  end
  inherited btn_Cancel: TButton
    Left = 264
    Top = 141
    Height = 25
    Caption = #36864'  '#20986
    OnClick = btn_CancelClick
  end
  object btn_CancelApCheckout: TButton [7]
    Left = 48
    Top = 141
    Width = 74
    Height = 25
    Caption = #21462#28040#32467#24080
    TabOrder = 2
    OnClick = btn_CancelApCheckoutClick
  end
  inherited AdoQry_Tmp: TAdoQuery
    CursorType = ctDynamic
    Prepared = True
    Left = 265
    Top = 16
  end
  object AdoQry_Main: TAdoQuery
    CursorType = ctDynamic
    LockType = ltBatchOptimistic
    MarshalOptions = moMarshalModifiedOnly
    EnableBCD = False
    Parameters = <>
    Prepared = True
    Left = 320
    Top = 16
  end
end

⌨️ 快捷键说明

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