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

📄 unit1.dfm

📁 由于目前很多字典生成的密码很难满足我们的要求
💻 DFM
字号:
object Form1: TForm1
  Left = 355
  Top = 233
  Width = 299
  Height = 272
  Caption = #39640#23665#39128#38634#23494#30721#23383#20856' V1.2'
  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 = 16
    Top = 40
    Width = 48
    Height = 13
    Caption = #22836#23494#30721#65306
    Color = clBtnHighlight
    ParentColor = False
  end
  object Label2: TLabel
    Left = 8
    Top = 88
    Width = 84
    Height = 13
    Caption = #20013#38388#23494#30721#21464#37327#65306
    Color = clSkyBlue
    ParentColor = False
  end
  object Label3: TLabel
    Left = 24
    Top = 144
    Width = 48
    Height = 13
    Caption = #23614#23494#30721#65306
    Color = clMoneyGreen
    ParentColor = False
  end
  object Label4: TLabel
    Left = 8
    Top = 8
    Width = 121
    Height = 13
    Caption = #39640#23665#39128#38634#23494#30721#23383#20856' V1.2'
    Color = clSkyBlue
    ParentColor = False
  end
  object pass1: TEdit
    Left = 88
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object pass2: TEdit
    Left = 88
    Top = 152
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Button2: TButton
    Left = 32
    Top = 192
    Width = 65
    Height = 25
    Caption = #24320#22987#29983#25104
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 208
    Top = 192
    Width = 57
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 128
    Top = 192
    Width = 57
    Height = 25
    Caption = #24110#21161
    TabOrder = 4
    OnClick = Button4Click
  end
  object input: TSpinEdit
    Left = 88
    Top = 104
    Width = 97
    Height = 22
    MaxValue = 8
    MinValue = 1
    TabOrder = 5
    Value = 1
  end
  object SaveDialog: TSaveDialog
    DefaultExt = '*.dic'
    Filter = #23383#20856#25991#20214'(*.dic)|*.dic|'#25991#26412#25991#20214'(*.txt)|*.txt'
    Left = 8
    Top = 160
  end
end

⌨️ 快捷键说明

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