home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMEXEC / TFRMEXEC.txt
Text File  |  1996-10-14  |  2KB  |  97 lines

  1. object frmExec: TfrmExec
  2.   Left = 281
  3.   Top = 222
  4.   HelpContext = 8
  5.   BorderStyle = bsDialog
  6.   Caption = 'Exec'
  7.   ClientHeight = 82
  8.   ClientWidth = 350
  9.   Font.Color = clBlack
  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 Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 334
  21.     Height = 40
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object lblPath: TLabel
  26.     Left = 16
  27.     Top = 20
  28.     Width = 84
  29.     Height = 13
  30.     Caption = '&System Command'
  31.     FocusControl = edtExecPath
  32.   end
  33.   object OKBtn: TBitBtn
  34.     Left = 96
  35.     Top = 54
  36.     Width = 77
  37.     Height = 25
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 2
  42.     NumGlyphs = 2
  43.     Spacing = -1
  44.     IsControl = True
  45.   end
  46.   object CancelBtn: TBitBtn
  47.     Left = 180
  48.     Top = 54
  49.     Width = 77
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 3
  55.     NumGlyphs = 2
  56.     Spacing = -1
  57.     IsControl = True
  58.   end
  59.   object HelpBtn: TBitBtn
  60.     Left = 264
  61.     Top = 54
  62.     Width = 77
  63.     Height = 25
  64.     Caption = '&Help'
  65.     TabOrder = 4
  66.     OnClick = HelpBtnClick
  67.     NumGlyphs = 2
  68.     Spacing = -1
  69.     IsControl = True
  70.   end
  71.   object edtExecPath: TEdit
  72.     Left = 112
  73.     Top = 18
  74.     Width = 219
  75.     Height = 21
  76.     TabOrder = 0
  77.   end
  78.   object rbtnCmd: TRadioButton
  79.     Left = 8
  80.     Top = 59
  81.     Width = 49
  82.     Height = 17
  83.     Caption = 'C&MD'
  84.     Checked = True
  85.     TabOrder = 1
  86.     TabStop = True
  87.   end
  88.   object rbtnCgi: TRadioButton
  89.     Left = 54
  90.     Top = 59
  91.     Width = 43
  92.     Height = 17
  93.     Caption = '&CGI'
  94.     TabOrder = 5
  95.   end
  96. end
  97.