在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → GlowtoolsA-wdf网易游戏wdf查看及解包

GlowtoolsA-wdf网易游戏wdf查看及解包

一般编程问题

下载此实例

实例介绍

【实例简介】

GlowtoolsA-wdf网易游戏wdf查看及解包

包含:A-wdf、wapcompress、waskey非常好用

【实例截图】

【核心代码】

object PalForm: TPalForm
  Left = 112
  Top = 297
  BorderStyle = bsToolWindow
  Caption = #31070#22855#35843#33394#26495
  ClientHeight = 241
  ClientWidth = 919
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 8
    Width = 361
    Height = 97
    Caption = #20998#27573
    ItemIndex = 0
    Items.Strings = (
      '0~64'
      '64~128'
      '128~192'
      '192~256')
    TabOrder = 0
    OnClick = RadioGroup1Click
  end
  object TrackBar1: TTrackBar
    Left = 8
    Top = 112
    Width = 81
    Height = 25
    Max = 512
    TabOrder = 1
    TickStyle = tsManual
    OnChange = TrackBar1Change
  end
  object TrackBar2: TTrackBar
    Left = 128
    Top = 112
    Width = 81
    Height = 25
    Max = 512
    TabOrder = 2
    TickStyle = tsManual
    OnChange = TrackBar2Change
  end
  object TrackBar3: TTrackBar
    Left = 248
    Top = 112
    Width = 81
    Height = 25
    Max = 512
    TabOrder = 3
    TickStyle = tsManual
    OnChange = TrackBar3Change
  end
  object TrackBar4: TTrackBar
    Left = 8
    Top = 144
    Width = 81
    Height = 25
    Max = 512
    TabOrder = 4
    TickStyle = tsManual
    OnChange = TrackBar4Change
  end
  object TrackBar5: TTrackBar
    Left = 128
    Top = 144
    Width = 81
    Height = 25
    Max = 512
    TabOrder = 5
    TickStyle = tsManual
    OnChange = TrackBar5Change
  end
  object TrackBar6: TTrackBar
    Left = 248
    Top = 144
    Width = 81
    Height = 25
    Max = 512
    TabOrder = 6
    TickStyle = tsManual
    OnChange = TrackBar6Change
  end
  object TrackBar7: TTrackBar
    Left = 8
    Top = 176
    Width = 81
    Height = 25
    Max = 512
    TabOrder = 7
    TickStyle = tsManual
    OnChange = TrackBar7Change
  end
  object TrackBar8: TTrackBar
    Left = 128
    Top = 176
    Width = 81
    Height = 25
    Max = 512
    TabOrder = 8
    TickStyle = tsManual
    OnChange = TrackBar8Change
  end
  object TrackBar9: TTrackBar
    Left = 248
    Top = 176
    Width = 81
    Height = 25
    Max = 512
    TabOrder = 9
    TickStyle = tsManual
    OnChange = TrackBar9Change
  end
  object Edit1: TEdit
    Left = 88
    Top = 115
    Width = 41
    Height = 21
    TabOrder = 10
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 208
    Top = 115
    Width = 41
    Height = 21
    TabOrder = 11
    OnKeyPress = Edit2KeyPress
  end
  object Edit3: TEdit
    Left = 328
    Top = 115
    Width = 41
    Height = 21
    TabOrder = 12
    OnKeyPress = Edit3KeyPress
  end
  object Edit4: TEdit
    Left = 88
    Top = 147
    Width = 41
    Height = 21
    TabOrder = 13
    OnKeyPress = Edit4KeyPress
  end
  object Edit5: TEdit
    Left = 208
    Top = 147
    Width = 41
    Height = 21
    TabOrder = 14
    OnKeyPress = Edit5KeyPress
  end
  object Edit6: TEdit
    Left = 328
    Top = 147
    Width = 41
    Height = 21
    TabOrder = 15
    OnKeyPress = Edit6KeyPress
  end
  object Edit7: TEdit
    Left = 88
    Top = 179
    Width = 41
    Height = 21
    TabOrder = 16
    OnKeyPress = Edit7KeyPress
  end
  object Edit8: TEdit
    Left = 208
    Top = 179
    Width = 41
    Height = 21
    TabOrder = 17
    OnKeyPress = Edit8KeyPress
  end
  object Edit9: TEdit
    Left = 328
    Top = 179
    Width = 41
    Height = 21
    TabOrder = 18
    OnKeyPress = Edit9KeyPress
  end
  object Button1: TButton
    Left = 16
    Top = 208
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 19
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 104
    Top = 208
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 20
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 192
    Top = 208
    Width = 75
    Height = 25
    Caption = #24212#29992
    TabOrder = 21
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 280
    Top = 208
    Width = 75
    Height = 25
    Caption = '<<'
    TabOrder = 22
    OnClick = Button4Click
  end
  object RadioGroup2: TRadioGroup
    Left = 376
    Top = 8
    Width = 129
    Height = 225
    Caption = '1'#21495#20998#27573
    Items.Strings = (
      'test - 1')
    TabOrder = 23
    OnClick = RadioGroup2Click
  end
  object RadioGroup3: TRadioGroup
    Left = 512
    Top = 8
    Width = 129
    Height = 225
    Caption = '2'#21495#20998#27573
    TabOrder = 24
    OnClick = RadioGroup3Click
  end
  object RadioGroup4: TRadioGroup
    Left = 648
    Top = 8
    Width = 129
    Height = 225
    Caption = '3'#21495#20998#27573
    TabOrder = 25
    OnClick = RadioGroup4Click
  end
  object RadioGroup5: TRadioGroup
    Left = 784
    Top = 8
    Width = 129
    Height = 225
    Caption = '4'#21495#20998#27573
    TabOrder = 26
    OnClick = RadioGroup5Click
  end
  object Button5: TButton
    Left = 280
    Top = 24
    Width = 75
    Height = 25
    Caption = 'LoadPP'
    TabOrder = 27
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 280
    Top = 64
    Width = 75
    Height = 25
    Caption = #33258#23450#20041
    TabOrder = 28
    OnClick = Button6Click
  end
end



标签: oo wd 解包 sa 游戏

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警