langunit.dfm

来自「IDE开发环境」· DFM 代码 · 共 88 行

DFM
88
字号
object LanguageFrm: TLanguageFrm
  Left = 184
  Top = 109
  BorderStyle = bsDialog
  Caption = 'Choose Language...'
  ClientHeight = 171
  ClientWidth = 394
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object TopLabel: TLabel
    Left = 8
    Top = 8
    Width = 382
    Height = 52
    Caption = 
      'From here you can choose the language you want to work in. You c' +
      'an also write a new language for the IDE, install it, and then, ' +
      'if you want, submit it to be included in the next release. Note ' +
      'that this does not effect the programming language.'
    WordWrap = True
  end
  object LangLabel: TLabel
    Left = 8
    Top = 64
    Width = 90
    Height = 13
    Caption = 'Choose Language:'
  end
  object DescLabel: TLabel
    Left = 192
    Top = 64
    Width = 3
    Height = 13
    WordWrap = True
  end
  object InstallLang: TButton
    Left = 224
    Top = 80
    Width = 145
    Height = 25
    Caption = '&Install New Language'
    TabOrder = 0
    OnClick = InstallLangClick
  end
  object ComboBox1: TComboBox
    Left = 8
    Top = 80
    Width = 201
    Height = 21
    ItemHeight = 13
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 64
    Top = 128
    Width = 75
    Height = 25
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 152
    Top = 128
    Width = 75
    Height = 25
    TabOrder = 3
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object BitBtn3: TBitBtn
    Left = 240
    Top = 128
    Width = 75
    Height = 25
    TabOrder = 4
    Kind = bkHelp
  end
end

⌨️ 快捷键说明

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