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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分 程序设置
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'DDE'#26381#21153#22120#31243#24207
  ClientHeight = 152
  ClientWidth = 327
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 280
    Top = 112
    Width = 9
    Height = 13
    Caption = '   '
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 289
    Height = 121
    Caption = #25509#25910#26469#33258'DDE'#23458#25143#31471#30340#20449#24687#65306'    '
    TabOrder = 0
    object Memo1: TMemo
      Left = 8
      Top = 16
      Width = 273
      Height = 97
      Lines.Strings = (
        'Memo1')
      TabOrder = 0
    end
  end
  object DdeServerConv1: TDdeServerConv
    OnExecuteMacro = DdeServerConv1ExecuteMacro
    Left = 24
    Top = 8
  end
  object DdeServerItem1: TDdeServerItem
    OnChange = DdeServerItem1Change
    OnPokeData = DdeServerItem1PokeData
    Left = 72
    Top = 16
  end
end

⌨️ 快捷键说明

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