cobserver.dfm

来自「Delphi深度探索,Delphi深度探索(第二版)」· DFM 代码 · 共 77 行

DFM
77
字号
object Form1: TForm1
  Left = 295
  Top = 185
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object dbgrd1: TDBGrid
    Left = 32
    Top = 104
    Width = 289
    Height = 265
    DataSource = ds1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object dbnvgr1: TDBNavigator
    Left = 32
    Top = 72
    Width = 240
    Height = 25
    DataSource = ds1
    TabOrder = 1
  end
  object DBEdit1: TDBEdit
    Left = 32
    Top = 376
    Width = 121
    Height = 24
    DataField = 'NAME'
    DataSource = ds1
    TabOrder = 2
  end
  object dbedt1: TDBEdit
    Left = 184
    Top = 376
    Width = 121
    Height = 24
    DataField = 'AREA'
    DataSource = ds1
    TabOrder = 3
  end
  object dbimg1: TDBImage
    Left = 352
    Top = 104
    Width = 257
    Height = 265
    DataField = 'BMP'
    DataSource = ds1
    TabOrder = 4
  end
  object ds1: TDataSource
    DataSet = tbl1
    Left = 32
    Top = 24
  end
  object tbl1: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    TableName = 'animals.dbf'
    Left = 72
    Top = 24
  end
end

⌨️ 快捷键说明

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