object fEdApp: TfEdApp Left = 246 Top = 264 BorderStyle = bsDialog Caption = 'Nastaven� parametr� aplikace' ClientHeight = 208 ClientWidth = 354 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 16 Width = 81 Height = 13 Caption = 'N�zev programu:' end object Label2: TLabel Left = 8 Top = 144 Width = 41 Height = 13 Caption = 'Popiska:' end object Label3: TLabel Left = 8 Top = 112 Width = 77 Height = 13 Caption = 'Ikona programu:' end object Label4: TLabel Left = 8 Top = 48 Width = 71 Height = 13 Caption = 'Aktu�ln� cesta:' end object Label5: TLabel Left = 8 Top = 80 Width = 50 Height = 13 Caption = 'Parametry:' end object Label6: TLabel Left = 224 Top = 80 Width = 25 Height = 13 Caption = 'Stav:' end object edPath: TEdit Left = 104 Top = 8 Width = 209 Height = 21 TabOrder = 0 OnChange = edPathChange end object edIcon: TEdit Left = 104 Top = 104 Width = 145 Height = 21 TabOrder = 5 OnChange = edIconChange end object edHint: TEdit Left = 104 Top = 136 Width = 177 Height = 21 TabOrder = 7 end object btPath: TBitBtn Left = 320 Top = 8 Width = 25 Height = 25 TabOrder = 1 OnClick = btPathClick Glyph.Data = { 4E010000424D4E01000000000000760000002800000012000000120000000100 040000000000D800000000000000000000001000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333330000003333333333333333330000003333333333333333330000003800 000000000003330000003007B7B7B7B7B7B03300000030F07B7B7B7B7B703300 000030B0B7B7B7B7B7B70300000030FB0B7B7B7B7B7B0300000030BF07B7B7B7 B7B7B000000030FBF000007B7B7B7000000030BFBFBFBF0000000300000030FB FBFBFBFBFB033300000030BFBFBFBFBFBF033300000030FBFBF0000000333300 0000330000033333333333000000333333333333333333000000333333333333 333333000000333333333333333333000000} end object btIcon: TBitBtn Left = 256 Top = 104 Width = 25 Height = 25 TabOrder = 6 OnClick = btIconClick Glyph.Data = { 4E010000424D4E01000000000000760000002800000012000000120000000100 040000000000D800000000000000000000001000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333330000003333333333333333330000003333333333333333330000003800 000000000003330000003007B7B7B7B7B7B03300000030F07B7B7B7B7B703300 000030B0B7B7B7B7B7B70300000030FB0B7B7B7B7B7B0300000030BF07B7B7B7 B7B7B000000030FBF000007B7B7B7000000030BFBFBFBF0000000300000030FB FBFBFBFBFB033300000030BFBFBFBFBFBF033300000030FBFBF0000000333300 0000330000033333333333000000333333333333333333000000333333333333 333333000000333333333333333333000000} end object btOK: TBitBtn Left = 192 Top = 176 Width = 75 Height = 25 Caption = '&OK' TabOrder = 8 Kind = bkOK end object btCancel: TBitBtn Left = 272 Top = 176 Width = 75 Height = 25 Caption = '&Zru�it' TabOrder = 9 Kind = bkCancel end object edInitPath: TEdit Left = 104 Top = 40 Width = 241 Height = 21 TabOrder = 2 end object edParams: TEdit Left = 104 Top = 72 Width = 113 Height = 21 TabOrder = 3 end object cbState: TComboBox Left = 256 Top = 72 Width = 89 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Normaln�' 'Minimalizovan�' 'Maximalizvan�') TabOrder = 4 end object Panel1: TPanel Left = 288 Top = 104 Width = 57 Height = 52 BevelOuter = bvLowered TabOrder = 10 object imIcon: TImage Left = 12 Top = 10 Width = 32 Height = 32 end end object odPath: TOpenDialog Filter = 'Spustiteln� programy (*.exe)|*.exe|V�echny soubory (*.*)|*.*' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Title = 'V�b�r aplikace' Top = 65528 end object odIcon: TOpenPictureDialog Filter = 'Ikony a bitmapy (*.ico, *.bmp)|*.ico; *.bmp|Ikony (*.ico)|*.ico|' + 'Bitmapy (*.bmp)|*.bmp|V�echny soubory (*.*)|*.*' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Title = 'V�b�r ikony aplikace' Left = 32 Top = 65528 end end