home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / tipwin / keybex / setup.exe / KEYEXP.EXE / 0 / RCDATA / TDOSOUND / TDOSOUND.txt
Encoding:
Text File  |  1997-06-03  |  2.8 KB  |  151 lines

  1. object DoSound: TDoSound
  2.   Left = 259
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Set Sound'
  6.   ClientHeight = 157
  7.   ClientWidth = 241
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   TextHeight = 19
  19.   object Bevel1: TBevel
  20.     Left = 5
  21.     Top = 5
  22.     Width = 231
  23.     Height = 26
  24.     Shape = bsFrame
  25.     Style = bsRaised
  26.   end
  27.   object Bevel2: TBevel
  28.     Left = 5
  29.     Top = 35
  30.     Width = 231
  31.     Height = 91
  32.     Shape = bsFrame
  33.     Style = bsRaised
  34.   end
  35.   object OkButton: TButton
  36.     Left = 20
  37.     Top = 130
  38.     Width = 91
  39.     Height = 24
  40.     Caption = '&Ok'
  41.     Default = True
  42.     Font.Color = clBlack
  43.     Font.Height = -15
  44.     Font.Name = 'Arial'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     TabOrder = 0
  48.     OnClick = OkButtonClick
  49.   end
  50.   object CancelButton: TButton
  51.     Left = 124
  52.     Top = 130
  53.     Width = 91
  54.     Height = 24
  55.     Caption = '&Cancel'
  56.     Font.Color = clBlack
  57.     Font.Height = -15
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 1
  62.     OnClick = CancelButtonClick
  63.   end
  64.   object Beep: TRadioButton
  65.     Left = 15
  66.     Top = 10
  67.     Width = 171
  68.     Height = 17
  69.     Caption = '&Beep'
  70.     Font.Color = clBlack
  71.     Font.Height = -15
  72.     Font.Name = 'Arial'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 2
  76.   end
  77.   object WaveFile: TRadioButton
  78.     Left = 15
  79.     Top = 40
  80.     Width = 96
  81.     Height = 17
  82.     Caption = '&Wave File'
  83.     Font.Color = clBlack
  84.     Font.Height = -15
  85.     Font.Name = 'Arial'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     TabOrder = 3
  89.   end
  90.   object ProgPath: TEdit
  91.     Left = 10
  92.     Top = 65
  93.     Width = 216
  94.     Height = 25
  95.     Font.Color = clBlack
  96.     Font.Height = -15
  97.     Font.Name = 'Arial'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 4
  101.   end
  102.   object Browse: TButton
  103.     Left = 115
  104.     Top = 38
  105.     Width = 66
  106.     Height = 24
  107.     Caption = '&Browse'
  108.     Font.Color = clBlack
  109.     Font.Height = -15
  110.     Font.Name = 'Arial'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     TabOrder = 5
  114.     OnClick = BrowseClick
  115.   end
  116.   object WaitFor: TCheckBox
  117.     Left = 10
  118.     Top = 100
  119.     Width = 216
  120.     Height = 17
  121.     Caption = 'Wait for wave file to &finish'
  122.     Font.Color = clBlack
  123.     Font.Height = -15
  124.     Font.Name = 'Arial'
  125.     Font.Style = []
  126.     ParentFont = False
  127.     TabOrder = 6
  128.   end
  129.   object Test: TButton
  130.     Left = 185
  131.     Top = 38
  132.     Width = 46
  133.     Height = 24
  134.     Caption = '&Test'
  135.     Font.Color = clBlack
  136.     Font.Height = -15
  137.     Font.Name = 'Arial'
  138.     Font.Style = []
  139.     ParentFont = False
  140.     TabOrder = 7
  141.     OnClick = TestClick
  142.   end
  143.   object MyOpenDialog: TOpenDialog
  144.     DefaultExt = 'WAV'
  145.     Filter = 'Wave Files (*.WAV)|*.WAV'
  146.     Title = 'Select Wave File'
  147.     Left = 190
  148.     Top = 5
  149.   end
  150. end
  151.