home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 February
/
PCWorld_2003-02_cd.bin
/
Software
/
Topware
/
devpascal
/
devpas.exe
/
0
/
RCDATA
/
TMAKEFILEFORM
/
TMAKEFILEFORM.txt
Wrap
Text File
|
2002-07-15
|
4KB
|
139 lines
object MakefileForm: TMakefileForm
Left = 193
Top = 107
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
Caption = 'Generate Makefile'
ClientHeight = 213
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 GroupBox1: TGroupBox
Left = 10
Top = 10
Width = 415
Height = 149
Caption = 'Makefile Options'
TabOrder = 0
object Label1: TLabel
Left = 10
Top = 30
Width = 97
Height = 16
Caption = 'Compiler Name:'
end
object SpeedButton1: TSpeedButton
Left = 276
Top = 49
Width = 26
Height = 26
Caption = '...'
PopupMenu = PopupMenu1
OnClick = SpeedButton1Click
end
object Label2: TLabel
Left = 10
Top = 89
Width = 346
Height = 16
Caption = 'Extra Parameters that must given to the compiler (optional):'
end
object CompilerName: TEdit
Left = 10
Top = 49
Width = 257
Height = 24
TabOrder = 0
end
object CFlags: TEdit
Left = 10
Top = 108
Width = 395
Height = 24
TabOrder = 1
end
end
object BitBtn1: TBitBtn
Left = 167
Top = 172
Width = 152
Height = 31
Caption = 'Generate Makefile'
ModalResult = 1
TabOrder = 1
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000120B0000120B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300000000
0000333377777777777733330FFFFFFFFFF033337F3FFF3F3FF733330F000F0F
00F033337F777373773733330FFFFFFFFFF033337F3FF3FF3FF733330F00F00F
00F033337F773773773733330FFFFFFFFFF033337FF3333FF3F7333300FFFF00
F0F03333773FF377F7373330FB00F0F0FFF0333733773737F3F7330FB0BF0FB0
F0F0337337337337373730FBFBF0FB0FFFF037F333373373333730BFBF0FB0FF
FFF037F3337337333FF700FBFBFB0FFF000077F333337FF37777E0BFBFB000FF
0FF077FF3337773F7F37EE0BFB0BFB0F0F03777FF3733F737F73EEE0BFBF00FF
00337777FFFF77FF7733EEEE0000000003337777777777777333}
NumGlyphs = 2
end
object BitBtn2: TBitBtn
Left = 332
Top = 172
Width = 93
Height = 31
TabOrder = 2
Kind = bkCancel
end
object MarsCaption1: TMarsCaption
ActiveBeginColor = 42751
ActiveEndColor = 60671
ActiveFontColor = clWhite
InactiveBeginColor = clBlack
InactiveEndColor = clSilver
InactiveFontColor = clSilver
ApplicationNameFont.Charset = DEFAULT_CHARSET
ApplicationNameFont.Color = clWindowText
ApplicationNameFont.Height = -11
ApplicationNameFont.Name = 'MS Sans Serif'
ApplicationNameFont.Style = [fsBold]
CaptionFont.Charset = DEFAULT_CHARSET
CaptionFont.Color = clWindowText
CaptionFont.Height = -11
CaptionFont.Name = 'MS Sans Serif'
CaptionFont.Style = [fsBold]
NumColors = 64
AutoSize = False
Left = 176
Top = 16
end
object PopupMenu1: TPopupMenu
Left = 144
Top = 16
object StandardCcompilercc1: TMenuItem
Caption = 'Standard C compiler (cc)'
Default = True
OnClick = StandardCcompilercc1Click
end
object GNUCCompilergcc1: TMenuItem
Caption = 'GNU C Compiler (gcc)'
OnClick = GNUCCompilergcc1Click
end
object GNUCCompilerg1: TMenuItem
Caption = 'GNU C++ Compiler (g++)'
OnClick = GNUCCompilerg1Click
end
object BorlandCCCompilerbcc1: TMenuItem
Caption = 'Borland C/C++ Compiler (bcc)'
OnClick = BorlandCCCompilerbcc1Click
end
end
end