unit4.dfm

来自「delphi编写的选课系统」· DFM 代码 · 共 187 行

DFM
187
字号
object SearchForm: TSearchForm
  Left = 277
  Top = 118
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #35838#31243#26597#35810
  ClientHeight = 296
  ClientWidth = 278
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 35
    Height = 14
    Caption = #35838#21495':'
  end
  object Label2: TLabel
    Left = 32
    Top = 56
    Width = 63
    Height = 14
    Caption = #35838#31243#21517#31216':'
  end
  object Label3: TLabel
    Left = 32
    Top = 136
    Width = 63
    Height = 14
    Caption = #20219#35838#32769#24072':'
  end
  object Label4: TLabel
    Left = 32
    Top = 176
    Width = 63
    Height = 14
    Caption = #36873#35838#29677#32423':'
  end
  object Label5: TLabel
    Left = 32
    Top = 216
    Width = 63
    Height = 14
    Caption = #35838#31243#24615#36136':'
  end
  object Label6: TLabel
    Left = 32
    Top = 96
    Width = 35
    Height = 14
    Caption = #23398#20998':'
  end
  object DBText1: TDBText
    Left = 104
    Top = 16
    Width = 153
    Height = 17
    DataField = 'cno'
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBText2: TDBText
    Left = 104
    Top = 56
    Width = 153
    Height = 17
    DataField = 'cname'
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBText3: TDBText
    Left = 104
    Top = 136
    Width = 153
    Height = 17
    DataField = 'teacher'
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBText4: TDBText
    Left = 104
    Top = 176
    Width = 161
    Height = 17
    DataField = 'class'
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBText6: TDBText
    Left = 104
    Top = 96
    Width = 57
    Height = 17
    DataField = 'credit'
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 48
    Top = 256
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 144
    Top = 256
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object ComboBox1: TComboBox
    Left = 104
    Top = 211
    Width = 81
    Height = 22
    Style = csDropDownList
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 14
    ItemIndex = 0
    ParentFont = False
    TabOrder = 2
    Text = #24517#20462
    Items.Strings = (
      #24517#20462
      #36873#20462)
  end
  object ADOQuery1: TADOQuery
    Connection = LoginForm.ADOConnection0
    Parameters = <>
    Left = 208
    Top = 8
  end
  object ADOQuery2: TADOQuery
    Connection = LoginForm.ADOConnection0
    DataSource = DataSource1
    Parameters = <>
    Left = 200
    Top = 56
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 176
    Top = 16
  end
end

⌨️ 快捷键说明

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