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

📄 mainfrom.dfm

📁 骨灰盒规范化果腹
💻 DFM
字号:
object fmMain: TfmMain
  Left = 209
  Top = 109
  Width = 529
  Height = 350
  Caption = '信息管理系统(多用户版)'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clNavy
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 12
  object sb1: TStatusBar
    Left = 0
    Top = 304
    Width = 521
    Height = 19
    Panels = <
      item
        Text = '当前用户'
        Width = 60
      end
      item
        Width = 140
      end
      item
        Text = '本程序由罗小飞(抱雪)编制'
        Width = 50
      end>
    SimplePanel = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 521
    Height = 304
    Align = alClient
    BevelOuter = bvLowered
    Color = clWhite
    TabOrder = 1
    object Image1: TImage
      Left = 1
      Top = 1
      Width = 519
      Height = 302
      Align = alClient
      Picture.Data = {
        0A544A504547496D616765B8030000FFD8FFE000104A46494600010101006000
        600000FFDB0043000D090A0B0A080D0B0A0B0E0E0D0F13201513121213271C1E
        17202E2931302E292D2C333A4A3E333646372C2D405741464C4E525352323E5A
        615A50604A51524FFFDB0043010E0E0E131113261515264F352D354F4F4F4F4F
        4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4F
        4F4F4F4F4F4F4F4F4F4F4F4F4FFFC00011080064006403012200021101031101
        FFC4001F0000010501010101010100000000000000000102030405060708090A
        0BFFC400B5100002010303020403050504040000017D01020300041105122131
        410613516107227114328191A1082342B1C11552D1F02433627282090A161718
        191A25262728292A3435363738393A434445464748494A535455565758595A63
        6465666768696A737475767778797A838485868788898A92939495969798999A
        A2A3A4A5A6A7A8A9AAB2B3B4B5B6B7B8B9BAC2C3C4C5C6C7C8C9CAD2D3D4D5D6
        D7D8D9DAE1E2E3E4E5E6E7E8E9EAF1F2F3F4F5F6F7F8F9FAFFC4001F01000301
        01010101010101010000000000000102030405060708090A0BFFC400B5110002
        0102040403040705040400010277000102031104052131061241510761711322
        328108144291A1B1C109233352F0156272D10A162434E125F11718191A262728
        292A35363738393A434445464748494A535455565758595A636465666768696A
        737475767778797A82838485868788898A92939495969798999AA2A3A4A5A6A7
        A8A9AAB2B3B4B5B6B7B8B9BAC2C3C4C5C6C7C8C9CAD2D3D4D5D6D7D8D9DAE2E3
        E4E5E6E7E8E9EAF2F3F4F5F6F7F8F9FAFFDA000C03010002110311003F00F4BE
        D4839A5ED49D2900EC5251BA909A00334B4D1D69DDA80128A0D00D001413C506
        9B4000EB4E3D29A3AD29A4000D140145301D41E6834500308A29C6802801A29E
        28C51400119A4C628CD19A00434629D8CD0680194A0D21A5514807514B8A2980
        C268CD1DA92900B4EA414B4C04269334A6928012929714A2900E53C5213CD146
        298011C520EB4A69B400FCD14CCD1400520A7EDA4C5201452D3453A980D3494E
        229A45201C39A08A6838A7F5A600052E29338A4DD4001A6934B9CD2629009453
        B1450028341A4349D6980A29E29A38A5CD0006908A7521A00653C52014134001
        A6E28CD14804A5CD21A51400B9A2968A603695452E281C5000C290669D9CD140
        0A28A5148680109A6F5A29C05003714B4A4D2500211498A7668A006D14EC5140
        0EA69A28A00052D145002D068A2801B4B451400D3D69DDA8A28019DE968A2900
        EA28A2981FFFD9}
      Stretch = True
    end
    object lbLogin: TLabel
      Left = 54
      Top = 115
      Width = 32
      Height = 16
      Cursor = crHandPoint
      Anchors = []
      Caption = '登录'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = lbLoginClick
    end
    object lbLogout: TLabel
      Left = 145
      Top = 115
      Width = 64
      Height = 16
      Cursor = crHandPoint
      Anchors = []
      Caption = '退出登录'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = lbLogoutClick
    end
    object lbAdd: TLabel
      Left = 236
      Top = 115
      Width = 104
      Height = 16
      Cursor = crHandPoint
      Anchors = []
      Caption = '管理/增加信息'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = lbAddClick
    end
    object lbQuery: TLabel
      Left = 372
      Top = 115
      Width = 104
      Height = 16
      Cursor = crHandPoint
      Anchors = []
      Caption = '查询/删除信息'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = lbQueryClick
    end
    object lbAbout: TLabel
      Left = 54
      Top = 215
      Width = 48
      Height = 16
      Cursor = crHandPoint
      Anchors = []
      Caption = '关于…'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = lbAboutClick
    end
    object lbAuthor: TLabel
      Left = 145
      Top = 215
      Width = 64
      Height = 16
      Cursor = crHandPoint
      Anchors = []
      Caption = '关于作者'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = lbAuthorClick
    end
    object lbHelp: TLabel
      Left = 236
      Top = 215
      Width = 64
      Height = 16
      Cursor = crHandPoint
      Anchors = []
      Caption = '使用帮助'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = lbHelpClick
    end
    object lbExit: TLabel
      Left = 372
      Top = 215
      Width = 64
      Height = 16
      Cursor = crHandPoint
      Anchors = []
      Caption = '退出系统'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = lbExitClick
    end
    object lbNew: TLabel
      Left = 54
      Top = 165
      Width = 64
      Height = 16
      Cursor = crHandPoint
      Anchors = []
      Caption = '新建用户'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = lbNewClick
    end
    object lbKill: TLabel
      Left = 145
      Top = 165
      Width = 32
      Height = 16
      Cursor = crHandPoint
      Anchors = []
      Caption = '自杀'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = lbKillClick
    end
    object lbPasswd: TLabel
      Left = 236
      Top = 165
      Width = 64
      Height = 16
      Cursor = crHandPoint
      Caption = '改变密码'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = lbPasswdClick
    end
    object lbUserInfo: TLabel
      Left = 372
      Top = 162
      Width = 96
      Height = 16
      Cursor = crHandPoint
      Caption = '修改用户信息'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = lbUserInfoClick
    end
    object Label1: TLabel
      Left = 78
      Top = 24
      Width = 384
      Height = 48
      Caption = '资料信息管理系统'
      Font.Charset = GB2312_CHARSET
      Font.Color = clGreen
      Font.Height = -48
      Font.Name = '楷体_GB2312'
      Font.Style = []
      ParentFont = False
    end
  end
end

⌨️ 快捷键说明

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