rdservermain.dfm.~3~

来自「Indy9,客户端」· ~3~ 代码 · 共 50 行

~3~
50
字号
object Form1: TForm1
  Left = 0
  Top = 0
  Width = 658
  Height = 497
  Caption = 'Server'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 650
    Height = 57
    ButtonHeight = 21
    ButtonWidth = 55
    Caption = 'ToolBar1'
    ShowCaptions = True
    TabOrder = 0
    object ToolButton1: TToolButton
      Left = 0
      Top = 2
      Caption = #25171#24320#26381#21153
      ImageIndex = 0
    end
  end
  object ScrollBox1: TScrollBox
    Left = 0
    Top = 57
    Width = 650
    Height = 406
    Align = alClient
    Color = clBtnShadow
    ParentColor = False
    TabOrder = 1
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 865
      Height = 353
    end
  end
end

⌨️ 快捷键说明

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