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

  1. object ZnajdzDlg: TZnajdzDlg
  2.   Left = 181
  3.   Top = 190
  4.   BorderStyle = bsDialog
  5.   Caption = 'Wyszukiwanie'
  6.   ClientHeight = 147
  7.   ClientWidth = 324
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 10
  19.     Top = 13
  20.     Width = 85
  21.     Height = 13
  22.     Caption = '&Szukany tekst:'
  23.     FocusControl = TekstEdt
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object OKBtn: TBitBtn
  31.     Left = 71
  32.     Top = 114
  33.     Width = 77
  34.     Height = 27
  35.     Caption = 'Znajd∩┐╜'
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     Kind = bkOK
  43.     Margin = 2
  44.     Spacing = -1
  45.   end
  46.   object CancelBtn: TBitBtn
  47.     Left = 155
  48.     Top = 114
  49.     Width = 77
  50.     Height = 27
  51.     Caption = 'Anuluj'
  52.     Font.Color = clWindowText
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     TabOrder = 1
  58.     Kind = bkCancel
  59.     Margin = 2
  60.     Spacing = -1
  61.   end
  62.   object TekstEdt: TEdit
  63.     Left = 100
  64.     Top = 10
  65.     Width = 211
  66.     Height = 21
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.     TabOrder = 2
  73.   end
  74.   object GroupBox1: TGroupBox
  75.     Left = 10
  76.     Top = 40
  77.     Width = 126
  78.     Height = 66
  79.     Caption = 'Szukaj w:'
  80.     Font.Color = clWindowText
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.     TabOrder = 3
  86.     object NazwaChk: TCheckBox
  87.       Left = 10
  88.       Top = 19
  89.       Width = 111
  90.       Height = 17
  91.       Caption = '&nazwie'
  92.       State = cbChecked
  93.       TabOrder = 0
  94.       OnClick = NazwaChkClick
  95.     end
  96.     object OpisChk: TCheckBox
  97.       Left = 10
  98.       Top = 39
  99.       Width = 101
  100.       Height = 17
  101.       Caption = '&opisie'
  102.       State = cbChecked
  103.       TabOrder = 1
  104.       OnClick = OpisChkClick
  105.     end
  106.   end
  107.   object WielkoscChk: TCheckBox
  108.     Left = 150
  109.     Top = 45
  110.     Width = 166
  111.     Height = 16
  112.     Caption = '&Uwzgl∩┐╜dniaj wielko∩┐╜∩┐╜ liter'
  113.     Font.Color = clWindowText
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = [fsBold]
  117.     ParentFont = False
  118.     TabOrder = 4
  119.   end
  120.   object BitBtn1: TBitBtn
  121.     Left = 239
  122.     Top = 114
  123.     Width = 77
  124.     Height = 27
  125.     Caption = '&Pomoc'
  126.     Font.Color = clWindowText
  127.     Font.Height = -11
  128.     Font.Name = 'MS Sans Serif'
  129.     Font.Style = [fsBold]
  130.     ParentFont = False
  131.     TabOrder = 5
  132.     OnClick = BitBtn1Click
  133.     Kind = bkHelp
  134.     Margin = 2
  135.     Spacing = -1
  136.   end
  137. end
  138.