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

📄 optionsu.dfm

📁 IDE开发环境
💻 DFM
字号:
object OptionsFrm: TOptionsFrm
  Left = 214
  Top = 153
  Width = 544
  Height = 356
  Caption = 'Options...'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object About: TLabel
    Left = 16
    Top = 8
    Width = 507
    Height = 26
    Caption = 
      'From here, you can set how the BASIC IDE will look and function.' +
      ' Press F1, or click Help, and a window will pop-up describing wh' +
      'at each function does.'
    WordWrap = True
  end
  object BitBtn1: TBitBtn
    Left = 144
    Top = 288
    Width = 75
    Height = 25
    TabOrder = 0
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 320
    Top = 288
    Width = 75
    Height = 25
    TabOrder = 1
    Kind = bkHelp
  end
  object BitBtn3: TBitBtn
    Left = 232
    Top = 288
    Width = 75
    Height = 25
    TabOrder = 2
    Kind = bkCancel
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 48
    Width = 185
    Height = 105
    Caption = 'Form Designer:'
    TabOrder = 3
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 68
      Height = 13
      Caption = 'Grab Handles:'
    end
    object lblGridX: TLabel
      Left = 8
      Top = 50
      Width = 29
      Height = 13
      Caption = 'GridX:'
    end
    object lblGridY: TLabel
      Left = 80
      Top = 50
      Width = 29
      Height = 13
      Caption = 'GridY:'
    end
    object ComboBox1: TComboBox
      Left = 80
      Top = 21
      Width = 65
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 0
    end
    object GridX: TEdit
      Left = 40
      Top = 48
      Width = 33
      Height = 21
      TabOrder = 1
    end
    object Edit1: TEdit
      Left = 112
      Top = 48
      Width = 33
      Height = 21
      TabOrder = 2
    end
    object CheckBox1: TCheckBox
      Left = 8
      Top = 80
      Width = 97
      Height = 17
      Caption = 'Align to Grid'
      TabOrder = 3
    end
  end
end

⌨️ 快捷键说明

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