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

📄 s_courseunit1.~dfm

📁 实例4学院信息管理系统 - RAR 档案文件
💻 ~DFM
字号:
object AddCourseForm: TAddCourseForm
  Left = 145
  Top = 139
  Width = 483
  Height = 279
  Caption = 'AddCourseForm'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 18
  object Label1: TLabel
    Left = 45
    Top = 9
    Width = 32
    Height = 18
    Caption = '学号'
  end
  object Label2: TLabel
    Left = 45
    Top = 54
    Width = 32
    Height = 18
    Caption = '课程'
  end
  object Label3: TLabel
    Left = 45
    Top = 81
    Width = 32
    Height = 18
    Caption = '类别'
  end
  object Label4: TLabel
    Left = 45
    Top = 108
    Width = 32
    Height = 18
    Caption = '学时'
  end
  object Label5: TLabel
    Left = 45
    Top = 135
    Width = 32
    Height = 18
    Caption = '学分'
  end
  object Label6: TLabel
    Left = 45
    Top = 162
    Width = 64
    Height = 18
    Caption = '起始日期'
  end
  object Label7: TLabel
    Left = 45
    Top = 189
    Width = 64
    Height = 18
    Caption = '结束日期'
  end
  object LStudent_id: TLabel
    Left = 126
    Top = 9
    Width = 84
    Height = 18
    Caption = 'LStudent_id'
  end
  object Label9: TLabel
    Left = 297
    Top = 9
    Width = 32
    Height = 18
    Caption = '姓名'
  end
  object Lname: TLabel
    Left = 351
    Top = 9
    Width = 48
    Height = 18
    Caption = 'Lname'
  end
  object Ecourse: TEdit
    Left = 126
    Top = 54
    Width = 154
    Height = 26
    TabOrder = 0
    Text = 'Ecourse'
  end
  object Eperiod: TEdit
    Left = 126
    Top = 108
    Width = 154
    Height = 26
    TabOrder = 1
    Text = 'Eperiod'
  end
  object Ecredit: TEdit
    Left = 126
    Top = 135
    Width = 154
    Height = 26
    TabOrder = 2
    Text = 'Ecredit'
  end
  object Ebegin_date: TEdit
    Left = 126
    Top = 162
    Width = 154
    Height = 26
    TabOrder = 3
    Text = 'Ebegin_date'
  end
  object Eend_date: TEdit
    Left = 126
    Top = 189
    Width = 154
    Height = 26
    TabOrder = 4
    Text = 'Eend_date'
  end
  object Ccourse_t: TComboBox
    Left = 126
    Top = 81
    Width = 154
    Height = 26
    ItemHeight = 18
    TabOrder = 5
    Text = 'Ccourse_t'
    Items.Strings = (
      '选修'
      '必修')
  end
  object Button1: TButton
    Left = 351
    Top = 54
    Width = 84
    Height = 28
    Caption = '确认'
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 351
    Top = 90
    Width = 84
    Height = 28
    Caption = '取消'
    TabOrder = 7
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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