home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Browser / chip-cd.exe / 0 / RCDATA / TFRMFIND / TFRMFIND.txt
Text File  |  2001-08-10  |  4KB  |  164 lines

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