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

📄 pfm_changepass.dfm

📁 主要是介绍DELPHI三层应用以及分布式数据库的应用
💻 DFM
字号:
object fm_changepass: Tfm_changepass
  Left = 361
  Top = 220
  BorderStyle = bsDialog
  Caption = #20462#25913#29992#25143#23494#30721
  ClientHeight = 262
  ClientWidth = 327
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 52
    Top = 108
    Width = 48
    Height = 16
    Caption = #26032#23494#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 52
    Top = 144
    Width = 64
    Height = 16
    Caption = #23494#30721#30830#35748
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 56
    Top = 28
    Width = 32
    Height = 16
    Caption = #24080#21495
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 48
    Top = 220
    Width = 8
    Height = 16
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 52
    Top = 68
    Width = 48
    Height = 16
    Caption = #32769#23494#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 132
    Top = 104
    Width = 121
    Height = 21
    Color = clInfoBk
    MaxLength = 8
    PasswordChar = '*'
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 132
    Top = 140
    Width = 121
    Height = 21
    Color = clInfoBk
    MaxLength = 8
    PasswordChar = '*'
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 132
    Top = 28
    Width = 121
    Height = 21
    TabStop = False
    Color = clInfoBk
    ReadOnly = True
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 76
    Top = 184
    Width = 77
    Height = 25
    Caption = #30830#23450
    Default = True
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 168
    Top = 184
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = BitBtn2Click
  end
  object Edit4: TEdit
    Left = 132
    Top = 64
    Width = 121
    Height = 21
    Color = clInfoBk
    MaxLength = 8
    PasswordChar = '*'
    TabOrder = 1
  end
  object Query1: TADOQuery
    Connection = dm_wxp.ADOConnection1
    Parameters = <>
    Left = 22
    Top = 22
  end
end

⌨️ 快捷键说明

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