home *** CD-ROM | disk | FTP | other *** search
- object Properties: TProperties
- Left = 357
- Top = 235
- HelpContext = 1
- BorderStyle = bsDialog
- Caption = 'Vlastnosti'
- ClientHeight = 289
- ClientWidth = 274
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 48
- Width = 75
- Height = 13
- Caption = '&Jm�no souboru:'
- FocusControl = edtFileName
- end
- object Label2: TLabel
- Left = 8
- Top = 88
- Width = 142
- Height = 13
- Caption = '&Pozice ve zdrojov�m souboru:'
- FocusControl = edtFilePos
- end
- object Label3: TLabel
- Left = 8
- Top = 128
- Width = 81
- Height = 13
- Caption = '&Velikost souboru:'
- FocusControl = edtFileSize
- end
- object Label4: TLabel
- Left = 8
- Top = 8
- Width = 79
- Height = 13
- Caption = '&Zdrojov� soubor:'
- FocusControl = edtSourceFileName
- end
- object btnSelectSourceFileName: TSpeedButton
- Left = 226
- Top = 24
- Width = 39
- Height = 21
- Caption = 'Vy&brat'
- Flat = True
- OnClick = btnSelectSourceFileNameClick
- end
- object Label5: TLabel
- Left = 8
- Top = 168
- Width = 21
- Height = 13
- Caption = '&Info:'
- FocusControl = edtFileInfo
- end
- object edtFileName: TEdit
- Left = 8
- Top = 64
- Width = 257
- Height = 21
- TabOrder = 0
- end
- object edtFilePos: TEdit
- Left = 8
- Top = 104
- Width = 257
- Height = 21
- TabOrder = 1
- end
- object edtFileSize: TEdit
- Left = 8
- Top = 144
- Width = 257
- Height = 21
- TabOrder = 2
- end
- object btnOk: TButton
- Left = 112
- Top = 256
- Width = 73
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 5
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 192
- Top = 256
- Width = 73
- Height = 25
- Anchors = [akLeft, akBottom]
- Cancel = True
- Caption = 'Zru�it'
- ModalResult = 2
- TabOrder = 6
- end
- object edtSourceFileName: TEdit
- Left = 8
- Top = 24
- Width = 217
- Height = 21
- TabOrder = 7
- end
- object pnlSelectedFiles: TPanel
- Left = 8
- Top = 208
- Width = 257
- Height = 41
- BevelOuter = bvNone
- TabOrder = 4
- object lblFilesCount: TLabel
- Left = 0
- Top = 4
- Width = 150
- Height = 13
- Caption = 'V&elikost %d vybran�ch soubor�:'
- FocusControl = edtSelectedSize
- end
- object edtSelectedSize: TEdit
- Left = 0
- Top = 20
- Width = 257
- Height = 21
- TabStop = False
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- end
- end
- object edtFileInfo: TEdit
- Left = 8
- Top = 184
- Width = 257
- Height = 21
- TabOrder = 3
- end
- object odSelectSourceFileName: TOpenDialog
- Filter = 'V�echny soubory (*.*)|*.*'
- Title = 'Vybrat zdrojov� soubor'
- Left = 8
- Top = 256
- end
- end
-