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

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