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

  1. object frmConfig: TfrmConfig
  2.   Left = 331
  3.   Top = 193
  4.   HelpContext = 9
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Config'
  8.   ClientHeight = 145
  9.   ClientWidth = 298
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 101
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object lblVariable: TLabel
  27.     Left = 16
  28.     Top = 19
  29.     Width = 38
  30.     Height = 13
  31.     Caption = '&Variable'
  32.     FocusControl = cbx1
  33.   end
  34.   object lblToken: TLabel
  35.     Left = 16
  36.     Top = 51
  37.     Width = 31
  38.     Height = 13
  39.     Caption = '&Token'
  40.     FocusControl = cbx2
  41.   end
  42.   object lblText: TLabel
  43.     Left = 16
  44.     Top = 82
  45.     Width = 21
  46.     Height = 13
  47.     Caption = 'T&ext'
  48.     Enabled = False
  49.     FocusControl = cbx3
  50.   end
  51.   object OKBtn: TBitBtn
  52.     Left = 43
  53.     Top = 116
  54.     Width = 77
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 3
  60.     NumGlyphs = 2
  61.     Spacing = -1
  62.     IsControl = True
  63.   end
  64.   object CancelBtn: TBitBtn
  65.     Left = 127
  66.     Top = 116
  67.     Width = 77
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 4
  73.     NumGlyphs = 2
  74.     Spacing = -1
  75.     IsControl = True
  76.   end
  77.   object HelpBtn: TBitBtn
  78.     Left = 211
  79.     Top = 116
  80.     Width = 77
  81.     Height = 25
  82.     Caption = '&Help'
  83.     TabOrder = 5
  84.     OnClick = HelpBtnClick
  85.     NumGlyphs = 2
  86.     Spacing = -1
  87.     IsControl = True
  88.   end
  89.   object cbx1: TComboBox
  90.     Left = 80
  91.     Top = 16
  92.     Width = 201
  93.     Height = 21
  94.     ItemHeight = 13
  95.     Items.Strings = (
  96.       'errmsg'
  97.       'timefmt'
  98.       'sizefmt'
  99.       'cmdecho'
  100.       'cmdprefix'
  101.       'cmdpostfix'
  102.       'onerr')
  103.     TabOrder = 0
  104.     Text = 'errmsg'
  105.     OnChange = cbx1Change
  106.   end
  107.   object cbx2: TComboBox
  108.     Left = 80
  109.     Top = 48
  110.     Width = 201
  111.     Height = 21
  112.     ItemHeight = 13
  113.     TabOrder = 1
  114.     OnChange = cbx2Change
  115.   end
  116.   object cbx3: TEdit
  117.     Left = 80
  118.     Top = 80
  119.     Width = 201
  120.     Height = 21
  121.     Enabled = False
  122.     TabOrder = 2
  123.   end
  124. end
  125.