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

📄 unit8.~dfm

📁 本例是用delphi开发的学生与课程信息管理系统
💻 ~DFM
字号:
object Formcou_del: TFormcou_del
  Left = 210
  Top = -4
  Width = 516
  Height = 465
  Caption = #35838#31243#21024#38500
  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 = 24
    Top = 24
    Width = 289
    Height = 16
    AutoSize = False
    Caption = '      '#35838'     '#31243'     '#20449'       '#24687'     '#19968'     '#35272'     '#34920
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 232
    Width = 449
    Height = 129
    Caption = #21024#38500#25805#20316
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 40
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #35838#31243#21495
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 232
      Top = 40
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #35838#31243#21517
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Editcno: TEdit
      Left = 72
      Top = 40
      Width = 97
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object Editcname: TEdit
      Left = 304
      Top = 40
      Width = 105
      Height = 21
      TabOrder = 1
      Text = ' '
    end
    object Button1: TButton
      Left = 184
      Top = 88
      Width = 81
      Height = 25
      Caption = #27880#38144
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object Button2: TButton
    Left = 208
    Top = 384
    Width = 81
    Height = 25
    Caption = #36820#22238
    TabOrder = 1
    OnClick = Button2Click
  end
  object DBGridcou_del: TDBGrid
    Left = 24
    Top = 72
    Width = 449
    Height = 137
    DataSource = DataSourcecou_del
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGridcou_delCellClick
  end
  object Button3: TButton
    Left = 24
    Top = 56
    Width = 81
    Height = 17
    Caption = #35838#31243#21495
    TabOrder = 3
  end
  object Button4: TButton
    Left = 104
    Top = 56
    Width = 65
    Height = 17
    Caption = #35838#31243#21517
    TabOrder = 4
  end
  object Button5: TButton
    Left = 168
    Top = 56
    Width = 65
    Height = 17
    Caption = #23398#26399
    TabOrder = 5
  end
  object Button6: TButton
    Left = 232
    Top = 56
    Width = 126
    Height = 17
    Caption = #25945#26448
    TabOrder = 6
  end
  object Querycou_del: TQuery
    Active = True
    DatabaseName = 'student_course'
    SQL.Strings = (
      'select * from course order by cno')
    Left = 376
    Top = 360
  end
  object DataSourcecou_del: TDataSource
    DataSet = Querycou_del
    Left = 432
    Top = 360
  end
end

⌨️ 快捷键说明

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