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

📄 pfibautoupdeditor.dfm

📁 FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible Inter
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -