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

  1. object frmIf: TfrmIf
  2.   Left = 250
  3.   Top = 147
  4.   HelpContext = 12
  5.   BorderStyle = bsDialog
  6.   Caption = 'If'
  7.   ClientHeight = 83
  8.   ClientWidth = 512
  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 = 497
  21.     Height = 40
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object lblPath: TLabel
  26.     Left = 16
  27.     Top = 21
  28.     Width = 6
  29.     Height = 13
  30.     Caption = 'If'
  31.   end
  32.   object lblThen: TLabel
  33.     Left = 246
  34.     Top = 21
  35.     Width = 25
  36.     Height = 13
  37.     Caption = 'Then'
  38.   end
  39.   object OKBtn: TBitBtn
  40.     Left = 256
  41.     Top = 54
  42.     Width = 77
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 5
  48.     NumGlyphs = 2
  49.     Spacing = -1
  50.     IsControl = True
  51.   end
  52.   object CancelBtn: TBitBtn
  53.     Left = 340
  54.     Top = 54
  55.     Width = 77
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = 'Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 6
  61.     NumGlyphs = 2
  62.     Spacing = -1
  63.     IsControl = True
  64.   end
  65.   object HelpBtn: TBitBtn
  66.     Left = 424
  67.     Top = 54
  68.     Width = 77
  69.     Height = 25
  70.     Caption = 'Help'
  71.     TabOrder = 7
  72.     OnClick = HelpBtnClick
  73.     NumGlyphs = 2
  74.     Spacing = -1
  75.     IsControl = True
  76.   end
  77.   object edtOperand1: TEdit
  78.     Left = 32
  79.     Top = 18
  80.     Width = 81
  81.     Height = 21
  82.     TabOrder = 0
  83.   end
  84.   object cbxOperator: TComboBox
  85.     Left = 120
  86.     Top = 18
  87.     Width = 33
  88.     Height = 21
  89.     ItemHeight = 13
  90.     Items.Strings = (
  91.       '=='
  92.       '!='
  93.       '<'
  94.       '>'
  95.       '!<'
  96.       '!>')
  97.     TabOrder = 1
  98.     Text = '=='
  99.   end
  100.   object edtOperand2: TEdit
  101.     Left = 160
  102.     Top = 18
  103.     Width = 81
  104.     Height = 21
  105.     TabOrder = 2
  106.   end
  107.   object edtOperationText: TEdit
  108.     Left = 376
  109.     Top = 18
  110.     Width = 121
  111.     Height = 21
  112.     TabOrder = 4
  113.   end
  114.   object cbxOperation: TComboBox
  115.     Left = 280
  116.     Top = 18
  117.     Width = 89
  118.     Height = 21
  119.     ItemHeight = 13
  120.     Items.Strings = (
  121.       'goto'
  122.       'print'
  123.       'error'
  124.       'break'
  125.       'errorbreak'
  126.       'printbreak')
  127.     TabOrder = 3
  128.     Text = 'goto'
  129.     OnChange = cbxOperationChange
  130.   end
  131. end
  132.