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

📄 unit3.~dfm

📁 学生成绩管理系统
💻 ~DFM
字号:
object studentfind: Tstudentfind
  Left = 198
  Top = 135
  Width = 544
  Height = 375
  Caption = #23398#29983#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDesktopCenter
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 536
    Height = 192
    Align = alTop
    BevelOuter = bvLowered
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 1
      Top = 1
      Width = 256
      Height = 190
      Align = alLeft
      Caption = #25353#23398#29983#22995#21517#26597#25214
      TabOrder = 0
      object Button1: TButton
        Left = 16
        Top = 88
        Width = 75
        Height = 25
        Caption = #26597#25214
        TabOrder = 0
        OnClick = Button1Click
      end
      object Edit1: TEdit
        Left = 112
        Top = 88
        Width = 121
        Height = 21
        TabOrder = 1
      end
    end
    object GroupBox2: TGroupBox
      Left = 256
      Top = 1
      Width = 279
      Height = 190
      Align = alRight
      Caption = #25353#23398#29983#32534#21495#26597#25214
      TabOrder = 1
      object Button2: TButton
        Left = 23
        Top = 104
        Width = 75
        Height = 25
        Caption = #26597#25214'>='
        TabOrder = 0
        OnClick = Button2Click
      end
      object Edit2: TEdit
        Left = 110
        Top = 106
        Width = 121
        Height = 21
        TabOrder = 1
      end
      object Button3: TButton
        Left = 23
        Top = 56
        Width = 75
        Height = 25
        Caption = #26597#25214'='
        TabOrder = 2
        OnClick = Button3Click
      end
      object Edit3: TEdit
        Left = 110
        Top = 56
        Width = 121
        Height = 21
        TabOrder = 3
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 192
    Width = 536
    Height = 156
    Align = alClient
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 534
      Height = 154
      Align = alClient
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'StudentId'
          Title.Caption = #23398#21495
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Name'
          Title.Caption = #22995#21517
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Sex'
          Title.Caption = #24615#21035
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Age'
          Title.Caption = #24180#40836
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Class'
          Title.Caption = #29677#32423
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Department'
          Title.Caption = #31995#21035
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Address'
          Title.Caption = #22320#22336
          Visible = True
        end>
    end
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 488
    Top = 32
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'yytstudent'
    TableName = 'student.DB'
    Left = 496
  end
end

⌨️ 快捷键说明

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