stumimachage.dfm

来自「教务管理子系统的基本功能实现」· DFM 代码 · 共 80 行

DFM
80
字号
object studmimachange: Tstudmimachange
  Left = 356
  Top = 349
  Width = 290
  Height = 200
  Caption = #23494#30721#20462#25913
  Color = clMoneyGreen
  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 = 24
    Top = 16
    Width = 48
    Height = 13
    Caption = #21407#23494#30721#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 48
    Width = 48
    Height = 13
    Caption = #26032#23494#30721#65306
  end
  object Label3: TLabel
    Left = 24
    Top = 80
    Width = 60
    Height = 13
    Caption = #20877#27425#36755#20837#65306
  end
  object SpeedButton1: TSpeedButton
    Left = 32
    Top = 120
    Width = 65
    Height = 22
    Caption = #20462#25913
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 176
    Top = 120
    Width = 57
    Height = 22
    Caption = #36864#20986
    OnClick = SpeedButton2Click
  end
  object Edit1: TEdit
    Left = 88
    Top = 8
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 88
    Top = 48
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 88
    Top = 80
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    PasswordChar = '*'
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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