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

破解

开发平台:

Asm

  1. object Form1: TForm1
  2.   Left = 364
  3.   Top = 315
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'EXE文件加密器'
  7.   ClientHeight = 178
  8.   ClientWidth = 433
  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.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Button_Go: TFlatButton
  21.     Left = 296
  22.     Top = 16
  23.     Width = 121
  24.     Height = 25
  25.     ColorFocused = 2058166
  26.     ColorDown = 10930672
  27.     ColorBorder = 6135268
  28.     UseAdvColors = True
  29.     Caption = '开始加密文件[&O]'
  30.     TabOrder = 4
  31.     OnClick = Button_GoClick
  32.   end
  33.   object Button_Exit: TFlatButton
  34.     Left = 296
  35.     Top = 136
  36.     Width = 121
  37.     Height = 25
  38.     ColorFocused = 2058166
  39.     ColorDown = 10930672
  40.     ColorBorder = 6135268
  41.     UseAdvColors = True
  42.     Caption = '退出[&X]'
  43.     TabOrder = 6
  44.     OnClick = Button_ExitClick
  45.   end
  46.   object Edit_Pass: TFlatEdit
  47.     Left = 16
  48.     Top = 112
  49.     Width = 121
  50.     Height = 18
  51.     Hint = '最大15位'
  52.     ColorBorder = 6135268
  53.     ColorFlat = 10930928
  54.     ParentColor = True
  55.     MaxLength = 15
  56.     ParentShowHint = False
  57.     PasswordChar = '#'
  58.     ShowHint = True
  59.     TabOrder = 2
  60.   end
  61.   object ProgressBar1: TProgressBar
  62.     Left = 16
  63.     Top = 144
  64.     Width = 257
  65.     Height = 16
  66.     Hint = '工作进度条'
  67.     Min = 0
  68.     Max = 100
  69.     ParentShowHint = False
  70.     Smooth = True
  71.     ShowHint = True
  72.     TabOrder = 7
  73.   end
  74.   object StaticText1: TStaticText
  75.     Left = 16
  76.     Top = 96
  77.     Width = 64
  78.     Height = 16
  79.     Caption = '输入密码:'
  80.     TabOrder = 8
  81.   end
  82.   object Button_OpenFile: TFlatButton
  83.     Left = 239
  84.     Top = 64
  85.     Width = 18
  86.     Height = 18
  87.     Hint = '打开文件'
  88.     ColorFocused = 2058166
  89.     ColorDown = 10930672
  90.     ColorBorder = 6135268
  91.     UseAdvColors = True
  92.     Glyph.Data = {
  93.       F6000000424DF600000000000000760000002800000010000000100000000100
  94.       0400000000008000000000000000000000001000000000000000000000000000
  95.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  96.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  97.       DDDDDDDDDDDDDDDDDDDDDD0000000000DDDDDD00333333330DDDDD0B03333333
  98.       30DDDD0BB0333333330DDD0BBB000000000DDD0BBBBBBBB0DDDDDD0BBB000000
  99.       DDDDDDD000DDDDDDDDDDDDDDDDDDDDD000DDDDDDDDDDDDDD00DDDDDDDDD0DDD0
  100.       D0DDDDDDDDDD000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD}
  101.     ParentShowHint = False
  102.     ShowHint = True
  103.     TabOrder = 1
  104.     OnClick = Button_OpenFileClick
  105.   end
  106.   object StaticText2: TStaticText
  107.     Left = 16
  108.     Top = 48
  109.     Width = 130
  110.     Height = 16
  111.     Caption = '选择要操作的EXE文件:'
  112.     TabOrder = 9
  113.   end
  114.   object Edit_Pass1: TFlatEdit
  115.     Left = 152
  116.     Top = 112
  117.     Width = 121
  118.     Height = 18
  119.     ColorBorder = 6135268
  120.     ColorFlat = 10930928
  121.     ParentColor = True
  122.     MaxLength = 15
  123.     PasswordChar = '#'
  124.     TabOrder = 3
  125.   end
  126.   object Button_About: TFlatButton
  127.     Left = 296
  128.     Top = 96
  129.     Width = 121
  130.     Height = 25
  131.     ColorFocused = 2058166
  132.     ColorDown = 10930672
  133.     ColorBorder = 6135268
  134.     UseAdvColors = True
  135.     Caption = '关于[&A]'
  136.     TabOrder = 5
  137.     OnClick = Button_AboutClick
  138.   end
  139.   object StaticText_Pass1: TStaticText
  140.     Left = 152
  141.     Top = 96
  142.     Width = 64
  143.     Height = 16
  144.     Caption = '重复密码:'
  145.     TabOrder = 10
  146.   end
  147.   object Edit_FileName: TFlatEdit
  148.     Left = 16
  149.     Top = 64
  150.     Width = 224
  151.     Height = 18
  152.     ColorBorder = 6135268
  153.     ColorFlat = 10930928
  154.     ParentColor = True
  155.     ParentShowHint = False
  156.     ShowHint = True
  157.     TabOrder = 0
  158.     OnChange = Edit_FileNameChange
  159.   end
  160.   object CheckBox_BackUp: TFlatCheckBox
  161.     Left = 152
  162.     Top = 47
  163.     Width = 121
  164.     Height = 17
  165.     Caption = '备份原文件为*.BAK'
  166.     Checked = True
  167.     TabOrder = 11
  168.     TabStop = True
  169.   end
  170.   object Button_UnGo: TFlatButton
  171.     Left = 296
  172.     Top = 56
  173.     Width = 121
  174.     Height = 25
  175.     ColorFocused = 2058166
  176.     ColorDown = 10930672
  177.     ColorBorder = 6135268
  178.     UseAdvColors = True
  179.     Caption = '开始解密文件[&E]'
  180.     TabOrder = 12
  181.     OnClick = Button_UnGoClick
  182.   end
  183.   object Panel1: TPanel
  184.     Left = 16
  185.     Top = 16
  186.     Width = 257
  187.     Height = 17
  188.     BevelOuter = bvLowered
  189.     Color = 10930928
  190.     TabOrder = 13
  191.     object Label_Msg: TLabel
  192.       Left = 1
  193.       Top = 3
  194.       Width = 255
  195.       Height = 12
  196.       Hint = '信息显示栏'
  197.       Alignment = taCenter
  198.       AutoSize = False
  199.       Caption = '信息'
  200.       Font.Charset = GB2312_CHARSET
  201.       Font.Color = clBlue
  202.       Font.Height = -12
  203.       Font.Name = '宋体'
  204.       Font.Style = []
  205.       ParentFont = False
  206.       ParentShowHint = False
  207.       ShowHint = True
  208.     end
  209.   end
  210.   object Button_Directory: TFlatButton
  211.     Left = 256
  212.     Top = 64
  213.     Width = 18
  214.     Height = 18
  215.     Hint = '跳到文件所在目录'
  216.     ColorFocused = 2058166
  217.     ColorDown = 10930672
  218.     ColorBorder = 6135268
  219.     UseAdvColors = True
  220.     Glyph.Data = {
  221.       F6000000424DF600000000000000760000002800000010000000100000000100
  222.       0400000000008000000000000000000000001000000000000000000000000000
  223.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  224.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  225.       DDDDD0000000000000DDD8777777777770DDDF888888888870DDDF8888888888
  226.       70DDDF899888888870DDDFFFFFFFFFFF88DDDDDDDDD0000000DDDD0DDD0FBFBF
  227.       BF0DD0DDDD0BFBFBFB0DD0DD0D0FBFBFBF0DDD00000BFBFBFB0DDDDD0D0000BF
  228.       BF0DDDDDDD0BFB0000DDDDDDDDD000DDDDDDDDDDDDDDDDDDDDDD}
  229.     ParentShowHint = False
  230.     ShowHint = True
  231.     TabOrder = 14
  232.     OnClick = Button_DirectoryClick
  233.   end
  234.   object OpenDialog1: TOpenDialog
  235.     Filter = '可执行文件(*.exe)|*.exe'
  236.     Left = 64
  237.     Top = 136
  238.   end
  239.   object FlatHint1: TFlatHint
  240.     MaxHintWidth = 255
  241.     Font.Charset = DEFAULT_CHARSET
  242.     Font.Color = clWindowText
  243.     Font.Height = -11
  244.     Font.Name = 'MS Sans Serif'
  245.     Font.Style = []
  246.     Left = 32
  247.     Top = 136
  248.   end
  249. end