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

📄 unit2.dfm

📁 本例是用delphi开发的学生与课程信息管理系统
💻 DFM
字号:
object Formstu_sel: TFormstu_sel
  Left = 88
  Top = 48
  Width = 586
  Height = 444
  Caption = #23398#29983#20449#24687#26597#35810
  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 Label1: TLabel
    Left = 144
    Top = 8
    Width = 201
    Height = 20
    AutoSize = False
    Caption = #23398' '#29983' '#20449' '#24687' '#19968' '#35272' '#34920
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object DBGridstu_sel: TDBGrid
    Left = 16
    Top = 64
    Width = 433
    Height = 153
    DataSource = DataSourcestu_sel
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 232
    Width = 553
    Height = 105
    Caption = #26597#35810#25805#20316
    TabOrder = 1
    object Label2: TLabel
      Left = 8
      Top = 24
      Width = 121
      Height = 13
      Caption = #26597#35810#20851#38190#23383#36873#25321
    end
    object Label3: TLabel
      Left = 288
      Top = 24
      Width = 113
      Height = 13
      Caption = #26597#35810#20851#38190#23383#35774#32622
    end
    object ComboBoxkey: TComboBox
      Left = 136
      Top = 24
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnChange = ComboBoxkeyChange
      Items.Strings = (
        'sno'
        'sname'
        'ssex'
        'sage'
        'sdep')
    end
    object Editkey_set: TEdit
      Left = 408
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 1
      Text = ' '
    end
    object Button1: TButton
      Left = 200
      Top = 64
      Width = 121
      Height = 25
      Caption = #26597#35810
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object Button2: TButton
    Left = 216
    Top = 352
    Width = 105
    Height = 25
    Caption = #36820#22238
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 16
    Top = 48
    Width = 81
    Height = 17
    Caption = #23398#21495
    TabOrder = 3
  end
  object Button4: TButton
    Left = 96
    Top = 48
    Width = 65
    Height = 17
    Caption = #22995#21517
    TabOrder = 4
  end
  object Button5: TButton
    Left = 160
    Top = 48
    Width = 65
    Height = 17
    Caption = #24615#21035
    TabOrder = 5
  end
  object Button6: TButton
    Left = 224
    Top = 48
    Width = 67
    Height = 17
    Caption = #24180#40836
    TabOrder = 6
  end
  object Button7: TButton
    Left = 290
    Top = 48
    Width = 65
    Height = 17
    Caption = #19987#19994
    TabOrder = 7
  end
  object Querystu_sel: TQuery
    Active = True
    DatabaseName = 'student_course'
    SQL.Strings = (
      'select *'
      'from student'
      'order by sno')
    Left = 16
    Top = 336
  end
  object DataSourcestu_sel: TDataSource
    DataSet = Querystu_sel
    Left = 56
    Top = 336
  end
end

⌨️ 快捷键说明

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