home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 February
/
PCWorld_2003-02_cd.bin
/
Software
/
Topware
/
devpascal
/
devpas.exe
/
0
/
RCDATA
/
TTOOLEDITFORM
/
TTOOLEDITFORM.txt
Wrap
Text File
|
2002-07-15
|
4KB
|
179 lines
object ToolEditForm: TToolEditForm
Left = 192
Top = 105
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Edit tool'
ClientHeight = 358
ClientWidth = 434
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 10
Top = 20
Width = 32
Height = 16
Caption = 'Title :'
end
object Label2: TLabel
Left = 10
Top = 59
Width = 58
Height = 16
Caption = 'Program :'
end
object Label3: TLabel
Left = 10
Top = 98
Width = 76
Height = 16
Caption = 'Working Dir :'
end
object Label4: TLabel
Left = 10
Top = 138
Width = 76
Height = 16
Caption = 'Parameters :'
end
object Label5: TLabel
Left = 10
Top = 167
Width = 171
Height = 16
Caption = 'Insert macros in parameters :'
end
object Title: TEdit
Left = 98
Top = 12
Width = 327
Height = 24
TabOrder = 0
end
object ProgramEdit: TEdit
Left = 98
Top = 49
Width = 327
Height = 24
TabOrder = 1
end
object WorkDir: TEdit
Left = 98
Top = 89
Width = 327
Height = 24
TabOrder = 2
end
object Params: TEdit
Left = 98
Top = 128
Width = 327
Height = 24
TabOrder = 3
end
object CancelBtn: TBitBtn
Left = 335
Top = 320
Width = 92
Height = 31
Caption = '&Cancel'
TabOrder = 4
OnClick = CancelBtnClick
Kind = bkCancel
end
object OkBtn: TBitBtn
Left = 234
Top = 320
Width = 92
Height = 31
Caption = '&OK'
TabOrder = 5
Kind = bkOK
end
object BrowseBtn: TBitBtn
Left = 10
Top = 320
Width = 92
Height = 31
Caption = '&Browse...'
TabOrder = 6
OnClick = BrowseBtnClick
Glyph.Data = {
F6000000424DF60000000000000076000000280000000F000000100000000100
04000000000080000000CE0E0000D80E00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
5550555555555555555055555555555555505555555555555550550000000000
5550500B8B8B8B8B055050F0B8B8B8B8B05050BF0B8B8B8B8B0050FBF0000000
000050BFBFBFBFB0555050FBFBFBFBF0555050BFBFBF00055550550BFBF05555
5550557000075555555055555555555555505555555555555550}
end
object Panel1: TPanel
Left = 10
Top = 305
Width = 415
Height = 3
BevelOuter = bvLowered
TabOrder = 7
end
object MacroList: TListBox
Left = 10
Top = 187
Width = 415
Height = 70
ItemHeight = 16
Items.Strings = (
'<EXENAME> : Returns the source file or project exe name'
'<PROJECTNAME> : Returns the project filename'
'<PROJECTPATH> : Returns the project path'
'<CURRENTSOURCENAME> : Returns the active source filename')
TabOrder = 8
end
object InsertBtn: TBitBtn
Left = 10
Top = 266
Width = 109
Height = 31
Caption = '&Insert'
TabOrder = 9
OnClick = InsertBtnClick
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000130B0000130B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
33333333FF33333333FF333993333333300033377F3333333777333993333333
300033F77FFF3333377739999993333333333777777F3333333F399999933333
33003777777333333377333993333333330033377F3333333377333993333333
3333333773333333333F333333333333330033333333F33333773333333C3333
330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
333333333337733333FF3333333C333330003333333733333777333333333333
3000333333333333377733333333333333333333333333333333}
NumGlyphs = 2
end
object HelpBtn: TBitBtn
Left = 128
Top = 266
Width = 139
Height = 31
Caption = '&Help on macros'
TabOrder = 10
OnClick = HelpClick
Kind = bkHelp
end
object OpenDialog: TOpenDialog
Filter = 'EXE files (*.exe)|*.exe|All files (*.*)|*.*'
Left = 240
Top = 48
end
end