home *** CD-ROM | disk | FTP | other *** search
- object DlgFixUrl: TDlgFixUrl
- Left = 451
- Top = 87
- BorderStyle = bsDialog
- ClientHeight = 315
- ClientWidth = 480
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'System'
- Font.Style = [fsBold]
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object Bevel1: TBevel
- Left = 6
- Top = 236
- Width = 467
- Height = 45
- Shape = bsFrame
- end
- object LabStartPos: TLabel
- Tag = 3869
- Left = 18
- Top = 254
- Width = 79
- Height = 16
- Caption = 'LabStartPos'
- end
- object LabEndPos: TLabel
- Tag = 3870
- Left = 284
- Top = 254
- Width = 74
- Height = 16
- Caption = 'LabEndPos'
- end
- object Bevel2: TBevel
- Left = 6
- Top = 102
- Width = 467
- Height = 119
- Shape = bsFrame
- end
- object LabFindStr: TLabel
- Tag = 3867
- Left = 20
- Top = 120
- Width = 70
- Height = 16
- Caption = 'LabFindStr'
- end
- object LabReplace: TLabel
- Tag = 3868
- Left = 18
- Top = 166
- Width = 77
- Height = 16
- Caption = 'LabReplace'
- end
- object PanelTop: TPanel
- Left = 0
- Top = 0
- Width = 480
- Height = 65
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object RGroupRange: TRadioGroup
- Tag = 3851
- Left = 6
- Top = 8
- Width = 469
- Height = 47
- Caption = 'RGroupRange'
- Columns = 3
- TabOrder = 0
- end
- end
- object PanelBottom: TPanel
- Left = 0
- Top = 285
- Width = 480
- Height = 30
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object BtnClose: TButton
- Tag = 8107
- Left = 316
- Top = 6
- Width = 75
- Height = 21
- ModalResult = 2
- TabOrder = 0
- OnClick = BtnCloseClick
- end
- object BtnApply: TButton
- Tag = 8117
- Left = 230
- Top = 6
- Width = 75
- Height = 21
- Default = True
- TabOrder = 1
- OnClick = BtnApplyClick
- end
- object BtnHelp: TButton
- Tag = 8106
- Left = 400
- Top = 6
- Width = 75
- Height = 21
- TabOrder = 2
- end
- end
- object RBtnDelStr: TRadioButton
- Tag = 3866
- Left = 20
- Top = 228
- Width = 277
- Height = 17
- TabOrder = 2
- OnClick = RBtnClick
- end
- object SEditStart: TSpinEdit
- Left = 108
- Top = 248
- Width = 60
- Height = 26
- MaxLength = 4
- MaxValue = 1024
- MinValue = 1
- TabOrder = 3
- Value = 1
- end
- object SEditEnd: TSpinEdit
- Left = 384
- Top = 248
- Width = 60
- Height = 26
- MaxLength = 4
- MaxValue = 1024
- MinValue = 1
- TabOrder = 4
- Value = 1
- end
- object RBtnReplace: TRadioButton
- Tag = 3865
- Left = 20
- Top = 94
- Width = 151
- Height = 17
- TabOrder = 5
- OnClick = RBtnClick
- end
- object EditFind: TEdit
- Left = 18
- Top = 138
- Width = 435
- Height = 24
- TabOrder = 6
- end
- object EditReplace: TEdit
- Left = 18
- Top = 186
- Width = 435
- Height = 24
- TabOrder = 7
- end
- object CBoxUseFixedURL: TCheckBox
- Tag = 3871
- Left = 22
- Top = 70
- Width = 277
- Height = 17
- TabOrder = 8
- end
- end
-