home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / Browser / chip-cd.exe / 0 / RCDATA / TFRMKOMUNIKAT / TFRMKOMUNIKAT.txt
Text File  |  2004-09-02  |  1KB  |  52 lines

  1. object frmKomunikat: TfrmKomunikat
  2.   Left = 265
  3.   Top = 195
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'CHIP CD'
  7.   ClientHeight = 75
  8.   ClientWidth = 241
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblKomunikat: TLabel
  21.     Left = 4
  22.     Top = 16
  23.     Width = 60
  24.     Height = 13
  25.     Caption = 'lblKomunikat'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWhite
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object btnZnajdz: TButton
  34.     Left = 52
  35.     Top = 49
  36.     Width = 57
  37.     Height = 21
  38.     Caption = '&Tak'
  39.     TabOrder = 0
  40.     OnClick = btnZnajdzClick
  41.   end
  42.   object btnNie: TButton
  43.     Left = 132
  44.     Top = 49
  45.     Width = 61
  46.     Height = 21
  47.     Caption = '&Nie'
  48.     TabOrder = 1
  49.     OnClick = btnNieClick
  50.   end
  51. end
  52.