unit6.dfm

来自「学校短信息系统 采用华域科技的SzgmtSms 通讯模块」· DFM 代码 · 共 58 行

DFM
58
字号
object sendmsg: Tsendmsg
  Left = 258
  Top = 146
  Width = 696
  Height = 434
  Caption = #21457#30701#20449
  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 GroupBox1: TGroupBox
    Left = 240
    Top = 24
    Width = 433
    Height = 289
    Caption = 'GroupBox1'
    TabOrder = 0
    object Memo1: TMemo
      Left = 16
      Top = 24
      Width = 401
      Height = 249
      Lines.Strings = (
        'Memo1')
      TabOrder = 0
    end
  end
  object Button1: TButton
    Left = 352
    Top = 344
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 1
  end
  object Button2: TButton
    Left = 496
    Top = 344
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 2
  end
  object TreeView1: TTreeView
    Left = 8
    Top = 32
    Width = 217
    Height = 369
    Indent = 19
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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