coursebrowseunit.dfm

来自「教学信息管理系统是校园信息管理系统的一个有机组成部分。经过详细的需求分析」· DFM 代码 · 共 174 行

DFM
174
字号
object coursebrowseForm: TcoursebrowseForm
  Left = 249
  Top = 192
  Width = 501
  Height = 338
  Caption = #24320#35838#24773#20917#27983#35272
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = False
  Position = poMainFormCenter
  Scaled = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel2: TPanel
    Left = 0
    Top = 65
    Width = 493
    Height = 239
    Align = alClient
    AutoSize = True
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Ctl3D = False
    FullRepaint = False
    ParentCtl3D = False
    ParentShowHint = False
    ShowHint = False
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 2
      Top = 2
      Width = 489
      Height = 235
      Hint = #21482#35835#30340
      Align = alClient
      BorderStyle = bsNone
      DataSource = DataModule1.DSall
      FixedColor = clMoneyGreen
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          Title.Caption = #35838#31243#21517#31216
          Width = 150
          Visible = True
        end
        item
          Expanded = False
          Title.Caption = #23398#26102
          Width = 32
          Visible = True
        end
        item
          Expanded = False
          Title.Caption = #23398#20998
          Width = 32
          Visible = True
        end
        item
          Expanded = False
          Title.Caption = #35838#31243#31867#22411
          Visible = True
        end
        item
          Expanded = False
          Title.Caption = #24180#20221
          Width = 32
          Visible = True
        end
        item
          Expanded = False
          Title.Caption = #23398#26399
          Width = 32
          Visible = True
        end
        item
          Expanded = False
          Title.Caption = #20219#35838#25945#24072
          Visible = True
        end>
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 493
    Height = 65
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    object Bevel1: TBevel
      Left = 2
      Top = 33
      Width = 489
      Height = 30
      Align = alBottom
      Shape = bsFrame
    end
    object Label2: TLabel
      Left = 284
      Top = 9
      Width = 23
      Height = 16
      AutoSize = False
      Caption = #24180' '
    end
    object Label3: TLabel
      Left = 98
      Top = 10
      Width = 111
      Height = 17
      AutoSize = False
      Caption = #35831#36873#25321#26102#38388#27573#65306'  '
    end
    object DBNavigator1: TDBNavigator
      Left = 34
      Top = 35
      Width = 396
      Height = 25
      DataSource = DataModule1.DSall
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
      Flat = True
      Hints.Strings = (
        #31532#19968#26465#35760#24405
        #21069#19968#26465#35760#24405
        #19979#19968#26465#35760#24405
        #26368#21518#19968#26465#35760#24405)
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
    object DBComboBox1: TComboBox
      Left = 202
      Top = 8
      Width = 66
      Height = 19
      Style = csOwnerDrawFixed
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ItemHeight = 13
      TabOrder = 1
      OnChange = DBComboBox2Change
    end
    object DBComboBox2: TComboBox
      Left = 309
      Top = 7
      Width = 62
      Height = 19
      Style = csOwnerDrawFixed
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ItemHeight = 13
      TabOrder = 2
      OnChange = DBComboBox2Change
      Items.Strings = (
        #19978#26399' '
        #19979#26399
        #20840#24180)
    end
  end
end

⌨️ 快捷键说明

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