home *** CD-ROM | disk | FTP | other *** search
- object srform: Tsrform
- Left = 301
- Top = 197
- BorderStyle = bsToolWindow
- Caption = 'Add Search & Replace'
- ClientHeight = 169
- ClientWidth = 346
- 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 = 266
- 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 = 266
- 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 = 249
- Height = 105
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Panel2: TPanel
- Left = 8
- Top = 16
- Width = 89
- Height = 25
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'Search Bytes:'
- TabOrder = 0
- end
- object Panel3: TPanel
- Left = 8
- Top = 48
- Width = 81
- Height = 25
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'Replace Bytes:'
- TabOrder = 1
- end
- object Edit1: TEdit
- Left = 104
- Top = 16
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 510
- TabOrder = 2
- end
- object Edit2: TEdit
- Left = 104
- Top = 48
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 510
- TabOrder = 3
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 80
- Width = 137
- Height = 17
- Caption = 'Replace all matches'
- TabOrder = 4
- end
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 119
- Width = 249
- Height = 42
- Caption = 'Position:'
- TabOrder = 1
- object RadioButton1: TRadioButton
- Left = 24
- Top = 16
- Width = 57
- Height = 17
- Caption = 'above'
- Enabled = False
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 96
- Top = 16
- Width = 57
- Height = 17
- Caption = 'under'
- Enabled = False
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 176
- Top = 16
- Width = 49
- Height = 17
- Caption = 'end'
- Checked = True
- Enabled = False
- TabOrder = 2
- TabStop = True
- end
- end
- end
-