unit5.dfm

来自「3d snake 游戏编程源码」· DFM 代码 · 共 51 行

DFM
51
字号
object frmScriptView: TfrmScriptView
  Left = 276
  Top = 232
  BorderStyle = bsDialog
  Caption = #27983#35272#33050#26412
  ClientHeight = 288
  ClientWidth = 401
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 4
    Top = 5
    Width = 54
    Height = 12
    Caption = #25991#20214#22320#22336':'
  end
  object btnOk: TSpeedButton
    Left = 322
    Top = 262
    Width = 73
    Height = 23
    Caption = #30830#23450
    OnClick = btnOkClick
  end
  object Memo1: TMemo
    Left = 2
    Top = 25
    Width = 397
    Height = 232
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 59
    Top = 2
    Width = 340
    Height = 20
    ReadOnly = True
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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