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

📄 unaddscore.dfm

📁 自己写的学生成绩管理系统
💻 DFM
字号:
object fmaddscore: Tfmaddscore
  Left = 346
  Top = 147
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #25104#32489#28155#21152
  ClientHeight = 350
  ClientWidth = 556
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 104
    Width = 90
    Height = 19
    Caption = #23398'   '#21495#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 80
    Top = 58
    Width = 100
    Height = 19
    Caption = #25945' '#24072' '#21495#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 80
    Top = 151
    Width = 100
    Height = 19
    Caption = #35838#31243#21517#31216#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 80
    Top = 198
    Width = 90
    Height = 19
    Caption = #20998'   '#25968#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object DBEdit2: TDBEdit
    Left = 200
    Top = 103
    Width = 211
    Height = 21
    DataField = #23398#21495
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBEdit3: TDBEdit
    Left = 200
    Top = 150
    Width = 211
    Height = 21
    DataField = #35838#31243#21517#31216
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit4: TDBEdit
    Left = 200
    Top = 197
    Width = 211
    Height = 21
    DataField = #25104#32489
    DataSource = DataSource1
    TabOrder = 2
  end
  object Button1: TButton
    Left = 96
    Top = 272
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 368
    Top = 272
    Width = 75
    Height = 25
    Caption = #37325#32622
    TabOrder = 4
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 200
    Top = 56
    Width = 211
    Height = 21
    ReadOnly = True
    TabOrder = 5
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = fmmain.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from score ')
    Left = 16
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 48
    Top = 8
  end
end

⌨️ 快捷键说明

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