back.~dfm

来自「信息技术考试系统单机版数据库中附有两套练习——《高一信息技术期中练习》、《高一信」· ~DFM 代码 · 共 52 行

~DFM
52
字号
object Form1: TForm1
  Left = 143
  Top = 55
  Width = 800
  Height = 600
  Caption = #20449#24687#25216#26415#31995#32479#21518#21488#31649#29702
  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 PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 792
    Height = 566
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #35774#32622
    end
    object TabSheet2: TTabSheet
      Caption = #25104#32489
      ImageIndex = 1
    end
  end
  object ADOTable1: TADOTable
    CursorType = ctStatic
    TableName = #35774#32622
    Left = 176
  end
  object ADOTable2: TADOTable
    CursorType = ctStatic
    TableName = #25104#32489
    Left = 312
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 208
  end
  object DataSource2: TDataSource
    DataSet = ADOTable2
    Left = 344
  end
end

⌨️ 快捷键说明

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