home *** CD-ROM | disk | FTP | other *** search
- object Main: TMain
- Left = 273
- Top = 192
- HelpContext = 1
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Extractor'
- ClientHeight = 399
- ClientWidth = 409
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 109
- Height = 13
- Caption = 'Prohled�van� sou&bory:'
- end
- object Label3: TLabel
- Left = 8
- Top = 56
- Width = 143
- Height = 13
- Caption = '&Adres�� pro ukl�d�n� soubor�:'
- end
- object btnTemp: TSpeedButton
- Left = 274
- Top = 72
- Width = 39
- Height = 21
- Caption = '&Temp'
- Flat = True
- OnClick = btnTempClick
- end
- object btnAddFiles: TSpeedButton
- Left = 274
- Top = 24
- Width = 39
- Height = 21
- Caption = '&P�idat'
- Flat = True
- OnClick = btnAddFilesClick
- end
- object imgX: TImage
- Left = 0
- Top = 328
- Width = 414
- Height = 52
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object pcMain: TPageControl
- Left = 8
- Top = 104
- Width = 305
- Height = 287
- ActivePage = tsFormats
- MultiLine = True
- TabOrder = 4
- object tsFormats: TTabSheet
- Caption = 'Form�ty'
- object lblFormatCount: TLabel
- Left = 80
- Top = 4
- Width = 49
- Height = 13
- AutoSize = False
- Caption = '0/0'
- end
- object Label2: TLabel
- Left = 4
- Top = 4
- Width = 71
- Height = 13
- Caption = 'Hledat &form�ty:'
- FocusControl = lvFormats
- end
- object lvFormats: TListView
- Left = 4
- Top = 21
- Width = 288
- Height = 208
- Hint = 'Vyberte typy sobor�, kter� budou hled�ny ve vybran�m souboru'
- HelpContext = 11
- Checkboxes = True
- Columns = <
- item
- Caption = 'Typ'
- Width = 60
- end
- item
- Caption = 'Popis'
- Width = 208
- end>
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- GridLines = True
- HideSelection = False
- IconOptions.Arrangement = iaLeft
- IconOptions.AutoArrange = True
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = lvFormatsChange
- end
- object btnMinusFormats: TButton
- Left = 31
- Top = 235
- Width = 27
- Height = 17
- Caption = '&-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = btnMinusFormatsClick
- end
- object btnInvFormats: TButton
- Left = 58
- Top = 235
- Width = 27
- Height = 17
- Caption = '&Inv'
- TabOrder = 3
- OnClick = btnInvFormatsClick
- end
- object btnPlusFormats: TButton
- Left = 4
- Top = 235
- Width = 27
- Height = 17
- Caption = '&+'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = btnPlusFormatsClick
- end
- object btnLoadFormats: TButton
- Left = 186
- Top = 235
- Width = 53
- Height = 17
- Action = actLoadFormats
- TabOrder = 4
- end
- object btnSaveFormats: TButton
- Left = 239
- Top = 235
- Width = 53
- Height = 17
- Action = actSaveFormats
- TabOrder = 5
- end
- end
- object tsGroupFiles: TTabSheet
- Caption = 'Groupfily'
- ImageIndex = 2
- object Label4: TLabel
- Left = 4
- Top = 4
- Width = 100
- Height = 13
- Caption = 'Akceptovat &groupfily:'
- FocusControl = lvGroupFiles
- end
- object lblGroupfileCount: TLabel
- Left = 109
- Top = 4
- Width = 49
- Height = 13
- AutoSize = False
- Caption = '0/0'
- end
- object lvGroupFiles: TListView
- Left = 4
- Top = 21
- Width = 288
- Height = 208
- Hint = 'Vyberte typy sobor�, kter� budou hled�ny ve vybran�m souboru'
- HelpContext = 11
- Checkboxes = True
- Columns = <
- item
- Caption = 'Typ'
- Width = 60
- end
- item
- Caption = 'Popis'
- Width = 208
- end>
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- GridLines = True
- HideSelection = False
- IconOptions.Arrangement = iaLeft
- IconOptions.AutoArrange = True
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = lvGroupFilesChange
- end
- object btnPlusGroupfiles: TButton
- Left = 4
- Top = 235
- Width = 27
- Height = 17
- Caption = '&+'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = btnPlusGroupfilesClick
- end
- object btnMinusGroupfiles: TButton
- Left = 31
- Top = 235
- Width = 27
- Height = 17
- Caption = '&-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = btnMinusGroupfilesClick
- end
- object btnInvGroupfiles: TButton
- Left = 58
- Top = 235
- Width = 27
- Height = 17
- Caption = '&Inv'
- TabOrder = 3
- OnClick = btnInvGroupfilesClick
- end
- object btnLoadGroupfiles: TButton
- Left = 186
- Top = 235
- Width = 53
- Height = 17
- Action = actLoadGroupfiles
- TabOrder = 4
- end
- object btnSaveGroupfiles: TButton
- Left = 239
- Top = 235
- Width = 53
- Height = 17
- Action = actSaveGroupfiles
- TabOrder = 5
- end
- end
- object tsOptions: TTabSheet
- Caption = 'Nastaven�'
- ImageIndex = 1
- object gbProperties: TGroupBox
- Left = 92
- Top = 4
- Width = 200
- Height = 251
- Caption = 'Mo�nosti'
- TabOrder = 4
- Visible = False
- object lblFileOverlay: TLabel
- Left = 9
- Top = 76
- Width = 40
- Height = 13
- Caption = 'P�&ekryv:'
- FocusControl = edtFileOverlay
- end
- object lblFileOverlayUnit: TLabel
- Left = 141
- Top = 76
- Width = 7
- Height = 13
- Caption = 'B'
- end
- object cbxSubDirs: TCheckBox
- Left = 8
- Top = 16
- Width = 81
- Height = 17
- Hint = 'Povoluje podadres��e ve jm�nech soubor�'
- Caption = 'Poda&dres��e'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object cbxSpeedSearch: TCheckBox
- Left = 8
- Top = 52
- Width = 92
- Height = 17
- Hint =
- 'P�i rychl�m hled�n� se dal�� soubor hled� za koncem p�edchoz�ho ' +
- 'nalezen�ho souboru'
- Caption = '&Rychl� hled�n�'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = cbxSpeedSearchClick
- end
- object cbxExtractConfirm: TCheckBox
- Left = 8
- Top = 34
- Width = 129
- Height = 17
- Hint = 'P�ed extrahov�n�m se zobraz� dialog pro potvrzen� adres��e'
- Caption = 'Potvrzovat extra&hov�n�'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object cbxColumAutoWidth: TCheckBox
- Left = 8
- Top = 98
- Width = 145
- Height = 17
- Hint =
- '���ka sloupce se jm�ny nalezn�ch soubor� bude volena automaticky' +
- ' podle d�lky jmen soubor�'
- Caption = 'Auto&matick� ���ka sloupce'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- object edtFileOverlay: TSpinEdit
- Left = 56
- Top = 72
- Width = 81
- Height = 22
- Hint =
- 'Ud�v� o kolik byt� zp�t se m� pokra�ovat v hled�n� dal��ho soubo' +
- 'ru (doporu�eno 16 B)'
- MaxValue = 1024
- MinValue = 0
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- Value = 0
- end
- end
- object gbCache: TGroupBox
- Left = 92
- Top = 4
- Width = 200
- Height = 251
- Caption = 'Cache'
- TabOrder = 3
- Visible = False
- object lblCache: TLabel
- Left = 8
- Top = 16
- Width = 40
- Height = 13
- Caption = 'V&elikost:'
- FocusControl = edtCacheSize
- end
- object lblCacheSizeUnit: TLabel
- Left = 178
- Top = 36
- Width = 13
- Height = 13
- Caption = 'kB'
- end
- object trbCacheSize: TTrackBar
- Left = 4
- Top = 32
- Width = 105
- Height = 25
- Hint = 'Zm�n� velikost vyrovn�vac� pam�ti pro vyhled�v�n� soubor�'
- Max = 256
- Min = 16
- Orientation = trHorizontal
- ParentShowHint = False
- PageSize = 16
- Frequency = 16
- Position = 16
- SelEnd = 0
- SelStart = 0
- ShowHint = True
- TabOrder = 0
- ThumbLength = 14
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = trbCacheSizeChange
- end
- object cbxAutoCache: TCheckBox
- Left = 8
- Top = 60
- Width = 121
- Height = 17
- Hint = 'Velikost cache bude zvolena automaticky'
- Caption = 'Auto&matick� velikost'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = cbxAutoCacheClick
- end
- object edtCacheSize: TSpinEdit
- Left = 112
- Top = 32
- Width = 62
- Height = 22
- Hint =
- 'Velikost vyrovn�vac� pam�ti pro vyhled�v�n� soubor� (doporu�eno ' +
- '64 kB)'
- Increment = 16
- MaxValue = 256
- MinValue = 16
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Value = 0
- OnChange = edtCacheSizeChange
- end
- end
- object gbStartPos: TGroupBox
- Left = 92
- Top = 4
- Width = 200
- Height = 251
- Caption = 'Pozice'
- TabOrder = 2
- Visible = False
- object Label6: TLabel
- Left = 8
- Top = 16
- Width = 124
- Height = 13
- Caption = 'Po��te�n� pozic&e hled�n�:'
- FocusControl = edtStartPos
- end
- object edtStartPos: TEdit
- Left = 8
- Top = 32
- Width = 129
- Height = 21
- Hint =
- 'Od t�to pozice se za�nou prohled�vat v�echny vybran� soubory (za' +
- '��tek souboru=0)'
- MaxLength = 32
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Text = '0'
- end
- object cboStartPosSizeUnit: TComboBox
- Left = 141
- Top = 32
- Width = 51
- Height = 21
- Hint = 'Jednotka po��te�n� pozice hled�n�'
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Items.Strings = (
- 'B'
- 'kB'
- 'MB'
- '%')
- end
- end
- object gbFileNames: TGroupBox
- Left = 92
- Top = 4
- Width = 200
- Height = 251
- Caption = 'Jm�na'
- TabOrder = 1
- Visible = False
- object Label5: TLabel
- Left = 8
- Top = 16
- Width = 108
- Height = 13
- Caption = '&Definice jmen soubor�:'
- FocusControl = edtFileName
- end
- object edtFileName: TEdit
- Left = 8
- Top = 32
- Width = 184
- Height = 21
- Hint =
- 'Jm�na nalezen�ch soubor� budou slo�ena podle t�to definice. Jm�n' +
- 'o souboru'#13'ozna�uje symol %f%, ��slo symbol %n%. Tuto definici lz' +
- 'e libovoln� pozm�nit.'
- MaxLength = 255
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object cbxSourceFileName: TCheckBox
- Left = 8
- Top = 57
- Width = 145
- Height = 17
- Hint =
- 'Jm�na nalezen�ch soubor� budou vytvo�ena ze jm�na zdrojov�ho sou' +
- 'boru'
- Caption = 'Podle &zdojov�ho souboru'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = cbxSourceFileNameClick
- end
- object cbxLocalNumbering: TCheckBox
- Left = 8
- Top = 75
- Width = 105
- Height = 17
- Hint =
- 'Jm�na nalezen�ch soubor� se budou ��slovat pro ka�d� zdrojov� so' +
- 'ubor zvl᚝'
- Caption = '&Lok�ln� ��slov�n�'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- end
- object tvOptions: TTreeView
- Left = 4
- Top = 4
- Width = 81
- Height = 251
- HotTrack = True
- Indent = 19
- ReadOnly = True
- TabOrder = 0
- OnChange = tvOptionsChange
- Items.Data = {
- 05000000220000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
- 09457874726163746F721E0000000000000000000000FFFFFFFFFFFFFFFF0000
- 000000000000054A6DE96E611F0000000000000000000000FFFFFFFFFFFFFFFF
- 000000000000000006506F7A6963651E0000000000000000000000FFFFFFFFFF
- FFFFFF0000000000000000054361636865210000000000000000000000FFFFFF
- FFFFFFFFFF0000000000000000084D6F9E6E6F737469}
- end
- object gbExtractor: TGroupBox
- Left = 92
- Top = 4
- Width = 200
- Height = 251
- Caption = 'Extractor'
- TabOrder = 5
- Visible = False
- object btnAddMenuGroup: TButton
- Left = 8
- Top = 24
- Width = 183
- Height = 25
- Caption = 'P�idat polo�ku do &menu Start'
- TabOrder = 0
- OnClick = btnAddMenuGroupClick
- end
- object btnAddQuickLaunchIcon: TButton
- Left = 8
- Top = 88
- Width = 183
- Height = 25
- Caption = 'P�idat &ikonu do programov� li�ty'
- TabOrder = 2
- OnClick = btnAddQuickLaunchIconClick
- end
- object btnAddDesktopIcon: TButton
- Left = 8
- Top = 56
- Width = 183
- Height = 25
- Caption = 'P�idat ikonu na &plochu'
- TabOrder = 1
- OnClick = btnAddDesktopIconClick
- end
- end
- end
- end
- object btnSelectFiles: TBitBtn
- Left = 320
- Top = 8
- Width = 81
- Height = 37
- Action = actSelectFiles
- Caption = '&Vybrat'
- TabOrder = 1
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000017000000150000000100
- 040000000000FC000000000000000000000010000000000000007C145C006494
- 9400B4ACB4006ACCD20064544C006C7C6C0074E4EC00ACACAA005E605E00CCF4
- F40064CC9400ECECEC005CBCBC008484540084E6EE00FCFCFC00000488888888
- 88888888888000C33333333333333333338000399999999999999999978000CF
- EE6E6EEEEE6E6E6E38800A99999999999999999978800CBEE6EEE6E66E66EEE6
- 388003B6EE6E6EEEEEEEE6E381800CBE6EE6EE6EE6EEE6E381803BE6EE6EE6E6
- EE6E6EE181803B6EEEEE6EEE6EEEE63811803BE6E6E6E6E6E6E6E6381180CBBB
- BBBBBBBBBBBBBB1811800A727272272772727281118000C36363363636363633
- 318000363636336363636366318000333363633663366333618000C363636363
- 33633366318000A33633363331ACACAACD00000C63666363D000000000000000
- A633333500000000000000000C333310000000000000}
- end
- object btnSelectDir: TBitBtn
- Left = 320
- Top = 56
- Width = 81
- Height = 37
- Action = actSelectDir
- Caption = 'Vy&brat'
- TabOrder = 3
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000017000000150000000100
- 040000000000FC000000000000000000000010000000000000007C145C006494
- 9400B4ACB4006ACCD20064544C006C7C6C0074E4EC00ACACAA005E605E00CCF4
- F40064CC9400ECECEC005CBCBC008484540084E6EE00FCFCFC00000488888888
- 88888888888000C33333333333333333338000399999999999999999978000CF
- EE6E6EEEEE6E6E6E38800A99999999999999999978800CBEE6EEE6E66E66EEE6
- 388003B6EE6E6EEEEEEEE6E381800CBE6EE6EE6EE6EEE6E381803BE6EE6EE6E6
- EE6E6EE181803B6EEEEE6EEE6EEEE63811803BE6E6E6E6E6E6E6E6381180CBBB
- BBBBBBBBBBBBBB1811800A727272272772727281118000C36363363636363633
- 318000363636336363636366318000333363633663366333618000C363636363
- 33633366318000A33633363331ACACAACD00000C63666363D000000000000000
- A633333500000000000000000C333310000000000000}
- end
- object btnStart: TBitBtn
- Left = 320
- Top = 112
- Width = 81
- Height = 41
- Action = actStart
- Caption = '&Start'
- Default = True
- TabOrder = 5
- Glyph.Data = {
- 72020000424D7202000000000000720000002800000020000000200000000100
- 04000000000000020000120B0000120B00000F0000000F000000FF00FF009517
- 1700BD747400CE989800FFE2A10080800000FFF6B500FCFCD400FCFCE4009595
- 8C0081817A00FFFFFF00C0C0C000181818000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000DEE0000000000000000000000000
- 0001231E0000000000000000000000000012321E000000000000000000000000
- 0123211E000000000000000000000000123211E0000000000000000000000001
- 23211E000000000000000000000000123211E000000000000000000000000123
- 211E000000000000000000000000123211E000000000000000000000000A1321
- 1E00000000000000000EEEEE00ACB211E0000000000000000EE55555EECBCA1E
- 0000000000000000E550404055ECAAE0000000000000000AC6040404045EAE00
- 00000000000000AC606040404045E00000000000000000A7070404040405E000
- 0000000000000A606060404040405E000000000000000AC60804040404045E00
- 0000000000000A606060404040405E000000000000000AC60806040404045E00
- 0000000000000A606080604040405E0000000000000000A6080806040405E000
- 00000000000000AC608080604045E000000000000000000AC6060606045E0000
- 0000000000000000AC6060706CE0000000000000000000000AA6C6C6EE000000
- 0000000000000000000AAAAA0000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000}
- Margin = 8
- end
- object btnExit: TBitBtn
- Left = 320
- Top = 160
- Width = 81
- Height = 41
- Action = actExit
- Caption = '&Konec'
- TabOrder = 6
- Glyph.Data = {
- 76020000424D7602000000000000760000002800000020000000200000000100
- 04000000000000020000120B0000120B00001000000000000000FF00FF003C24
- 2C00ACAC940043B20000848C8400DCE4DC008C949400040C1400ECECEC00C4C4
- C400ACACAC009C9C9C00747474004F4F4F001414140000000000000000000000
- 0000000000000000000000000000000CDD0000000000000000000000000000B8
- B0000000000000000000000000000589D400000000000000000000000000A85A
- 6D000006CD00000000000000000095A66DE0010C500AAB0D00000000000B5944
- CB6AA1DA5B4959AD10000000000A8A61EEEEEE1A5555595D00000A0000098637
- 333EE3E74558555110000910000983EEE3EE3E3EE3E985A1000005D60008A3EE
- 33EE3E3E33ED55B100000981E0D7E3EEE3EEE3EEE3EEE89100000A8AC1EEEEEE
- EEEEEEEEEEEEE55100000A5563EE333EE3EE333E333EE3CD000000A8913EE3EE
- 3E3EE3EEE3EE3EE0000000088D3E33EE3E3E33EE33EE3E100000000886EEE3EE
- E3EEE3EEE3EEE34D00000005A1EEEEEEEEEEEEEEEEEEEE911000000823EEE3EE
- 333EE3EE333EE356000000966D3E3E3EE3EE3E3EE3EE3D89C200025A613E3E3E
- 33EE3E3E33EE39896C0009855ACEE3EEE3EEE3EEE3EEE985506005888AAEEEEE
- EEEEEEEEEEEEE95551D000000896D33EE3EE333EE3EED58588900000086D43EE
- 3E3EE3EE3E311BAAA9000000000005AE3E3E33E131D6E000000000000000000E
- E3EEE3EEE64AD00000000000000000844D4C1EEA885560000000000000000055
- A411D4001588B000000000000000000560400000000850000000000000000005
- D6000000000B8000000000000000000500000000000000000000}
- end
- object btnHelp: TBitBtn
- Left = 320
- Top = 208
- Width = 81
- Height = 41
- Action = actHelp
- Caption = '&N�pov�da'
- TabOrder = 7
- Glyph.Data = {
- 66010000424D6601000000000000760000002800000012000000140000000100
- 040000000000F000000000000000000000001000000010000000040404009CFC
- FC00049CFC00747474002C2C4C00FCFCFC004CCCFC0000000000000000000000
- 00000000000000000000000000000000000000000000FF00FF00FFFFFFF00033
- 333333000000FFFFFF044433333333000000FFFFFF02640FFFFFFF000000FFFF
- FFF000FFFFFFFF000000FFFFFFFFFFFFFFFFFF000000FFFFFFF000FFFFFFFF00
- 0000FFFFFF02440FFFFFFF000000FFFFFF02640FFFFFFF000000FFFFFF02640F
- FFFFFF000000FFFFFF02640FFFFFFF000000FFFFFFF02640FFFFFF000000FFF0
- 00FF02640FFFFF000000FF02440FF02640FFFF000000FF02640FF026240FFF00
- 0000FF02640FF026240FFF000000FF02640FF026240FFF000000FF0214000026
- 240FFF000000FFF02144446240FFFF000000FFFF022222220FFFFF000000FFFF
- F0000000FFFFFF000000}
- Spacing = 2
- end
- object btnAbout: TBitBtn
- Left = 320
- Top = 256
- Width = 81
- Height = 41
- Action = actAbout
- Caption = '&O programu'
- TabOrder = 8
- end
- object cboFiles: TComboBox
- Left = 8
- Top = 24
- Width = 265
- Height = 21
- Hint = 'V t�chto souborech se budou hledat vybran� typy soubor�'
- DropDownCount = 10
- ItemHeight = 13
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object cboDirName: TComboBox
- Left = 8
- Top = 72
- Width = 265
- Height = 21
- Hint = 'Do tohoto adres��e se budou ukl�dat nalezen� soubory'
- DropDownCount = 10
- ItemHeight = 13
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object odSelectFiles: TOpenDialog
- Filter = 'V�echny soubory (*.*)|*.*|V�sledky hled�n� (*.esr)|*.esr'
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
- Title = 'Vybrat soubory'
- Left = 288
- end
- object alAction: TActionList
- Left = 168
- object actExit: TAction
- Caption = '&Konec'
- ShortCut = 32856
- OnExecute = actExitExecute
- end
- object actNone: TAction
- Caption = 'None'
- Enabled = False
- ShortCut = 32883
- OnExecute = actNoneExecute
- end
- object actStart: TAction
- Caption = '&Start'
- ShortCut = 116
- OnExecute = actStartExecute
- end
- object actHelp: TAction
- Caption = '&N�pov�da'
- OnExecute = actHelpExecute
- end
- object actAbout: TAction
- Caption = '&O programu'
- OnExecute = actAboutExecute
- end
- object actSelectFiles: TAction
- Caption = '&Vybrat'
- OnExecute = actSelectFilesExecute
- end
- object actSelectDir: TAction
- Caption = 'V&ybrat'
- OnExecute = actSelectDirExecute
- end
- object actLoadFormats: TAction
- Caption = 'Na��st'
- OnExecute = actLoadFormatsExecute
- end
- object actSaveFormats: TAction
- Caption = 'Ulo�it'
- OnExecute = actSaveFormatsExecute
- end
- object actLoadGroupfiles: TAction
- Caption = 'Na��st'
- OnExecute = actLoadGroupfilesExecute
- end
- object actSaveGroupfiles: TAction
- Caption = 'Ulo�it'
- OnExecute = actSaveGroupfilesExecute
- end
- end
- object odLoadGroupFiles: TOpenDialog
- DefaultExt = 'gfl'
- Filter = 'Groupfily (*.gfl)|*.gfl|V�echny soubory (*.*)|*.*'
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
- Title = 'Na��st ozna�en� groupfil�'
- Left = 248
- Top = 96
- end
- object sdSaveGroupFiles: TSaveDialog
- DefaultExt = 'gfl'
- Filter = 'Groupfily (*.gfl)|*.gfl|V�echny soubory (*.*)|*.*'
- Title = 'Ulo�it ozna�en� groupfil�'
- Left = 280
- Top = 96
- end
- object sdSaveFormats: TSaveDialog
- DefaultExt = 'fmt'
- Filter = 'Form�ty (*.fmt)|*.fmt|V�echny soubory (*.*)|*.*'
- Title = 'Ulo�it ozna�en� form�t�'
- Left = 208
- Top = 96
- end
- object odLoadFormats: TOpenDialog
- DefaultExt = 'fmt'
- Filter = 'Form�ty (*.fmt)|*.fmt|V�echny soubory (*.*)|*.*'
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
- Title = 'Na��st ozna�en� form�t�'
- Left = 176
- Top = 96
- end
- end
-