home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Programming / yPP-B-SRC.ZIP / Unit1.dfm < prev    next >
Encoding:
Text File  |  2000-08-31  |  6.4 KB  |  271 lines

  1. object Form1: TForm1
  2.   Left = 206
  3.   Top = 229
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = '[ yoda'#39's Process Patcher - BETA ]'
  7.   ClientHeight = 262
  8.   ClientWidth = 581
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object GroupBox1: TGroupBox
  23.     Left = 8
  24.     Top = 8
  25.     Width = 449
  26.     Height = 249
  27.     Caption = 'ACTIONS:'
  28.     TabOrder = 1
  29.     object SpeedButton1: TSpeedButton
  30.       Left = 218
  31.       Top = 216
  32.       Width = 23
  33.       Height = 22
  34.       Caption = '...'
  35.       Flat = True
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -13
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.       OnClick = SpeedButton1Click
  43.     end
  44.     object Label1: TLabel
  45.       Left = 8
  46.       Top = 219
  47.       Width = 45
  48.       Height = 13
  49.       Caption = 'Filename:'
  50.     end
  51.     object Edit1: TEdit
  52.       Left = 64
  53.       Top = 216
  54.       Width = 153
  55.       Height = 21
  56.       MaxLength = 150
  57.       TabOrder = 0
  58.     end
  59.   end
  60.   object ListView1: TListView
  61.     Left = 16
  62.     Top = 24
  63.     Width = 433
  64.     Height = 185
  65.     Hint = 'Do a right click for more options...'
  66.     Columns = <
  67.       item
  68.         Caption = 'Kind Of Action'
  69.         Width = 112
  70.       end
  71.       item
  72.         Caption = 'Virtual Address'
  73.         Width = 100
  74.       end
  75.       item
  76.         Caption = 'Original Bytes'
  77.         Width = 100
  78.       end
  79.       item
  80.         Caption = 'Patch Bytes'
  81.         Width = 100
  82.       end>
  83.     ReadOnly = True
  84.     RowSelect = True
  85.     PopupMenu = PopupMenu1
  86.     TabOrder = 0
  87.     ViewStyle = vsReport
  88.     OnChange = ListView1Change
  89.     OnDblClick = ListView1DblClick
  90.   end
  91.   object Panel3: TPanel
  92.     Left = 464
  93.     Top = 14
  94.     Width = 113
  95.     Height = 243
  96.     BevelInner = bvRaised
  97.     BevelOuter = bvLowered
  98.     TabOrder = 2
  99.     object SpeedButton2: TSpeedButton
  100.       Left = 8
  101.       Top = 32
  102.       Width = 97
  103.       Height = 22
  104.       Caption = 'add Patch'
  105.       Flat = True
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clWindowText
  108.       Font.Height = -11
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = [fsBold]
  111.       ParentFont = False
  112.       OnClick = SpeedButton2Click
  113.     end
  114.     object SpeedButton3: TSpeedButton
  115.       Left = 8
  116.       Top = 216
  117.       Width = 97
  118.       Height = 22
  119.       Hint = ':'#39'('
  120.       Caption = 'eXit'
  121.       Flat = True
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clWindowText
  124.       Font.Height = -11
  125.       Font.Name = 'MS Sans Serif'
  126.       Font.Style = [fsBold]
  127.       ParentFont = False
  128.       OnClick = SpeedButton3Click
  129.     end
  130.     object SpeedButton4: TSpeedButton
  131.       Left = 8
  132.       Top = 192
  133.       Width = 97
  134.       Height = 22
  135.       Caption = 'about'
  136.       Flat = True
  137.       Font.Charset = DEFAULT_CHARSET
  138.       Font.Color = clWindowText
  139.       Font.Height = -11
  140.       Font.Name = 'MS Sans Serif'
  141.       Font.Style = [fsBold]
  142.       ParentFont = False
  143.       OnClick = SpeedButton4Click
  144.     end
  145.     object SpeedButton5: TSpeedButton
  146.       Left = 8
  147.       Top = 80
  148.       Width = 97
  149.       Height = 22
  150.       Caption = 'add Wait'
  151.       Flat = True
  152.       Font.Charset = DEFAULT_CHARSET
  153.       Font.Color = clWindowText
  154.       Font.Height = -11
  155.       Font.Name = 'MS Sans Serif'
  156.       Font.Style = [fsBold]
  157.       ParentFont = False
  158.       OnClick = SpeedButton5Click
  159.     end
  160.     object SpeedButton7: TSpeedButton
  161.       Left = 8
  162.       Top = 104
  163.       Width = 97
  164.       Height = 22
  165.       Caption = 'add Resume'
  166.       Flat = True
  167.       Font.Charset = DEFAULT_CHARSET
  168.       Font.Color = clWindowText
  169.       Font.Height = -11
  170.       Font.Name = 'MS Sans Serif'
  171.       Font.Style = [fsBold]
  172.       ParentFont = False
  173.       OnClick = SpeedButton7Click
  174.     end
  175.     object SpeedButton8: TSpeedButton
  176.       Left = 8
  177.       Top = 8
  178.       Width = 97
  179.       Height = 22
  180.       Caption = 'compare files'
  181.       Flat = True
  182.       Font.Charset = DEFAULT_CHARSET
  183.       Font.Color = clWindowText
  184.       Font.Height = -11
  185.       Font.Name = 'MS Sans Serif'
  186.       Font.Style = [fsBold]
  187.       ParentFont = False
  188.       OnClick = SpeedButton8Click
  189.     end
  190.     object SpeedButton9: TSpeedButton
  191.       Left = 8
  192.       Top = 160
  193.       Width = 97
  194.       Height = 22
  195.       Caption = 'make Loader'
  196.       Flat = True
  197.       Font.Charset = DEFAULT_CHARSET
  198.       Font.Color = clWindowText
  199.       Font.Height = -11
  200.       Font.Name = 'MS Sans Serif'
  201.       Font.Style = [fsBold]
  202.       ParentFont = False
  203.       OnClick = SpeedButton9Click
  204.     end
  205.     object SpeedButton10: TSpeedButton
  206.       Left = 8
  207.       Top = 136
  208.       Width = 97
  209.       Height = 22
  210.       Caption = 'options'
  211.       Flat = True
  212.       Font.Charset = DEFAULT_CHARSET
  213.       Font.Color = clWindowText
  214.       Font.Height = -11
  215.       Font.Name = 'MS Sans Serif'
  216.       Font.Style = [fsBold]
  217.       ParentFont = False
  218.       OnClick = SpeedButton10Click
  219.     end
  220.     object SpeedButton12: TSpeedButton
  221.       Left = 8
  222.       Top = 56
  223.       Width = 97
  224.       Height = 22
  225.       Caption = 'add S'#39'n'#39'R'
  226.       Flat = True
  227.       Font.Charset = DEFAULT_CHARSET
  228.       Font.Color = clWindowText
  229.       Font.Height = -11
  230.       Font.Name = 'MS Sans Serif'
  231.       Font.Style = [fsBold]
  232.       ParentFont = False
  233.       OnClick = SpeedButton12Click
  234.     end
  235.   end
  236.   object OpenDialog1: TOpenDialog
  237.     InitialDir = '.'
  238.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  239.     Title = 'Choose the target file...'
  240.     Left = 24
  241.     Top = 48
  242.   end
  243.   object SaveDialog1: TSaveDialog
  244.     FileName = 'Loader.exe'
  245.     Filter = 'Executable Files|*.exe|all files|*.*'
  246.     InitialDir = '.'
  247.     Options = [ofHideReadOnly, ofPathMustExist]
  248.     Left = 56
  249.     Top = 48
  250.   end
  251.   object PopupMenu1: TPopupMenu
  252.     Left = 88
  253.     Top = 48
  254.     object edit2: TMenuItem
  255.       Caption = 'edit'
  256.       OnClick = edit2Click
  257.     end
  258.     object N2: TMenuItem
  259.       Caption = '-'
  260.     end
  261.     object deleteselected1: TMenuItem
  262.       Caption = 'delete'
  263.       OnClick = deleteselected1Click
  264.     end
  265.     object clearall1: TMenuItem
  266.       Caption = 'delete all'
  267.       OnClick = clearall1Click
  268.     end
  269.   end
  270. end
  271.