u_sendmsg.dfm

来自「语音坐席,支持录音及语音回访,和自动催款」· DFM 代码 · 共 50 行

DFM
50
字号
object SendMsg: TSendMsg
  Left = 218
  Top = 324
  BorderStyle = bsDialog
  Caption = #24191#25773#28040#24687
  ClientHeight = 94
  ClientWidth = 409
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 12
    Top = 12
    Width = 48
    Height = 12
    Caption = #28040#24687#20869#23481
  end
  object MsgText: TEdit
    Left = 12
    Top = 28
    Width = 385
    Height = 20
    MaxLength = 120
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 220
    Top = 56
    Width = 81
    Height = 25
    TabOrder = 1
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 316
    Top = 56
    Width = 81
    Height = 25
    TabOrder = 2
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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