home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / Wiscy / _SETUP.1 / WiSCy.exe / 0 / RCDATA / TSETVAR / TSETVAR.txt
Encoding:
Text File  |  1998-02-28  |  2.6 KB  |  140 lines

  1. object SetVar: TSetVar
  2.   Left = 343
  3.   Top = 118
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Set variable'
  8.   ClientHeight = 94
  9.   ClientWidth = 544
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Label1: TLabel
  20.     Left = 35
  21.     Top = 40
  22.     Width = 50
  23.     Height = 14
  24.     Caption = 'expession'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clRed
  27.     Font.Height = -11
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 59
  34.     Top = 8
  35.     Width = 26
  36.     Height = 14
  37.     Alignment = taRightJustify
  38.     Caption = 'value'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clRed
  41.     Font.Height = -11
  42.     Font.Name = 'Arial'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object lbValue: TLabel
  47.     Left = 50
  48.     Top = 8
  49.     Width = 3
  50.     Height = 14
  51.     Alignment = taRightJustify
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clRed
  54.     Font.Height = -11
  55.     Font.Name = 'Arial'
  56.     Font.Style = []
  57.     ParentFont = False
  58.   end
  59.   object lbExp: TLabel
  60.     Left = 26
  61.     Top = 40
  62.     Width = 3
  63.     Height = 14
  64.     Alignment = taRightJustify
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clRed
  67.     Font.Height = -11
  68.     Font.Name = 'Arial'
  69.     Font.Style = []
  70.     ParentFont = False
  71.   end
  72.   object OKBtn: TBitBtn
  73.     Left = 168
  74.     Top = 64
  75.     Width = 65
  76.     Height = 25
  77.     Caption = '       &OK'
  78.     Default = True
  79.     ModalResult = 1
  80.     TabOrder = 0
  81.     OnClick = OKBtnClick
  82.     Margin = 2
  83.     NumGlyphs = 2
  84.     Spacing = -1
  85.     IsControl = True
  86.   end
  87.   object CancelBtn: TBitBtn
  88.     Left = 240
  89.     Top = 64
  90.     Width = 65
  91.     Height = 25
  92.     Cancel = True
  93.     Caption = '     &Cancel'
  94.     ModalResult = 2
  95.     TabOrder = 1
  96.     Margin = 2
  97.     NumGlyphs = 2
  98.     Spacing = -1
  99.     IsControl = True
  100.   end
  101.   object HelpBtn: TBitBtn
  102.     Left = 312
  103.     Top = 64
  104.     Width = 65
  105.     Height = 25
  106.     HelpContext = 3
  107.     Caption = '       &Help'
  108.     TabOrder = 2
  109.     OnClick = HelpBtnClick
  110.     Margin = 2
  111.     NumGlyphs = 2
  112.     Spacing = -1
  113.     IsControl = True
  114.   end
  115.   object Edit1: TEdit
  116.     Left = 92
  117.     Top = 36
  118.     Width = 441
  119.     Height = 22
  120.     TabOrder = 3
  121.   end
  122.   object Edit2: TEdit
  123.     Left = 92
  124.     Top = 4
  125.     Width = 441
  126.     Height = 22
  127.     Enabled = False
  128.     TabOrder = 4
  129.   end
  130.   object cbEval: TCheckBox
  131.     Left = 4
  132.     Top = 68
  133.     Width = 129
  134.     Height = 17
  135.     Caption = 'Evaluate after settings'
  136.     State = cbChecked
  137.     TabOrder = 5
  138.   end
  139. end
  140.