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

📄 ustainfo.dfm

📁 此为一个用delphi语言编写的人事管理系统
💻 DFM
📖 第 1 页 / 共 4 页
字号:
object frmStainfo: TfrmStainfo
  Left = 115
  Top = 142
  BorderStyle = bsDialog
  Caption = #21592#24037#20449#24687
  ClientHeight = 520
  ClientWidth = 808
  Color = 4666384
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -20
  Font.Name = #26999#20307'_GB2312'
  Font.Style = [fsBold]
  OldCreateOrder = False
  Position = poMainFormCenter
  OnActivate = FormActivate
  OnCreate = FormCreate
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 20
  object sptsta: TSplitter
    Left = 0
    Top = 0
    Height = 520
  end
  object gbper: TLabel
    Left = 14
    Top = 11
    Width = 139
    Height = 24
    Caption = #21592#24037#26723#26696'...'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object btnCancel: TSpeedButton
    Left = 709
    Top = 475
    Width = 81
    Height = 33
    Caption = #36864' '#20986
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnCancelClick
  end
  object btnPrint: TSpeedButton
    Left = 621
    Top = 475
    Width = 81
    Height = 33
    Caption = #25171' '#21360
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnprintClick
  end
  object btnDelete: TSpeedButton
    Left = 533
    Top = 475
    Width = 81
    Height = 33
    Caption = #21024' '#38500
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnDeleteClick
  end
  object btnNext: TSpeedButton
    Left = 445
    Top = 475
    Width = 81
    Height = 33
    Caption = #19979#19968#20010
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnnextClick
  end
  object btnPre: TSpeedButton
    Left = 357
    Top = 475
    Width = 81
    Height = 33
    Caption = #19978#19968#20010
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnPreClick
  end
  object btnSearch: TSpeedButton
    Left = 269
    Top = 475
    Width = 81
    Height = 33
    Caption = #26597' '#35810
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnSearchClick
  end
  object btnAppend: TSpeedButton
    Left = 181
    Top = 475
    Width = 81
    Height = 33
    Caption = #28155' '#21152
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnAppendClick
  end
  object btnModify: TSpeedButton
    Left = 93
    Top = 475
    Width = 81
    Height = 33
    Caption = #26356' '#26032
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnModifyClick
  end
  object Panel1: TPanel
    Left = -8
    Top = 48
    Width = 849
    Height = 417
    BevelInner = bvLowered
    TabOrder = 0
    object tvper: TTreeView
      Left = 2
      Top = 2
      Width = 175
      Height = 413
      Align = alLeft
      BevelInner = bvNone
      BevelOuter = bvRaised
      BorderStyle = bsNone
      Color = 16759701
      HideSelection = False
      Images = ilt
      Indent = 19
      PopupMenu = pmtree
      TabOrder = 0
      OnChanging = tvperChanging
      OnClick = tvperClick
      OnCollapsed = tvperCollapsed
      OnExpanded = tvperExpanded
      OnGetImageIndex = tvperGetImageIndex
      OnGetSelectedIndex = tvperGetSelectedIndex
    end
    object pcsta: TPageControl
      Left = 193
      Top = 18
      Width = 608
      Height = 383
      ActivePage = tsinfo
      TabOrder = 1
      object tsinfo: TTabSheet
        Caption = #22522#26412#26723#26696
        OnShow = tsinfoShow
        object Label1: TLabel
          Left = 8
          Top = 24
          Width = 63
          Height = 20
          Caption = #24037#21495#65306
        end
        object Label2: TLabel
          Left = 8
          Top = 48
          Width = 63
          Height = 20
          Caption = #22995#21517#65306
        end
        object Label3: TLabel
          Left = 8
          Top = 72
          Width = 63
          Height = 20
          Caption = #24615#21035#65306
        end
        object Label4: TLabel
          Left = 8
          Top = 97
          Width = 63
          Height = 20
          Caption = #29983#26085#65306
        end
        object Label5: TLabel
          Left = 8
          Top = 123
          Width = 63
          Height = 20
          Caption = #37096#38376#65306
        end
        object Label6: TLabel
          Left = 8
          Top = 150
          Width = 63
          Height = 20
          Caption = #24037#31181#65306
        end
        object Label7: TLabel
          Left = 8
          Top = 178
          Width = 63
          Height = 20
          Caption = #32844#31216#65306
        end
        object Label8: TLabel
          Left = 8
          Top = 205
          Width = 63
          Height = 20
          Caption = #30465#24066#65306
        end
        object Label9: TLabel
          Left = 8
          Top = 232
          Width = 63
          Height = 20
          Caption = #27665#26063#65306
        end
        object Label10: TLabel
          Left = 7
          Top = 260
          Width = 63
          Height = 20
          Caption = #23398#21382#65306
        end
        object Label11: TLabel
          Left = 8
          Top = 287
          Width = 63
          Height = 20
          Caption = #19987#19994#65306
        end
        object Label12: TLabel
          Left = 216
          Top = 24
          Width = 105
          Height = 20
          Caption = #36523#20221#35777#21495#65306
        end
        object Label13: TLabel
          Left = 216
          Top = 49
          Width = 105
          Height = 20
          Caption = #26723#26696#32534#21495#65306
        end
        object Label14: TLabel
          Left = 216
          Top = 75
          Width = 105
          Height = 20
          Caption = #25919#27835#38754#35980#65306
        end
        object Label15: TLabel
          Left = 216
          Top = 103
          Width = 105
          Height = 20
          Caption = #25216#26415#31561#32423#65306
        end
        object Label16: TLabel
          Left = 216
          Top = 128
          Width = 105
          Height = 20
          Caption = #23130#23035#29366#20917#65306
        end
        object Label17: TLabel
          Left = 216
          Top = 152
          Width = 105
          Height = 20
          Caption = #20837#21496#26102#38388#65306
        end
        object Label18: TLabel
          Left = 216
          Top = 179
          Width = 105
          Height = 20
          Caption = #20581#24247#29366#20917#65306
        end
        object Label19: TLabel
          Left = 216
          Top = 206
          Width = 105
          Height = 20
          Caption = #21512#21516#26399#38480#65306
        end
        object Label20: TLabel
          Left = 216
          Top = 233
          Width = 105
          Height = 20
          Caption = #21512#21516#24320#22987#65306
        end
        object Label21: TLabel
          Left = 216
          Top = 259
          Width = 105
          Height = 20
          Caption = #21512#21516#32467#26463#65306
        end
        object Label23: TLabel
          Left = 216
          Top = 289
          Width = 105
          Height = 20
          Caption = #23478#24237#20303#22336#65306
        end
        object Label22: TLabel
          Left = 9
          Top = 316
          Width = 63
          Height = 20
          Caption = #37038#32534#65306
        end
        object Label24: TLabel
          Left = 259
          Top = 319
          Width = 63
          Height = 20
          Caption = #22791#27880#65306
        end
        object pnlimg: TPanel
          Left = 456
          Top = 80
          Width = 127
          Height = 198
          AutoSize = True
          Color = 16759701
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 24
          object imgi: TImage
            Left = 1
            Top = 1
            Width = 125
            Height = 170
            Center = True
          end
          object btnediti: TButton
            Left = 7
            Top = 177
            Width = 50
            Height = 20
            Caption = #26356#26032
            Enabled = False
            TabOrder = 0
            OnClick = btneditiClick
          end
          object btndeli: TButton
            Left = 71
            Top = 177
            Width = 50
            Height = 20
            Caption = #21024#38500
            Enabled = False
            TabOrder = 1
            OnClick = btndeliClick
          end
        end
        object dedtstano: TDBEdit
          Left = 68
          Top = 17
          Width = 120
          Height = 28
          DataField = 'stano'
          DataSource = dst
          TabOrder = 0
        end
        object dedtname: TDBEdit
          Left = 68
          Top = 44
          Width = 120

⌨️ 快捷键说明

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