cjfbunit.dfm

来自「delphi sqlserver 学生学籍管理系统」· DFM 代码 · 共 94 行

DFM
94
字号
object cjfb: Tcjfb
  Left = 244
  Top = 183
  Width = 303
  Height = 274
  Caption = #21508#31185#25104#32489#20998#24067
  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 Bevel1: TBevel
    Left = 0
    Top = 0
    Width = 295
    Height = 169
  end
  object Label1: TLabel
    Left = 40
    Top = 34
    Width = 105
    Height = 13
    AutoSize = False
    Caption = #35831#36873#25321#19987#19994#21517
  end
  object Label2: TLabel
    Left = 40
    Top = 80
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #35831#36873#25321#29677#32423
  end
  object Label3: TLabel
    Left = 48
    Top = 128
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #35838#31243#32534#21495
  end
  object ComboBox1: TComboBox
    Left = 136
    Top = 32
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    OnExit = ComboBox1Exit
  end
  object ComboBox2: TComboBox
    Left = 136
    Top = 80
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    OnChange = ComboBox2Change
  end
  object Button1: TButton
    Left = 112
    Top = 192
    Width = 65
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object ComboBox3: TComboBox
    Left = 136
    Top = 128
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 3
  end
  object qry: TQuery
    DatabaseName = 'sinfo'
    RequestLive = True
    Left = 72
    Top = 176
  end
  object DataSource1: TDataSource
    DataSet = qry
    Left = 16
    Top = 176
  end
end

⌨️ 快捷键说明

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