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

📄 rt_find.~dfm

📁 很不错很实用的学生联机考试系统
💻 ~DFM
字号:
object RtFind: TRtFind
  Left = 219
  Top = 166
  Width = 696
  Height = 480
  Caption = #25104#32489#26597#25214
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 440
    Height = 434
    Align = alClient
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'STU_ID'
        Title.Caption = #23398#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'SCORE'
        Title.Caption = #25104#32489
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'PAPER_ID'
        Title.Caption = #32771#21367
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 440
    Top = 0
    Width = 248
    Height = 434
    Align = alRight
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 88
      Width = 60
      Height = 13
      Caption = #32771#35797#31185#30446#65306
    end
    object Button1: TButton
      Left = 104
      Top = 128
      Width = 75
      Height = 25
      Caption = #26597#35810'(&S)'
      TabOrder = 0
      OnClick = Button1Click
    end
    object ComboBox1: TComboBox
      Left = 96
      Top = 80
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Items.Strings = (
        '2002'#32423'delphi'#26399#26411#32771#35797
        '2002'#32423#33521#35821#26399#26411#32771#35797
        '2002'#32423#25968#23398#26399#26411#32771#35797
        '2002'#24180#29289#29702#26399#26411#32771#35797
        '2002'#32423#27010#29575#26399#26411#32771#35797
        '2002'#24180#35821#25991#26399#26411#32771#35797)
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 434
    Width = 688
    Height = 19
    Panels = <>
    SimplePanel = False
    SimpleText = #25104#32489#26597#35810#31995#32479
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 160
    Top = 224
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'exam'
    SQL.Strings = (
      'select * from QURRYTABLE'
      'order by SCORE;')
    Left = 96
    Top = 224
  end
  object Database1: TDatabase
    AliasName = 'exam'
    SessionName = 'Default'
    Left = 216
    Top = 224
  end
end

⌨️ 快捷键说明

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