⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit2.dfm

📁 操作系统知识
💻 DFM
字号:
object Form1: TForm1
  Left = 249
  Top = 129
  Width = 409
  Height = 125
  Caption = 'DDE 客户机端应用程序'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'System'
  Font.Style = [fsBold]
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 246
    Height = 16
    Caption = '接收来自服务器端的字符串如下(&D):'
  end
  object Edit1: TEdit
    Left = 8
    Top = 32
    Width = 385
    Height = 24
    TabOrder = 0
  end
  object Button1: TButton
    Left = 29
    Top = 64
    Width = 161
    Height = 25
    Caption = '数据回送(&B)'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 213
    Top = 64
    Width = 161
    Height = 25
    Caption = '断开链接(&C)'
    TabOrder = 2
    OnClick = Button2Click
  end
  object DdeClientConv1: TDdeClientConv
    DdeService = 'Project1'
    DdeTopic = 'DdeServerConv1'
    ConnectMode = ddeManual
    Left = 310
    Top = 3
    LinkInfo = (
      'Service Project1'
      'Topic DdeServerConv1')
  end
  object DdeClientItem1: TDdeClientItem
    DdeConv = DdeClientConv1
    DdeItem = 'DdeServerItem1'
    OnChange = DdeClientItem1Change
    Left = 344
    Top = 3
  end
end

⌨️ 快捷键说明

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