unit2.~dfm

来自「密码解霸第三代源码,业余爱好收藏 希望有兴趣的 人们来玩玩他. 比较老的代码了」· ~DFM 代码 · 共 106 行

~DFM
106
字号
object Form2: TForm2
  Left = 312
  Top = 172
  Width = 696
  Height = 480
  Caption = 'Form2'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 80
    Width = 19
    Height = 13
    Caption = 'psw'
  end
  object Label2: TLabel
    Left = 24
    Top = 120
    Width = 37
    Height = 13
    Caption = 'location'
  end
  object Label3: TLabel
    Left = 24
    Top = 160
    Width = 20
    Height = 13
    Caption = 'user'
  end
  object Button1: TButton
    Left = 232
    Top = 112
    Width = 209
    Height = 65
    Caption = #24320#22987#35835#21462
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 312
    Top = 256
    Width = 153
    Height = 57
    Caption = #20572#27490#35835#21462
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 112
    Top = 48
    Width = 161
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 112
    Top = 80
    Width = 97
    Height = 21
    TabOrder = 3
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 104
    Top = 120
    Width = 89
    Height = 21
    TabOrder = 4
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 104
    Top = 160
    Width = 89
    Height = 21
    TabOrder = 5
    Text = 'Edit4'
  end
  object Edit5: TEdit
    Left = 96
    Top = 200
    Width = 81
    Height = 21
    TabOrder = 6
    Text = 'Edit5'
  end
  object Edit6: TEdit
    Left = 112
    Top = 272
    Width = 73
    Height = 21
    PasswordChar = '*'
    TabOrder = 7
    Text = 'Edit6'
  end
end

⌨️ 快捷键说明

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