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

📄 unit6.dfm

📁 数据库编程 人事档案管理
💻 DFM
字号:
object Form6: TForm6
  Left = 206
  Top = 118
  Width = 544
  Height = 375
  Caption = 'Form6'
  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 = 8
    Top = 8
    Width = 465
    Height = 225
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object RG: TRadioGroup
    Left = 16
    Top = 248
    Width = 113
    Height = 89
    Items.Strings = (
      #21830#21697#21517#31216
      #20837#24211#26085#26399)
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 136
    Top = 280
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 336
    Top = 264
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 336
    Top = 304
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
  end
  object Query1: TQuery
    DatabaseName = 'kucun'
    Left = 496
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 496
    Top = 40
  end
end

⌨️ 快捷键说明

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