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

📄 unit1.dfm

📁 db
💻 DFM
字号:
object Form1: TForm1
  Left = 431
  Top = 122
  Width = 439
  Height = 382
  Caption = #20027#20174#34920#30340#35774#35745
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 32
    Top = 24
    Width = 321
    Height = 120
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        ButtonStyle = cbsNone
        Expanded = False
        FieldName = 'Type'
        Title.Alignment = taCenter
        Title.Caption = #31185#30446#31867#22411
        Visible = True
      end>
  end
  object DBGrid2: TDBGrid
    Left = 32
    Top = 160
    Width = 320
    Height = 120
    DataSource = DataSource2
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'Name'
        Title.Alignment = taCenter
        Title.Caption = #31185#30446#21517#31216
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Teacher'
        Title.Alignment = taCenter
        Title.Caption = #25945#24072
        Visible = True
      end>
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'E:\db\'
    TableName = 'Type.db'
    Left = 112
    Top = 80
  end
  object Table2: TTable
    Active = True
    DatabaseName = 'E:\db\'
    IndexName = 'which_type'
    MasterFields = 'Type'
    MasterSource = DataSource1
    TableName = 'Subject.db'
    Left = 72
    Top = 240
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 176
    Top = 80
  end
  object DataSource2: TDataSource
    DataSet = Table2
    Left = 144
    Top = 248
  end
end

⌨️ 快捷键说明

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