home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1999 February / PCShareware-2-99.iso / polskie / SIG / _SETUP.1 / sig.exe / 0 / RCDATA / TFRMCLOSE / TFRMCLOSE.txt
Text File  |  1998-12-05  |  1KB  |  71 lines

  1. object frmClose: TfrmClose
  2.   Left = 353
  3.   Top = 291
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmClose'
  6.   ClientHeight = 115
  7.   ClientWidth = 297
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 4
  21.     Top = 4
  22.     Width = 32
  23.     Height = 32
  24.   end
  25.   object Label1: TLabel
  26.     Left = 48
  27.     Top = 4
  28.     Width = 245
  29.     Height = 52
  30.     Caption = 'Chesz ukry∩┐╜ Kreatora sentencji, czy zako∩┐╜czy∩┐╜ prac∩┐╜ programu?'
  31.     WordWrap = True
  32.   end
  33.   object Button1: TButton
  34.     Left = 60
  35.     Top = 84
  36.     Width = 75
  37.     Height = 26
  38.     Caption = '&Zako∩┐╜cz'
  39.     ModalResult = 1
  40.     TabOrder = 3
  41.   end
  42.   object Button2: TButton
  43.     Left = 220
  44.     Top = 84
  45.     Width = 75
  46.     Height = 26
  47.     Cancel = True
  48.     Caption = '&Anuluj'
  49.     ModalResult = 2
  50.     TabOrder = 1
  51.   end
  52.   object CheckEnable: TCheckBox
  53.     Left = 4
  54.     Top = 52
  55.     Width = 289
  56.     Height = 17
  57.     Caption = 'U&ruchamiaj Kreatora sentencji py przy starcie systemu'
  58.     TabOrder = 2
  59.   end
  60.   object Button3: TButton
  61.     Left = 140
  62.     Top = 84
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&Ukryj'
  66.     Default = True
  67.     ModalResult = 6
  68.     TabOrder = 0
  69.   end
  70. end
  71.