home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / start.exe / 0 / RCDATA / TOPCJEDLG / TOPCJEDLG.txt
Encoding:
Text File  |  1999-02-21  |  2.7 KB  |  137 lines

  1. object OpcjeDlg: TOpcjeDlg
  2.   Left = 212
  3.   Top = 143
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Opcje'
  7.   ClientHeight = 300
  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.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TBitBtn
  19.     Left = 49
  20.     Top = 265
  21.     Width = 77
  22.     Height = 27
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     Kind = bkOK
  30.     Margin = 2
  31.     Spacing = -1
  32.     IsControl = True
  33.   end
  34.   object CancelBtn: TBitBtn
  35.     Left = 135
  36.     Top = 265
  37.     Width = 77
  38.     Height = 27
  39.     Caption = '&Anuluj'
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     TabOrder = 1
  46.     Kind = bkCancel
  47.     Margin = 2
  48.     Spacing = -1
  49.     IsControl = True
  50.   end
  51.   object GroupBox1: TGroupBox
  52.     Left = 10
  53.     Top = 8
  54.     Width = 287
  55.     Height = 48
  56.     TabOrder = 2
  57.     object OknoWyszukiwaniaChk: TCheckBox
  58.       Left = 10
  59.       Top = 7
  60.       Width = 256
  61.       Height = 21
  62.       Caption = 'Okno ∩┐╜Znaleziono∩┐╜ stale widoczne'
  63.       Font.Color = clWindowText
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       TabOrder = 0
  69.     end
  70.     object PotwierdzenieChk: TCheckBox
  71.       Left = 10
  72.       Top = 25
  73.       Width = 261
  74.       Height = 17
  75.       Caption = 'Potwierdzenie zako∩┐╜czenia programu'
  76.       TabOrder = 1
  77.     end
  78.   end
  79.   object GroupBox2: TGroupBox
  80.     Left = 10
  81.     Top = 135
  82.     Width = 287
  83.     Height = 51
  84.     Caption = 'Domy∩┐╜lny katalog na kopiowane materia∩┐╜y:'
  85.     TabOrder = 3
  86.     object SciezkaDocelowaEdt: TEdit
  87.       Left = 10
  88.       Top = 20
  89.       Width = 263
  90.       Height = 21
  91.       TabOrder = 0
  92.       Text = 'SciezkaDocelowaEdt'
  93.     end
  94.   end
  95.   object HelpBtn: TBitBtn
  96.     Left = 220
  97.     Top = 265
  98.     Width = 77
  99.     Height = 27
  100.     Caption = '&Pomoc'
  101.     Font.Color = clWindowText
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = [fsBold]
  105.     ParentFont = False
  106.     TabOrder = 4
  107.     OnClick = HelpBtnClick
  108.     Kind = bkHelp
  109.     Margin = 2
  110.     Spacing = -1
  111.     IsControl = True
  112.   end
  113.   object DymkiRad: TRadioGroup
  114.     Left = 10
  115.     Top = 195
  116.     Width = 286
  117.     Height = 61
  118.     Caption = 'Dymki podpowiedzi:'
  119.     Items.Strings = (
  120.       'Automatycznie'
  121.       'Lewym przyciskiem')
  122.     TabOrder = 5
  123.   end
  124.   object InterfejsRad: TRadioGroup
  125.     Left = 10
  126.     Top = 65
  127.     Width = 286
  128.     Height = 61
  129.     Caption = 'Interfejs:'
  130.     Enabled = False
  131.     Items.Strings = (
  132.       'Standardowy'
  133.       'Multimedialny')
  134.     TabOrder = 6
  135.   end
  136. end
  137.