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
Text File  |  2002-07-15  |  4KB  |  139 lines

  1. object MakefileForm: TMakefileForm
  2.   Left = 193
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Generate Makefile'
  7.   ClientHeight = 213
  8.   ClientWidth = 434
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object GroupBox1: TGroupBox
  20.     Left = 10
  21.     Top = 10
  22.     Width = 415
  23.     Height = 149
  24.     Caption = 'Makefile Options'
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 10
  28.       Top = 30
  29.       Width = 97
  30.       Height = 16
  31.       Caption = 'Compiler Name:'
  32.     end
  33.     object SpeedButton1: TSpeedButton
  34.       Left = 276
  35.       Top = 49
  36.       Width = 26
  37.       Height = 26
  38.       Caption = '...'
  39.       PopupMenu = PopupMenu1
  40.       OnClick = SpeedButton1Click
  41.     end
  42.     object Label2: TLabel
  43.       Left = 10
  44.       Top = 89
  45.       Width = 346
  46.       Height = 16
  47.       Caption = 'Extra Parameters that must given to the compiler (optional):'
  48.     end
  49.     object CompilerName: TEdit
  50.       Left = 10
  51.       Top = 49
  52.       Width = 257
  53.       Height = 24
  54.       TabOrder = 0
  55.     end
  56.     object CFlags: TEdit
  57.       Left = 10
  58.       Top = 108
  59.       Width = 395
  60.       Height = 24
  61.       TabOrder = 1
  62.     end
  63.   end
  64.   object BitBtn1: TBitBtn
  65.     Left = 167
  66.     Top = 172
  67.     Width = 152
  68.     Height = 31
  69.     Caption = 'Generate Makefile'
  70.     ModalResult = 1
  71.     TabOrder = 1
  72.     Glyph.Data = {
  73.       76010000424D7601000000000000760000002800000020000000100000000100
  74.       04000000000000010000120B0000120B00001000000000000000000000000000
  75.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  76.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300000000
  77.       0000333377777777777733330FFFFFFFFFF033337F3FFF3F3FF733330F000F0F
  78.       00F033337F777373773733330FFFFFFFFFF033337F3FF3FF3FF733330F00F00F
  79.       00F033337F773773773733330FFFFFFFFFF033337FF3333FF3F7333300FFFF00
  80.       F0F03333773FF377F7373330FB00F0F0FFF0333733773737F3F7330FB0BF0FB0
  81.       F0F0337337337337373730FBFBF0FB0FFFF037F333373373333730BFBF0FB0FF
  82.       FFF037F3337337333FF700FBFBFB0FFF000077F333337FF37777E0BFBFB000FF
  83.       0FF077FF3337773F7F37EE0BFB0BFB0F0F03777FF3733F737F73EEE0BFBF00FF
  84.       00337777FFFF77FF7733EEEE0000000003337777777777777333}
  85.     NumGlyphs = 2
  86.   end
  87.   object BitBtn2: TBitBtn
  88.     Left = 332
  89.     Top = 172
  90.     Width = 93
  91.     Height = 31
  92.     TabOrder = 2
  93.     Kind = bkCancel
  94.   end
  95.   object MarsCaption1: TMarsCaption
  96.     ActiveBeginColor = 42751
  97.     ActiveEndColor = 60671
  98.     ActiveFontColor = clWhite
  99.     InactiveBeginColor = clBlack
  100.     InactiveEndColor = clSilver
  101.     InactiveFontColor = clSilver
  102.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  103.     ApplicationNameFont.Color = clWindowText
  104.     ApplicationNameFont.Height = -11
  105.     ApplicationNameFont.Name = 'MS Sans Serif'
  106.     ApplicationNameFont.Style = [fsBold]
  107.     CaptionFont.Charset = DEFAULT_CHARSET
  108.     CaptionFont.Color = clWindowText
  109.     CaptionFont.Height = -11
  110.     CaptionFont.Name = 'MS Sans Serif'
  111.     CaptionFont.Style = [fsBold]
  112.     NumColors = 64
  113.     AutoSize = False
  114.     Left = 176
  115.     Top = 16
  116.   end
  117.   object PopupMenu1: TPopupMenu
  118.     Left = 144
  119.     Top = 16
  120.     object StandardCcompilercc1: TMenuItem
  121.       Caption = 'Standard C compiler (cc)'
  122.       Default = True
  123.       OnClick = StandardCcompilercc1Click
  124.     end
  125.     object GNUCCompilergcc1: TMenuItem
  126.       Caption = 'GNU C Compiler (gcc)'
  127.       OnClick = GNUCCompilergcc1Click
  128.     end
  129.     object GNUCCompilerg1: TMenuItem
  130.       Caption = 'GNU C++ Compiler (g++)'
  131.       OnClick = GNUCCompilerg1Click
  132.     end
  133.     object BorlandCCCompilerbcc1: TMenuItem
  134.       Caption = 'Borland C/C++ Compiler (bcc)'
  135.       OnClick = BorlandCCCompilerbcc1Click
  136.     end
  137.   end
  138. end
  139.