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

📄 unit7.~dfm

📁 本例是用delphi开发的学生与课程信息管理系统
💻 ~DFM
字号:
object Formcou_sel: TFormcou_sel
  Left = 246
  Top = 67
  Width = 539
  Height = 450
  Caption = #35838#31243#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 Label3: TLabel
    Left = 56
    Top = 16
    Width = 281
    Height = 25
    AutoSize = False
    Caption = '           '#35838'   '#31243'   '#20449'   '#24687'   '#19968'   '#35272'   '#34920
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object DBGridcou_sel: TDBGrid
    Left = 24
    Top = 80
    Width = 401
    Height = 120
    DataSource = DataSourcecou_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 = 24
    Top = 216
    Width = 481
    Height = 137
    Caption = #26597#35810#25805#20316
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 40
      Width = 97
      Height = 13
      AutoSize = False
      Caption = #26597#35810#20851#38190#23383#36873#25321
    end
    object Label2: TLabel
      Left = 248
      Top = 40
      Width = 105
      Height = 13
      AutoSize = False
      Caption = #26597#35810#20851#38190#23383#35774#32622
    end
    object Editkey_set: TEdit
      Left = 368
      Top = 32
      Width = 97
      Height = 21
      TabOrder = 0
      Text = ' '
    end
    object ComboBoxkey: TComboBox
      Left = 120
      Top = 32
      Width = 97
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Text = ' '
      OnChange = ComboBoxkeyChange
      Items.Strings = (
        'cno'
        'cname'
        'sem'
        'cbook')
    end
    object Button1: TButton
      Left = 208
      Top = 80
      Width = 89
      Height = 25
      Caption = #26597#35810
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object Button2: TButton
    Left = 232
    Top = 376
    Width = 89
    Height = 25
    Caption = #36820#22238
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 24
    Top = 64
    Width = 81
    Height = 17
    Caption = #35838#31243#21495
    TabOrder = 3
  end
  object Button4: TButton
    Left = 104
    Top = 64
    Width = 65
    Height = 17
    Caption = #35838#31243#21517
    TabOrder = 4
  end
  object Button5: TButton
    Left = 168
    Top = 64
    Width = 65
    Height = 17
    Caption = #23398#26399
    TabOrder = 5
  end
  object Button6: TButton
    Left = 232
    Top = 64
    Width = 126
    Height = 17
    Caption = #25945#26448
    TabOrder = 6
  end
  object Querycou_sel: TQuery
    Active = True
    DatabaseName = 'student_course'
    SQL.Strings = (
      'select * from course order by cno')
    Left = 456
    Top = 296
  end
  object DataSourcecou_sel: TDataSource
    DataSet = Querycou_sel
    Left = 384
    Top = 296
  end
end

⌨️ 快捷键说明

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