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

📄 unit21.dfm

📁 人力资源管理系统的源代码和毕业论文 人力资源管理系统是一个典型的信息管理系统(MIS)
💻 DFM
字号:
object Form21: TForm21
  Left = 148
  Top = 255
  Width = 566
  Height = 352
  Caption = #36873#25321#20154#25165
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poOwnerFormCenter
  Visible = True
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 435
    Top = 16
    Width = 81
    Height = 33
    Caption = #30830'  '#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 19
    Top = 56
    Width = 518
    Height = 233
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 48
    Top = 8
  end
  object ADOQuery1: TADOQuery
    Connection = DataModule10.cnSQL
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select ID,'#22995#21517','#24615#21035','#24180#40836','#20986#29983#26085#26399','#25216#26415#32844#21153','#27665#26063','#25919#27835#38754#35980','#20303#22336' from base_info')
    Left = 16
    Top = 8
  end
end

⌨️ 快捷键说明

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