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

📄 teainfo.dfm

📁 以学生本班的成绩管理为应用、开发一个小小和成绩管理系统。设计了如下类: Person 、Student、Teacher、Credit。利用builder的可视化编程.
💻 DFM
字号:
object Form4: TForm4
  Left = 299
  Top = 328
  Width = 647
  Height = 434
  Caption = #20462#25913#20449#24687' '
  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 GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 639
    Height = 401
    Align = alClient
    Caption = ' '#20462#25913#20449#24687' '
    Color = clMoneyGreen
    Font.Charset = ANSI_CHARSET
    Font.Color = clTeal
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 408
      Top = 56
      Width = 43
      Height = 16
      Caption = #22995#21517' '
      Font.Charset = ANSI_CHARSET
      Font.Color = clTeal
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 24
      Top = 56
      Width = 34
      Height = 16
      Caption = #24080#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clTeal
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label3: TLabel
      Left = 16
      Top = 152
      Width = 9
      Height = 16
      Font.Charset = ANSI_CHARSET
      Font.Color = clTeal
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label4: TLabel
      Left = 24
      Top = 112
      Width = 34
      Height = 16
      Caption = #30005#35805
      Font.Charset = ANSI_CHARSET
      Font.Color = clTeal
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label5: TLabel
      Left = 408
      Top = 112
      Width = 34
      Height = 16
      Caption = #22320#22336
      Font.Charset = ANSI_CHARSET
      Font.Color = clTeal
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label6: TLabel
      Left = 24
      Top = 176
      Width = 34
      Height = 16
      Caption = #24180#40836
      Font.Charset = ANSI_CHARSET
      Font.Color = clTeal
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label7: TLabel
      Left = 408
      Top = 176
      Width = 34
      Height = 16
      Caption = #35838#31243
    end
    object Label8: TLabel
      Left = 24
      Top = 232
      Width = 34
      Height = 16
      Caption = #23398#20301
    end
    object Edit1: TEdit
      Left = 72
      Top = 56
      Width = 121
      Height = 24
      Color = clMoneyGreen
      Font.Charset = ANSI_CHARSET
      Font.Color = clTeal
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 464
      Top = 48
      Width = 121
      Height = 24
      Color = clMoneyGreen
      Font.Charset = ANSI_CHARSET
      Font.Color = clTeal
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 72
      Top = 112
      Width = 121
      Height = 24
      Color = clMoneyGreen
      Font.Charset = ANSI_CHARSET
      Font.Color = clTeal
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 464
      Top = 112
      Width = 121
      Height = 24
      Color = clMoneyGreen
      TabOrder = 3
    end
    object Edit5: TEdit
      Left = 72
      Top = 168
      Width = 121
      Height = 24
      Color = clMoneyGreen
      TabOrder = 4
    end
    object RadioButton1: TRadioButton
      Left = 432
      Top = 216
      Width = 113
      Height = 17
      Caption = #30007
      TabOrder = 5
    end
    object Edit6: TEdit
      Left = 464
      Top = 168
      Width = 129
      Height = 24
      Color = clMoneyGreen
      TabOrder = 6
    end
    object RadioButton2: TRadioButton
      Left = 536
      Top = 216
      Width = 57
      Height = 17
      Caption = #22899
      TabOrder = 7
    end
    object Edit7: TEdit
      Left = 72
      Top = 224
      Width = 121
      Height = 24
      Color = clMoneyGreen
      TabOrder = 8
    end
    object Button1: TButton
      Left = 192
      Top = 328
      Width = 73
      Height = 25
      Caption = #20445#23384#20462#25913
      TabOrder = 9
      OnClick = Button1Click
      OnEnter = Button1Click
    end
    object Button2: TButton
      Left = 392
      Top = 328
      Width = 41
      Height = 25
      Caption = #21462#28040
      TabOrder = 10
      OnClick = Button2Click
      OnEnter = Button2Click
    end
  end
end

⌨️ 快捷键说明

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