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

📄 unit7.dfm

📁 用DELPHI7编的一个学成成绩管理系统,希望对你有所帮助
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object Form7: TForm7
  Left = 7
  Top = 107
  Width = 782
  Height = 422
  Caption = #29992#25143#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnClick = FormClick
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 774
    Height = 41
    Align = alTop
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 576
      Top = 7
      Width = 81
      Height = 28
      Caption = #21024#38500#35813#29992#25143
      Flat = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clPurple
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 657
      Top = 7
      Width = 89
      Height = 28
      Caption = #20462#25913#35813#29992#25143
      Flat = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clPurple
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton2Click
    end
    object Label1: TLabel
      Left = 32
      Top = 16
      Width = 73
      Height = 13
      Caption = #24555#36895#26597#25214#65306' '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clPurple
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 96
      Top = 16
      Width = 48
      Height = 13
      Caption = #29992#25143#21517'  '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clPurple
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object SpeedButton3: TSpeedButton
      Left = 304
      Top = 8
      Width = 57
      Height = 26
      Caption = #26597#35810
      Flat = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clPurple
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton3Click
    end
    object SpeedButton5: TSpeedButton
      Left = 496
      Top = 7
      Width = 80
      Height = 28
      Caption = #19979#19968#35760#24405
      Flat = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clPurple
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton5Click
    end
    object SpeedButton6: TSpeedButton
      Left = 416
      Top = 7
      Width = 80
      Height = 28
      Caption = #19978#19968#35760#24405
      Flat = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clPurple
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton6Click
    end
    object Edit1: TEdit
      Left = 144
      Top = 13
      Width = 139
      Height = 19
      Ctl3D = False
      ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
      ParentCtl3D = False
      TabOrder = 0
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 41
    Width = 774
    Height = 335
    Align = alClient
    TabOrder = 1
    object PageControl1: TPageControl
      Left = 1
      Top = 1
      Width = 536
      Height = 333
      ActivePage = TabSheet1
      Align = alLeft
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clTeal
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnChange = PageControl1Change
      object TabSheet1: TTabSheet
        Caption = #26174#31034#25152#26377#29992#25143#20840#37096#20449#24687
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clNavy
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        object DBGrid1: TDBGrid
          Left = 0
          Top = 0
          Width = 528
          Height = 286
          Align = alClient
          DataSource = DataSource1
          ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
          ReadOnly = True
          TabOrder = 0
          TitleFont.Charset = DEFAULT_CHARSET
          TitleFont.Color = clNavy
          TitleFont.Height = -11
          TitleFont.Name = 'MS Sans Serif'
          TitleFont.Style = []
          OnCellClick = DBGrid1CellClick
        end
        object StatusBar2: TStatusBar
          Left = 0
          Top = 286
          Width = 528
          Height = 19
          Panels = <>
        end
        object DBNavigator1: TDBNavigator
          Left = 104
          Top = 32
          Width = 240
          Height = 25
          TabOrder = 2
          Visible = False
        end
      end
      object TabSheet2: TTabSheet
        Caption = #26597#35810#26041#24335#26174#31034#29992#25143#20449#24687
        ImageIndex = 1
        object DBGrid2: TDBGrid
          Left = 0
          Top = 84
          Width = 528
          Height = 202
          Align = alClient
          DataSource = DataSource2
          ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
          TabOrder = 0
          TitleFont.Charset = DEFAULT_CHARSET
          TitleFont.Color = clTeal
          TitleFont.Height = -11
          TitleFont.Name = 'MS Sans Serif'
          TitleFont.Style = []
          OnCellClick = DBGrid2CellClick
        end
        object StatusBar1: TStatusBar
          Left = 0
          Top = 286
          Width = 528
          Height = 19
          Panels = <>
        end
        object Panel4: TPanel
          Left = 0
          Top = 0
          Width = 528
          Height = 84
          Align = alTop
          TabOrder = 2
          Visible = False
          object GroupBox1: TGroupBox
            Left = 1
            Top = 1
            Width = 526
            Height = 82
            Align = alClient
            Caption = #27169#31946#26597#35810
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clRed
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
            TabOrder = 0
            object Label3: TLabel
              Left = 8
              Top = 17
              Width = 56
              Height = 13
              Caption = #29992#25143#21517#65306
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clTeal
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = []
              ParentFont = False
            end
            object Label4: TLabel
              Left = 240
              Top = 17
              Width = 70
              Height = 13
              Caption = #32852#31995#22320#22336#65306
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clTeal
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = []
              ParentFont = False
            end
            object Label5: TLabel
              Left = 8
              Top = 40
              Width = 76
              Height = 13
              Caption = #32852#31995#30005#35805':'#65306' '
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clTeal
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = []
              ParentFont = False
            end
            object Label8: TLabel
              Left = 248
              Top = 61
              Width = 70
              Height = 13
              Caption = #25152#22312#29677#32423#65306
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clTeal
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = []
              ParentFont = False
            end
            object Label6: TLabel
              Left = 248
              Top = 41
              Width = 70
              Height = 13
              Caption = #37038#25919#32534#30721#65306
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clTeal
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = []
              ParentFont = False
            end
            object SpeedButton4: TSpeedButton
              Left = 456
              Top = 46
              Width = 57
              Height = 27
              Caption = #26597#35810
              Flat = True
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clTeal
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = []
              ParentFont = False
              OnClick = SpeedButton4Click
            end
            object Label7: TLabel
              Left = 8
              Top = 61
              Width = 70
              Height = 13
              Caption = #25152#22312#31995#21035#65306
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clTeal
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = []
              ParentFont = False
            end
            object Edit2: TEdit
              Left = 56
              Top = 12
              Width = 169
              Height = 21
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clTeal
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = []
              ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
              ParentFont = False
              TabOrder = 0
            end
            object Edit3: TEdit
              Left = 304
              Top = 12
              Width = 217
              Height = 21
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clTeal
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = []
              ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
              ParentFont = False
              TabOrder = 1
            end
            object Edit5: TEdit
              Left = 312
              Top = 35
              Width = 121
              Height = 21
              Font.Charset = DEFAULT_CHARSET

⌨️ 快捷键说明

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