code5.dfm

来自「这个也不错」· DFM 代码 · 共 65 行

DFM
65
字号
object Form5: TForm5
  Left = 239
  Top = 157
  Width = 428
  Height = 316
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = '信使'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = -4
    Top = 0
    Width = 421
    Height = 234
    Color = clBlack
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      '数据信使')
    ParentFont = False
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 229
    Width = 417
    Height = 52
    TabOrder = 1
    object Edit1: TEdit
      Left = 5
      Top = 14
      Width = 324
      Height = 24
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
      Text = 'Edit1'
    end
    object BitBtn1: TBitBtn
      Left = 336
      Top = 13
      Width = 71
      Height = 29
      Caption = '发送(&S)'
      TabOrder = 1
      Kind = bkIgnore
    end
  end
end

⌨️ 快捷键说明

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