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

📄 addstudentunit.dfm

📁 delphi编写的选课系统
💻 DFM
字号:
object AddStudentForm: TAddStudentForm
  Left = 306
  Top = 104
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #28155#21152#23398#29983
  ClientHeight = 384
  ClientWidth = 210
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 28
    Height = 14
    Caption = #23398#21495
  end
  object Label2: TLabel
    Left = 24
    Top = 80
    Width = 28
    Height = 14
    Caption = #22995#21517
  end
  object Label3: TLabel
    Left = 24
    Top = 144
    Width = 28
    Height = 14
    Caption = #24180#40836
  end
  object Label4: TLabel
    Left = 24
    Top = 208
    Width = 28
    Height = 14
    Caption = #23494#30721
  end
  object Label5: TLabel
    Left = 24
    Top = 272
    Width = 28
    Height = 14
    Caption = #19987#19994
  end
  object Edit1: TEdit
    Left = 24
    Top = 36
    Width = 161
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 24
    Top = 100
    Width = 161
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 24
    Top = 164
    Width = 161
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 24
    Top = 228
    Width = 161
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 24
    Top = 292
    Width = 161
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object Button1: TButton
    Left = 16
    Top = 336
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 120
    Top = 336
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 6
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 64
    Top = 264
  end
  object ADOQuery1: TADOQuery
    Connection = LoginForm.ADOConnection0
    Parameters = <>
    Left = 96
    Top = 264
  end
end

⌨️ 快捷键说明

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