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

📄 s_addunit.dfm

📁 实例4学院信息管理系统 - RAR 档案文件
💻 DFM
字号:
object S_AddForm: TS_AddForm
  Left = 235
  Top = 168
  Width = 481
  Height = 225
  Caption = 'S_AddForm'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 18
  object Label1: TLabel
    Left = 27
    Top = 18
    Width = 48
    Height = 18
    Caption = '姓名:'
  end
  object Label2: TLabel
    Left = 27
    Top = 45
    Width = 48
    Height = 18
    Caption = '性别:'
  end
  object Label3: TLabel
    Left = 27
    Top = 72
    Width = 80
    Height = 18
    Caption = '入学时间:'
  end
  object Label4: TLabel
    Left = 27
    Top = 99
    Width = 48
    Height = 18
    Caption = '籍贯:'
  end
  object Label5: TLabel
    Left = 27
    Top = 126
    Width = 80
    Height = 18
    Caption = '身份证号:'
  end
  object Label6: TLabel
    Left = 27
    Top = 153
    Width = 48
    Height = 18
    Caption = '年龄:'
  end
  object ButtonOk: TButton
    Left = 369
    Top = 9
    Width = 84
    Height = 28
    Caption = '确认'
    TabOrder = 0
    OnClick = ButtonOkClick
  end
  object ButtonCancel: TButton
    Left = 369
    Top = 45
    Width = 84
    Height = 28
    Caption = '取消'
    TabOrder = 1
    OnClick = ButtonCancelClick
  end
  object Ename: TEdit
    Left = 117
    Top = 18
    Width = 208
    Height = 26
    TabOrder = 2
    Text = 'Ename'
  end
  object Esex: TEdit
    Left = 117
    Top = 45
    Width = 208
    Height = 26
    TabOrder = 3
    Text = 'Esex'
  end
  object Egrade: TEdit
    Left = 117
    Top = 72
    Width = 208
    Height = 26
    TabOrder = 4
    Text = 'Egrade'
  end
  object Enative: TEdit
    Left = 117
    Top = 99
    Width = 208
    Height = 26
    TabOrder = 5
    Text = 'Enative'
  end
  object Eidentity: TEdit
    Left = 117
    Top = 126
    Width = 208
    Height = 26
    TabOrder = 6
    Text = 'Eidentity'
  end
  object Eage: TEdit
    Left = 117
    Top = 153
    Width = 208
    Height = 26
    TabOrder = 7
    Text = 'Eage'
  end
end

⌨️ 快捷键说明

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