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

📄 unit4.dfm

📁 数据库编程 人事档案管理
💻 DFM
字号:
object Form4: TForm4
  Left = 209
  Top = 129
  Width = 544
  Height = 375
  Caption = 'Form4'
  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 Label1: TLabel
    Left = 40
    Top = 16
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #20986#24211#21333#21495
  end
  object Label2: TLabel
    Left = 40
    Top = 48
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #21830#21697#21517#31216
  end
  object Label3: TLabel
    Left = 40
    Top = 80
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #21333#20301
  end
  object Label4: TLabel
    Left = 40
    Top = 120
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #20986#24211#25968#37327
  end
  object Label5: TLabel
    Left = 40
    Top = 152
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #20986#24211#21333#20215
  end
  object Label6: TLabel
    Left = 40
    Top = 192
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #20986#24211#26085#26399
  end
  object DBEdit1: TDBEdit
    Left = 128
    Top = 16
    Width = 121
    Height = 21
    DataField = #20986#24211#21333#21495
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBComboBox1: TDBComboBox
    Left = 128
    Top = 48
    Width = 145
    Height = 21
    DataField = #21830#21697#21517#31216
    DataSource = DataSource1
    ItemHeight = 13
    Items.Strings = (
      #29275#22902
      #38754#21253
      #30333#31958
      #39292#24178)
    TabOrder = 1
  end
  object DBComboBox2: TDBComboBox
    Left = 128
    Top = 80
    Width = 145
    Height = 21
    DataField = #21333#20301
    DataSource = DataSource1
    ItemHeight = 13
    Items.Strings = (
      #26020
      #20010
      #30418)
    TabOrder = 2
  end
  object DBEdit2: TDBEdit
    Left = 128
    Top = 112
    Width = 121
    Height = 21
    DataField = #20986#24211#25968#37327
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit3: TDBEdit
    Left = 128
    Top = 152
    Width = 121
    Height = 21
    DataField = #20986#24211#21333#20215
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit4: TDBEdit
    Left = 128
    Top = 192
    Width = 121
    Height = 21
    DataField = #20986#24211#26085#26399
    DataSource = DataSource1
    TabOrder = 5
  end
  object Button1: TButton
    Left = 64
    Top = 264
    Width = 75
    Height = 25
    Caption = #20986#24211
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 240
    Top = 264
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 7
  end
  object Table1: TTable
    DatabaseName = 'kucun'
    TableName = #20986#24211#21333'.db'
    Left = 464
    Top = 16
  end
  object Query1: TQuery
    DatabaseName = 'kucun'
    Left = 472
    Top = 64
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 496
    Top = 16
  end
end

⌨️ 快捷键说明

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