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

📄 display.dfm

📁 初学DELPHI编写的“奖学金评定系统”
💻 DFM
字号:
object displayForm2: TdisplayForm2
  Left = 127
  Top = 69
  Width = 836
  Height = 615
  Caption = #23398#31821#25104#32489#32508#21512#34920
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 40
    Width = 828
    Height = 588
    DataSource = DataSource1
    ImeName = #26497#21697#20116#31508#36755#20837#27861
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnTitleClick = DBGrid1TitleClick
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 828
    Height = 45
    TabOrder = 1
    object Label1: TLabel
      Left = 32
      Top = 16
      Width = 48
      Height = 13
      Caption = #19987#19994':       '
    end
    object Label2: TLabel
      Left = 256
      Top = 16
      Width = 51
      Height = 13
      Caption = #29677#32423':        '
    end
    object Label3: TLabel
      Left = 472
      Top = 16
      Width = 72
      Height = 13
      Caption = #22870#23398#37329#31561#32423':   '
    end
    object ComboBox1: TComboBox
      Left = 96
      Top = 8
      Width = 145
      Height = 21
      ImeName = #26497#21697#20116#31508#36755#20837#27861
      ItemHeight = 13
      TabOrder = 0
      OnChange = ComboBox1Change
    end
    object ComboBox2: TComboBox
      Left = 320
      Top = 8
      Width = 145
      Height = 21
      ImeName = #26497#21697#20116#31508#36755#20837#27861
      ItemHeight = 13
      TabOrder = 1
      OnChange = ComboBox2Change
    end
    object ComboBox3: TComboBox
      Left = 560
      Top = 8
      Width = 145
      Height = 21
      ImeName = #26497#21697#20116#31508#36755#20837#27861
      ItemHeight = 13
      TabOrder = 2
      OnChange = ComboBox3Change
      Items.Strings = (
        #30002#31561#22870#23398#37329
        #20057#31561#22870#23398#37329
        #19993#31561#22870#23398#37329)
    end
    object Button1: TButton
      Left = 736
      Top = 8
      Width = 75
      Height = 25
      Caption = #21047#26032
      TabOrder = 3
      OnClick = Button1Click
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 288
    Top = 64
  end
  object ADOQuery1: TADOQuery
    Connection = DataModule1.ADOConnection1
    Parameters = <>
    Left = 248
    Top = 64
  end
  object ApplicationEvents1: TApplicationEvents
    OnMessage = ApplicationEvents1Message
    Left = 336
    Top = 64
  end
end

⌨️ 快捷键说明

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