home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Forum / WINSWEEP / WINSWEEP.EXE / 0 / RCDATA / TOKBOTTOMDLG1 / TOKBOTTOMDLG1.txt < prev   
Text File  |  1997-07-18  |  2KB  |  82 lines

  1. object OKBottomDlg1: TOKBottomDlg1
  2.   Left = 228
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Co zrobi∩┐╜?'
  7.   ClientHeight = 102
  8.   ClientWidth = 390
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 64
  21.     Top = 8
  22.     Width = 3
  23.     Height = 13
  24.   end
  25.   object Image2: TImage
  26.     Left = 12
  27.     Top = 20
  28.     Width = 33
  29.     Height = 33
  30.     Picture.Data = {<image000.ico>}
  31.   end
  32.   object Label2: TLabel
  33.     Left = 64
  34.     Top = 24
  35.     Width = 5
  36.     Height = 13
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clBlue
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 64
  46.     Top = 40
  47.     Width = 3
  48.     Height = 13
  49.   end
  50.   object OKBtn: TButton
  51.     Left = 55
  52.     Top = 64
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '&Tak'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 0
  59.     OnClick = OKBtnClick
  60.   end
  61.   object CancelBtn: TButton
  62.     Left = 147
  63.     Top = 64
  64.     Width = 75
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = '&Nie'
  68.     ModalResult = 2
  69.     TabOrder = 1
  70.     OnClick = CancelBtnClick
  71.   end
  72.   object Button1: TButton
  73.     Left = 240
  74.     Top = 64
  75.     Width = 113
  76.     Height = 25
  77.     Caption = 'Tak na &wszystkie'
  78.     TabOrder = 2
  79.     OnClick = Button1Click
  80.   end
  81. end
  82.