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

📄 unstudent.dfm

📁 自己写的学生成绩管理系统
💻 DFM
字号:
object fmstudent: Tfmstudent
  Left = 232
  Top = 158
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #23398#29983#20449#24687
  ClientHeight = 483
  ClientWidth = 862
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 862
    Height = 378
    Align = alClient
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 378
    Width = 862
    Height = 105
    Align = alBottom
    Caption = #26597#35810
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -14
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object rbsame: TRadioButton
      Left = 324
      Top = 16
      Width = 65
      Height = 17
      Caption = #65309#65309
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object rbbig: TRadioButton
      Left = 324
      Top = 37
      Width = 49
      Height = 17
      Caption = #65310
      TabOrder = 1
    end
    object rbsmall: TRadioButton
      Left = 324
      Top = 58
      Width = 41
      Height = 17
      Caption = #65308
      TabOrder = 2
    end
    object rblike: TRadioButton
      Left = 324
      Top = 80
      Width = 49
      Height = 17
      Caption = 'like'
      TabOrder = 3
    end
    object Edit2: TEdit
      Left = 444
      Top = 40
      Width = 121
      Height = 22
      TabOrder = 4
    end
    object Button1: TButton
      Left = 668
      Top = 40
      Width = 75
      Height = 25
      Caption = #26597#35810
      TabOrder = 5
      OnClick = Button1Click
    end
    object ComboBox1: TComboBox
      Left = 118
      Top = 40
      Width = 145
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      ItemIndex = 0
      TabOrder = 6
      Text = #23398#21495
      Items.Strings = (
        #23398#21495
        #22995#21517
        #20986#29983#26085#26399
        #38498#31995
        #19987#19994#29677#32423
        #30005#35805)
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 48
    Top = 16
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = fmmain.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select '#23398#21495','#22995#21517','#20986#29983#26085#26399','#38498#31995','#19987#19994#29677#32423','#30005#35805' from student ')
    Left = 16
    Top = 16
    object ADOQuery1DSDesigner: TWideStringField
      DisplayWidth = 17
      FieldName = #23398#21495
      ReadOnly = True
      Size = 50
    end
    object ADOQuery1DSDesigner2: TWideStringField
      DisplayWidth = 13
      FieldName = #22995#21517
      Size = 50
    end
    object ADOQuery1DSDesigner3: TDateTimeField
      DisplayWidth = 18
      FieldName = #20986#29983#26085#26399
    end
    object ADOQuery1DSDesigner4: TWideStringField
      DisplayWidth = 18
      FieldName = #38498#31995
      Size = 50
    end
    object ADOQuery1DSDesigner5: TWideStringField
      DisplayWidth = 20
      FieldName = #19987#19994#29677#32423
      Size = 50
    end
    object ADOQuery1DSDesigner6: TWideStringField
      DisplayWidth = 25
      FieldName = #30005#35805
      Size = 50
    end
  end
end

⌨️ 快捷键说明

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