unit14.dfm

来自「简单的选课系统 采用delphi书写 包含简单的管理功能以及学生 教师 」· DFM 代码 · 共 80 行

DFM
80
字号
object Form14: TForm14
  Left = 223
  Top = 148
  Width = 408
  Height = 266
  Caption = #35838#31243#30003#35831#31649#29702
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 385
    Height = 145
    Caption = #30003#35831#21015#34920
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 369
      Height = 120
      DataSource = Data.DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 160
    Width = 385
    Height = 57
    Caption = #31649#29702
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #35838#31243#21495#65306
    end
    object Edit1: TEdit
      Left = 64
      Top = 19
      Width = 121
      Height = 21
      AutoSize = False
      TabOrder = 0
    end
    object Button1: TButton
      Left = 208
      Top = 16
      Width = 75
      Height = 25
      Caption = #21516#24847
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 288
      Top = 16
      Width = 75
      Height = 25
      Caption = #19981#21516#24847
      TabOrder = 2
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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