usermanage.dfm

来自「学生选修课管理,学籍管理,修改信息管理,登陆退出系统管理等」· DFM 代码 · 共 63 行

DFM
63
字号
object frmadmain: Tfrmadmain
  Left = 274
  Top = 154
  Width = 433
  Height = 317
  Caption = #31649#29702#29992#25143#30331#38470
  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 TLabel
    Left = 40
    Top = 48
    Width = 81
    Height = 41
    Caption = #36755#20837#31649#29702#21592#21517
  end
  object Label2: TLabel
    Left = 40
    Top = 112
    Width = 84
    Height = 13
    Caption = #36755#20837#31649#29702#21592#23494#30721
  end
  object Edit1: TEdit
    Left = 176
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 176
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object Button1: TButton
    Left = 64
    Top = 176
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
  end
  object Button2: TButton
    Left = 192
    Top = 176
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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