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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分 程序设置
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 409
  Height = 206
  Caption = #32452#20214#25302#21160#25928#26524#32534#31243
  Color = clBtnFace
  DragMode = dmAutomatic
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 8
    Width = 111
    Height = 13
    Caption = #24038#36793#25991#23383#32534#36753#26694#65306'     '
  end
  object Label2: TLabel
    Left = 200
    Top = 8
    Width = 108
    Height = 13
    Caption = #21491#36793#25991#23383#32534#36753#26694#65306'    '
  end
  object Memo1: TMemo
    Left = 0
    Top = 24
    Width = 195
    Height = 145
    DragMode = dmAutomatic
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
    OnDragDrop = OnDragpDrop
    OnDragOver = TextFromRightToLeft
  end
  object Memo2: TMemo
    Left = 200
    Top = 24
    Width = 198
    Height = 145
    DragMode = dmAutomatic
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    Lines.Strings = (
      'Memo1')
    TabOrder = 1
    OnDragDrop = TwoDrapDrop
    OnDragOver = FromRightToLeftText
  end
end

⌨️ 快捷键说明

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