home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / ctenari / Burda / Install.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2000-08-30  |  3.4 KB  |  162 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = Panel1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Instalace programu ∩┐╜∩┐╜astn∩┐╜ch 10'
  8.   ClientHeight = 306
  9.   ClientWidth = 427
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Start: TDsFancyButton
  21.     Left = 232
  22.     Top = 256
  23.     Width = 81
  24.     Height = 25
  25.     ButtonColor = clYellow
  26.     Caption = 'Start'
  27.     FrameColor = clRed
  28.     FrameWidth = 12
  29.     CornerRadius = 10
  30.     TextStyle = txRaised
  31.     OnClick = StartClick
  32.   end
  33.   object Konec: TDsFancyButton
  34.     Left = 336
  35.     Top = 256
  36.     Width = 81
  37.     Height = 25
  38.     ButtonColor = clRed
  39.     Caption = 'Konec'
  40.     FrameColor = clTeal
  41.     FrameWidth = 12
  42.     CornerRadius = 10
  43.     TextStyle = txRaised
  44.     OnClick = KonecClick
  45.   end
  46.   object Panel1: TPanel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 427
  50.     Height = 57
  51.     TabOrder = 0
  52.     object Label1: TLabel
  53.       Left = 8
  54.       Top = 2
  55.       Width = 393
  56.       Height = 42
  57.       AutoSize = False
  58.       Caption = '∩┐╜∩┐╜astn∩┐╜ch deset v.2.0'
  59.       Font.Charset = EASTEUROPE_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -37
  62.       Font.Name = 'Arial'
  63.       Font.Style = [fsBold, fsItalic]
  64.       ParentFont = False
  65.     end
  66.     object Label4: TLabel
  67.       Left = 336
  68.       Top = 40
  69.       Width = 84
  70.       Height = 13
  71.       Caption = 'DEMOVERZE'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clWindowText
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = [fsBold, fsItalic]
  77.       ParentFont = False
  78.     end
  79.   end
  80.   object GroupBox1: TGroupBox
  81.     Left = 0
  82.     Top = 60
  83.     Width = 427
  84.     Height = 85
  85.     Caption = ' Um∩┐╜st∩┐╜n∩┐╜ programu '
  86.     TabOrder = 1
  87.     object Label2: TLabel
  88.       Left = 24
  89.       Top = 24
  90.       Width = 255
  91.       Height = 13
  92.       Caption = 'Vyberte slo∩┐╜ku, do kter∩┐╜ m∩┐╜ b∩┐╜t program ∩┐╜∩┐╜astn∩┐╜ch 10'
  93.     end
  94.     object Label3: TLabel
  95.       Left = 24
  96.       Top = 45
  97.       Width = 63
  98.       Height = 13
  99.       Caption = 'nainstalov∩┐╜n:'
  100.     end
  101.     object Projdi: TDsFancyButton
  102.       Left = 328
  103.       Top = 40
  104.       Width = 89
  105.       Height = 25
  106.       ButtonColor = clBtnFace
  107.       Caption = 'Proch∩┐╜zet'
  108.       FrameColor = clGray
  109.       FrameWidth = 6
  110.       CornerRadius = 10
  111.       TextStyle = txRaised
  112.       OnClick = ProjdiClick
  113.     end
  114.     object Edit1: TEdit
  115.       Left = 96
  116.       Top = 42
  117.       Width = 217
  118.       Height = 21
  119.       TabOrder = 0
  120.       Text = 'C:\Program Files\Stastnych10'
  121.     end
  122.   end
  123.   object GroupBox2: TGroupBox
  124.     Left = 0
  125.     Top = 149
  126.     Width = 427
  127.     Height = 97
  128.     Caption = ' Pr∩┐╜b∩┐╜h instalace '
  129.     TabOrder = 2
  130.     object Teplomer: TALProgressBar
  131.       Left = 40
  132.       Top = 40
  133.       Width = 345
  134.       Height = 25
  135.       BackgroundColor = clBtnFace
  136.       PosTextSuffix = '%'
  137.     end
  138.   end
  139.   object StatusBar1: TStatusBar
  140.     Left = 0
  141.     Top = 287
  142.     Width = 427
  143.     Height = 19
  144.     Panels = <
  145.       item
  146.         Text = '(c) 2000 Pavel Burda'
  147.         Width = 120
  148.       end
  149.       item
  150.         Text = 'Vyberte slo∩┐╜ku a klikn∩┐╜te na Start'
  151.         Width = 50
  152.       end>
  153.     SimplePanel = False
  154.   end
  155.   object Timer1: TTimer
  156.     Enabled = False
  157.     Interval = 50
  158.     OnTimer = Timer1Timer
  159.     Top = 256
  160.   end
  161. end
  162.