lock_dialog.dfm
上传用户:zhkydz
上传日期:2013-04-26
资源大小:44k
文件大小:1k
源码类别:

破解

开发平台:

Asm

  1. object Form1: TForm1
  2.   Left = 485
  3.   Top = 313
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'EXE文件加密器'
  7.   ClientHeight = 81
  8.   ClientWidth = 194
  9.   Color = 10930928
  10.   Font.Charset = GB2312_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = '宋体'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 168
  24.     Height = 12
  25.     Caption = '文件已加密,请输入解密密码:'
  26.   end
  27.   object Button1: TFlatButton
  28.     Left = 16
  29.     Top = 48
  30.     Width = 73
  31.     Height = 25
  32.     ColorFocused = 2058166
  33.     ColorDown = 10930672
  34.     ColorBorder = 6135268
  35.     UseAdvColors = True
  36.     Caption = '确定[&O]'
  37.     TabOrder = 0
  38.     OnClick = Button1Click
  39.   end
  40.   object Button2: TFlatButton
  41.     Left = 104
  42.     Top = 48
  43.     Width = 73
  44.     Height = 25
  45.     ColorFocused = 2058166
  46.     ColorDown = 10930672
  47.     ColorBorder = 6135268
  48.     UseAdvColors = True
  49.     Caption = '取消[&C]'
  50.     TabOrder = 1
  51.     OnClick = Button2Click
  52.   end
  53.   object Edit1: TFlatEdit
  54.     Left = 16
  55.     Top = 24
  56.     Width = 161
  57.     Height = 18
  58.     ColorBorder = 6135268
  59.     ColorFlat = 10930928
  60.     ParentColor = True
  61.     PasswordChar = '#'
  62.     TabOrder = 2
  63.     OnKeyDown = Edit1KeyDown
  64.   end
  65. end