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

📄 unit2.dfm

📁 简单的选课系统 采用delphi书写 包含简单的管理功能以及学生 教师 管理员登陆
💻 DFM
字号:
object Form2: TForm2
  Left = 406
  Top = 148
  Width = 388
  Height = 237
  Caption = #31649#29702#21592#31649#29702#39029#38754
  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 Label1: TLabel
    Left = 16
    Top = 16
    Width = 63
    Height = 24
    Caption = 'Label1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 48
    Width = 353
    Height = 24
    AutoSize = False
    Caption = #20197#19979#26159#24744#21487#20197#25805#20316#30340#26435#38480
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 184
    Width = 380
    Height = 19
    Panels = <
      item
        Alignment = taCenter
        Text = #27426#36814#20351#29992#23398#29983#31649#29702#31995#32479'v1.0'
        Width = 50
      end>
  end
  object Button1: TButton
    Left = 24
    Top = 85
    Width = 105
    Height = 25
    BiDiMode = bdLeftToRight
    Cancel = True
    Caption = #31649#29702#21592#31649#29702
    ParentBiDiMode = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 144
    Top = 85
    Width = 97
    Height = 25
    Caption = #25945#24072#31649#29702
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 256
    Top = 85
    Width = 97
    Height = 25
    Caption = #23398#29983#31649#29702
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button5: TButton
    Left = 96
    Top = 141
    Width = 97
    Height = 25
    Caption = #35838#31243#30003#35831#31649#29702
    TabOrder = 4
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 200
    Top = 141
    Width = 97
    Height = 25
    Caption = #23433#20840#36864#20986'/'#37325#30331
    TabOrder = 5
    OnClick = Button6Click
  end
end

⌨️ 快捷键说明

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