home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 November / Pcwk1197.iso / Reklamy / TTS / TTSOPISY.EX_ / TTSOPISY.EX / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1997-09-07  |  1KB  |  62 lines

  1. object Form3: TForm3
  2.   Left = 200
  3.   Top = 108
  4.   Width = 222
  5.   Height = 254
  6.   ActiveControl = GroupBox1
  7.   Caption = 'Muzyka w tle'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 16
  18.     Top = 16
  19.     Width = 121
  20.     Height = 105
  21.     Caption = 'Muzyka'
  22.     TabOrder = 0
  23.     object RadioButton1: TRadioButton
  24.       Left = 16
  25.       Top = 40
  26.       Width = 73
  27.       Height = 17
  28.       Caption = 'W∩┐╜∩┐╜czona'
  29.       Checked = True
  30.       TabOrder = 0
  31.       TabStop = True
  32.     end
  33.     object RadioButton2: TRadioButton
  34.       Left = 16
  35.       Top = 72
  36.       Width = 73
  37.       Height = 17
  38.       Caption = 'Wy∩┐╜∩┐╜czona'
  39.       TabOrder = 1
  40.     end
  41.   end
  42.   object Button1: TButton
  43.     Left = 16
  44.     Top = 160
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Ok'
  48.     Default = True
  49.     TabOrder = 1
  50.     OnClick = Button1Click
  51.   end
  52.   object Button2: TButton
  53.     Left = 112
  54.     Top = 160
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'Anuluj'
  58.     TabOrder = 2
  59.     OnClick = Button2Click
  60.   end
  61. end
  62.