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

📄 u_czy.dfm

📁 人力资源管理系统自动计算员工工资。自动生成员工工资报表。实现员工岗位调动操作。实现员工离职、复职操作。支持数据的模糊查询机制。运行环境 操作系统:Windows 2000/NT/XP/ME 开发工
💻 DFM
字号:
object frm_gly: Tfrm_gly
  Left = 258
  Top = 110
  Width = 320
  Height = 400
  Caption = #31649#29702#21592#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 312
    Height = 63
    Bands = <
      item
        Control = ToolBar1
        ImageIndex = -1
        MinHeight = 57
        Width = 308
      end>
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 295
      Height = 57
      ButtonHeight = 52
      ButtonWidth = 8
      Caption = 'ToolBar1'
      TabOrder = 0
      object SpeedButton1: TSpeedButton
        Left = 0
        Top = 2
        Width = 50
        Height = 52
        Caption = #28155#21152
        OnClick = SpeedButton1Click
      end
      object SpeedButton2: TSpeedButton
        Left = 50
        Top = 2
        Width = 50
        Height = 52
        Caption = #20462#25913
        OnClick = SpeedButton2Click
      end
      object SpeedButton3: TSpeedButton
        Left = 100
        Top = 2
        Width = 50
        Height = 52
        Caption = #21024#38500
        OnClick = SpeedButton3Click
      end
      object ToolButton1: TToolButton
        Left = 150
        Top = 2
        Width = 8
        Caption = 'ToolButton1'
        ImageIndex = 0
        Style = tbsDivider
      end
      object SpeedButton6: TSpeedButton
        Left = 158
        Top = 2
        Width = 50
        Height = 52
        Caption = #36864#20986
        OnClick = SpeedButton6Click
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 145
    Width = 312
    Height = 228
    Align = alClient
    BevelInner = bvSpace
    BevelOuter = bvLowered
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 2
      Top = 2
      Width = 308
      Height = 224
      Align = alClient
      DataSource = DataSource1
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnCellClick = DBGrid1CellClick
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 63
    Width = 312
    Height = 82
    Align = alTop
    BevelInner = bvSpace
    BevelOuter = bvLowered
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object Label1: TLabel
      Left = 56
      Top = 16
      Width = 84
      Height = 14
      Caption = #25805#20316#21592#21517#31216#65306
    end
    object Label2: TLabel
      Left = 56
      Top = 52
      Width = 84
      Height = 14
      Caption = #25805#20316#21592#23494#30721#65306
    end
    object Edit1: TEdit
      Left = 144
      Top = 12
      Width = 90
      Height = 22
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 144
      Top = 48
      Width = 90
      Height = 22
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object DataSource1: TDataSource
    DataSet = Data1.ADOlogin
    Left = 48
    Top = 239
  end
end

⌨️ 快捷键说明

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