installlang.dfm

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

DFM
84
字号
object InstallLangFrm: TInstallLangFrm
  Left = 286
  Top = 224
  Width = 311
  Height = 204
  Caption = 'Install New Language...'
  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 Label1: TLabel
    Left = 8
    Top = 8
    Width = 278
    Height = 65
    Caption = 
      'Before you can use a new language in the IDE, you must install i' +
      't. If you want to create a new language, please click the Help. ' +
      'Please fill out the information below to install the new languag' +
      'e. You'#39'll need to restart the BASIC IDE after you click OK.'
    WordWrap = True
  end
  object Label2: TLabel
    Left = 8
    Top = 75
    Width = 127
    Height = 13
    Caption = 'Name of .lng file (not path):'
  end
  object Label3: TLabel
    Left = 88
    Top = 107
    Width = 51
    Height = 13
    Caption = 'Language:'
  end
  object Edit1: TEdit
    Left = 144
    Top = 72
    Width = 145
    Height = 21
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 24
    Top = 136
    Width = 75
    Height = 25
    Caption = '&Install It!'
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 112
    Top = 136
    Width = 75
    Height = 25
    TabOrder = 2
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object BitBtn3: TBitBtn
    Left = 200
    Top = 136
    Width = 75
    Height = 25
    TabOrder = 3
    Kind = bkHelp
  end
  object Edit2: TEdit
    Left = 144
    Top = 104
    Width = 145
    Height = 21
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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