home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Internet / opc_v3 / _SETUP.1 / OPC.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1999-04-21  |  3KB  |  111 lines

  1. object Form6: TForm6
  2.   Left = 457
  3.   Top = 236
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Sound'
  7.   ClientHeight = 157
  8.   ClientWidth = 302
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 6
  19.     Top = 6
  20.     Width = 289
  21.     Height = 113
  22.     Caption = 'Select Sound'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 24
  27.       Width = 95
  28.       Height = 13
  29.       Caption = 'Play this sound after'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 184
  33.       Top = 24
  34.       Width = 73
  35.       Height = 13
  36.       Caption = 'minute(s) online'
  37.     end
  38.     object SpeedButton1: TSpeedButton
  39.       Left = 8
  40.       Top = 56
  41.       Width = 73
  42.       Height = 20
  43.       Caption = 'Browse...'
  44.       Glyph.Data = {
  45.         76010000424D7601000000000000760000002800000020000000100000000100
  46.         04000000000000010000120B0000120B00001000000000000000000000000000
  47.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  48.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  49.         555555FFFFFFFFFF55555000000000055555577777777775FFFF00B8B8B8B8B0
  50.         0000775F5555555777770B0B8B8B8B8B0FF07F75F555555575F70FB0B8B8B8B8
  51.         B0F07F575FFFFFFFF7F70BFB0000000000F07F557777777777570FBFBF0FFFFF
  52.         FFF07F55557F5FFFFFF70BFBFB0F000000F07F55557F777777570FBFBF0FFFFF
  53.         FFF075F5557F5FFFFFF750FBFB0F000000F0575FFF7F777777575700000FFFFF
  54.         FFF05577777F5FF55FF75555550F00FF00005555557F775577775555550FFFFF
  55.         0F055555557F55557F755555550FFFFF00555555557FFFFF7755555555000000
  56.         0555555555777777755555555555555555555555555555555555}
  57.       NumGlyphs = 2
  58.       OnClick = SpeedButton1Click
  59.     end
  60.     object Label3: TLabel
  61.       Left = 88
  62.       Top = 56
  63.       Width = 81
  64.       Height = 13
  65.       Caption = 'Wave file (*.wav)'
  66.     end
  67.     object SpinEdit1: TSpinEdit
  68.       Left = 112
  69.       Top = 22
  70.       Width = 65
  71.       Height = 22
  72.       MaxValue = 999999
  73.       MinValue = 1
  74.       TabOrder = 0
  75.       Value = 1
  76.     end
  77.     object Edit4: TEdit
  78.       Left = 8
  79.       Top = 80
  80.       Width = 273
  81.       Height = 25
  82.       AutoSize = False
  83.       TabOrder = 1
  84.     end
  85.   end
  86.   object Button1: TButton
  87.     Left = 220
  88.     Top = 126
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'OK'
  92.     ModalResult = 1
  93.     TabOrder = 1
  94.   end
  95.   object Button2: TButton
  96.     Left = 135
  97.     Top = 126
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'Cancel'
  101.     ModalResult = 2
  102.     TabOrder = 2
  103.   end
  104.   object OpenDialog1: TOpenDialog
  105.     Filter = 'Wave Files (*.wav)|*.wav|All Files (*.*)|*.*'
  106.     Options = [ofHideReadOnly, ofNoChangeDir]
  107.     Left = 272
  108.     Top = 8
  109.   end
  110. end
  111.