home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / chip-cd_2005_03d.zip / 03d / Browser / chip-cds.exe / 0 / RCDATA / TFRMFIND / TFRMFIND.txt
Text File  |  2004-03-15  |  4KB  |  163 lines

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