home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / text-editors-a / CTextE3.EXE / Textedit.exe / 0 / RCDATA / TCONFIGPTAG / TCONFIGPTAG.txt
Text File  |  1998-04-07  |  1KB  |  73 lines

  1. object ConfigPTag: TConfigPTag
  2.   Left = 200
  3.   Top = 105
  4.   BorderStyle = bsDialog
  5.   Caption = 'Configure PowerTag'
  6.   ClientHeight = 164
  7.   ClientWidth = 410
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 74
  18.     Top = 20
  19.     Width = 142
  20.     Height = 13
  21.     Caption = 'At the begining (such as <B>):'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 76
  25.     Top = 64
  26.     Width = 125
  27.     Height = 13
  28.     Caption = 'At the end (such as </B>):'
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 74
  32.     Top = 34
  33.     Width = 227
  34.     Height = 21
  35.     TabOrder = 0
  36.   end
  37.   object Edit2: TEdit
  38.     Left = 76
  39.     Top = 76
  40.     Width = 225
  41.     Height = 21
  42.     TabOrder = 1
  43.   end
  44.   object Button1: TButton
  45.     Left = 246
  46.     Top = 131
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     TabOrder = 2
  52.     OnClick = Button1Click
  53.   end
  54.   object Button2: TButton
  55.     Left = 322
  56.     Top = 131
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     TabOrder = 3
  62.     OnClick = Button2Click
  63.   end
  64.   object IniOut1: TIniOut
  65.     Items.Strings = (
  66.       'Edit1;Text;;SOFTWARE\Castillo\Text Editor;Begin;1;0'
  67.       'Edit2;Text;;SOFTWARE\Castillo\Text Editor;End;1;0')
  68.     RegistryRoot = LOCAL_MACHINE
  69.     Left = 137
  70.     Top = 116
  71.   end
  72. end
  73.