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

📄 unit4.~dfm

📁 本例是用delphi开发的学生与课程信息管理系统
💻 ~DFM
字号:
object Formstu_del: TFormstu_del
  Left = 20
  Top = 98
  Width = 493
  Height = 424
  Caption = #27605#19994#23398#29983#27880#38144
  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 Label3: TLabel
    Left = 56
    Top = 16
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #22312'  '#35835'  '#23398'  '#29983
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 40
    Top = 224
    Width = 409
    Height = 113
    Caption = #27880#38144#25805#20316
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 32
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #23398#21495
    end
    object Label2: TLabel
      Left = 208
      Top = 32
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #22995#21517
    end
    object Editsno: TEdit
      Left = 88
      Top = 32
      Width = 81
      Height = 21
      TabOrder = 0
    end
    object Editsname: TEdit
      Left = 296
      Top = 32
      Width = 81
      Height = 21
      TabOrder = 1
    end
    object Button1: TButton
      Left = 168
      Top = 72
      Width = 73
      Height = 25
      Caption = #27880#38144
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object DBGridstu_del: TDBGrid
    Left = 40
    Top = 80
    Width = 401
    Height = 120
    DataSource = DataSourcestu_del
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGridstu_delCellClick
  end
  object Button2: TButton
    Left = 216
    Top = 352
    Width = 65
    Height = 25
    Caption = #36820#22238
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 40
    Top = 64
    Width = 81
    Height = 17
    Caption = #23398#21495
    TabOrder = 3
  end
  object Button4: TButton
    Left = 120
    Top = 64
    Width = 65
    Height = 17
    Caption = #22995#21517
    TabOrder = 4
  end
  object Button5: TButton
    Left = 184
    Top = 64
    Width = 65
    Height = 17
    Caption = #24615#21035
    TabOrder = 5
  end
  object Button6: TButton
    Left = 248
    Top = 64
    Width = 66
    Height = 17
    Caption = #24180#40836
    TabOrder = 6
  end
  object Button7: TButton
    Left = 312
    Top = 64
    Width = 67
    Height = 17
    Caption = #19987#19994
    TabOrder = 7
  end
  object Querystu_del: TQuery
    Active = True
    DatabaseName = 'student_course'
    SQL.Strings = (
      'select * from student order by sno')
    Left = 456
    Top = 296
  end
  object DataSourcestu_del: TDataSource
    DataSet = Querystu_del
    Left = 408
    Top = 296
  end
end

⌨️ 快捷键说明

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