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

📄 setuppass.dfm

📁 通过delphi和sql的使用
💻 DFM
字号:
object Form2: TForm2
  Left = 430
  Top = 221
  ActiveControl = OldPassEdit
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #23494#30721#35774#23450
  ClientHeight = 120
  ClientWidth = 205
  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 Label1: TLabel
    Left = 8
    Top = 34
    Width = 48
    Height = 13
    Caption = #26032#23494#30721#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 60
    Width = 60
    Height = 13
    Caption = #30830#35748#23494#30721#65306
  end
  object Label3: TLabel
    Left = 8
    Top = 9
    Width = 48
    Height = 13
    Caption = #26087#23494#30721#65306
  end
  object NewPassEdit: TEdit
    Left = 72
    Top = 30
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object AffirmPassEdit: TEdit
    Left = 72
    Top = 56
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object OldPassEdit: TEdit
    Left = 72
    Top = 5
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 24
    Top = 88
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 3
  end
  object Button2: TButton
    Left = 104
    Top = 88
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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