rl_unit3.dfm

来自「一个很不错的绿色小软件 可以实现 上网 一个小助手」· DFM 代码 · 共 47 行

DFM
47
字号
object Form5: TForm5
  Left = 421
  Top = 255
  BorderStyle = bsDialog
  Caption = 'Form5'
  ClientHeight = 208
  ClientWidth = 266
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object rl_memo_xsnr: TMemo
    Left = 0
    Top = 23
    Width = 265
    Height = 185
    Color = 16117735
    Ctl3D = True
    Lines.Strings = (
      'Memo1')
    ParentCtl3D = False
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object rl_lb_title: TFlatPanel
    Left = 0
    Top = 0
    Width = 265
    Height = 25
    Caption = 'rl_lb_title'
    Color = 16311512
    ColorHighLight = clAppWorkSpace
    ColorShadow = cl3DDkShadow
    Alignment = taLeftJustify
    TabOrder = 1
    UseDockManager = True
  end
end

⌨️ 快捷键说明

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