home *** CD-ROM | disk | FTP | other *** search
- object ToolEditForm: TToolEditForm
- Left = 281
- Top = 161
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Edit tool'
- ClientHeight = 281
- ClientWidth = 357
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- DesignSize = (
- 357
- 281)
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel2: TBevel
- Left = 186
- Top = 148
- Width = 160
- Height = 45
- end
- object lblDesc: TLabel
- Left = 188
- Top = 150
- Width = 156
- Height = 41
- AutoSize = False
- Caption = '<NONE>'
- Color = 14548990
- ParentColor = False
- ShowAccelChar = False
- WordWrap = True
- end
- object lblTitle: TLabel
- Left = 8
- Top = 12
- Width = 20
- Height = 13
- Caption = 'Title'
- end
- object lblProg: TLabel
- Left = 8
- Top = 40
- Width = 39
- Height = 13
- Caption = 'Program'
- end
- object lblWorkDir: TLabel
- Left = 8
- Top = 69
- Width = 85
- Height = 13
- Caption = 'Working Directory'
- end
- object lblParam: TLabel
- Left = 8
- Top = 98
- Width = 53
- Height = 13
- Caption = 'Parameters'
- end
- object lblMacros: TLabel
- Left = 7
- Top = 133
- Width = 84
- Height = 13
- Caption = 'Available Macros:'
- end
- object Bevel1: TBevel
- Left = 4
- Top = 123
- Width = 345
- Height = 2
- Shape = bsTopLine
- end
- object edTitle: TEdit
- Left = 96
- Top = 8
- Width = 251
- Height = 21
- TabOrder = 0
- end
- object edProgram: TEdit
- Left = 96
- Top = 36
- Width = 219
- Height = 21
- TabOrder = 1
- OnEnter = EditEnter
- end
- object edWorkDir: TEdit
- Left = 96
- Top = 65
- Width = 219
- Height = 21
- TabOrder = 2
- OnEnter = EditEnter
- end
- object edParams: TEdit
- Left = 96
- Top = 94
- Width = 251
- Height = 21
- TabOrder = 3
- OnEnter = EditEnter
- end
- object btnCancel: TBitBtn
- Left = 176
- Top = 249
- Width = 85
- Height = 24
- Anchors = [akLeft, akBottom]
- Caption = '&Cancel'
- TabOrder = 9
- OnClick = btnCancelClick
- Kind = bkCancel
- end
- object btnOk: TBitBtn
- Left = 94
- Top = 249
- Width = 81
- Height = 24
- Anchors = [akLeft, akBottom]
- Caption = '&OK'
- TabOrder = 8
- Kind = bkOK
- end
- object Panel1: TPanel
- Left = 4
- Top = 239
- Width = 345
- Height = 2
- Anchors = [akLeft, akBottom]
- BevelOuter = bvLowered
- TabOrder = 4
- end
- object lstMacro: TListBox
- Left = 8
- Top = 148
- Width = 168
- Height = 69
- Color = 14548990
- IntegralHeight = True
- ItemHeight = 13
- Items.Strings = (
- '<DEFAULT>'
- '<EXECPATH>'
- '<EXENAME>'
- '<PROJECTPATH>'
- '<PROJECTFILE>'
- '<PROJECTNAME>'
- '<SOURCENAME>'
- '<SOURCEPATH>'
- '<SOURCESPCLIST>'
- '<WORDXY>'
- '<DEVCPPVERSION>')
- TabOrder = 5
- OnClick = lstMacroClick
- OnDblClick = btnInsertClick
- end
- object btnInsert: TBitBtn
- Left = 186
- Top = 196
- Width = 95
- Height = 24
- Caption = '&Insert Macro'
- TabOrder = 6
- OnClick = btnInsertClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333FF33333333FF333993333333300033377F3333333777333993333333
- 300033F77FFF3333377739999993333333333777777F3333333F399999933333
- 33003777777333333377333993333333330033377F3333333377333993333333
- 3333333773333333333F333333333333330033333333F33333773333333C3333
- 330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
- 333333333337733333FF3333333C333330003333333733333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- end
- object btnHelp: TBitBtn
- Left = 271
- Top = 249
- Width = 75
- Height = 24
- Anchors = [akLeft, akBottom]
- TabOrder = 7
- OnClick = HelpClick
- Kind = bkHelp
- end
- object btnProg: TButton
- Left = 322
- Top = 42
- Width = 24
- Height = 15
- Caption = '...'
- TabOrder = 10
- OnClick = btnProgClick
- end
- object btnWorkDir: TButton
- Left = 322
- Top = 71
- Width = 24
- Height = 15
- Caption = '...'
- TabOrder = 11
- OnClick = btnWorkDirClick
- end
- object OpenDialog: TOpenDialog
- Filter = 'EXE files (*.exe)|*.exe|All files (*.*)|*.*'
- Left = 4
- Top = 220
- end
- end
-