lock_dialog.dfm
上传用户:zhkydz
上传日期:2013-04-26
资源大小:44k
文件大小:1k
- object Form1: TForm1
- Left = 485
- Top = 313
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'EXE文件加密器'
- ClientHeight = 81
- ClientWidth = 194
- Color = 10930928
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = '宋体'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 168
- Height = 12
- Caption = '文件已加密,请输入解密密码:'
- end
- object Button1: TFlatButton
- Left = 16
- Top = 48
- Width = 73
- Height = 25
- ColorFocused = 2058166
- ColorDown = 10930672
- ColorBorder = 6135268
- UseAdvColors = True
- Caption = '确定[&O]'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TFlatButton
- Left = 104
- Top = 48
- Width = 73
- Height = 25
- ColorFocused = 2058166
- ColorDown = 10930672
- ColorBorder = 6135268
- UseAdvColors = True
- Caption = '取消[&C]'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Edit1: TFlatEdit
- Left = 16
- Top = 24
- Width = 161
- Height = 18
- ColorBorder = 6135268
- ColorFlat = 10930928
- ParentColor = True
- PasswordChar = '#'
- TabOrder = 2
- OnKeyDown = Edit1KeyDown
- end
- end