unit1.dfm

来自「用于gsm收发短信」· DFM 代码 · 共 52 行

DFM
52
字号
object frmMain: TfrmMain
  Left = 192
  Top = 107
  Width = 512
  Height = 437
  Caption = 'frmMain'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 168
    Top = 32
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 16
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 1
    Text = #36825#37324#22635#25163#26426#21495
  end
  object Edit3: TEdit
    Left = 16
    Top = 64
    Width = 473
    Height = 21
    TabOrder = 2
    Text = #35831#22312#36825#37324#22635#20889#35201#21457#36865#30340#30701#20449#20869#23481
  end
  object Memo1: TMemo
    Left = 16
    Top = 96
    Width = 473
    Height = 297
    Lines.Strings = (
      'Memo1')
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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