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

📄 unit1.dfm

📁 图象处理的一些相关内容 不是很难的,实现简单,希望对大家有帮助
💻 DFM
字号:
object Form1: TForm1
  Left = 196
  Top = 111
  BorderStyle = bsDialog
  Caption = 'ImageSee图片打包、解包程序'
  ClientHeight = 436
  ClientWidth = 491
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 473
    Height = 417
    ActivePage = TabSheet2
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = '打包'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      object GroupBox1: TGroupBox
        Left = 8
        Top = 8
        Width = 449
        Height = 89
        Caption = '请选择要打包的目录:'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object Edit1: TEdit
          Left = 8
          Top = 32
          Width = 385
          Height = 24
          TabOrder = 0
        end
        object ButtonSelectDir: TButton
          Left = 400
          Top = 32
          Width = 25
          Height = 25
          Caption = '...'
          TabOrder = 1
          OnClick = ButtonSelectDirClick
        end
      end
      object GroupBox2: TGroupBox
        Left = 8
        Top = 112
        Width = 449
        Height = 81
        Caption = '请指定输出文件:'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        object Edit2: TEdit
          Left = 8
          Top = 32
          Width = 385
          Height = 24
          TabOrder = 0
        end
        object ButtonSetOutFile: TButton
          Left = 400
          Top = 32
          Width = 25
          Height = 25
          Caption = '...'
          TabOrder = 1
          OnClick = ButtonSetOutFileClick
        end
      end
      object ButtonBeginAddPackage: TButton
        Left = 120
        Top = 336
        Width = 75
        Height = 25
        Caption = '开始打包'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        OnClick = ButtonBeginAddPackageClick
      end
      object Button6: TButton
        Left = 264
        Top = 336
        Width = 75
        Height = 25
        Caption = '取消'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
        OnClick = Button6Click
      end
      object ProgressBar1: TProgressBar
        Left = 8
        Top = 304
        Width = 449
        Height = 18
        Min = 0
        Max = 100
        TabOrder = 4
      end
      object GroupBox3: TGroupBox
        Left = 8
        Top = 208
        Width = 449
        Height = 81
        Caption = '密码保护:'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 5
        object Label1: TLabel
          Left = 144
          Top = 18
          Width = 78
          Height = 16
          Caption = '请输入密码:'
        end
        object Label2: TLabel
          Left = 304
          Top = 18
          Width = 65
          Height = 16
          Caption = '密码确认:'
        end
        object CheckBox1: TCheckBox
          Left = 16
          Top = 34
          Width = 97
          Height = 17
          Caption = '启用密码保护'
          TabOrder = 0
          OnClick = CheckBox1Click
        end
        object Edit3: TEdit
          Left = 144
          Top = 34
          Width = 121
          Height = 24
          PasswordChar = '*'
          TabOrder = 1
        end
        object Edit4: TEdit
          Left = 304
          Top = 34
          Width = 121
          Height = 24
          PasswordChar = '*'
          TabOrder = 2
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = '解包'
      ImageIndex = 1
      object GroupBox4: TGroupBox
        Left = 8
        Top = 8
        Width = 449
        Height = 89
        Caption = '请选择要解包的文件:'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object Edit7: TEdit
          Left = 8
          Top = 32
          Width = 385
          Height = 24
          TabOrder = 0
        end
        object ButtonOpenSSPFile: TButton
          Left = 400
          Top = 32
          Width = 25
          Height = 25
          Caption = '...'
          TabOrder = 1
          OnClick = ButtonOpenSSPFileClick
        end
      end
      object GroupBox5: TGroupBox
        Left = 8
        Top = 112
        Width = 449
        Height = 81
        Caption = '请指定输出目录:'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        object Edit6: TEdit
          Left = 8
          Top = 32
          Width = 385
          Height = 24
          TabOrder = 0
        end
        object ButtonSelectOutPutDir: TButton
          Left = 400
          Top = 32
          Width = 25
          Height = 25
          Caption = '...'
          TabOrder = 1
          OnClick = ButtonSelectOutPutDirClick
        end
      end
      object ButtonBeginExtractPackage: TButton
        Left = 120
        Top = 336
        Width = 75
        Height = 25
        Caption = '开始解包'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        OnClick = ButtonBeginExtractPackageClick
      end
      object Button8: TButton
        Left = 264
        Top = 336
        Width = 75
        Height = 25
        Caption = '取消'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
        OnClick = Button8Click
      end
      object ProgressBar2: TProgressBar
        Left = 8
        Top = 208
        Width = 449
        Height = 18
        Min = 0
        Max = 100
        TabOrder = 4
      end
    end
  end
  object SaveDialog1: TSaveDialog
    Filter = 'ImageSee图片打包文件(*.ssp)|*.ssp'
    Left = 56
    Top = 312
  end
  object OpenDialog1: TOpenDialog
    Filter = 'ImageSee图片打包文件(*.ssp)|*.ssp'
    Left = 108
    Top = 307
  end
end

⌨️ 快捷键说明

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