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 / TCONFIGEXEC / TCONFIGEXEC.txt
Text File  |  1998-04-07  |  2KB  |  95 lines

  1. object ConfigExec: TConfigExec
  2.   Left = 193
  3.   Top = 315
  4.   BorderStyle = bsDialog
  5.   Caption = 'Run'
  6.   ClientHeight = 140
  7.   ClientWidth = 421
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PlusLabel1: TPlusLabel
  18.     Left = 28
  19.     Top = 4
  20.     Width = 361
  21.     Height = 43
  22.     AutoSize = False
  23.     Caption = 
  24.       #2#2#2'Type the name of a program, document, or Internet resource, a' +
  25.       'nd Windows will open it.'#2#2' '#2'If you want, write *f* and it will b' +
  26.       'e substituted for the current editor filename.'
  27.     WordWrap = True
  28.     AltFont.Charset = DEFAULT_CHARSET
  29.     AltFont.Color = clWindowText
  30.     AltFont.Height = -11
  31.     AltFont.Name = 'MS Sans Serif'
  32.     AltFont.Style = []
  33.     HighlightColor = clBlack
  34.     HighlightBackgnd = clBlack
  35.     Justified = False
  36.     LeftMargin = 0
  37.     LeftOrigin = 0
  38.     LineHeight = 15
  39.     RightMargin = 0
  40.     TabStops = 8
  41.     TopOrigin = 0
  42.     Version = 'v2.0 Registered'
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 24
  46.     Top = 54
  47.     Width = 367
  48.     Height = 21
  49.     TabOrder = 0
  50.   end
  51.   object Button1: TButton
  52.     Left = 165
  53.     Top = 102
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     TabOrder = 1
  59.     OnClick = Button1Click
  60.   end
  61.   object Button2: TButton
  62.     Left = 241
  63.     Top = 102
  64.     Width = 75
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     TabOrder = 2
  69.     OnClick = Button2Click
  70.   end
  71.   object Button3: TButton
  72.     Left = 317
  73.     Top = 102
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '&Browse...'
  77.     TabOrder = 3
  78.     OnClick = Button3Click
  79.   end
  80.   object OpenDialog1: TOpenDialog
  81.     Filter = 'Executables|*.EXE; *.COM; *.BAT; *.CTE|All Files|*.*'
  82.     Left = 74
  83.     Top = 83
  84.   end
  85.   object IniOut1: TIniOut
  86.     Items.Strings = (
  87.       
  88.         'Edit1;Text;;HKEY_LOCAL_MACHINE\SOFTWARE\Castillo\Text Editor;Com' +
  89.         'mandLine;1;0')
  90.     RegistryRoot = LOCAL_MACHINE
  91.     Left = 114
  92.     Top = 87
  93.   end
  94. end
  95.