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

📄 u_ygdd.dfm

📁 人力资源管理系统自动计算员工工资。自动生成员工工资报表。实现员工岗位调动操作。实现员工离职、复职操作。支持数据的模糊查询机制。运行环境 操作系统:Windows 2000/NT/XP/ME 开发工
💻 DFM
字号:
object frm_ygdd: Tfrm_ygdd
  Left = 115
  Top = 114
  Width = 815
  Height = 552
  Caption = #21592#24037#35843#21160
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 209
    Height = 525
    Align = alLeft
    BevelInner = bvSpace
    BevelOuter = bvLowered
    TabOrder = 0
    object TreeView1: TTreeView
      Left = 2
      Top = 2
      Width = 205
      Height = 521
      Align = alClient
      Indent = 19
      TabOrder = 0
      OnClick = TreeView1Click
    end
  end
  object Panel2: TPanel
    Left = 209
    Top = 0
    Width = 598
    Height = 525
    Align = alClient
    BevelInner = bvSpace
    BevelOuter = bvLowered
    TabOrder = 1
    object Panel3: TPanel
      Left = 2
      Top = 224
      Width = 594
      Height = 299
      Align = alBottom
      BevelInner = bvSpace
      BevelOuter = bvLowered
      TabOrder = 0
      object DBGrid1: TDBGrid
        Left = 2
        Top = 2
        Width = 590
        Height = 295
        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 CoolBar1: TCoolBar
      Left = 2
      Top = 2
      Width = 594
      Height = 71
      Bands = <
        item
          Control = ToolBar1
          ImageIndex = -1
          MinHeight = 65
          Width = 590
        end>
      object ToolBar1: TToolBar
        Left = 9
        Top = 0
        Width = 577
        Height = 65
        ButtonHeight = 60
        ButtonWidth = 8
        Caption = 'ToolBar1'
        TabOrder = 0
        object SpeedButton1: TSpeedButton
          Left = 0
          Top = 2
          Width = 65
          Height = 60
          Caption = #26597#25214
          OnClick = SpeedButton1Click
        end
        object ToolButton1: TToolButton
          Left = 65
          Top = 2
          Width = 8
          Caption = 'ToolButton1'
          ImageIndex = 0
          Style = tbsDivider
        end
        object SpeedButton2: TSpeedButton
          Left = 73
          Top = 2
          Width = 65
          Height = 60
          Caption = #26174#31034#20840#37096
          OnClick = SpeedButton2Click
        end
        object ToolButton2: TToolButton
          Left = 138
          Top = 2
          Width = 8
          Caption = 'ToolButton2'
          ImageIndex = 1
          Style = tbsDivider
        end
        object SpeedButton3: TSpeedButton
          Left = 146
          Top = 2
          Width = 65
          Height = 60
          Caption = #36864#20986
          OnClick = SpeedButton3Click
        end
      end
    end
    object Panel4: TPanel
      Left = 2
      Top = 73
      Width = 594
      Height = 151
      Align = alClient
      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 = 64
        Top = 18
        Width = 70
        Height = 14
        Caption = #21592#24037#32534#21495#65306
      end
      object Label2: TLabel
        Left = 336
        Top = 18
        Width = 70
        Height = 14
        Caption = #21592#24037#22995#21517#65306
      end
      object Label3: TLabel
        Left = 16
        Top = 68
        Width = 70
        Height = 14
        Caption = #37096'    '#38376#65306
      end
      object Label4: TLabel
        Left = 208
        Top = 68
        Width = 70
        Height = 14
        Caption = #32844'    '#21153#65306
      end
      object Label5: TLabel
        Left = 408
        Top = 68
        Width = 70
        Height = 14
        Caption = #32844'    '#31216#65306
      end
      object Edit1: TEdit
        Left = 136
        Top = 16
        Width = 120
        Height = 20
        Ctl3D = False
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 0
      end
      object Edit2: TEdit
        Left = 408
        Top = 16
        Width = 120
        Height = 20
        Ctl3D = False
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 1
      end
      object ComboBox1: TComboBox
        Left = 88
        Top = 64
        Width = 100
        Height = 22
        Enabled = False
        ItemHeight = 14
        TabOrder = 2
      end
      object ComboBox2: TComboBox
        Left = 280
        Top = 64
        Width = 100
        Height = 22
        Enabled = False
        ItemHeight = 14
        TabOrder = 3
      end
      object ComboBox3: TComboBox
        Left = 480
        Top = 64
        Width = 100
        Height = 22
        Enabled = False
        ItemHeight = 14
        TabOrder = 4
      end
      object BitBtn2: TBitBtn
        Left = 336
        Top = 98
        Width = 90
        Height = 40
        Caption = #30830#35748
        Default = True
        TabOrder = 5
        OnClick = BitBtn2Click
      end
      object BitBtn3: TBitBtn
        Left = 152
        Top = 98
        Width = 90
        Height = 40
        Caption = #35843#21160
        TabOrder = 6
        OnClick = BitBtn3Click
      end
    end
  end
  object DataSource1: TDataSource
    DataSet = Data1.ADOpublic
    Left = 251
    Top = 368
  end
end

⌨️ 快捷键说明

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