pfibautoupdeditor.dfm

来自「FIBPlus is a component suite intended fo」· DFM 代码 · 共 48 行

DFM
48
字号
object pFIBAutoUpdateOptionForm: TpFIBAutoUpdateOptionForm
  Left = 291
  Top = 241
  BorderStyle = bsDialog
  Caption = '%s - AutoUpdateOptions Editor'
  ClientHeight = 295
  ClientWidth = 330
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object OkB: TButton
    Left = 158
    Top = 262
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object CancelB: TButton
    Left = 245
    Top = 262
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  inline fAutoUpdateOptionForm1: TfAutoUpdateOptionForm
    Left = 0
    Top = 0
    Width = 330
    Height = 262
    Align = alTop
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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