home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / MMMIntro7 / intro.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2000-05-10  |  1KB  |  78 lines

  1. object Form1: TForm1
  2.   Left = 248
  3.   Top = 189
  4.   BorderStyle = bsDialog
  5.   Caption = ' INTRO lipiec 2000'
  6.   ClientHeight = 176
  7.   ClientWidth = 337
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 96
  19.     Width = 103
  20.     Height = 13
  21.     Caption = 'Wybierz jedn∩┐╜ z opcji:'
  22.   end
  23.   object BitBtn1: TBitBtn
  24.     Left = 248
  25.     Top = 104
  26.     Width = 75
  27.     Height = 25
  28.     TabOrder = 0
  29.     OnClick = BitBtn1Click
  30.     Kind = bkOK
  31.   end
  32.   object BitBtn2: TBitBtn
  33.     Left = 248
  34.     Top = 136
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Wyjd∩┐╜'
  38.     TabOrder = 1
  39.     OnClick = BitBtn2Click
  40.     Kind = bkAbort
  41.   end
  42.   object RadioButton1: TRadioButton
  43.     Left = 16
  44.     Top = 120
  45.     Width = 193
  46.     Height = 17
  47.     Caption = 'Instaluj Acrobat Reader 4.0'
  48.     TabOrder = 2
  49.   end
  50.   object RadioButton2: TRadioButton
  51.     Left = 16
  52.     Top = 144
  53.     Width = 193
  54.     Height = 17
  55.     Caption = 'Uruchom Miesi∩┐╜cznik INTRO'
  56.     Checked = True
  57.     TabOrder = 3
  58.     TabStop = True
  59.   end
  60.   object Panel1: TPanel
  61.     Left = 16
  62.     Top = 16
  63.     Width = 305
  64.     Height = 73
  65.     BevelOuter = bvLowered
  66.     Caption = 'Panel1'
  67.     TabOrder = 4
  68.     object Image1: TImage
  69.       Left = 1
  70.       Top = 1
  71.       Width = 303
  72.       Height = 71
  73.       Align = alClient
  74.       Picture.Data = {<image000.bmp>}
  75.     end
  76.   end
  77. end
  78.