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

📄 ar_enter_arap_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ar_Enter_ArAp_D: TFrm_Ar_Enter_ArAp_D
  Left = 276
  Top = 238
  Caption = '应收帐款--应付帐款对冲'
  ClientHeight = 235
  ClientWidth = 341
  PixelsPerInch = 96
  TextHeight = 12
  object Label4: TLabel [0]
    Left = 98
    Top = 98
    Width = 30
    Height = 12
    Caption = '金额:'
  end
  object Label3: TLabel [1]
    Left = 74
    Top = 67
    Width = 54
    Height = 12
    Caption = '发票日期:'
  end
  object Label2: TLabel [2]
    Left = 50
    Top = 36
    Width = 78
    Height = 12
    Caption = '采购发票单号:'
  end
  object Label1: TLabel [3]
    Left = 98
    Top = 128
    Width = 30
    Height = 12
    Caption = '余额:'
  end
  object Label5: TLabel [4]
    Left = 50
    Top = 159
    Width = 78
    Height = 12
    Caption = '本次对冲金额:'
  end
  inherited btn_ok: TButton
    Left = 88
    Top = 194
    TabOrder = 5
  end
  inherited btn_Cancel: TButton
    Left = 189
    Top = 194
    TabOrder = 6
  end
  inherited Pnl_Add: TPanel
    Left = 267
    Top = 5
    Width = 48
    Height = 21
    TabOrder = 7
  end
  object Edt_TotalAmount: TEdit [8]
    Left = 133
    Top = 92
    Width = 107
    Height = 20
    Enabled = False
    TabOrder = 2
    OnExit = FloatCheck
  end
  object medt_ApInvoicedate: TMaskEdit [9]
    Left = 133
    Top = 62
    Width = 107
    Height = 20
    AutoSelect = False
    Enabled = False
    EditMask = '!9999.99.99;1;'
    MaxLength = 10
    TabOrder = 1
    Text = '    .  .  '
  end
  object edt_reMainAmount: TEdit [10]
    Left = 133
    Top = 121
    Width = 107
    Height = 20
    Enabled = False
    TabOrder = 3
    OnExit = FloatCheck
  end
  object edt_thiSCancelAmount: TEdit [11]
    Left = 133
    Top = 151
    Width = 107
    Height = 20
    TabOrder = 4
    OnExit = FloatCheck
  end
  object cmb_ApInvoiceno: TLinkEdit [12]
    Left = 133
    Top = 33
    Width = 108
    Height = 20
    LinkStyle = lsEllipsis
    TabOrder = 0
    OnButtonClick = cmb_ApInvoicenoButtonClick
    OnExit = cmb_ApInvoicenoExit
    OnKeyDown = cmb_ApInvoicenoKeyDown
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 270
    Top = 34
  end
end

⌨️ 快捷键说明

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