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

📄 fatherview.dfm

📁 Delphi利用MVC开发的典型例子
💻 DFM
字号:
object ViewFather: TViewFather
  Left = 0
  Top = 0
  Width = 320
  Height = 336
  Color = clBtnShadow
  ParentColor = False
  TabOrder = 0
  object Label1: TLabel
    Left = 19
    Top = 47
    Width = 96
    Height = 13
    Caption = 'Command Received'
  end
  object Label2: TLabel
    Left = 19
    Top = 87
    Width = 51
    Height = 13
    Caption = 'Response:'
  end
  object Label3: TLabel
    Left = 16
    Top = 8
    Width = 108
    Height = 13
    Caption = 'Commands I can send:'
  end
  object Label4: TLabel
    Left = 19
    Top = 127
    Width = 77
    Height = 13
    Caption = 'Actual Meaning:'
  end
  object Label5: TLabel
    Left = 16
    Top = 240
    Width = 93
    Height = 37
    Caption = 'Father'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 16
    Top = 63
    Width = 209
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 16
    Top = 103
    Width = 209
    Height = 21
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 16
    Top = 143
    Width = 209
    Height = 89
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object ComboBox1: TComboBox
    Left = 16
    Top = 24
    Width = 209
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    Text = 'Stop drawing on the wall!'
    Items.Strings = (
      'Stop drawing on the wall!'
      'Who wanna play football game with me?')
  end
  object Button1: TButton
    Left = 228
    Top = 24
    Width = 75
    Height = 25
    Caption = 'Send'
    TabOrder = 4
  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 + -