inv_undoclosebook.dfm

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

DFM
46
字号
inherited Frm_Inv_UndoCloseBook: TFrm_Inv_UndoCloseBook
  Left = 242
  Top = 132
  BOrderIcons = []
  Caption = '取消结帐'
  ClientHeight = 177
  ClientWidth = 378
  FormStyle = fsMDIChild
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 80
    Top = 24
    Width = 84
    Height = 12
    Caption = '最近结帐月份:'
  end
  object Lbl_Month: TLabel [1]
    Left = 168
    Top = 24
    Width = 54
    Height = 12
    Caption = 'Lbl_Month'
  end
  object Lbl_State: TLabel [2]
    Left = 16
    Top = 64
    Width = 337
    Height = 12
    Alignment = taCenter
    AutoSize = False
    Caption = 'Lbl_State'
  end
  inherited btn_ok: TButton
    Left = 155
    Top = 125
  end
  inherited btn_Cancel: TButton
    Left = 264
    Top = 125
    OnClick = btn_CancelClick
  end
end

⌨️ 快捷键说明

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