dialogparentform.dfm

来自「delphi 编制的服务器程序」· DFM 代码 · 共 44 行

DFM
44
字号
inherited DialogParent: TDialogParent
  Left = 251
  Top = 206
  Width = 346
  Height = 159
  BorderIcons = [biSystemMenu, biMaximize]
  Caption = 'DialogParent'
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 15
  object Panel1: TPanel
    Left = 0
    Top = 91
    Width = 338
    Height = 41
    Align = alBottom
    BevelInner = bvLowered
    TabOrder = 0
    DesignSize = (
      338
      41)
    object BitBtn1: TBitBtn
      Left = 177
      Top = 8
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #30830#23450
      TabOrder = 0
      Kind = bkOK
    end
    object BitBtn2: TBitBtn
      Left = 257
      Top = 8
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #21462#28040
      TabOrder = 1
      Kind = bkCancel
    end
  end
end

⌨️ 快捷键说明

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