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

📄 unit10.dfm

📁 铁路道口管理系统 开发源码 大家随便看看 呵呵
💻 DFM
字号:
object changepass: Tchangepass
  Left = 532
  Top = 143
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20462#25913#23494#30721
  ClientHeight = 192
  ClientWidth = 260
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 26
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 58
    Width = 60
    Height = 13
    Caption = #21407#22987#23494#30721#65306
  end
  object Label3: TLabel
    Left = 24
    Top = 90
    Width = 48
    Height = 13
    Caption = #26032#23494#30721#65306
  end
  object Label4: TLabel
    Left = 24
    Top = 122
    Width = 72
    Height = 13
    Caption = #30830#35748#26032#23494#30721#65306
  end
  object Bevel1: TBevel
    Left = 8
    Top = 10
    Width = 249
    Height = 135
  end
  object Bevel2: TBevel
    Left = 96
    Top = 152
    Width = 161
    Height = 33
  end
  object Edit1: TEdit
    Left = 112
    Top = 18
    Width = 121
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 112
    Top = 50
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
    OnKeyPress = Edit2KeyPress
  end
  object Edit3: TEdit
    Left = 112
    Top = 82
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
    OnKeyPress = Edit3KeyPress
  end
  object Edit4: TEdit
    Left = 112
    Top = 114
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 3
    OnKeyPress = Edit4KeyPress
  end
  object Button1: TButton
    Left = 109
    Top = 157
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 4
    OnClick = Button1Click
    OnEnter = Button1Click
  end
  object BitBtn1: TBitBtn
    Left = 192
    Top = 157
    Width = 57
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
    OnClick = BitBtn1Click
  end
end

⌨️ 快捷键说明

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