unit3.dfm

来自「停车厂管理系统 麻雀虽小 但是五脏齐全」· DFM 代码 · 共 115 行

DFM
115
字号
object password: Tpassword
  Left = 395
  Top = 144
  Width = 260
  Height = 203
  Caption = #29992#25143#23494#30721#20462#25913
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCanResize = FormCanResize
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 32
    Width = 48
    Height = 13
    Caption = #26087#23494#30721#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 48
    Top = 64
    Width = 48
    Height = 13
    Caption = #26032#23494#30721#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 48
    Top = 96
    Width = 48
    Height = 13
    Caption = #26032#23494#30721#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 128
    Width = 75
    Height = 25
    Caption = #28165#31354
    TabOrder = 0
    OnClick = BitBtn1Click
    Kind = bkCancel
  end
  object BitBtn2: TBitBtn
    Left = 152
    Top = 128
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 1
    OnClick = BitBtn2Click
    Kind = bkOK
  end
  object oldpassword: TEdit
    Left = 104
    Top = 24
    Width = 97
    Height = 21
    MaxLength = 8
    PasswordChar = '*'
    TabOrder = 2
    OnKeyPress = newpasswordKeyPress
  end
  object newpassword: TEdit
    Left = 104
    Top = 56
    Width = 97
    Height = 21
    MaxLength = 8
    PasswordChar = '*'
    TabOrder = 3
    OnKeyPress = newpasswordKeyPress
  end
  object newpassword1: TEdit
    Left = 104
    Top = 88
    Width = 97
    Height = 21
    MaxLength = 8
    PasswordChar = '*'
    TabOrder = 4
    OnKeyPress = newpasswordKeyPress
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=ccsj'
    Parameters = <>
    Left = 24
    Top = 32
  end
end

⌨️ 快捷键说明

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