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

📄 motherview.dfm

📁 Delphi利用MVC开发的典型例子
💻 DFM
字号:
object ViewMother: TViewMother
  Left = 0
  Top = 0
  Width = 326
  Height = 299
  Color = clBackground
  ParentColor = False
  TabOrder = 0
  object Label1: TLabel
    Left = 32
    Top = 56
    Width = 96
    Height = 13
    Caption = 'Command Received'
  end
  object Label2: TLabel
    Left = 32
    Top = 97
    Width = 51
    Height = 13
    Caption = 'Response:'
  end
  object Label3: TLabel
    Left = 32
    Top = 16
    Width = 108
    Height = 13
    Caption = 'Commands I can send:'
  end
  object Label4: TLabel
    Left = 35
    Top = 144
    Width = 77
    Height = 13
    Caption = 'Actual Meaning:'
  end
  object Label5: TLabel
    Left = 30
    Top = 256
    Width = 99
    Height = 37
    Caption = 'Mother'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 216
    Top = 32
    Width = 75
    Height = 25
    Caption = 'Send'
    TabOrder = 2
  end
  object ComboBox1: TComboBox
    Left = 32
    Top = 32
    Width = 177
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    Text = 'Stop drawing on the wall!'
    Items.Strings = (
      'Stop drawing on the wall!'
      'Is my newly bought clothes fit me well?'
      'Do you love me?'
      'Have you every heard?...')
  end
  object Edit1: TEdit
    Left = 32
    Top = 72
    Width = 177
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 32
    Top = 112
    Width = 177
    Height = 21
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 32
    Top = 160
    Width = 185
    Height = 89
    ScrollBars = ssVertical
    TabOrder = 3
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 300
    OnTimer = Timer1Timer
    Left = 240
    Top = 88
  end
end

⌨️ 快捷键说明

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