home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / JaPa / Kkp.exe / 0 / RCDATA / TFFIND / TFFIND.txt < prev   
Text File  |  1999-01-05  |  2KB  |  90 lines

  1. object fFind: TfFind
  2.   Left = 261
  3.   Top = 130
  4.   Width = 232
  5.   Height = 339
  6.   Caption = 'Lista utwor∩┐╜w'
  7.   Color = clTeal
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DBGrid1: TBSDBGrid
  20.     Left = 4
  21.     Top = 4
  22.     Width = 213
  23.     Height = 273
  24.     TabStop = False
  25.     BorderStyle = bsNone
  26.     Color = clTeal
  27.     DataSource = DataSource2
  28.     Font.Color = clYellow
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     Options = [dgEditing, dgColumnResize, dgTabs, dgConfirmDelete, dgCancelOnExit]
  33.     ParentFont = False
  34.     ReadOnly = True
  35.     TabOrder = 1
  36.     TitleFont.Color = clWindowText
  37.     TitleFont.Height = -11
  38.     TitleFont.Name = 'MS Sans Serif'
  39.     TitleFont.Style = []
  40.     Cellstyle = csNone
  41.   end
  42.   object Button1: TColorButton
  43.     Left = 4
  44.     Top = 284
  45.     Width = 217
  46.     Height = 25
  47.     BevelSize = 1
  48.     Caption = 'Zamknij'
  49.     Color = clTeal
  50.     Font.Color = clYellow
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     Style = [bsCenter, bsShowFocus, bsShowKey]
  55.     TabOrder = 0
  56.     TabStop = True
  57.     OnClick = Button1Click
  58.     OnKeyPress = Button1KeyPress
  59.   end
  60.   object Query2: TQuery
  61.     Left = 4
  62.     Top = 8
  63.   end
  64.   object DataSource2: TDataSource
  65.     DataSet = Query2
  66.     Left = 32
  67.     Top = 8
  68.   end
  69.   object MarsCaption1: TMarsCaption
  70.     ActiveBeginColor = clRed
  71.     ActiveEndColor = clYellow
  72.     ActiveFontColor = clYellow
  73.     InactiveBeginColor = clGray
  74.     InactiveEndColor = clSilver
  75.     InactiveFontColor = clSilver
  76.     ApplicationNameFont.Color = clWindowText
  77.     ApplicationNameFont.Height = -11
  78.     ApplicationNameFont.Name = 'MS Sans Serif'
  79.     ApplicationNameFont.Style = [fsBold]
  80.     CaptionFont.Color = clWindowText
  81.     CaptionFont.Height = -11
  82.     CaptionFont.Name = 'MS Sans Serif'
  83.     CaptionFont.Style = []
  84.     NumColors = 64
  85.     AutoSize = False
  86.     Left = 72
  87.     Top = 8
  88.   end
  89. end
  90.