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

📄 unit7.~dfm

📁 人事管理(delphi源码)
💻 ~DFM
字号:
object Form7: TForm7
  Left = 231
  Top = 127
  BorderStyle = bsNone
  Caption = '询问'
  ClientHeight = 183
  ClientWidth = 341
  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 XP_Form1: TXP_Form
    Left = 0
    Top = 0
    Width = 341
    Height = 183
    BtnClose = True
    BtnMax = False
    BtnMin = False
    BtnHelp = False
    IconOffSet = 0
    CaptionOffSet = 0
    BorderStyle = bsSizeable
    Magnet = 0
    TopMost = False
    BoldCaption = True
    ClientPanel = Panel1
    UseSystemFont = True
    CaptionShadow = True
    PictureTrans = False
    PictureTransColor = clBlack
    Color = 15136504
  end
  object Panel1: TPanel
    Left = 3
    Top = 29
    Width = 335
    Height = 151
    BevelOuter = bvNone
    TabOrder = 0
    object Label1: TLabel
      Left = 98
      Top = 38
      Width = 156
      Height = 16
      Caption = '确认要删除该人事档案吗?'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 104
      Top = 66
      Width = 143
      Height = 16
      Caption = '删除后将无法恢复!!!'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Button1: TButton
      Left = 80
      Top = 112
      Width = 73
      Height = 25
      Caption = '删  除'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object Button2: TButton
      Left = 179
      Top = 112
      Width = 73
      Height = 25
      Caption = '取  消'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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