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

📄 yggzjgtz.dfm

📁 用delphi开发的 人事管理系统
💻 DFM
字号:
object frm_yggzjgtz: Tfrm_yggzjgtz
  Left = 178
  Top = 86
  Width = 469
  Height = 435
  Caption = '员工工资结构调整'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIForm
  OldCreateOrder = False
  Position = poDesktopCenter
  Visible = True
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 15
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 461
    Height = 45
    Align = alTop
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label4: TLabel
      Left = 124
      Top = 5
      Width = 201
      Height = 24
      Caption = '员工工资结构调整'
      Color = clBtnFace
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clInfoBk
      Font.Height = -24
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
      Transparent = True
    end
    object Label3: TLabel
      Left = 123
      Top = 5
      Width = 201
      Height = 24
      Caption = '员工工资结构调整'
      Color = clBtnFace
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -24
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
      Transparent = True
    end
    object Shape1: TShape
      Left = 120
      Top = 32
      Width = 208
      Height = 1
      Pen.Color = clRed
    end
    object Shape2: TShape
      Left = 120
      Top = 36
      Width = 208
      Height = 1
      Pen.Color = clRed
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 45
    Width = 461
    Height = 37
    Align = alTop
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object Label2: TLabel
      Left = 16
      Top = 12
      Width = 90
      Height = 15
      Caption = '输入员工工号'
    end
    object Label1: TLabel
      Left = 224
      Top = 12
      Width = 60
      Height = 15
      Caption = '员工姓名'
    end
    object Edit2: TEdit
      Left = 296
      Top = 6
      Width = 121
      Height = 23
      TabOrder = 0
    end
    object Edit1: TEdit
      Left = 112
      Top = 6
      Width = 89
      Height = 23
      TabOrder = 1
      OnExit = Edit1Exit
      OnKeyPress = Edit1KeyPress
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 82
    Width = 461
    Height = 325
    Align = alTop
    TabOrder = 2
    object Bevel1: TBevel
      Left = 16
      Top = 16
      Width = 433
      Height = 249
    end
    object Button1: TButton
      Left = 24
      Top = 280
      Width = 89
      Height = 25
      Caption = ' 清除(&C)'
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 133
      Top = 280
      Width = 81
      Height = 25
      Caption = '查询(&Q)'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 232
      Top = 280
      Width = 89
      Height = 25
      Caption = '确认新增(&A)'
      TabOrder = 2
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 336
      Top = 280
      Width = 89
      Height = 25
      Caption = '退出(&E)'
      TabOrder = 3
      OnClick = Button4Click
    end
    object StringGrid1: TStringGrid
      Left = 33
      Top = 24
      Width = 400
      Height = 233
      ColCount = 4
      DefaultColWidth = 70
      FixedCols = 0
      RowCount = 2
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
      TabOrder = 4
      OnSelectCell = StringGrid1SelectCell
      OnSetEditText = StringGrid1SetEditText
      ColWidths = (
        95
        88
        88
        98)
    end
  end
  object Query1: TQuery
    Left = 488
    Top = 16
  end
end

⌨️ 快捷键说明

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