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

📄 unit6.dfm

📁 本系统为学生管理系统,可实现选课和退选
💻 DFM
字号:
object Form6: TForm6
  Left = 239
  Top = 118
  Width = 511
  Height = 361
  Caption = #35774#32622#20851#32852
  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 Button1: TButton
    Left = 192
    Top = 104
    Width = 75
    Height = 25
    Caption = 'ADD'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 376
    Top = 240
    Width = 75
    Height = 25
    Caption = ' '#30830#23450
    TabOrder = 1
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 144
    Top = 200
    Width = 185
    Height = 89
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    Lines.Strings = (
      'Memo1')
    TabOrder = 2
  end
  object ListBox1: TListBox
    Left = 40
    Top = 56
    Width = 121
    Height = 129
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 13
    TabOrder = 3
    OnClick = ListBox1Click
  end
  object ListBox2: TListBox
    Left = 328
    Top = 40
    Width = 121
    Height = 145
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 13
    TabOrder = 4
    OnClick = ListBox2Click
  end
  object ComboBox1: TComboBox
    Left = 40
    Top = 24
    Width = 145
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 13
    TabOrder = 5
    Text = 'ComboBox1'
    OnChange = ComboBox1Change
  end
  object ComboBox2: TComboBox
    Left = 312
    Top = 16
    Width = 145
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 13
    TabOrder = 6
    Text = 'ComboBox2'
    OnChange = ComboBox2Change
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'lin'
    TableName = 'student.db'
    Left = 464
    Top = 176
  end
  object SavePictureDialog1: TSavePictureDialog
    Left = 216
    Top = 64
  end
end

⌨️ 快捷键说明

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