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

📄 unit1.dfm

📁 EXE免杀捆绑器过瑞星过卡巴金山麦咖啡瑞星等杀毒软件
💻 DFM
字号:
object Form1: TForm1
  Left = 279
  Top = 181
  Width = 313
  Height = 213
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'ExeBind'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel2: TPanel
    Left = 0
    Top = 185
    Width = 305
    Height = 129
    BevelInner = bvLowered
    TabOrder = 0
    Visible = False
    OnDblClick = Panel2DblClick
    object Label3: TLabel
      Left = 67
      Top = 32
      Width = 179
      Height = 16
      Caption = 'Windows Exe File Binding'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label4: TLabel
      Left = 101
      Top = 48
      Width = 92
      Height = 13
      Caption = 'Authors:sjctheworld'
    end
    object Label5: TLabel
      Left = 80
      Top = 73
      Width = 138
      Height = 13
      Caption = 'Email:sjctheworld@sohu.com'
    end
    object Label6: TLabel
      Left = 87
      Top = 86
      Width = 127
      Height = 13
      Caption = 'CopyRight:2000-------20003'
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 305
    Height = 185
    BevelOuter = bvNone
    TabOrder = 1
    object Label1: TLabel
      Left = 15
      Top = 24
      Width = 50
      Height = 13
      Caption = 'SourceFile'
    end
    object Label2: TLabel
      Left = 15
      Top = 56
      Width = 69
      Height = 13
      Caption = 'DestinationFile'
    end
    object SpeedButton1: TSpeedButton
      Left = 263
      Top = 16
      Width = 23
      Height = 22
      Caption = '...'
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 263
      Top = 48
      Width = 23
      Height = 22
      Caption = '...'
      OnClick = SpeedButton2Click
    end
    object Edit1: TEdit
      Left = 103
      Top = 16
      Width = 145
      Height = 21
      ReadOnly = True
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 103
      Top = 48
      Width = 145
      Height = 21
      ReadOnly = True
      TabOrder = 1
    end
    object GroupBox1: TGroupBox
      Left = 8
      Top = 80
      Width = 289
      Height = 65
      Caption = 'FnallyFile'
      TabOrder = 2
      object SpeedButton3: TSpeedButton
        Left = 257
        Top = 24
        Width = 23
        Height = 22
        Caption = '...'
        OnClick = SpeedButton3Click
      end
      object Edit3: TEdit
        Left = 8
        Top = 25
        Width = 241
        Height = 21
        ReadOnly = True
        TabOrder = 0
      end
    end
    object Button1: TButton
      Left = 21
      Top = 152
      Width = 75
      Height = 25
      Caption = '&Binding'
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 116
      Top = 152
      Width = 75
      Height = 25
      Caption = '&About'
      TabOrder = 4
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 213
      Top = 152
      Width = 75
      Height = 25
      Caption = '&Exit'
      TabOrder = 5
      OnClick = Button3Click
    end
  end
  object OpenDialog1: TOpenDialog
    Left = 144
    Top = 88
  end
  object SaveDialog1: TSaveDialog
    Left = 112
    Top = 88
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 100
    OnTimer = Timer1Timer
    Left = 72
    Top = 88
  end
end

⌨️ 快捷键说明

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