home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 011A / ULOGIC13.ZIP / _SETUP.1 / UltraLogic.exe / 0 / RCDATA / TFRMPROPERTIES / TFRMPROPERTIES.txt
Text File  |  1996-09-28  |  4KB  |  171 lines

  1. object frmProperties: TfrmProperties
  2.   Left = 192
  3.   Top = 114
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = btnOK
  7.   BorderIcons = [biSystemMenu, biHelp]
  8.   BorderStyle = bsSingle
  9.   Caption = 'Properties'
  10.   ClientHeight = 211
  11.   ClientWidth = 407
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 6
  23.     Top = 169
  24.     Width = 394
  25.     Height = 9
  26.     Shape = bsBottomLine
  27.   end
  28.   object btnOK: TButton
  29.     Left = 121
  30.     Top = 182
  31.     Width = 75
  32.     Height = 25
  33.     HelpContext = 1
  34.     Caption = 'OK'
  35.     Default = True
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ModalResult = 1
  41.     ParentFont = False
  42.     PopupMenu = pmenuWhatsThis
  43.     TabOrder = 0
  44.   end
  45.   object btnCancel: TButton
  46.     Left = 211
  47.     Top = 182
  48.     Width = 75
  49.     Height = 25
  50.     HelpContext = 2
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     Font.Color = clWindowText
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ModalResult = 2
  58.     ParentFont = False
  59.     PopupMenu = pmenuWhatsThis
  60.     TabOrder = 1
  61.   end
  62.   object pcontrolProperties: TPageControl
  63.     Left = 6
  64.     Top = 5
  65.     Width = 394
  66.     Height = 164
  67.     ActivePage = tsheetMusic
  68.     TabOrder = 2
  69.     object tsheetGeneral: TTabSheet
  70.       Caption = 'General'
  71.       object cboxSmartHints: TCheckBox
  72.         Left = 19
  73.         Top = 51
  74.         Width = 97
  75.         Height = 17
  76.         HelpContext = 1101
  77.         Caption = 'Smart Hints'
  78.         Font.Color = clWindowText
  79.         Font.Height = -11
  80.         Font.Name = 'MS Sans Serif'
  81.         Font.Style = []
  82.         ParentFont = False
  83.         PopupMenu = pmenuWhatsThis
  84.         State = cbChecked
  85.         TabOrder = 0
  86.       end
  87.       object cboxAutoCheck: TCheckBox
  88.         Left = 19
  89.         Top = 84
  90.         Width = 122
  91.         Height = 17
  92.         HelpContext = 1102
  93.         Caption = 'Automatic Checking'
  94.         Font.Color = clWindowText
  95.         Font.Height = -11
  96.         Font.Name = 'MS Sans Serif'
  97.         Font.Style = []
  98.         ParentFont = False
  99.         PopupMenu = pmenuWhatsThis
  100.         State = cbChecked
  101.         TabOrder = 1
  102.       end
  103.     end
  104.     object tsheetMusic: TTabSheet
  105.       Caption = 'Music'
  106.       object cboxBackgroundMusic: TCheckBox
  107.         Left = 9
  108.         Top = 5
  109.         Width = 124
  110.         Height = 17
  111.         HelpContext = 1201
  112.         Caption = 'Background music'
  113.         Font.Color = clWindowText
  114.         Font.Height = -11
  115.         Font.Name = 'MS Sans Serif'
  116.         Font.Style = []
  117.         ParentFont = False
  118.         PopupMenu = pmenuWhatsThis
  119.         State = cbChecked
  120.         TabOrder = 0
  121.         OnClick = cboxBackgroundMusicClick
  122.       end
  123.       object rgroupMusicFile: TRadioGroup
  124.         Left = 9
  125.         Top = 27
  126.         Width = 371
  127.         Height = 104
  128.         HelpContext = 1202
  129.         Caption = 'Music File:'
  130.         Font.Color = clWindowText
  131.         Font.Height = -11
  132.         Font.Name = 'MS Sans Serif'
  133.         Font.Style = []
  134.         ItemIndex = 0
  135.         Items.Strings = (
  136.           '"Heal the world" (by Michael Jackson)'
  137.           '"Jump in the fire" (by Metallica)'
  138.           '"Across the universe" (by the Beatles)'
  139.           '"Don'#39't stop" (by Madonna)')
  140.         ParentFont = False
  141.         PopupMenu = pmenuWhatsThis
  142.         TabOrder = 1
  143.       end
  144.     end
  145.   end
  146.   object btnApply: TButton
  147.     Left = 319
  148.     Top = 182
  149.     Width = 75
  150.     Height = 25
  151.     Caption = '&Apply'
  152.     Font.Color = clWindowText
  153.     Font.Height = -11
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = []
  156.     ParentFont = False
  157.     TabOrder = 3
  158.     Visible = False
  159.     OnClick = btnApplyClick
  160.   end
  161.   object pmenuWhatsThis: TPopupMenu
  162.     Left = 72
  163.     Top = 182
  164.     object pmitemWhatsThis: TMenuItem
  165.       Caption = '&What'#39's This?'
  166.       ShortCut = 0
  167.       OnClick = pmitemWhatsThisClick
  168.     end
  169.   end
  170. end
  171.