unit2.dfm

来自「由于目前很多字典生成的密码很难满足我们的要求」· DFM 代码 · 共 62 行

DFM
62
字号
object help: Thelp
  Left = 370
  Top = 253
  Width = 304
  Height = 141
  Caption = #20851#20110
  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 = 24
    Top = 16
    Width = 145
    Height = 13
    AutoSize = False
    Caption = #26412#31243#24207#30001#39640#23665#39128#38634#35774#35745
  end
  object Label2: TLabel
    Left = 24
    Top = 40
    Width = 161
    Height = 13
    AutoSize = False
    Caption = #26377#20219#20309#38382#39064#35831#21644#26412#20154#32852#31995
  end
  object Label3: TLabel
    Left = 24
    Top = 64
    Width = 127
    Height = 13
    Caption = 'E-MAIL:gsj0791@163.com'
    Color = clMedGray
    ParentColor = False
    OnClick = Label3Click
  end
  object Label4: TLabel
    Left = 184
    Top = 88
    Width = 98
    Height = 13
    Caption = 'http://www.nssh.net'
    Color = clMedGray
    ParentColor = False
    OnClick = Label4Click
  end
  object Button1: TButton
    Left = 200
    Top = 40
    Width = 57
    Height = 25
    Caption = #20851#38381
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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