home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / ChipCD_12_99.iso / Browser / chip-cds.exe / 0 / RCDATA / TFRMFIND / TFRMFIND.txt
Text File  |  1999-07-12  |  3KB  |  144 lines

  1. object frmFind: TfrmFind
  2.   Left = 335
  3.   Top = 196
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Wyszukiwanie'
  7.   ClientHeight = 145
  8.   ClientWidth = 327
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblSzukany: TLabel
  20.     Left = 4
  21.     Top = 8
  22.     Width = 70
  23.     Height = 13
  24.     Caption = '&Szukany tekst:'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object txtSzukany: TEdit
  33.     Left = 80
  34.     Top = 4
  35.     Width = 221
  36.     Height = 21
  37.     TabOrder = 0
  38.     OnKeyPress = txtSzukanyKeyPress
  39.     OnKeyUp = txtSzukanyKeyUp
  40.   end
  41.   object btnZnajdz: TButton
  42.     Left = 28
  43.     Top = 120
  44.     Width = 85
  45.     Height = 21
  46.     Caption = '&Znajd∩┐╜'
  47.     TabOrder = 1
  48.     OnClick = btnZnajdzClick
  49.     OnKeyUp = btnZnajdzKeyUp
  50.   end
  51.   object btnAnuluj: TButton
  52.     Left = 120
  53.     Top = 120
  54.     Width = 85
  55.     Height = 21
  56.     Caption = '&Anuluj'
  57.     TabOrder = 2
  58.     OnClick = btnAnulujClick
  59.     OnKeyUp = btnAnulujKeyUp
  60.   end
  61.   object btnPomoc: TButton
  62.     Left = 212
  63.     Top = 120
  64.     Width = 85
  65.     Height = 21
  66.     Caption = '&Pomoc'
  67.     TabOrder = 3
  68.     OnClick = btnPomocClick
  69.     OnKeyUp = btnPomocKeyUp
  70.   end
  71.   object GroupBox1: TGroupBox
  72.     Left = 0
  73.     Top = 32
  74.     Width = 321
  75.     Height = 81
  76.     TabOrder = 4
  77.     object chkOpcja3: TCheckBox
  78.       Left = 112
  79.       Top = 28
  80.       Width = 181
  81.       Height = 17
  82.       Caption = 'Uwzgl∩┐╜dniaj wielko∩┐╜∩┐╜ liter'
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clBlack
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       ParentFont = False
  89.       TabOrder = 0
  90.       OnKeyUp = chkOpcja3KeyUp
  91.     end
  92.     object grbSzukaj: TGroupBox
  93.       Left = 4
  94.       Top = 8
  95.       Width = 97
  96.       Height = 65
  97.       Caption = 'Szukaj w'
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clBlack
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = []
  103.       ParentFont = False
  104.       TabOrder = 1
  105.       object chkOpcja1: TCheckBox
  106.         Left = 16
  107.         Top = 20
  108.         Width = 65
  109.         Height = 17
  110.         Caption = 'nazwie'
  111.         Checked = True
  112.         Font.Charset = DEFAULT_CHARSET
  113.         Font.Color = clBlack
  114.         Font.Height = -11
  115.         Font.Name = 'MS Sans Serif'
  116.         Font.Style = []
  117.         ParentFont = False
  118.         State = cbChecked
  119.         TabOrder = 0
  120.         OnClick = chkOpcja1Click
  121.         OnKeyUp = chkOpcja1KeyUp
  122.       end
  123.       object chkOpcja2: TCheckBox
  124.         Left = 16
  125.         Top = 40
  126.         Width = 65
  127.         Height = 17
  128.         Caption = 'opisie'
  129.         Checked = True
  130.         Font.Charset = DEFAULT_CHARSET
  131.         Font.Color = clBlack
  132.         Font.Height = -11
  133.         Font.Name = 'MS Sans Serif'
  134.         Font.Style = []
  135.         ParentFont = False
  136.         State = cbChecked
  137.         TabOrder = 1
  138.         OnClick = chkOpcja2Click
  139.         OnKeyUp = chkOpcja2KeyUp
  140.       end
  141.     end
  142.   end
  143. end
  144.