home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / ChipCD_498.iso / chip32.exe / 0 / RCDATA / TOPCJEDLG / TOPCJEDLG.txt
Text File  |  1998-02-28  |  3KB  |  164 lines

  1. object OpcjeDlg: TOpcjeDlg
  2.   Left = 209
  3.   Top = 75
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Opcje'
  7.   ClientHeight = 315
  8.   ClientWidth = 306
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OKBtn: TBitBtn
  18.     Left = 49
  19.     Top = 278
  20.     Width = 77
  21.     Height = 27
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     Kind = bkOK
  29.     Margin = 2
  30.     Spacing = -1
  31.     IsControl = True
  32.   end
  33.   object CancelBtn: TBitBtn
  34.     Left = 135
  35.     Top = 278
  36.     Width = 77
  37.     Height = 27
  38.     Caption = '&Anuluj'
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     TabOrder = 1
  45.     Kind = bkCancel
  46.     Margin = 2
  47.     Spacing = -1
  48.     IsControl = True
  49.   end
  50.   object GroupBox1: TGroupBox
  51.     Left = 10
  52.     Top = 10
  53.     Width = 287
  54.     Height = 103
  55.     TabOrder = 2
  56.     object Label1: TLabel
  57.       Left = 10
  58.       Top = 69
  59.       Width = 51
  60.       Height = 13
  61.       Caption = 'Interfejs:'
  62.     end
  63.     object OknoWyszukiwaniaChk: TCheckBox
  64.       Left = 10
  65.       Top = 15
  66.       Width = 271
  67.       Height = 21
  68.       Caption = 'Okno ∩┐╜Znaleziono∩┐╜ stale widoczne'
  69.       Font.Color = clWindowText
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       TabOrder = 0
  75.     end
  76.     object InterfejsMultimedialnyCBx: TComboBox
  77.       Left = 65
  78.       Top = 64
  79.       Width = 145
  80.       Height = 21
  81.       Style = csDropDownList
  82.       ItemHeight = 13
  83.       Items.Strings = (
  84.         'Standardowy'
  85.         'Multimedialny')
  86.       TabOrder = 1
  87.     end
  88.     object AnimacjaChk: TCheckBox
  89.       Left = 11
  90.       Top = 40
  91.       Width = 198
  92.       Height = 17
  93.       Caption = 'Animacja pocz∩┐╜tkowa'
  94.       TabOrder = 2
  95.     end
  96.   end
  97.   object GroupBox2: TGroupBox
  98.     Left = 10
  99.     Top = 130
  100.     Width = 287
  101.     Height = 51
  102.     Caption = 'Domy∩┐╜lny katalog na kopiowane materia∩┐╜y:'
  103.     TabOrder = 3
  104.     object SciezkaDocelowaEdt: TEdit
  105.       Left = 10
  106.       Top = 20
  107.       Width = 263
  108.       Height = 21
  109.       TabOrder = 0
  110.       Text = 'SciezkaDocelowaEdt'
  111.     end
  112.   end
  113.   object GroupBox3: TGroupBox
  114.     Left = 10
  115.     Top = 192
  116.     Width = 287
  117.     Height = 73
  118.     Caption = 'D∩┐╜wi∩┐╜k:'
  119.     TabOrder = 4
  120.     object MuzykaRad1: TRadioButton
  121.       Left = 8
  122.       Top = 16
  123.       Width = 113
  124.       Height = 17
  125.       Caption = 'Cisza'
  126.       TabOrder = 0
  127.     end
  128.     object MuzykaRad2: TRadioButton
  129.       Left = 8
  130.       Top = 32
  131.       Width = 113
  132.       Height = 17
  133.       Caption = 'Muzyka'
  134.       TabOrder = 1
  135.     end
  136.     object MuzykaRad3: TRadioButton
  137.       Left = 8
  138.       Top = 48
  139.       Width = 113
  140.       Height = 17
  141.       Caption = 'Klawisze'
  142.       TabOrder = 2
  143.     end
  144.   end
  145.   object BitBtn1: TBitBtn
  146.     Left = 220
  147.     Top = 278
  148.     Width = 77
  149.     Height = 27
  150.     Caption = '&Pomoc'
  151.     Font.Color = clWindowText
  152.     Font.Height = -11
  153.     Font.Name = 'MS Sans Serif'
  154.     Font.Style = [fsBold]
  155.     ParentFont = False
  156.     TabOrder = 5
  157.     OnClick = BitBtn1Click
  158.     Kind = bkHelp
  159.     Margin = 2
  160.     Spacing = -1
  161.     IsControl = True
  162.   end
  163. end
  164.