home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / biblio.exe / 0 / RCDATA / TFRMGETSTRING / TFRMGETSTRING.txt
Text File  |  1998-07-13  |  1KB  |  66 lines

  1. object frmGetString: TfrmGetString
  2.   Left = 126
  3.   Top = 70
  4.   ActiveControl = cmdOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Wprowad∩┐╜ tekst'
  7.   ClientHeight = 95
  8.   ClientWidth = 321
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   TextHeight = 13
  17.   object labObjasnienie: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 289
  21.     Height = 17
  22.     AutoSize = False
  23.     Caption = 'labObjasnienie'
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'System'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object cmdOk: TBitBtn
  31.     Left = 232
  32.     Top = 60
  33.     Width = 77
  34.     Height = 27
  35.     TabOrder = 0
  36.     Kind = bkOK
  37.     Margin = 2
  38.     Spacing = -1
  39.     IsControl = True
  40.   end
  41.   object cmdAnuluj: TBitBtn
  42.     Left = 152
  43.     Top = 60
  44.     Width = 77
  45.     Height = 27
  46.     Caption = 'Anuluj'
  47.     TabOrder = 1
  48.     Kind = bkCancel
  49.     Margin = 2
  50.     Spacing = -1
  51.     IsControl = True
  52.   end
  53.   object tbOdpowiedz: TEdit
  54.     Left = 16
  55.     Top = 28
  56.     Width = 293
  57.     Height = 21
  58.     Font.Color = clBlack
  59.     Font.Height = -13
  60.     Font.Name = 'System'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.     TabOrder = 2
  64.   end
  65. end
  66.