home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Warsztat_Cpp_Builder / UnitEdytorFiltrow.dfm < prev    next >
Text File  |  2003-09-22  |  2KB  |  86 lines

  1. object FormEdytor: TFormEdytor
  2.   Left = 241
  3.   Top = 127
  4.   Width = 521
  5.   Height = 310
  6.   Caption = 'Edytor filtr'#243'w'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poOwnerFormCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object rys1: TImage
  19.     Left = 8
  20.     Top = 24
  21.     Width = 240
  22.     Height = 180
  23.   end
  24.   object rys2: TImage
  25.     Left = 264
  26.     Top = 24
  27.     Width = 240
  28.     Height = 180
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 8
  33.     Width = 40
  34.     Height = 13
  35.     Caption = 'Orygina'#322
  36.   end
  37.   object Label3: TLabel
  38.     Left = 264
  39.     Top = 8
  40.     Width = 74
  41.     Height = 13
  42.     Caption = 'Zmodyfikowany'
  43.   end
  44.   object BitBtn1: TBitBtn
  45.     Left = 432
  46.     Top = 214
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Zastosuj'
  50.     TabOrder = 0
  51.     Kind = bkOK
  52.   end
  53.   object BitBtn2: TBitBtn
  54.     Left = 432
  55.     Top = 246
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Anuluj'
  59.     TabOrder = 1
  60.     Kind = bkCancel
  61.   end
  62.   object sgFiltr: TStringGrid
  63.     Left = 136
  64.     Top = 208
  65.     Width = 126
  66.     Height = 60
  67.     ColCount = 3
  68.     DefaultColWidth = 40
  69.     DefaultRowHeight = 18
  70.     FixedCols = 0
  71.     RowCount = 3
  72.     FixedRows = 0
  73.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  74.     TabOrder = 2
  75.   end
  76.   object BitBtn3: TBitBtn
  77.     Left = 272
  78.     Top = 224
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'Sprawd'#378'!'
  82.     TabOrder = 3
  83.     OnClick = BitBtn3Click
  84.   end
  85. end
  86.