home *** CD-ROM | disk | FTP | other *** search
- object ReplaceHexForm: TReplaceHexForm
- Left = 505
- Top = 143
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Replace Data'
- ClientHeight = 235
- ClientWidth = 332
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lDataToFind: TLabel
- Tag = 152
- Left = 7
- Top = 13
- Width = 55
- Height = 13
- Caption = 'Data to find'
- Transparent = True
- WordWrap = True
- end
- object lReplaceWith: TLabel
- Tag = 184
- Left = 7
- Top = 42
- Width = 62
- Height = 13
- Caption = 'Replace with'
- Transparent = True
- end
- object SearText: TComboBox
- Left = 85
- Top = 9
- Width = 239
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnChange = SearTextChange
- OnKeyPress = SearTextKeyPress
- end
- object gOptions: TGroupBox
- Tag = 185
- Left = 9
- Top = 64
- Width = 315
- Height = 61
- Caption = 'Options'
- TabOrder = 2
- object cCaseSensitive: TCheckBox
- Left = 170
- Top = 17
- Width = 135
- Height = 17
- Caption = 'Case sensitive'
- Enabled = False
- TabOrder = 1
- end
- object cDataAsText: TCheckBox
- Left = 10
- Top = 17
- Width = 151
- Height = 17
- Caption = 'Find data as text value'
- TabOrder = 0
- OnClick = cDataAsTextClick
- end
- object cPromptOnReplace: TCheckBox
- Left = 10
- Top = 37
- Width = 150
- Height = 17
- Caption = 'Prompt on replace'
- TabOrder = 2
- end
- end
- object gScope: TGroupBox
- Tag = 193
- Left = 9
- Top = 131
- Width = 152
- Height = 65
- Caption = 'Scope'
- TabOrder = 3
- object rGlobal: TRadioButton
- Left = 10
- Top = 20
- Width = 135
- Height = 17
- Caption = 'Global'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rSelectedText: TRadioButton
- Left = 10
- Top = 40
- Width = 135
- Height = 17
- Caption = 'Selected text'
- TabOrder = 1
- end
- end
- object gOrigin: TGroupBox
- Tag = 196
- Left = 172
- Top = 131
- Width = 152
- Height = 65
- Caption = 'Origin'
- TabOrder = 4
- object rEntireScope: TRadioButton
- Left = 10
- Top = 40
- Width = 135
- Height = 17
- Caption = 'Entire scope'
- TabOrder = 1
- end
- object rFromCursor: TRadioButton
- Left = 10
- Top = 20
- Width = 135
- Height = 17
- Caption = 'From cursor'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- end
- object ReplText: TComboBox
- Left = 85
- Top = 39
- Width = 239
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- OnChange = SearTextChange
- OnKeyPress = SearTextKeyPress
- end
- object bOK: TButton
- Tag = 100
- Left = 64
- Top = 204
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 5
- end
- object bReplaceAll: TButton
- Tag = 104
- Left = 152
- Top = 204
- Width = 83
- Height = 24
- Caption = 'Replace &All'
- Enabled = False
- ModalResult = 8
- TabOrder = 6
- end
- object bCancel: TButton
- Tag = 101
- Left = 240
- Top = 204
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- end
-