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

📄 ry.dfm

📁 这个工资管理系统是我今年的毕业设计
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object Form5: TForm5
  Left = 51
  Top = 125
  Width = 939
  Height = 500
  Caption = #24037#36164#31649#29702#31995#32479#65293#20154#21592#26723#26696
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DBGridEh1: TDBGridEh
    Left = 105
    Top = 94
    Width = 826
    Height = 372
    Align = alClient
    DataSource = DataSource1
    Flat = True
    FooterColor = clWindow
    FooterFont.Charset = DEFAULT_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -11
    FooterFont.Name = 'MS Sans Serif'
    FooterFont.Style = []
    FrozenCols = 4
    Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgMultiSelect]
    PopupMenu = PopupMenu1
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Visible = False
    OnDblClick = DBGridEh1DblClick
    OnDrawColumnCell = DBGridEh1DrawColumnCell
  end
  object Panel1: TPanel
    Left = 0
    Top = 45
    Width = 931
    Height = 49
    Align = alTop
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 3
      Top = -1
      Width = 961
      Height = 49
      Caption = #8801#20154#21592#26723#26696#8801
      Ctl3D = True
      Enabled = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      object Label1: TLabel
        Left = 104
        Top = 26
        Width = 60
        Height = 13
        Caption = #26597#35810#26465#20214#65306
      end
      object SpeedButton1: TSpeedButton
        Left = 378
        Top = 23
        Width = 31
        Height = 19
        Caption = 'OK'
        Flat = True
        Visible = False
        OnClick = SpeedButton1Click
      end
      object ComboBox1: TComboBox
        Left = 168
        Top = 22
        Width = 113
        Height = 21
        BevelInner = bvSpace
        BevelKind = bkFlat
        BevelOuter = bvRaised
        Style = csDropDownList
        Ctl3D = False
        ItemHeight = 13
        ParentCtl3D = False
        TabOrder = 0
        OnSelect = ComboBox1Select
        Items.Strings = (
          #21592#24037#20195#30721
          #22995'  '#21517
          #24180'  '#40836)
      end
      object Panel2: TPanel
        Left = 283
        Top = 21
        Width = 94
        Height = 22
        BevelOuter = bvNone
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 1
        Visible = False
        object Label2: TLabel
          Left = 39
          Top = 5
          Width = 12
          Height = 13
          Caption = #21040
        end
        object Edit1: TEdit
          Left = 57
          Top = 2
          Width = 33
          Height = 19
          Ctl3D = False
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clBlue
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentCtl3D = False
          ParentFont = False
          TabOrder = 0
          Text = '99'
        end
        object Edit2: TEdit
          Left = 2
          Top = 2
          Width = 33
          Height = 19
          Ctl3D = False
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clBlue
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentCtl3D = False
          ParentFont = False
          TabOrder = 1
          Text = '1'
        end
      end
      object Panel3: TPanel
        Left = 411
        Top = 22
        Width = 94
        Height = 22
        BevelOuter = bvNone
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 2
        Visible = False
        object Edit4: TEdit
          Left = 2
          Top = 1
          Width = 88
          Height = 19
          Ctl3D = False
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clBlue
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentCtl3D = False
          ParentFont = False
          TabOrder = 0
          Text = 'admin'
        end
      end
      object spSkinButton1: TspSkinButton
        Left = 888
        Top = 15
        Width = 59
        Height = 25
        TabOrder = 3
        DrawDefault = True
        SkinDataName = 'button'
        AlphaBlend = False
        AlphaBlendValue = 200
        UseSkinCursor = False
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        UseSkinFont = True
        DefaultWidth = 0
        DefaultHeight = 0
        RepeatMode = False
        RepeatInterval = 100
        AllowAllUp = False
        TabStop = True
        CanFocused = True
        Down = False
        GroupIndex = 0
        Caption = #20851#38381#31383#20307
        NumGlyphs = 1
        Spacing = 1
        OnClick = spSkinButton1Click
      end
    end
  end
  object Panel4: TPanel
    Left = 0
    Top = 94
    Width = 105
    Height = 372
    Align = alLeft
    BevelInner = bvLowered
    TabOrder = 2
    Visible = False
    object TreeView1: TTreeView
      Left = 2
      Top = 25
      Width = 101
      Height = 345
      Align = alClient
      Ctl3D = False
      HotTrack = True
      Indent = 19
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 0
      OnClick = TreeView1Click
      Items.Data = {
        01000000250000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
        0CCBF9D3D0C8CBD4B1B5B5B0B8}
    end
    object Panel5: TPanel
      Left = 2
      Top = 2
      Width = 101
      Height = 23
      Align = alTop
      Caption = #37096#38376#36873#25321
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
  end
  object spSkinToolBar1: TspSkinToolBar
    Left = 0
    Top = 0
    Width = 931
    Height = 45
    TabOrder = 3
    DrawDefault = True
    SkinDataName = 'toolpanel'
    AlphaBlend = False
    AlphaBlendValue = 200
    UseSkinCursor = False
    DefaultFont.Charset = DEFAULT_CHARSET
    DefaultFont.Color = clWindowText
    DefaultFont.Height = 14
    DefaultFont.Name = 'Arial'
    DefaultFont.Style = []
    UseSkinFont = True
    DefaultWidth = 0
    DefaultHeight = 45
    RealHeight = -1
    AutoEnabledControls = True
    CheckedMode = False
    Checked = False
    NumGlyphs = 1
    Spacing = 2
    DefaultAlignment = taLeftJustify
    DefaultCaptionHeight = 22
    BorderStyle = bvNone
    CaptionMode = False
    RollUpMode = False
    RollUpState = False
    Caption = 'spSkinToolBar1'
    Align = alTop
    Enabled = False
    CanScroll = False
    HotScroll = False
    ScrollOffset = 0
    ScrollTimerInterval = 50
    WidthWithCaptions = 0
    WidthWithoutCaptions = 0
    AutoShowHideCaptions = False
    ShowCaptions = False
    Flat = False
    object spSkinBevel1: TspSkinBevel
      Left = 0
      Top = 0
      Width = 9
      Height = 45
      Align = alLeft
      SkinDataName = 'bevel'
      DividerMode = True
    end
    object spSkinSpeedButton1: TspSkinSpeedButton
      Left = 9
      Top = 0
      Width = 48
      Height = 45
      DrawDefault = True
      SkinDataName = 'toolbutton'
      AlphaBlend = False
      AlphaBlendValue = 200
      UseSkinCursor = False
      DefaultFont.Charset = DEFAULT_CHARSET
      DefaultFont.Color = clWindowText
      DefaultFont.Height = 14
      DefaultFont.Name = 'Arial'
      DefaultFont.Style = []
      UseSkinFont = True
      DefaultWidth = 0
      DefaultHeight = 0
      WidthWithCaption = 0
      WidthWithoutCaption = 0
      ImageIndex = 0
      RepeatMode = False
      RepeatInterval = 100
      Flat = True
      AllowAllUp = False
      Down = False
      GroupIndex = 0
      Caption = #28155#21152
      ShowCaption = True
      Glyph.Data = {
        6E030000424D6E030000000000006E0200002800000010000000100000000100
        08000000000000010000120B0000120B00008E0000008E00000000000000FFFF
        FF00FF00FF007C7078008D787F0085787C00A3878C00B7818300B47F8100A877
        79008F676900956D6F007D555600996E6F009D6C6C00A47272009D6D6D009E6E
        6E00C68E8E00C8929200C48F8F00C38E8E00C18D8D00A1767600AC808000D6A2
        A200DAA6A600D9A5A500D8A4A400E9B5B500E8B5B500ECB9B900965F5D009E74
        7300A3797800EEB7B500F3BCBB00E5A6A300B2787300E1D0CE00E4D4D200B481

⌨️ 快捷键说明

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