home *** CD-ROM | disk | FTP | other *** search
- object Fvyber: TFvyber
- Left = 200
- Top = 108
- ActiveControl = DriveComboBox1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'V�b�r slo�ky'
- ClientHeight = 275
- ClientWidth = 281
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 200
- Width = 102
- Height = 13
- Caption = 'C:\...\Zdrojaky\Install'
- Visible = False
- end
- object Label2: TLabel
- Left = 8
- Top = 16
- Width = 24
- Height = 13
- Caption = 'Disk:'
- end
- object Label3: TLabel
- Left = 8
- Top = 40
- Width = 62
- Height = 13
- Caption = 'V�b�r slo�ky:'
- end
- object Label4: TLabel
- Left = 8
- Top = 232
- Width = 75
- Height = 13
- Caption = 'Vybran� slo�ka:'
- end
- object DriveComboBox1: TDriveComboBox
- Left = 40
- Top = 14
- Width = 145
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 0
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 40
- Top = 56
- Width = 145
- Height = 169
- DirLabel = Label1
- ItemHeight = 16
- TabOrder = 1
- OnClick = DirectoryListBox1Click
- OnDblClick = DirectoryListBox1DblClick
- end
- object Edit1: TEdit
- Left = 40
- Top = 248
- Width = 145
- Height = 21
- TabOrder = 2
- end
- object Panel1: TPanel
- Left = 192
- Top = 0
- Width = 89
- Height = 273
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 3
- object OK: TDsFancyButton
- Left = 8
- Top = 12
- Width = 73
- Height = 25
- ButtonColor = clBtnFace
- Caption = 'OK'
- FrameColor = clGray
- FrameWidth = 6
- CornerRadius = 10
- TextStyle = txRaised
- OnClick = OKClick
- end
- object Storno: TDsFancyButton
- Left = 8
- Top = 56
- Width = 73
- Height = 25
- ButtonColor = clBtnFace
- Caption = 'Storno'
- FrameColor = clGray
- FrameWidth = 6
- CornerRadius = 10
- TextStyle = txRaised
- OnClick = StornoClick
- end
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Top = 96
- end
- end
-