home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 July & August / Pcwk7897.iso / forum / ank / ankwin / data.z / _ANK4WIN.EXE / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1996-11-30  |  2KB  |  100 lines

  1. object Form3: TForm3
  2.   Left = 167
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Podsumowanie ankiety'
  6.   ClientHeight = 338
  7.   ClientWidth = 485
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 283
  19.     Width = 89
  20.     Height = 13
  21.     Caption = 'Plik wynik∩┐╜w:'
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Button1: TButton
  29.     Left = 376
  30.     Top = 308
  31.     Width = 81
  32.     Height = 25
  33.     Caption = 'Koniec'
  34.     TabOrder = 0
  35.     OnClick = Button1Click
  36.   end
  37.   object StringGrid1: TStringGrid
  38.     Left = 26
  39.     Top = 15
  40.     Width = 431
  41.     Height = 257
  42.     Cursor = crNo
  43.     TabStop = False
  44.     Color = clWhite
  45.     ColCount = 10
  46.     DefaultColWidth = 40
  47.     DefaultRowHeight = 22
  48.     RowCount = 11
  49.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  50.     ScrollBars = ssVertical
  51.     TabOrder = 1
  52.   end
  53.   object Button2: TButton
  54.     Left = 200
  55.     Top = 308
  56.     Width = 89
  57.     Height = 25
  58.     Caption = 'Zapisz Tabel∩┐╜'
  59.     TabOrder = 2
  60.     OnClick = Button2Click
  61.   end
  62.   object Button3: TButton
  63.     Left = 24
  64.     Top = 308
  65.     Width = 81
  66.     Height = 25
  67.     Caption = 'Drukuj'
  68.     TabOrder = 3
  69.     OnClick = Button3Click
  70.   end
  71.   object Button4: TButton
  72.     Left = 104
  73.     Top = 280
  74.     Width = 273
  75.     Height = 20
  76.     Caption = 'Zmie∩┐╜'
  77.     Font.Color = clWindowText
  78.     Font.Height = -12
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     TabOrder = 4
  83.     OnClick = Button4Click
  84.   end
  85.   object SaveDialog1: TSaveDialog
  86.     FileEditStyle = fsEdit
  87.     Filter = 'Pliki tekstowe (*.txt)|*.txt'
  88.     Title = 'Wpisz nazw∩┐╜ pliku z wynikami...'
  89.     Left = 456
  90.     Top = 192
  91.   end
  92.   object SaveDialog2: TSaveDialog
  93.     FileEditStyle = fsEdit
  94.     Filter = 'Plik wynik∩┐╜w (*.kim)|*.kim'
  95.     Title = 'Podaj now∩┐╜ nazw∩┐╜ pliku z wynikami...'
  96.     Left = 464
  97.     Top = 72
  98.   end
  99. end
  100.