home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / ebmen.exe / %MAINDIR% / ebm.exe / 0 / RCDATA / TDLGFIXURL / TDLGFIXURL.txt
Encoding:
Text File  |  2001-06-29  |  3.1 KB  |  183 lines

  1. object DlgFixUrl: TDlgFixUrl
  2.   Left = 451
  3.   Top = 87
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 315
  6.   ClientWidth = 480
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'System'
  12.   Font.Style = [fsBold]
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Bevel1: TBevel
  19.     Left = 6
  20.     Top = 236
  21.     Width = 467
  22.     Height = 45
  23.     Shape = bsFrame
  24.   end
  25.   object LabStartPos: TLabel
  26.     Tag = 3869
  27.     Left = 18
  28.     Top = 254
  29.     Width = 79
  30.     Height = 16
  31.     Caption = 'LabStartPos'
  32.   end
  33.   object LabEndPos: TLabel
  34.     Tag = 3870
  35.     Left = 284
  36.     Top = 254
  37.     Width = 74
  38.     Height = 16
  39.     Caption = 'LabEndPos'
  40.   end
  41.   object Bevel2: TBevel
  42.     Left = 6
  43.     Top = 102
  44.     Width = 467
  45.     Height = 119
  46.     Shape = bsFrame
  47.   end
  48.   object LabFindStr: TLabel
  49.     Tag = 3867
  50.     Left = 20
  51.     Top = 120
  52.     Width = 70
  53.     Height = 16
  54.     Caption = 'LabFindStr'
  55.   end
  56.   object LabReplace: TLabel
  57.     Tag = 3868
  58.     Left = 18
  59.     Top = 166
  60.     Width = 77
  61.     Height = 16
  62.     Caption = 'LabReplace'
  63.   end
  64.   object PanelTop: TPanel
  65.     Left = 0
  66.     Top = 0
  67.     Width = 480
  68.     Height = 65
  69.     Align = alTop
  70.     BevelOuter = bvNone
  71.     TabOrder = 0
  72.     object RGroupRange: TRadioGroup
  73.       Tag = 3851
  74.       Left = 6
  75.       Top = 8
  76.       Width = 469
  77.       Height = 47
  78.       Caption = 'RGroupRange'
  79.       Columns = 3
  80.       TabOrder = 0
  81.     end
  82.   end
  83.   object PanelBottom: TPanel
  84.     Left = 0
  85.     Top = 285
  86.     Width = 480
  87.     Height = 30
  88.     Align = alBottom
  89.     BevelOuter = bvNone
  90.     TabOrder = 1
  91.     object BtnClose: TButton
  92.       Tag = 8107
  93.       Left = 316
  94.       Top = 6
  95.       Width = 75
  96.       Height = 21
  97.       ModalResult = 2
  98.       TabOrder = 0
  99.       OnClick = BtnCloseClick
  100.     end
  101.     object BtnApply: TButton
  102.       Tag = 8117
  103.       Left = 230
  104.       Top = 6
  105.       Width = 75
  106.       Height = 21
  107.       Default = True
  108.       TabOrder = 1
  109.       OnClick = BtnApplyClick
  110.     end
  111.     object BtnHelp: TButton
  112.       Tag = 8106
  113.       Left = 400
  114.       Top = 6
  115.       Width = 75
  116.       Height = 21
  117.       TabOrder = 2
  118.     end
  119.   end
  120.   object RBtnDelStr: TRadioButton
  121.     Tag = 3866
  122.     Left = 20
  123.     Top = 228
  124.     Width = 277
  125.     Height = 17
  126.     TabOrder = 2
  127.     OnClick = RBtnClick
  128.   end
  129.   object SEditStart: TSpinEdit
  130.     Left = 108
  131.     Top = 248
  132.     Width = 60
  133.     Height = 26
  134.     MaxLength = 4
  135.     MaxValue = 1024
  136.     MinValue = 1
  137.     TabOrder = 3
  138.     Value = 1
  139.   end
  140.   object SEditEnd: TSpinEdit
  141.     Left = 384
  142.     Top = 248
  143.     Width = 60
  144.     Height = 26
  145.     MaxLength = 4
  146.     MaxValue = 1024
  147.     MinValue = 1
  148.     TabOrder = 4
  149.     Value = 1
  150.   end
  151.   object RBtnReplace: TRadioButton
  152.     Tag = 3865
  153.     Left = 20
  154.     Top = 94
  155.     Width = 151
  156.     Height = 17
  157.     TabOrder = 5
  158.     OnClick = RBtnClick
  159.   end
  160.   object EditFind: TEdit
  161.     Left = 18
  162.     Top = 138
  163.     Width = 435
  164.     Height = 24
  165.     TabOrder = 6
  166.   end
  167.   object EditReplace: TEdit
  168.     Left = 18
  169.     Top = 186
  170.     Width = 435
  171.     Height = 24
  172.     TabOrder = 7
  173.   end
  174.   object CBoxUseFixedURL: TCheckBox
  175.     Tag = 3871
  176.     Left = 22
  177.     Top = 70
  178.     Width = 277
  179.     Height = 17
  180.     TabOrder = 8
  181.   end
  182. end
  183.