home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- ActiveControl = Panel1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Instalace programu ��astn�ch 10'
- ClientHeight = 306
- ClientWidth = 427
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Start: TDsFancyButton
- Left = 232
- Top = 256
- Width = 81
- Height = 25
- ButtonColor = clYellow
- Caption = 'Start'
- FrameColor = clRed
- FrameWidth = 12
- CornerRadius = 10
- TextStyle = txRaised
- OnClick = StartClick
- end
- object Konec: TDsFancyButton
- Left = 336
- Top = 256
- Width = 81
- Height = 25
- ButtonColor = clRed
- Caption = 'Konec'
- FrameColor = clTeal
- FrameWidth = 12
- CornerRadius = 10
- TextStyle = txRaised
- OnClick = KonecClick
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 427
- Height = 57
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 2
- Width = 393
- Height = 42
- AutoSize = False
- Caption = '��astn�ch deset v.2.0'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -37
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 336
- Top = 40
- Width = 84
- Height = 13
- Caption = 'DEMOVERZE'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- end
- object GroupBox1: TGroupBox
- Left = 0
- Top = 60
- Width = 427
- Height = 85
- Caption = ' Um�st�n� programu '
- TabOrder = 1
- object Label2: TLabel
- Left = 24
- Top = 24
- Width = 255
- Height = 13
- Caption = 'Vyberte slo�ku, do kter� m� b�t program ��astn�ch 10'
- end
- object Label3: TLabel
- Left = 24
- Top = 45
- Width = 63
- Height = 13
- Caption = 'nainstalov�n:'
- end
- object Projdi: TDsFancyButton
- Left = 328
- Top = 40
- Width = 89
- Height = 25
- ButtonColor = clBtnFace
- Caption = 'Proch�zet'
- FrameColor = clGray
- FrameWidth = 6
- CornerRadius = 10
- TextStyle = txRaised
- OnClick = ProjdiClick
- end
- object Edit1: TEdit
- Left = 96
- Top = 42
- Width = 217
- Height = 21
- TabOrder = 0
- Text = 'C:\Program Files\Stastnych10'
- end
- end
- object GroupBox2: TGroupBox
- Left = 0
- Top = 149
- Width = 427
- Height = 97
- Caption = ' Pr�b�h instalace '
- TabOrder = 2
- object Teplomer: TALProgressBar
- Left = 40
- Top = 40
- Width = 345
- Height = 25
- BackgroundColor = clBtnFace
- PosTextSuffix = '%'
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 287
- Width = 427
- Height = 19
- Panels = <
- item
- Text = '(c) 2000 Pavel Burda'
- Width = 120
- end
- item
- Text = 'Vyberte slo�ku a klikn�te na Start'
- Width = 50
- end>
- SimplePanel = False
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 50
- OnTimer = Timer1Timer
- Top = 256
- end
- end
-