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

📄 unit1.dfm

📁 用QUERY控件与 Table控件的database management.
💻 DFM
字号:
object Form1: TForm1
  Left = 193
  Top = 109
  Width = 430
  Height = 220
  Caption = #25968#25454#26597#35810#25511#20214#30340#24212#29992#19982#32593#26684#30340#21482#35835#23646#24615
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 9
    Top = 24
    Width = 384
    Height = 120
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 16
    Top = 152
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 1
  end
  object ComboBox1: TComboBox
    Left = 264
    Top = 152
    Width = 145
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 14
    ParentFont = False
    TabOrder = 2
    Text = #35831#36873#25321
    OnClick = ComboBox1Click
    Items.Strings = (
      #32534#36753#35760#24405
      #26597#35810#35760#24405)
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'DBDEMOS'
    SQL.Strings = (
      'select * from country')
    Left = 328
    Top = 40
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 296
    Top = 72
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    TableName = 'country.db'
    Left = 256
    Top = 48
  end
  object DataSource2: TDataSource
    DataSet = Table1
    Left = 248
    Top = 96
  end
end

⌨️ 快捷键说明

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