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

📄 unit11.~dfm

📁 这是一个简单的班主任管理系统的一部分,能实现数据添加,修改,查询,删除等功能
💻 ~DFM
字号:
object Cahierform: TCahierform
  Left = 251
  Top = 195
  Width = 659
  Height = 473
  Caption = 'Cahierform'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 545
    Height = 233
    ActivePage = TabSheet1
    TabIndex = 0
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = '             '#28155#21152#20449#24687'            '
      object Panel1: TPanel
        Left = 0
        Top = 0
        Width = 537
        Height = 205
        Align = alClient
        Alignment = taLeftJustify
        Color = clGradientInactiveCaption
        Ctl3D = True
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentCtl3D = False
        ParentFont = False
        ParentShowHint = False
        ShowHint = True
        TabOrder = 0
        object ToolBar1: TToolBar
          Left = 1
          Top = 1
          Width = 535
          Height = 29
          ButtonWidth = 49
          Caption = 'ToolBar1'
          TabOrder = 0
          object ToolButton1: TToolButton
            Left = 0
            Top = 2
            Width = 49
            Caption = #28155#21152
            DragMode = dmAutomatic
            ImageIndex = 8
            Marked = True
            ParentShowHint = False
            ShowHint = False
            Style = tbsSeparator
          end
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = '             '#26597#35810#20449#24687'            '
      ImageIndex = 1
      object Panel2: TPanel
        Left = 0
        Top = 0
        Width = 537
        Height = 205
        Align = alClient
        Caption = 'Panel2'
        Color = clGradientInactiveCaption
        TabOrder = 0
      end
    end
    object TabSheet3: TTabSheet
      Caption = '             '#20462#25913#20449#24687'           '
      ImageIndex = 2
      object Panel3: TPanel
        Left = 0
        Top = 0
        Width = 537
        Height = 205
        Align = alClient
        Caption = 'Panel3'
        Color = clSkyBlue
        TabOrder = 0
      end
    end
    object TabSheet4: TTabSheet
      Caption = '              '#21024#38500#20449#24687'            '
      ImageIndex = 3
      object Panel4: TPanel
        Left = 0
        Top = 0
        Width = 537
        Height = 205
        Align = alClient
        Caption = 'Panel4'
        Color = clGradientInactiveCaption
        TabOrder = 0
      end
    end
  end
  object Panel5: TPanel
    Left = 545
    Top = 0
    Width = 185
    Height = 233
    Caption = 'Panel5'
    Color = clGradientInactiveCaption
    TabOrder = 1
  end
  object Panel6: TPanel
    Left = 0
    Top = 232
    Width = 649
    Height = 17
    BevelInner = bvLowered
    Caption = 'Panel6'
    Color = clAppWorkSpace
    TabOrder = 2
  end
  object Panel7: TPanel
    Left = 0
    Top = 248
    Width = 730
    Height = 164
    Caption = 'Panel7'
    TabOrder = 3
    object Panel8: TPanel
      Left = 0
      Top = 0
      Width = 633
      Height = 14
      Caption = 'Panel8'
      Color = clMedGray
      TabOrder = 0
    end
    object DBGrid1: TDBGrid
      Left = 0
      Top = 16
      Width = 633
      Height = 145
      Color = clBtnHighlight
      TabOrder = 1
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 412
    Width = 730
    Height = 19
    Panels = <>
    SimplePanel = False
  end
end

⌨️ 快捷键说明

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