home *** CD-ROM | disk | FTP | other *** search
- object ReplaceForm: TReplaceForm
- Left = 518
- Top = 394
- BorderStyle = bsToolWindow
- Caption = 'Replace'
- ClientHeight = 232
- ClientWidth = 296
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 167
- Height = 13
- Caption = 'Replace all selected occurences of'
- end
- object Label2: TLabel
- Left = 16
- Top = 64
- Width = 22
- Height = 13
- Caption = 'with:'
- end
- object EditText: TEdit
- Left = 16
- Top = 32
- Width = 257
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- OnEnter = EditTextEnter
- end
- object ButtonOk: TButton
- Left = 12
- Top = 202
- Width = 57
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = ButtonOkClick
- end
- object ButtonCancel: TButton
- Left = 72
- Top = 202
- Width = 57
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object ComboBoxReplace: TComboBox
- Left = 16
- Top = 84
- Width = 257
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- end
- object GroupBox1: TGroupBox
- Left = 12
- Top = 116
- Width = 261
- Height = 77
- Caption = 'Options:'
- TabOrder = 2
- object CheckBoxReplaceKeys: TCheckBox
- Left = 8
- Top = 48
- Width = 237
- Height = 17
- Caption = 'Rename matching keynames'
- TabOrder = 2
- end
- object CheckBoxReplaceValues: TCheckBox
- Left = 8
- Top = 32
- Width = 205
- Height = 17
- Caption = 'Rename matching valuenames'
- TabOrder = 1
- end
- object CheckBoxReplaceData: TCheckBox
- Left = 8
- Top = 16
- Width = 213
- Height = 17
- Caption = 'Replace data matches in values'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- end
- end
-