base_dialog.dfm

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

DFM
40
字号
inherited Frm_Base_Dialog: TFrm_Base_Dialog
  Left = 243
  Top = 153
  BorderStyle = bsDialog
  Caption = 'Frm_Base_Dialog'
  ClientHeight = 251
  ClientWidth = 380
  Color = 14673912
  DesignSize = (
    380
    251)
  PixelsPerInch = 96
  TextHeight = 12
  object btn_ok: TButton [0]
    Left = 171
    Top = 205
    Width = 74
    Height = 23
    Anchors = [akRight, akBottom]
    Caption = #30830#23450'(&O)'
    TabOrder = 0
    OnClick = btn_okClick
  end
  object btn_Cancel: TButton [1]
    Left = 280
    Top = 205
    Width = 74
    Height = 23
    Anchors = [akRight, akBottom]
    Cancel = True
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 1
  end
  inherited AdoQry_Tmp: TADOQuery
    Left = 168
    Top = 120
  end
end

⌨️ 快捷键说明

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