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

📄 unit3.dfm

📁 delphi编写的选课系统
💻 DFM
字号:
object CouseListForm: TCouseListForm
  Left = 82
  Top = 47
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #35838#31243#24635#34920
  ClientHeight = 446
  ClientWidth = 688
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 688
    Height = 446
    Align = alClient
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'cno'
        Title.Alignment = taCenter
        Title.Caption = #35838#21495
        Width = 97
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'cname'
        Title.Alignment = taCenter
        Title.Caption = #35838#31243#21517#31216
        Width = 181
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'teacher'
        Title.Alignment = taCenter
        Title.Caption = #20219#35838#32769#24072
        Width = 78
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'class'
        Title.Alignment = taCenter
        Title.Caption = #36873#35838#29677#32423
        Width = 162
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'kind'
        Title.Alignment = taCenter
        Title.Caption = #35838#31243#24615#36136
        Width = 68
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'credit'
        Title.Alignment = taCenter
        Title.Caption = #23398#20998
        Visible = True
      end>
  end
  object ADOQuery1: TADOQuery
    Connection = LoginForm.ADOConnection0
    Parameters = <>
    Left = 296
    Top = 176
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 216
    Top = 176
  end
end

⌨️ 快捷键说明

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