home *** CD-ROM | disk | FTP | other *** search
- object fProjSetting: TfProjSetting
- Left = 346
- Top = 182
- HelpContext = 113
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Nastaven'#237' projektu'
- ClientHeight = 376
- ClientWidth = 377
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- ShowHint = True
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageCtrl: TPageControl
- Left = 0
- Top = 0
- Width = 377
- Height = 337
- ActivePage = TabCompil
- Align = alTop
- TabOrder = 0
- object TabGeneral: TTabSheet
- Caption = 'Obecn'#233
- ImageIndex = 2
- object lProjectDir: TLabel
- Left = 8
- Top = 8
- Width = 80
- Height = 13
- Caption = 'V'#253'choz'#237' adres'#225#345':'
- end
- object lDefaultCP: TLabel
- Left = 7
- Top = 48
- Width = 189
- Height = 13
- Caption = 'V'#253'choz'#237' k'#243'dov'#225'n'#237' otev'#237'ran'#253'ch soubor'#367':'
- end
- object lNewFileFormat: TLabel
- Left = 8
- Top = 88
- Width = 114
- Height = 13
- Caption = 'Form'#225't nov'#253'ch soubor'#367':'
- end
- object lHTServer: TLabel
- Left = 8
- Top = 208
- Width = 58
- Height = 13
- Caption = 'Web server:'
- end
- object lHTDocs: TLabel
- Left = 8
- Top = 248
- Width = 78
- Height = 13
- Caption = 'Document Root:'
- end
- object eDefDir: TEdit
- Left = 8
- Top = 24
- Width = 329
- Height = 21
- TabOrder = 0
- end
- object cbDefaultCP: TComboBox
- Left = 8
- Top = 64
- Width = 209
- Height = 21
- AutoDropDown = True
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- end
- object cLogToEnd: TCheckBox
- Left = 8
- Top = 144
- Width = 281
- Height = 17
- Hint = 'Po zobrazen'#237' LOG souboru bude kurzor na konci souboru'
- Caption = 'Kurzor na konci LOG souboru'
- TabOrder = 4
- end
- object cDontOpen: TCheckBox
- Left = 8
- Top = 168
- Width = 289
- Height = 17
- Hint = 'Pouze na'#269'te projektov'#253' strom, '#382#225'dn'#233' soubory nebudou otev'#345'eny'
- Caption = 'Neotev'#237'rat soubory po na'#269'ten'#237
- TabOrder = 5
- end
- object bInitialDir: TButton
- Left = 336
- Top = 24
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = tbInitialDirClick
- end
- object cbFileFormat: TComboBox
- Left = 8
- Top = 104
- Width = 113
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- Items.Strings = (
- 'DOS'
- 'UNIX'
- 'MAC')
- end
- object eHTServer: TEdit
- Left = 8
- Top = 224
- Width = 329
- Height = 21
- TabOrder = 6
- end
- object ePHPDocs: TEdit
- Left = 8
- Top = 264
- Width = 329
- Height = 21
- TabOrder = 7
- end
- object bPHPDocs: TButton
- Left = 336
- Top = 264
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 8
- OnClick = bPHPDocsClick
- end
- end
- object TabExtProgs: TTabSheet
- HelpContext = 113
- Caption = 'Extern'#237' programy'
- DesignSize = (
- 369
- 309)
- object lProgName: TLabel
- Left = 8
- Top = 144
- Width = 34
- Height = 13
- Caption = 'Jm'#233'no:'
- end
- object lProgFile: TLabel
- Left = 8
- Top = 184
- Width = 42
- Height = 13
- Caption = 'Program:'
- end
- object lProgParam: TLabel
- Left = 8
- Top = 224
- Width = 60
- Height = 13
- Caption = 'LOG soubor:'
- end
- object lProgList: TLabel
- Left = 8
- Top = 8
- Width = 88
- Height = 13
- Caption = 'Seznam program'#367':'
- end
- object listProgs: TListBox
- Left = 8
- Top = 24
- Width = 337
- Height = 113
- Style = lbOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 0
- OnClick = listProgsClick
- end
- object eProgName: TEdit
- Left = 8
- Top = 160
- Width = 145
- Height = 21
- TabOrder = 1
- end
- object eProgFile: TEdit
- Left = 8
- Top = 200
- Width = 329
- Height = 21
- PopupMenu = PopupFilePart
- TabOrder = 2
- end
- object eProgParam: TEdit
- Left = 8
- Top = 240
- Width = 329
- Height = 21
- PopupMenu = PopupFilePart
- TabOrder = 4
- end
- object bAdd: TButton
- Left = 8
- Top = 272
- Width = 75
- Height = 25
- Caption = 'P'#345'id&at'
- TabOrder = 6
- OnClick = bAddClick
- end
- object bDel: TButton
- Left = 88
- Top = 272
- Width = 75
- Height = 25
- Caption = 'S&mazat'
- TabOrder = 7
- OnClick = bDelClick
- end
- object bEdit: TButton
- Left = 168
- Top = 272
- Width = 75
- Height = 25
- Caption = '&Opravit'
- TabOrder = 8
- OnClick = bEditClick
- end
- object ToolBarMove: TToolBar
- Left = 344
- Top = 24
- Width = 23
- Height = 44
- Align = alNone
- Anchors = [akTop, akRight]
- AutoSize = True
- Caption = 'ToolBarMove'
- EdgeBorders = []
- Flat = True
- Images = ImageList
- TabOrder = 9
- object ToolButton1: TToolButton
- Left = 0
- Top = 0
- Action = aUp
- ImageIndex = 0
- Wrap = True
- end
- object ToolButton2: TToolButton
- Left = 0
- Top = 22
- Action = aDown
- ImageIndex = 1
- end
- end
- object bProg: TButton
- Left = 336
- Top = 200
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 3
- OnClick = tbProgClick
- end
- object bLogProg: TButton
- Left = 336
- Top = 240
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 5
- OnClick = tbLogFileClick
- end
- end
- object TabCompil: TTabSheet
- HelpContext = 118
- Caption = 'Kompil'#225'tor'
- ImageIndex = 1
- object lCompFile: TLabel
- Left = 8
- Top = 0
- Width = 52
- Height = 13
- Caption = 'Kompil'#225'tor:'
- end
- object lCompParam: TLabel
- Left = 8
- Top = 40
- Width = 50
- Height = 13
- Caption = 'Parametry:'
- end
- object lCompLOG: TLabel
- Left = 8
- Top = 120
- Width = 60
- Height = 13
- Caption = 'LOG soubor:'
- end
- object lCompRun: TLabel
- Left = 8
- Top = 160
- Width = 97
- Height = 13
- Caption = 'Spustit po kompilaci:'
- end
- object lCompParser: TLabel
- Left = 8
- Top = 264
- Width = 50
- Height = 13
- Caption = 'Log parser'
- end
- object lCompDir: TLabel
- Left = 8
- Top = 80
- Width = 80
- Height = 13
- Caption = 'V'#253'choz'#237' adres'#225#345':'
- end
- object eCompFile: TEdit
- Left = 8
- Top = 16
- Width = 329
- Height = 21
- TabOrder = 0
- end
- object eCompParam: TEdit
- Left = 8
- Top = 56
- Width = 329
- Height = 21
- PopupMenu = PopupFilePart
- TabOrder = 2
- end
- object eCompLog: TEdit
- Left = 8
- Top = 136
- Width = 329
- Height = 21
- PopupMenu = PopupFilePart
- TabOrder = 5
- end
- object eCompRun: TEdit
- Left = 8
- Top = 176
- Width = 329
- Height = 21
- PopupMenu = PopupFilePart
- TabOrder = 7
- end
- object cCompSaveAll: TCheckBox
- Left = 8
- Top = 208
- Width = 321
- Height = 17
- Caption = 'P'#345'ed kompilac'#237' ulo'#382'it v'#353'echny soubory'
- TabOrder = 9
- end
- object cbLogParser: TComboBox
- Left = 8
- Top = 280
- Width = 281
- Height = 23
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ItemHeight = 15
- ParentFont = False
- TabOrder = 12
- Items.Strings = (
- 'line %L column %C ;HTML TiDy'
- '*] %F(%L ;Borland Pascal'
- '%F(%L)%E ;Clipper'
- '*:F:%L ;XML Int'
- '%F:%L:* ;Java SDK'
- '*on line <b>%L ;PHP'
- '------------------------------------'
- '* ;anything'
- '%F ;filename'
- '%L ;line number'
- '%C ;column'
- '%E ;end parsing')
- end
- object cCompCapture: TCheckBox
- Left = 8
- Top = 224
- Width = 329
- Height = 17
- Caption = 'Zachytit v'#253'stup programu'
- TabOrder = 10
- end
- object bDebug: TButton
- Left = 288
- Top = 280
- Width = 73
- Height = 23
- Caption = 'Debug...'
- TabOrder = 13
- OnClick = bDebugClick
- end
- object cCompHideOutp: TCheckBox
- Left = 8
- Top = 240
- Width = 321
- Height = 17
- Hint = 'V'#253'stupn'#237' okno programu nebude zobrazeno'
- Caption = 'Skr'#253't okno v'#253'stupu'
- TabOrder = 11
- end
- object bCompFile: TButton
- Left = 336
- Top = 16
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = tbCompFileClick
- end
- object bLogFile: TButton
- Left = 336
- Top = 136
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 6
- OnClick = tbLogFileClick
- end
- object bRun: TButton
- Left = 336
- Top = 176
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 8
- OnClick = tbLogFileClick
- end
- object eCompDir: TEdit
- Left = 8
- Top = 96
- Width = 329
- Height = 21
- PopupMenu = PopupFilePart
- TabOrder = 3
- end
- object bDefDir: TButton
- Left = 336
- Top = 96
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 4
- OnClick = bDefDirClick
- end
- end
- end
- object bOK: TButton
- Left = 216
- Top = 344
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 296
- Top = 344
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 2
- end
- object bLoadSett: TButton
- Left = 8
- Top = 344
- Width = 75
- Height = 25
- Action = aLoadSett
- TabOrder = 3
- end
- object ActionList: TActionList
- Images = ImageList
- OnUpdate = ActionListUpdate
- Left = 104
- Top = 343
- object aFindProgram: TAction
- Caption = '&Naj'#237't program'
- end
- object aUp: TAction
- Caption = 'aUp'
- ImageIndex = 1
- OnExecute = aUpExecute
- end
- object aDown: TAction
- Caption = 'aDown'
- ImageIndex = 2
- OnExecute = aUpExecute
- end
- object aLoadSett: TAction
- Caption = 'Na'#269#237'st'
- OnExecute = bLoadSettClick
- end
- end
- object ImageList: TImageList
- Left = 136
- Top = 344
- Bitmap = {
- 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000001000000001001000000000000008
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000F702
- F702F70200000000000000000000000000000000000000000000000000000000
- F702000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000F702
- F702F7020000000000000000000000000000000000000000000000000000F702
- F702F70200000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000F702
- F702F702000000000000000000000000000000000000000000000000F702F702
- F702F702F7020000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000F702
- F702F70200000000000000000000000000000000000000000000F702F702F702
- F702F702F702F702000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000F702F702F702
- F702F702F702F70200000000000000000000000000000000000000000000F702
- F702F70200000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000F702F702
- F702F702F702000000000000000000000000000000000000000000000000F702
- F702F70200000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000F702
- F702F7020000000000000000000000000000000000000000000000000000F702
- F702F70200000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- F70200000000000000000000000000000000000000000000000000000000F702
- F702F70200000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000100000000100010000000000800000000000000000000000
- 000000000000000000000000FFFFFF00FFFFFFFF00000000FFFFFFFF00000000
- FFFFFFFF00000000FFFFFFFF00000000F83FFEFF00000000F83FFC7F00000000
- F83FF83F00000000F83FF01F00000000C007E00F00000000E00FC00700000000
- F01FF83F00000000F83FF83F00000000FC7FF83F00000000FEFFF83F00000000
- FFFFFFFF00000000FFFFFFFF0000000000000000000000000000000000000000
- 000000000000}
- end
- object PopupFilePart: TPopupMenu
- AutoHotkeys = maManual
- Left = 165
- Top = 344
- end
- end
-