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

  1. object patchform: Tpatchform
  2.   Left = 289
  3.   Top = 411
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Add Patch (all hex)'
  6.   ClientHeight = 136
  7.   ClientWidth = 349
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object SpeedButton1: TSpeedButton
  21.     Left = 264
  22.     Top = 8
  23.     Width = 73
  24.     Height = 22
  25.     Caption = 'OK'
  26.     Flat = True
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     OnClick = SpeedButton1Click
  34.   end
  35.   object SpeedButton2: TSpeedButton
  36.     Left = 264
  37.     Top = 32
  38.     Width = 73
  39.     Height = 22
  40.     Caption = 'Cancel'
  41.     Flat = True
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     OnClick = SpeedButton2Click
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 8
  52.     Top = 8
  53.     Width = 241
  54.     Height = 121
  55.     BevelInner = bvSpace
  56.     BevelOuter = bvLowered
  57.     TabOrder = 0
  58.     object Panel2: TPanel
  59.       Left = 8
  60.       Top = 8
  61.       Width = 65
  62.       Height = 33
  63.       Alignment = taLeftJustify
  64.       BevelOuter = bvNone
  65.       Caption = 'Patch VA:'
  66.       TabOrder = 0
  67.     end
  68.     object Edit1: TEdit
  69.       Left = 88
  70.       Top = 16
  71.       Width = 121
  72.       Height = 21
  73.       CharCase = ecUpperCase
  74.       MaxLength = 8
  75.       TabOrder = 1
  76.     end
  77.     object Panel3: TPanel
  78.       Left = 8
  79.       Top = 72
  80.       Width = 65
  81.       Height = 33
  82.       Alignment = taLeftJustify
  83.       BevelOuter = bvNone
  84.       Caption = 'Patch Bytes:'
  85.       TabOrder = 4
  86.     end
  87.     object Edit2: TEdit
  88.       Left = 88
  89.       Top = 80
  90.       Width = 121
  91.       Height = 21
  92.       CharCase = ecUpperCase
  93.       MaxLength = 510
  94.       TabOrder = 3
  95.     end
  96.     object Panel4: TPanel
  97.       Left = 8
  98.       Top = 40
  99.       Width = 73
  100.       Height = 33
  101.       Alignment = taLeftJustify
  102.       BevelOuter = bvNone
  103.       Caption = 'Original Bytes:'
  104.       TabOrder = 5
  105.     end
  106.     object Edit3: TEdit
  107.       Left = 88
  108.       Top = 48
  109.       Width = 121
  110.       Height = 21
  111.       CharCase = ecUpperCase
  112.       MaxLength = 510
  113.       TabOrder = 2
  114.     end
  115.   end
  116.   object GroupBox1: TGroupBox
  117.     Left = 256
  118.     Top = 56
  119.     Width = 81
  120.     Height = 73
  121.     Caption = 'Position:'
  122.     TabOrder = 1
  123.     object RadioButton1: TRadioButton
  124.       Left = 8
  125.       Top = 16
  126.       Width = 57
  127.       Height = 17
  128.       Caption = 'above'
  129.       Enabled = False
  130.       TabOrder = 0
  131.     end
  132.     object RadioButton2: TRadioButton
  133.       Left = 8
  134.       Top = 32
  135.       Width = 57
  136.       Height = 17
  137.       Caption = 'under'
  138.       Enabled = False
  139.       TabOrder = 1
  140.     end
  141.     object RadioButton3: TRadioButton
  142.       Left = 8
  143.       Top = 48
  144.       Width = 57
  145.       Height = 17
  146.       Caption = 'end'
  147.       Checked = True
  148.       Enabled = False
  149.       TabOrder = 2
  150.       TabStop = True
  151.     end
  152.   end
  153. end
  154.