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

📄 propertiesform.dfm

📁 學習資料網上下載
💻 DFM
字号:
object fmProperties: TfmProperties
  Left = 339
  Top = 207
  BorderStyle = bsDialog
  Caption = 'Properties'
  ClientHeight = 256
  ClientWidth = 398
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCloseQuery = FormCloseQuery
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 398
    Height = 215
    ActivePage = TabSheet1
    Align = alClient
    Style = tsButtons
    TabIndex = 0
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'Modules'
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 215
    Width = 398
    Height = 41
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object btnOK: TBitBtn
      Left = 154
      Top = 10
      Width = 75
      Height = 25
      Caption = 'OK'
      Default = True
      ModalResult = 1
      TabOrder = 0
    end
    object btnCancel: TBitBtn
      Left = 234
      Top = 10
      Width = 75
      Height = 25
      Cancel = True
      Caption = 'Cancel'
      ModalResult = 2
      TabOrder = 1
    end
    object btnApply: TBitBtn
      Left = 314
      Top = 10
      Width = 75
      Height = 25
      Caption = '&Apply'
      TabOrder = 2
      OnClick = btnApplyClick
    end
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 24
    Width = 385
    Height = 193
    TabOrder = 2
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 3
      Height = 13
    end
    object cbShowCoffSections: TCheckBox
      Left = 16
      Top = 24
      Width = 145
      Height = 17
      Caption = 'Show &COFF Sections'
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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