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

📄 unit3.dfm

📁 本例是用delphi开发的学生与课程信息管理系统
💻 DFM
字号:
object Formstu_add: TFormstu_add
  Left = 80
  Top = 102
  Width = 267
  Height = 375
  Caption = #26032#29983#20837#23398#30331#35760
  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 = 40
    Top = 32
    Width = 27
    Height = 13
    Caption = #23398#21495
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 40
    Top = 72
    Width = 27
    Height = 13
    Caption = #22995#21517
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 40
    Top = 120
    Width = 27
    Height = 13
    Caption = #24615#21035
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 40
    Top = 168
    Width = 27
    Height = 13
    Caption = #24180#40836
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 40
    Top = 224
    Width = 27
    Height = 13
    Caption = #19987#19994
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Editsno: TEdit
    Left = 104
    Top = 24
    Width = 113
    Height = 21
    TabOrder = 0
  end
  object Editsname: TEdit
    Left = 104
    Top = 72
    Width = 113
    Height = 21
    TabOrder = 1
  end
  object Editsdep: TEdit
    Left = 104
    Top = 216
    Width = 113
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 40
    Top = 288
    Width = 65
    Height = 25
    Caption = #30331#35760
    TabOrder = 3
    OnClick = Button1Click
  end
  object ComboBoxssex: TComboBox
    Left = 104
    Top = 120
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    Text = ' '
    Items.Strings = (
      #30007
      #22899)
  end
  object ComboBoxsage: TComboBox
    Left = 104
    Top = 168
    Width = 113
    Height = 21
    ItemHeight = 13
    TabOrder = 5
    Text = ' '
    Items.Strings = (
      '17'
      '18'
      '19'
      '20'
      '21'
      '22'
      '23')
  end
  object Button2: TButton
    Left = 144
    Top = 288
    Width = 73
    Height = 25
    Caption = #36820#22238
    TabOrder = 6
    OnClick = Button2Click
  end
  object Querystu_add: TQuery
    DatabaseName = 'student_course'
    Left = 216
    Top = 256
  end
end

⌨️ 快捷键说明

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