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

📄 unit2.dfm

📁 人事管理(delphi源码)
💻 DFM
字号:
object Form2: TForm2
  Left = 265
  Top = 135
  BorderStyle = bsNone
  Caption = '分类搜索'
  ClientHeight = 206
  ClientWidth = 379
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object XP_Form1: TXP_Form
    Left = 0
    Top = 0
    Width = 379
    Height = 206
    BtnClose = True
    BtnMax = False
    BtnMin = False
    BtnHelp = False
    IconOffSet = 0
    CaptionOffSet = 0
    BorderStyle = bsSizeable
    Magnet = 0
    TopMost = False
    BoldCaption = True
    UseSystemFont = True
    CaptionShadow = True
    PictureTrans = False
    PictureTransColor = clBlack
    Color = clGray
  end
  object XP_groupbox1: TXP_GroupBox
    Left = 53
    Top = 59
    Width = 281
    Height = 97
    BorderColor = 12570832
    CaptionColor = 13583874
    Caption = '请输入你欲搜索的姓名'
    Color = clScrollBar
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    object Edit1: TEdit
      Left = 40
      Top = 40
      Width = 201
      Height = 24
      TabOrder = 0
    end
    object Button2: TButton
      Left = 56
      Top = 72
      Width = 75
      Height = 25
      Caption = 'Button2'
      TabOrder = 1
      Visible = False
    end
    object Button3: TButton
      Left = 136
      Top = 72
      Width = 75
      Height = 25
      Caption = 'Button3'
      TabOrder = 2
      Visible = False
    end
    object Button4: TButton
      Left = 216
      Top = 72
      Width = 75
      Height = 25
      Caption = 'Button4'
      TabOrder = 3
      Visible = False
      OnClick = Button4Click
    end
  end
  object XP_Button1: TXP_Button
    Left = 40
    Top = 174
    Width = 75
    Height = 24
    Caption = '分类搜索'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabStop = True
    TabOrder = 1
    OnClick = Button1Click
    PicPos = pTop
    PicTrans = False
    PicTransColor = clBlack
    PicOffSet = 2
  end
  object XP_Button2: TXP_Button
    Left = 123
    Top = 174
    Width = 75
    Height = 24
    Caption = '开始搜索'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabStop = True
    TabOrder = 2
    PicPos = pTop
    PicTrans = False
    PicTransColor = clBlack
    PicOffSet = 2
  end
  object XP_Button3: TXP_Button
    Left = 198
    Top = 174
    Width = 75
    Height = 24
    Caption = '重新搜索'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabStop = True
    TabOrder = 3
    PicPos = pTop
    PicTrans = False
    PicTransColor = clBlack
    PicOffSet = 2
  end
  object XP_Button4: TXP_Button
    Left = 273
    Top = 174
    Width = 75
    Height = 24
    Caption = '取消搜索'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabStop = True
    TabOrder = 4
    OnClick = Button4Click
    PicPos = pTop
    PicTrans = False
    PicTransColor = clBlack
    PicOffSet = 2
  end
  object Button1: TButton
    Left = 24
    Top = 128
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 5
    Visible = False
    OnClick = Button1Click
  end
  object PopupMenu1: TPopupMenu
    AutoHotkeys = maManual
    Left = 24
    Top = 88
    object N1: TMenuItem
      Caption = '按姓名搜索'
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = '按职工编号搜索'
      OnClick = N2Click
    end
    object N3: TMenuItem
      Caption = '按身份证号搜索'
      OnClick = N3Click
    end
    object N4: TMenuItem
      Caption = '按电话搜索'
      OnClick = N4Click
    end
  end
  object Table1: TTable
    DatabaseName = 'F:\zqw\workdir'
    TableName = 'dagl.DB'
    Left = 200
    Top = 40
  end
end

⌨️ 快捷键说明

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