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

📄 unit2.dfm

📁 DELPHI软件注册算法实现示例
💻 DFM
字号:
object Form2: TForm2
  Left = 446
  Top = 237
  ActiveControl = useredit
  BorderStyle = bsDialog
  Caption = 'Form2'
  ClientHeight = 146
  ClientWidth = 274
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 16
    Top = 112
    Width = 81
    Height = 22
    Caption = #27880#20876
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 168
    Top = 112
    Width = 89
    Height = 22
    Caption = #20197#21518#20877#35828
    OnClick = SpeedButton2Click
  end
  object Label1: TLabel
    Left = 0
    Top = 80
    Width = 48
    Height = 13
    Caption = #27880#20876#30721#65306
  end
  object Label2: TLabel
    Left = 0
    Top = 48
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label3: TLabel
    Left = 0
    Top = 0
    Width = 297
    Height = 24
    AutoSize = False
    Caption = #20351#29992#27491#29256#36719#20214#65292#35831#27880#20876#65281#65281
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 160
    Top = 64
    Width = 137
    Height = 13
    AutoSize = False
    Caption = #35831#25903#25345#22269#20135#36719#20214'!!'
  end
  object Label5: TLabel
    Left = 160
    Top = 88
    Width = 113
    Height = 13
    AutoSize = False
    Caption = #19981#24471#38750#27861#25335#36125'!!'
  end
  object Label6: TLabel
    Left = 160
    Top = 40
    Width = 73
    Height = 16
    AutoSize = False
    Caption = #25552#31034#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object codeedit: TEdit
    Left = 56
    Top = 80
    Width = 41
    Height = 19
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
    Text = '111111'
    OnChange = codeeditChange
  end
  object useredit: TEdit
    Left = 56
    Top = 48
    Width = 81
    Height = 19
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 1
    Text = 'xzz'
  end
end

⌨️ 快捷键说明

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