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

📄 unit9.dfm

📁 自己做的一个人力资源管理
💻 DFM
字号:
object system_people: Tsystem_people
  Left = 246
  Top = 225
  Width = 606
  Height = 312
  Caption = 'system_people'
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 598
    Height = 41
    Align = alTop
    Caption = #31995#32479#20449#24687
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 41
    Width = 598
    Height = 203
    Align = alClient
    TabOrder = 1
    object Label1: TLabel
      Left = 190
      Top = 24
      Width = 11
      Height = 13
      Caption = 'ID'
    end
    object Label2: TLabel
      Left = 190
      Top = 64
      Width = 48
      Height = 13
      Caption = #29992#25143#21517#31216
    end
    object Label3: TLabel
      Left = 190
      Top = 96
      Width = 24
      Height = 13
      Caption = #23494#30721
    end
    object Label4: TLabel
      Left = 190
      Top = 128
      Width = 48
      Height = 13
      Caption = #29992#25143#31867#22411
    end
    object Edit1: TEdit
      Left = 262
      Top = 20
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 262
      Top = 60
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 262
      Top = 92
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object ComboBox1: TComboBox
      Left = 262
      Top = 123
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 3
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 244
    Width = 598
    Height = 41
    Align = alBottom
    TabOrder = 2
    object ToolBar1: TToolBar
      Left = 1
      Top = 1
      Width = 596
      Height = 36
      ButtonHeight = 32
      ButtonWidth = 66
      Caption = 'ToolBar1'
      HotImages = DM.FORMImageList
      Images = DM.FORMImageList
      TabOrder = 0
      object ToolButton1: TToolButton
        Left = 0
        Top = 2
        Caption = 'ToolButton1'
        ImageIndex = 0
      end
      object ToolButton2: TToolButton
        Left = 66
        Top = 2
        Caption = 'ToolButton2'
        ImageIndex = 1
      end
      object ToolButton3: TToolButton
        Left = 132
        Top = 2
        Caption = 'ToolButton3'
        ImageIndex = 2
      end
      object ToolButton4: TToolButton
        Left = 198
        Top = 2
        Caption = 'ToolButton4'
        ImageIndex = 3
      end
      object ToolButton5: TToolButton
        Left = 264
        Top = 2
        Caption = 'ToolButton5'
        ImageIndex = 4
      end
      object ToolButton6: TToolButton
        Left = 330
        Top = 2
        Caption = 'ToolButton6'
        ImageIndex = 5
      end
      object ToolButton7: TToolButton
        Left = 396
        Top = 2
        Caption = 'ToolButton7'
        Enabled = False
        ImageIndex = 6
      end
      object ToolButton8: TToolButton
        Left = 462
        Top = 2
        Caption = 'ToolButton8'
        ImageIndex = 7
      end
      object ToolButton9: TToolButton
        Left = 528
        Top = 2
        Caption = 'ToolButton9'
        ImageIndex = 8
      end
    end
  end
end

⌨️ 快捷键说明

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