sendback.dfm.~3~

来自「自助公交信息短信服务平台」· ~3~ 代码 · 共 58 行

~3~
58
字号
object Form2: TForm2
  Left = 0
  Top = 0
  Width = 391
  Height = 220
  Caption = #25163#21160#22238#22797#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 48
    Height = 13
    Caption = #32534#36753#20869#23481
  end
  object Edit1: TEdit
    Left = 208
    Top = 16
    Width = 161
    Height = 21
    ReadOnly = True
    TabOrder = 0
    Text = 'Edit1'
  end
  object Memo1: TMemo
    Left = 16
    Top = 48
    Width = 185
    Height = 113
    Lines.Strings = (
      'Memo1')
    TabOrder = 1
  end
  object Button1: TButton
    Left = 288
    Top = 88
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 2
  end
  object Button2: TButton
    Left = 288
    Top = 136
    Width = 75
    Height = 25
    Caption = #37325#21457
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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