home *** CD-ROM | disk | FTP | other *** search
- object patchform: Tpatchform
- Left = 289
- Top = 411
- BorderStyle = bsToolWindow
- Caption = 'Add Patch (all hex)'
- ClientHeight = 136
- ClientWidth = 349
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object SpeedButton1: TSpeedButton
- Left = 264
- Top = 8
- Width = 73
- Height = 22
- Caption = 'OK'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Left = 264
- Top = 32
- Width = 73
- Height = 22
- Caption = 'Cancel'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = SpeedButton2Click
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 241
- Height = 121
- BevelInner = bvSpace
- BevelOuter = bvLowered
- TabOrder = 0
- object Panel2: TPanel
- Left = 8
- Top = 8
- Width = 65
- Height = 33
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'Patch VA:'
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 88
- Top = 16
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 8
- TabOrder = 1
- end
- object Panel3: TPanel
- Left = 8
- Top = 72
- Width = 65
- Height = 33
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'Patch Bytes:'
- TabOrder = 4
- end
- object Edit2: TEdit
- Left = 88
- Top = 80
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 510
- TabOrder = 3
- end
- object Panel4: TPanel
- Left = 8
- Top = 40
- Width = 73
- Height = 33
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'Original Bytes:'
- TabOrder = 5
- end
- object Edit3: TEdit
- Left = 88
- Top = 48
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 510
- TabOrder = 2
- end
- end
- object GroupBox1: TGroupBox
- Left = 256
- Top = 56
- Width = 81
- Height = 73
- Caption = 'Position:'
- TabOrder = 1
- object RadioButton1: TRadioButton
- Left = 8
- Top = 16
- Width = 57
- Height = 17
- Caption = 'above'
- Enabled = False
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 8
- Top = 32
- Width = 57
- Height = 17
- Caption = 'under'
- Enabled = False
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 8
- Top = 48
- Width = 57
- Height = 17
- Caption = 'end'
- Checked = True
- Enabled = False
- TabOrder = 2
- TabStop = True
- end
- end
- end
-