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

📄 unit30.dfm

📁 人力资源管理系统的源代码和毕业论文 人力资源管理系统是一个典型的信息管理系统(MIS)
💻 DFM
字号:
object Form30: TForm30
  Left = 426
  Top = 377
  Width = 628
  Height = 402
  Caption = #20154#25165#20449#24687#20462#25913
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 10
    Top = 11
    Width = 591
    Height = 126
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label2: TLabel
      Left = 32
      Top = 30
      Width = 57
      Height = 16
      AutoSize = False
      Caption = #29992#25143#21517
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 40
      Top = 86
      Width = 40
      Height = 16
      AutoSize = False
      Caption = #23494'  '#30721
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label17: TLabel
      Left = 16
      Top = 1
      Width = 65
      Height = 16
      AutoSize = False
      Caption = #29992#25143#20449#24687
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 98
      Top = 27
      Width = 143
      Height = 24
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 100
      Top = 83
      Width = 173
      Height = 24
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 224
    Width = 601
    Height = 121
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 512
    Top = 180
    Width = 81
    Height = 33
    Caption = #36864'  '#20986
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 416
    Top = 180
    Width = 73
    Height = 33
    Caption = #21024'  '#38500
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 312
    Top = 180
    Width = 73
    Height = 33
    Caption = #22686'  '#21152
    TabOrder = 4
    OnClick = Button3Click
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = DataModule10.cnSQL
    CursorType = ctStatic
    TableName = 'p_user'
    Left = 160
    Top = 184
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 80
    Top = 184
  end
end

⌨️ 快捷键说明

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