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

📄 unit1.~dfm

📁 delphi数据库的程序代码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 544
  Height = 375
  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 Label1: TLabel
    Left = 40
    Top = 24
    Width = 46
    Height = 29
    Caption = #22995#21517
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -23
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 40
    Top = 168
    Width = 46
    Height = 29
    Caption = #31821#36143
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -23
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 160
    Top = 168
    Width = 46
    Height = 29
    Caption = #19987#19994
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -23
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 280
    Top = 168
    Width = 69
    Height = 29
    Caption = #25945#30740#23460
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -23
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 400
    Top = 168
    Width = 115
    Height = 29
    Caption = #25945#30740#23460#22320#28857
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -23
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object DBEdit1: TDBEdit
    Left = 136
    Top = 24
    Width = 121
    Height = 24
    DataField = #22995#21517
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBRadioGroup1: TDBRadioGroup
    Left = 360
    Top = 16
    Width = 81
    Height = 105
    Caption = #24615#21035
    DataField = #24615#21035
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -23
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Items.Strings = (
      #30007
      #22899)
    ParentFont = False
    TabOrder = 1
    Values.Strings = (
      #30007
      #22899)
  end
  object DBNavigator1: TDBNavigator
    Left = 40
    Top = 72
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBCheckBox1: TDBCheckBox
    Left = 40
    Top = 112
    Width = 193
    Height = 33
    Caption = #25968#23398#65292#29289#29702#19987#19994
    DataField = #19987#19994
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -23
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    ValueChecked = #25968#23398#65292#29289#29702
    ValueUnchecked = #33258#25511
  end
  object DBListBox1: TDBListBox
    Left = 16
    Top = 200
    Width = 105
    Height = 129
    DataField = #31821#36143
    DataSource = DataSource1
    ItemHeight = 16
    Items.Strings = (
      #29976#32899
      #22235#24029
      #27743#33487
      #27993#27743
      #23433#24509
      #27827#21271
      #20869#33945
      #24191#35199
      #28246#21271
      #28246#21335
      #27827#21335
      #23665#35199)
    TabOrder = 4
  end
  object DBComboBox1: TDBComboBox
    Left = 136
    Top = 200
    Width = 89
    Height = 24
    DataField = #19987#19994
    DataSource = DataSource1
    ItemHeight = 16
    Items.Strings = (
      #25968#23398
      #29289#29702
      #33258#25511)
    TabOrder = 5
  end
  object DBLookupListBox1: TDBLookupListBox
    Left = 264
    Top = 200
    Width = 105
    Height = 116
    DataField = #25945#30740#23460
    DataSource = DataSource1
    KeyField = #22995#21517
    ListField = #25945#30740#23460
    ListSource = DataSource2
    TabOrder = 6
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'STUDENT'
    TableName = 'student1.db'
    Left = 176
    Top = 40
  end
  object Table2: TTable
    Active = True
    DatabaseName = 'STUDENT'
    TableName = 'student2.DB'
    Left = 264
    Top = 40
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 176
    Top = 72
  end
  object DataSource2: TDataSource
    DataSet = Table2
    Left = 256
    Top = 40
  end
end

⌨️ 快捷键说明

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