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

📄 mainwin.dfm

📁 学员管理的软件
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object F_main: TF_main
  Left = 236
  Top = 156
  Width = 696
  Height = 480
  Caption = '人事管理系统'
  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
  Position = poScreenCenter
  WindowState = wsMaximized
  WindowMenu = M_window
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 415
    Width = 688
    Height = 19
    AutoHint = True
    Panels = <
      item
        Width = 200
      end
      item
        Width = 50
      end>
    ParentShowHint = False
    ShowHint = False
    SimplePanel = False
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 688
    Height = 29
    Caption = 'ToolBar1'
    Color = clBtnFace
    Images = ImageList1
    ParentColor = False
    TabOrder = 1
    object ToolButton2: TToolButton
      Left = 0
      Top = 2
      Width = 8
      ImageIndex = 0
      Style = tbsSeparator
    end
    object TB_connect: TToolButton
      Left = 8
      Top = 2
      Hint = '连接到服务器'
      Caption = '&C连接...'
      ImageIndex = 0
      MenuItem = M_connect
    end
    object TB_disconnect: TToolButton
      Left = 31
      Top = 2
      Hint = '断开当前连接'
      Caption = '&D断开连接'
      ImageIndex = 1
      MenuItem = M_disconnect
    end
    object ToolButton4: TToolButton
      Left = 54
      Top = 2
      Width = 8
      Caption = 'ToolButton4'
      ImageIndex = 1
      Style = tbsSeparator
    end
    object TB_add: TToolButton
      Left = 62
      Top = 2
      Hint = '输入新员工的信息'
      Caption = '&A增加新员工'
      ImageIndex = 2
      MenuItem = M_add
    end
    object TB_change: TToolButton
      Left = 85
      Top = 2
      Hint = '记录员工的职位变动'
      Caption = '&C人事变动'
      ImageIndex = 3
      MenuItem = M_change
    end
    object TB_search: TToolButton
      Left = 108
      Top = 2
      Hint = '查询修改人员信息'
      Caption = '&S查询修改'
      ImageIndex = 4
      MenuItem = M_search
    end
    object ToolButton9: TToolButton
      Left = 131
      Top = 2
      Width = 8
      Caption = 'ToolButton9'
      ImageIndex = 5
      Style = tbsSeparator
    end
    object TB_cascade: TToolButton
      Left = 139
      Top = 2
      Action = WindowCascade1
    end
    object TB_tile_h: TToolButton
      Left = 162
      Top = 2
      Action = WindowTileHorizontal1
    end
    object TB_tile_v: TToolButton
      Left = 185
      Top = 2
      Action = WindowTileVertical1
    end
    object ToolButton17: TToolButton
      Left = 208
      Top = 2
      Width = 8
      Caption = 'ToolButton17'
      ImageIndex = 11
      Style = tbsSeparator
    end
    object TB_about: TToolButton
      Left = 216
      Top = 2
      Hint = '本程序的说明'
      Caption = '&A关于...'
      ImageIndex = 8
      MenuItem = M_about
    end
  end
  object MainMenu: TMainMenu
    Images = ImageList1
    Left = 8
    Top = 48
    object M_system: TMenuItem
      Caption = '&S系统'
      Hint = '系统菜单'
      object M_connect: TMenuItem
        Caption = '&C连接...'
        Hint = '连接到服务器'
        ImageIndex = 0
        ShortCut = 113
        OnClick = M_connectClick
      end
      object M_disconnect: TMenuItem
        Caption = '&D断开连接'
        Hint = '断开当前连接'
        ImageIndex = 1
        ShortCut = 114
        OnClick = M_disconnectClick
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object M_exit: TMenuItem
        Caption = '&X退出'
        Hint = '关闭整个应用程序'
        ShortCut = 16465
        OnClick = M_exitClick
      end
    end
    object M_manage: TMenuItem
      Caption = '&M人事管理'
      Hint = '人事管理菜单'
      object M_add: TMenuItem
        Caption = '&A增加新员工'
        Hint = '输入新员工的信息'
        ImageIndex = 2
        OnClick = M_addClick
      end
      object M_change: TMenuItem
        Caption = '&C人事变动'
        Hint = '记录员工的职位变动'
        ImageIndex = 3
        OnClick = M_changeClick
      end
      object M_search: TMenuItem
        Caption = '&S查询修改'
        Hint = '查询修改人员信息'
        ImageIndex = 4
        OnClick = M_searchClick
      end
    end
    object M_window: TMenuItem
      Caption = '&W窗口'
      Hint = '窗口操作'
      object M_cascade: TMenuItem
        Action = WindowCascade1
      end
      object M_tile_h: TMenuItem
        Action = WindowTileHorizontal1
      end
      object M_tile_v: TMenuItem
        Action = WindowTileVertical1
      end
      object M_mini_all: TMenuItem
        Action = WindowMinimizeAll1
      end
    end
    object M_help: TMenuItem
      Caption = '&H帮助'
      Hint = '帮助菜单'
      object M_about: TMenuItem
        Caption = '&A关于...'
        Hint = '本程序的说明'
        ImageIndex = 8
        ShortCut = 112
        OnClick = M_aboutClick
      end
    end
  end
  object ActionList1: TActionList
    Left = 40
    Top = 48
    object WindowCascade1: TWindowCascade
      Category = 'Window'
      Caption = '&C重叠排列'
      Hint = '层叠排列窗口'
      ImageIndex = 5
    end
    object WindowMinimizeAll1: TWindowMinimizeAll
      Category = 'Window'
      Caption = '&M最小化所有窗口'
      Hint = '将所有窗口最小化'
    end
    object WindowTileHorizontal1: TWindowTileHorizontal
      Category = 'Window'
      Caption = '&H水平平铺'
      Hint = '水平排列窗口'
      ImageIndex = 6
    end
    object WindowTileVertical1: TWindowTileVertical
      Category = 'Window'
      Caption = '&V垂直平铺'
      Hint = '垂直排列窗口'
      ImageIndex = 7
    end
  end
  object ImageList1: TImageList
    Left = 72
    Top = 48
    Bitmap = {
      494C010109000E00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000004000000001002000000000000040
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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