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

📄 unit3.dfm

📁 数据库编程 人事档案管理
💻 DFM
字号:
object Form3: TForm3
  Left = 228
  Top = 163
  Width = 553
  Height = 375
  Caption = 'Form3'
  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 = 88
    Top = 32
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #21830#21697#21517#31216
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 99
    Top = 56
    Width = 38
    Height = 13
    AutoSize = False
    Caption = #21333#20301
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 88
    Top = 88
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #20837#24211#25968#37327
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 88
    Top = 128
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #20837#24211#21333#20215
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 88
    Top = 160
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #20837#24211#26085#26399
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 88
    Top = 8
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #20837#24211#21333#21495
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 88
    Top = 240
    Width = 75
    Height = 25
    Caption = #20837#24211
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 216
    Top = 240
    Width = 75
    Height = 25
    Caption = #36864#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object DBEdit1: TDBEdit
    Left = 168
    Top = 8
    Width = 121
    Height = 24
    DataField = #20837#24211#21333#21495
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object DBComboBox1: TDBComboBox
    Left = 168
    Top = 32
    Width = 145
    Height = 24
    DataField = #21830#21697#21517#31216
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ItemHeight = 16
    Items.Strings = (
      #38754#21253
      #29275#22902
      #39292#24178
      #30333#31958)
    ParentFont = False
    TabOrder = 3
  end
  object DBComboBox2: TDBComboBox
    Left = 168
    Top = 64
    Width = 145
    Height = 24
    DataField = #21333#20301
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ItemHeight = 16
    Items.Strings = (
      #20010
      #26020)
    ParentFont = False
    TabOrder = 4
  end
  object DBEdit2: TDBEdit
    Left = 168
    Top = 96
    Width = 121
    Height = 24
    DataField = #20837#24211#25968#37327
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
  end
  object DBEdit3: TDBEdit
    Left = 168
    Top = 128
    Width = 121
    Height = 24
    DataField = #20837#24211#21333#20215
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
  end
  object DBEdit4: TDBEdit
    Left = 168
    Top = 160
    Width = 121
    Height = 24
    DataField = #20837#24211#26085#26399
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
  end
  object Table1: TTable
    DatabaseName = 'kucun'
    TableName = #20837#24211#21333'.DB'
    Left = 400
    Top = 16
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 448
    Top = 16
  end
  object Query1: TQuery
    DatabaseName = 'kucun'
    Left = 400
    Top = 80
  end
  object Table2: TTable
    DatabaseName = 'kucun'
    TableName = #24211#23384#24635#34920'.db'
    Left = 448
    Top = 72
  end
end

⌨️ 快捷键说明

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