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

📄 u_main.~dfm

📁 主要是对人员信息和工资进行管理
💻 ~DFM
📖 第 1 页 / 共 4 页
字号:
object F_main: TF_main
  Left = 128
  Top = 81
  Width = 810
  Height = 605
  Caption = #20154#20107#31649#29702#31995#32479
  Color = clAppWorkSpace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu
  OldCreateOrder = False
  WindowState = wsMaximized
  WindowMenu = M_window
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 532
    Width = 802
    Height = 19
    Panels = <
      item
        Width = 200
      end
      item
        Width = 50
      end>
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 802
    Height = 41
    ButtonHeight = 31
    ButtonWidth = 36
    Caption = 'ToolBar1'
    Images = ImageList1
    TabOrder = 1
    object TB_connect: TToolButton
      Left = 0
      Top = 2
      Hint = #36830#25509#21040#26381#21153#22120
      Caption = '&C'#36830#25509'...'
      ImageIndex = 0
      MenuItem = M_connect
    end
    object TB_disconnect: TToolButton
      Left = 36
      Top = 2
      Hint = #26029#24320#36830#25509
      Caption = '&D'#26029#24320#36830#25509
      ImageIndex = 1
      MenuItem = M_disconnect
    end
    object ToolButton1: TToolButton
      Left = 72
      Top = 2
      Width = 8
      Caption = 'ToolButton1'
      ImageIndex = 0
      Style = tbsSeparator
    end
    object TB_add: TToolButton
      Left = 80
      Top = 2
      Hint = #36755#20837#26032#21592#24037#30340#20449#24687
      Caption = '&A'#22686#21152#26032#21592#24037
      ImageIndex = 2
      MenuItem = M_add
    end
    object TB_change: TToolButton
      Left = 116
      Top = 2
      Hint = #35760#24405#21592#24037#30340#32844#20301#21464#21160
      Caption = '&C'#20154#20107#21464#21160
      ImageIndex = 3
      MenuItem = M_change
    end
    object TB_search: TToolButton
      Left = 152
      Top = 2
      Hint = #26597#35810#20462#25913#20154#21592#30340#20449#24687
      Caption = '&S'#26597#35810#20462#25913
      ImageIndex = 4
      MenuItem = M_search
    end
    object ToolButton2: TToolButton
      Left = 188
      Top = 2
      Width = 8
      Caption = 'ToolButton2'
      ImageIndex = 0
      Style = tbsSeparator
    end
    object TB_casc: TToolButton
      Left = 196
      Top = 2
      Action = WindowCascade1
      MenuItem = M_casc
    end
    object TB_title_h: TToolButton
      Left = 232
      Top = 2
      Action = WindowTileHorizontal1
      MenuItem = M_title_h
    end
    object TB_title_v: TToolButton
      Left = 268
      Top = 2
      Action = WindowTileVertical1
      MenuItem = M_title_v
    end
    object ToolButton4: TToolButton
      Left = 304
      Top = 2
      Action = WindowMinimizeAll1
      MenuItem = M_min_all
    end
    object ToolButton3: TToolButton
      Left = 340
      Top = 2
      Width = 8
      Caption = 'ToolButton3'
      ImageIndex = 0
      Style = tbsSeparator
    end
    object TB_about: TToolButton
      Left = 348
      Top = 2
      Caption = '&A'#20851#20110'...'
      ImageIndex = 8
      MenuItem = M_about
    end
    object TB_EXIT: TToolButton
      Left = 384
      Top = 2
      Hint = #20851#38381#25972#20010#24212#29992#31243#24207
      Caption = '&X'#36864#20986
      ImageIndex = 9
      MenuItem = M_exit
    end
  end
  object MainMenu: TMainMenu
    Images = ImageList1
    Left = 40
    Top = 56
    object M_system: TMenuItem
      Caption = '&S '#31995#32479
      ImageIndex = 0
      object M_connect: TMenuItem
        Caption = '&C'#36830#25509'...'
        Hint = #36830#25509#21040#26381#21153#22120
        ImageIndex = 0
        ShortCut = 113
        OnClick = M_connectClick
      end
      object M_disconnect: TMenuItem
        Caption = '&D'#26029#24320#36830#25509
        Hint = #26029#24320#36830#25509
        ImageIndex = 1
        ShortCut = 114
        OnClick = M_disconnectClick
      end
      object n1: TMenuItem
        Caption = '-'
      end
      object M_exit: TMenuItem
        Caption = '&X'#36864#20986
        Hint = #20851#38381#25972#20010#24212#29992#31243#24207
        ImageIndex = 9
        ShortCut = 16465
        OnClick = M_exitClick
      end
    end
    object M_manage: TMenuItem
      Caption = '&M'#20154#20107#31649#29702
      object M_add: TMenuItem
        Caption = '&A'#22686#21152#26032#21592#24037
        Hint = #36755#20837#26032#21592#24037#30340#20449#24687
        ImageIndex = 2
        OnClick = M_addClick
      end
      object M_change: TMenuItem
        Caption = '&C'#20154#20107#21464#21160
        Hint = #35760#24405#21592#24037#30340#32844#20301#21464#21160
        ImageIndex = 3
        OnClick = M_changeClick
      end
      object M_search: TMenuItem
        Caption = '&S'#26597#35810#20462#25913
        Hint = #26597#35810#20462#25913#20154#21592#30340#20449#24687
        ImageIndex = 4
      end
    end
    object M_window: TMenuItem
      Caption = '&W'#31383#21475
      Hint = #31383#21475#25805#20316
      object M_casc: TMenuItem
        Action = WindowCascade1
      end
      object M_title_h: TMenuItem
        Action = WindowTileHorizontal1
      end
      object M_title_v: TMenuItem
        Action = WindowTileVertical1
      end
      object M_min_all: TMenuItem
        Action = WindowMinimizeAll1
        ImageIndex = 8
      end
    end
    object M_help: TMenuItem
      Caption = '&H'#24110#21161
      Hint = #24110#21161#33756#21333
      object M_about: TMenuItem
        Caption = '&A'#20851#20110'...'
        ImageIndex = 8
        ShortCut = 112
        OnClick = M_aboutClick
      end
    end
  end
  object ActionList1: TActionList
    Top = 56
    object WindowCascade1: TWindowCascade
      Category = 'Window'
      Caption = '&C'#37325#21472#25490#21015
      Enabled = False

⌨️ 快捷键说明

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