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

📄 unit23.dfm

📁 人力资源管理系统的源代码和毕业论文 人力资源管理系统是一个典型的信息管理系统(MIS)
💻 DFM
字号:
object Form23: TForm23
  Left = 200
  Top = 111
  Width = 849
  Height = 533
  Caption = #26597#35810#20154#25165#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 24
    Top = 24
    Width = 809
    Height = 169
    Caption = #35831#36755#20837#22995#21517
    TabOrder = 0
    object RadioGroup1: TRadioGroup
      Left = 552
      Top = 0
      Width = 249
      Height = 169
      Caption = #26597#35810#39033#30446
      TabOrder = 0
    end
    object Edit1: TEdit
      Left = 48
      Top = 40
      Width = 193
      Height = 37
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -24
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      Text = 'Edit1'
    end
    object Button1: TButton
      Left = 176
      Top = 120
      Width = 73
      Height = 33
      Caption = #24320#22987#26597#25214
      TabOrder = 2
      OnClick = Button1Click
    end
    object RadioButton1: TRadioButton
      Left = 576
      Top = 22
      Width = 113
      Height = 17
      Caption = #22522#26412#20449#24687
      Checked = True
      TabOrder = 3
      TabStop = True
    end
    object RadioButton2: TRadioButton
      Left = 576
      Top = 46
      Width = 113
      Height = 17
      Caption = #24037#20316#31616#21382
      TabOrder = 4
    end
    object RadioButton3: TRadioButton
      Left = 576
      Top = 70
      Width = 113
      Height = 17
      Caption = #23398#20064#31616#21382
      TabOrder = 5
    end
    object RadioButton4: TRadioButton
      Left = 576
      Top = 94
      Width = 113
      Height = 17
      Caption = #22521#35757#24773#20917
      TabOrder = 6
    end
    object RadioButton5: TRadioButton
      Left = 576
      Top = 115
      Width = 113
      Height = 17
      Caption = #22870#24809#24773#20917
      TabOrder = 7
    end
    object RadioButton6: TRadioButton
      Left = 577
      Top = 136
      Width = 113
      Height = 17
      Caption = #31163#32844#24773#20917
      TabOrder = 8
    end
  end
  object DBGrid1: TDBGrid
    Left = 12
    Top = 265
    Width = 825
    Height = 209
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 80
    Top = 224
  end
  object ADOQuery1: TADOQuery
    Connection = DataModule10.cnSQL
    Parameters = <>
    Left = 160
    Top = 224
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = DataModule10.cnSQL
    CursorType = ctStatic
    TableName = 'base_info'
    Left = 320
    Top = 224
  end
end

⌨️ 快捷键说明

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