s_addunit.~dfm

来自「实例4学院信息管理系统 - RAR 档案文件」· ~DFM 代码 · 共 127 行

~DFM
127
字号
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 + =
减小字号Ctrl + -
显示快捷键?