home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2002-07-15  |  17KB  |  583 lines

  1. object AboutBox: TAboutBox
  2.   Left = 126
  3.   Top = 90
  4.   ActiveControl = CloseBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About Dev-Pascal'
  8.   ClientHeight = 466
  9.   ClientWidth = 709
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -14
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object AppIcon: TImage
  22.     Left = 10
  23.     Top = 12
  24.     Width = 39
  25.     Height = 40
  26.     Hint = 'This is a special icon, do you know drag and drop ?'
  27.     DragMode = dmAutomatic
  28.     ParentShowHint = False
  29.     ShowHint = True
  30.   end
  31.   object Label1: TLabel
  32.     Left = 57
  33.     Top = 6
  34.     Width = 309
  35.     Height = 34
  36.     Caption = 'Bloodshed Dev-Pascal'
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -28
  40.     Font.Name = 'Tahoma'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     Transparent = True
  44.   end
  45.   object BuildDate: TLabel
  46.     Left = 225
  47.     Top = 39
  48.     Width = 49
  49.     Height = 16
  50.     Caption = 'Built on: '
  51.   end
  52.   object Version: TLabel
  53.     Left = 59
  54.     Top = 39
  55.     Width = 58
  56.     Height = 16
  57.     Caption = 'Version '
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clNavy
  60.     Font.Height = -15
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.   end
  65.   object Bevel1: TBevel
  66.     Left = 10
  67.     Top = 106
  68.     Width = 385
  69.     Height = 2
  70.     Shape = bsBottomLine
  71.   end
  72.   object Label10: TLabel
  73.     Left = 10
  74.     Top = 116
  75.     Width = 271
  76.     Height = 16
  77.     Cursor = crHandPoint
  78.     Caption = 'http://www.bloodshed.net/devpascal.html'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clBlue
  81.     Font.Height = -15
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsUnderline]
  84.     ParentFont = False
  85.     PopupMenu = UrlMenu
  86.     OnClick = LabelClick
  87.     OnMouseDown = LabelMouseDown
  88.   end
  89.   object CompilerLabel: TLabel
  90.     Left = 10
  91.     Top = 62
  92.     Width = 3
  93.     Height = 16
  94.   end
  95.   object GDBLabel: TLabel
  96.     Left = 10
  97.     Top = 84
  98.     Width = 3
  99.     Height = 16
  100.   end
  101.   object Memo1: TMemo
  102.     Left = 416
  103.     Top = 10
  104.     Width = 281
  105.     Height = 127
  106.     Color = clInfoBk
  107.     Lines.Strings = (
  108.       'Bloodshed Dev-Pascal is copyrighted  by '
  109.       'Bloodshed Software and is under the GNU '
  110.       'General Public License. See Copying.txt '
  111.       'for details.'
  112.       ''
  113.       'GNU Pascal and Free Pascal are under the '
  114.       'GNU General Public License.')
  115.     ReadOnly = True
  116.     TabOrder = 0
  117.   end
  118.   object GroupBox1: TGroupBox
  119.     Left = 10
  120.     Top = 142
  121.     Width = 687
  122.     Height = 272
  123.     Caption = 'Web sites:'
  124.     TabOrder = 1
  125.     object Label2: TLabel
  126.       Left = 12
  127.       Top = 22
  128.       Width = 180
  129.       Height = 16
  130.       Caption = 'Bloodshed Software Website :'
  131.     end
  132.     object Label4: TLabel
  133.       Left = 12
  134.       Top = 41
  135.       Width = 145
  136.       Height = 16
  137.       Caption = 'Free Pascal homepage:'
  138.     end
  139.     object Label5: TLabel
  140.       Left = 12
  141.       Top = 62
  142.       Width = 168
  143.       Height = 16
  144.       Caption = 'Bloodshed Software Forum :'
  145.     end
  146.     object Label6: TLabel
  147.       Left = 12
  148.       Top = 129
  149.       Width = 637
  150.       Height = 32
  151.       Caption = 
  152.         'To subscribe to the Dev-Pascal mailing list, which is an active ' +
  153.         'list, for asking and answering questions on Pascal/Delphi progra' +
  154.         'mming and Dev-Pascal click here :'
  155.       WordWrap = True
  156.     end
  157.     object FAQLabelText: TLabel
  158.       Left = 12
  159.       Top = 169
  160.       Width = 517
  161.       Height = 24
  162.       AutoSize = False
  163.       Caption = 
  164.         'If you are experiencing problems with Dev-Pascal, please go to t' +
  165.         'he forum, or read the '
  166.       WordWrap = True
  167.     end
  168.     object Label8: TLabel
  169.       Left = 12
  170.       Top = 225
  171.       Width = 88
  172.       Height = 16
  173.       Caption = 'Colin Laplace :'
  174.     end
  175.     object Label9: TLabel
  176.       Left = 199
  177.       Top = 22
  178.       Width = 170
  179.       Height = 16
  180.       Cursor = crHandPoint
  181.       Caption = 'http://www.bloodshed.net'
  182.       Font.Charset = DEFAULT_CHARSET
  183.       Font.Color = clBlue
  184.       Font.Height = -15
  185.       Font.Name = 'MS Sans Serif'
  186.       Font.Style = [fsUnderline]
  187.       ParentFont = False
  188.       PopupMenu = UrlMenu
  189.       OnClick = LabelClick
  190.       OnMouseDown = LabelMouseDown
  191.     end
  192.     object Label11: TLabel
  193.       Left = 199
  194.       Top = 41
  195.       Width = 170
  196.       Height = 16
  197.       Cursor = crHandPoint
  198.       Caption = 'http://www.freepascal.org'
  199.       Font.Charset = DEFAULT_CHARSET
  200.       Font.Color = clBlue
  201.       Font.Height = -15
  202.       Font.Name = 'MS Sans Serif'
  203.       Font.Style = [fsUnderline]
  204.       ParentFont = False
  205.       PopupMenu = UrlMenu
  206.       OnClick = LabelClick
  207.       OnMouseDown = LabelMouseDown
  208.     end
  209.     object Label12: TLabel
  210.       Left = 199
  211.       Top = 62
  212.       Width = 210
  213.       Height = 16
  214.       Cursor = crHandPoint
  215.       Caption = 'http://www.bloodshed.net/forum'
  216.       Font.Charset = DEFAULT_CHARSET
  217.       Font.Color = clBlue
  218.       Font.Height = -15
  219.       Font.Name = 'MS Sans Serif'
  220.       Font.Style = [fsUnderline]
  221.       ParentFont = False
  222.       PopupMenu = UrlMenu
  223.       OnClick = LabelClick
  224.       OnMouseDown = LabelMouseDown
  225.     end
  226.     object FAQLabel: TLabel
  227.       Left = 526
  228.       Top = 169
  229.       Width = 43
  230.       Height = 16
  231.       Cursor = crHandPoint
  232.       Caption = 'FAQ'
  233.       Font.Charset = DEFAULT_CHARSET
  234.       Font.Color = clBlue
  235.       Font.Height = -15
  236.       Font.Name = 'MS Sans Serif'
  237.       Font.Style = [fsUnderline]
  238.       ParentFont = False
  239.       PopupMenu = UrlMenu
  240.       OnClick = FAQLabelClick
  241.     end
  242.     object Label15: TLabel
  243.       Left = 113
  244.       Top = 225
  245.       Width = 184
  246.       Height = 16
  247.       Cursor = crHandPoint
  248.       Caption = 'webmaster@bloodshed.net'
  249.       Font.Charset = DEFAULT_CHARSET
  250.       Font.Color = clBlue
  251.       Font.Height = -15
  252.       Font.Name = 'MS Sans Serif'
  253.       Font.Style = [fsUnderline]
  254.       ParentFont = False
  255.       PopupMenu = UrlMenu
  256.       OnClick = LabelClick
  257.       OnMouseDown = LabelMouseDown
  258.     end
  259.     object Label18: TLabel
  260.       Left = 10
  261.       Top = 81
  262.       Width = 165
  263.       Height = 16
  264.       Caption = 'Free Pascal discussion list :'
  265.     end
  266.     object Label19: TLabel
  267.       Left = 199
  268.       Top = 81
  269.       Width = 218
  270.       Height = 16
  271.       Cursor = crHandPoint
  272.       Caption = 'http://www.egroups.com/mingw32/'
  273.       Font.Charset = DEFAULT_CHARSET
  274.       Font.Color = clBlue
  275.       Font.Height = -15
  276.       Font.Name = 'MS Sans Serif'
  277.       Font.Style = [fsUnderline]
  278.       ParentFont = False
  279.       PopupMenu = UrlMenu
  280.       OnClick = LabelClick
  281.       OnMouseDown = LabelMouseDown
  282.     end
  283.     object Egg: TImage
  284.       Left = 489
  285.       Top = 89
  286.       Width = 16
  287.       Height = 16
  288.       AutoSize = True
  289.       Picture.Data = {<image000.bmp>}
  290.       Transparent = True
  291.       Visible = False
  292.     end
  293.     object Label13: TLabel
  294.       Left = 356
  295.       Top = 146
  296.       Width = 221
  297.       Height = 16
  298.       Cursor = crHandPoint
  299.       Caption = 'subscribe to the user'#39's mailing list'
  300.       Font.Charset = DEFAULT_CHARSET
  301.       Font.Color = clBlue
  302.       Font.Height = -15
  303.       Font.Name = 'MS Sans Serif'
  304.       Font.Style = [fsUnderline]
  305.       ParentFont = False
  306.       OnClick = Label13Click
  307.     end
  308.     object Label16: TLabel
  309.       Left = 12
  310.       Top = 190
  311.       Width = 518
  312.       Height = 32
  313.       Caption = 
  314.         'If you are still unable to resolve your problem after looking at' +
  315.         ' all the help resources,  you can contact one of the authors :'
  316.       WordWrap = True
  317.     end
  318.     object Label17: TLabel
  319.       Left = 12
  320.       Top = 245
  321.       Width = 66
  322.       Height = 16
  323.       Caption = 'Hongli Lai :'
  324.     end
  325.     object Label20: TLabel
  326.       Left = 114
  327.       Top = 245
  328.       Width = 143
  329.       Height = 16
  330.       Cursor = crHandPoint
  331.       Caption = 'hongli@telekabel.nl'
  332.       Font.Charset = DEFAULT_CHARSET
  333.       Font.Color = clBlue
  334.       Font.Height = -15
  335.       Font.Name = 'MS Sans Serif'
  336.       Font.Style = [fsUnderline]
  337.       ParentFont = False
  338.       PopupMenu = UrlMenu
  339.       OnClick = LabelClick
  340.       OnMouseDown = LabelMouseDown
  341.     end
  342.     object Label7: TLabel
  343.       Left = 316
  344.       Top = 225
  345.       Width = 123
  346.       Height = 16
  347.       Caption = 'Prof A Olowofoyeku :'
  348.     end
  349.     object Label14: TLabel
  350.       Left = 449
  351.       Top = 225
  352.       Width = 176
  353.       Height = 16
  354.       Cursor = crHandPoint
  355.       Caption = 'african_chief@bigfoot.com'
  356.       Font.Charset = DEFAULT_CHARSET
  357.       Font.Color = clBlue
  358.       Font.Height = -15
  359.       Font.Name = 'MS Sans Serif'
  360.       Font.Style = [fsUnderline]
  361.       ParentFont = False
  362.       PopupMenu = UrlMenu
  363.       OnClick = LabelClick
  364.       OnMouseDown = LabelMouseDown
  365.     end
  366.     object Label21: TLabel
  367.       Left = 396
  368.       Top = 41
  369.       Width = 102
  370.       Height = 16
  371.       Caption = 'GPC mailing list : '
  372.     end
  373.     object Label22: TLabel
  374.       Left = 512
  375.       Top = 22
  376.       Width = 169
  377.       Height = 16
  378.       Cursor = crHandPoint
  379.       Caption = 'http://www.gnu-pascal.de'
  380.       Font.Charset = DEFAULT_CHARSET
  381.       Font.Color = clBlue
  382.       Font.Height = -15
  383.       Font.Name = 'MS Sans Serif'
  384.       Font.Style = [fsUnderline]
  385.       ParentFont = False
  386.       PopupMenu = UrlMenu
  387.       OnClick = LabelClick
  388.       OnMouseDown = LabelMouseDown
  389.     end
  390.     object Label23: TLabel
  391.       Left = 396
  392.       Top = 21
  393.       Width = 106
  394.       Height = 16
  395.       Caption = 'GPC homepage : '
  396.     end
  397.     object Label24: TLabel
  398.       Left = 512
  399.       Top = 41
  400.       Width = 97
  401.       Height = 16
  402.       Cursor = crHandPoint
  403.       Caption = 'gpc@gnu.de'
  404.       Font.Charset = DEFAULT_CHARSET
  405.       Font.Color = clBlue
  406.       Font.Height = -15
  407.       Font.Name = 'MS Sans Serif'
  408.       Font.Style = [fsUnderline]
  409.       ParentFont = False
  410.       PopupMenu = UrlMenu
  411.       OnClick = LabelClick
  412.       OnMouseDown = LabelMouseDown
  413.     end
  414.     object Label25: TLabel
  415.       Left = 10
  416.       Top = 100
  417.       Width = 116
  418.       Height = 16
  419.       Caption = 'Mingw homepage : '
  420.     end
  421.     object Label26: TLabel
  422.       Left = 199
  423.       Top = 100
  424.       Width = 138
  425.       Height = 16
  426.       Cursor = crHandPoint
  427.       Caption = 'http://www.mingw.org'
  428.       Font.Charset = DEFAULT_CHARSET
  429.       Font.Color = clBlue
  430.       Font.Height = -15
  431.       Font.Name = 'MS Sans Serif'
  432.       Font.Style = [fsUnderline]
  433.       ParentFont = False
  434.       PopupMenu = UrlMenu
  435.       OnClick = LabelClick
  436.       OnMouseDown = LabelMouseDown
  437.     end
  438.   end
  439.   object CheckForUpdate: TBitBtn
  440.     Left = 10
  441.     Top = 427
  442.     Width = 151
  443.     Height = 31
  444.     Caption = 'Check For &Update'
  445.     TabOrder = 2
  446.     OnClick = CheckForUpdateClick
  447.     Glyph.Data = {
  448.       36050000424D3605000000000000360400002800000010000000100000000100
  449.       0800000000000001000000000000000000000001000000010000000000004000
  450.       000080000000FF000000002000004020000080200000FF200000004000004040
  451.       000080400000FF400000006000004060000080600000FF600000008000004080
  452.       000080800000FF80000000A0000040A0000080A00000FFA0000000C0000040C0
  453.       000080C00000FFC0000000FF000040FF000080FF0000FFFF0000000020004000
  454.       200080002000FF002000002020004020200080202000FF202000004020004040
  455.       200080402000FF402000006020004060200080602000FF602000008020004080
  456.       200080802000FF80200000A0200040A0200080A02000FFA0200000C0200040C0
  457.       200080C02000FFC0200000FF200040FF200080FF2000FFFF2000000040004000
  458.       400080004000FF004000002040004020400080204000FF204000004040004040
  459.       400080404000FF404000006040004060400080604000FF604000008040004080
  460.       400080804000FF80400000A0400040A0400080A04000FFA0400000C0400040C0
  461.       400080C04000FFC0400000FF400040FF400080FF4000FFFF4000000060004000
  462.       600080006000FF006000002060004020600080206000FF206000004060004040
  463.       600080406000FF406000006060004060600080606000FF606000008060004080
  464.       600080806000FF80600000A0600040A0600080A06000FFA0600000C0600040C0
  465.       600080C06000FFC0600000FF600040FF600080FF6000FFFF6000000080004000
  466.       800080008000FF008000002080004020800080208000FF208000004080004040
  467.       800080408000FF408000006080004060800080608000FF608000008080004080
  468.       800080808000FF80800000A0800040A0800080A08000FFA0800000C0800040C0
  469.       800080C08000FFC0800000FF800040FF800080FF8000FFFF80000000A0004000
  470.       A0008000A000FF00A0000020A0004020A0008020A000FF20A0000040A0004040
  471.       A0008040A000FF40A0000060A0004060A0008060A000FF60A0000080A0004080
  472.       A0008080A000FF80A00000A0A00040A0A00080A0A000FFA0A00000C0A00040C0
  473.       A00080C0A000FFC0A00000FFA00040FFA00080FFA000FFFFA0000000C0004000
  474.       C0008000C000FF00C0000020C0004020C0008020C000FF20C0000040C0004040
  475.       C0008040C000FF40C0000060C0004060C0008060C000FF60C0000080C0004080
  476.       C0008080C000FF80C00000A0C00040A0C00080A0C000FFA0C00000C0C00040C0
  477.       C00080C0C000FFC0C00000FFC00040FFC00080FFC000FFFFC0000000FF004000
  478.       FF008000FF00FF00FF000020FF004020FF008020FF00FF20FF000040FF004040
  479.       FF008040FF00FF40FF000060FF004060FF008060FF00FF60FF000080FF004080
  480.       FF008080FF00FF80FF0000A0FF0040A0FF0080A0FF00FFA0FF0000C0FF0040C0
  481.       FF0080C0FF00FFC0FF0000FFFF0040FFFF0080FFFF00FFFFFF00FCFCFCFCFCFC
  482.       49494949494949494949FCFCFCFCFC0092B6B6B6B6B6B6B6B649FCFCFC000003
  483.       92FFFFFFFFFFFFFFB649FCFC3030300092FF0303030303FFB649FC303D3D3830
  484.       92FFFFFFFFDBFFFFB649FC30DF3D383092FF2F2F030303FFB64930DFDF380C0C
  485.       92FFFFFFFFFFDBFFB64930FF380C133B92FF2F2F2F2F03DB92492F3030133B3B
  486.       92FFFFFFFFFFFF926D492FDF3F3B3B3B92FFFF2F2FFF000000002FDF132C2F13
  487.       92FFFFFFFFFFB6FF92FCFC2C2C382C2F92FFFFFFFFFFB692FCFCFC30FFDF382C
  488.       9292929292929200FCFCFCFC30FFDF382C2C2C132F2F00FCFCFCFCFCFC3030FF
  489.       DF38302C2F2FFCFCFCFCFCFCFCFCFC303030302FFCFCFCFCFCFC}
  490.   end
  491.   object CloseBtn: TBitBtn
  492.     Left = 464
  493.     Top = 427
  494.     Width = 110
  495.     Height = 31
  496.     Caption = '&Close'
  497.     Default = True
  498.     TabOrder = 3
  499.     OnClick = CloseBtnClick
  500.     Glyph.Data = {
  501.       DE010000424DDE01000000000000760000002800000024000000120000000100
  502.       0400000000006801000000000000000000001000000010000000000000000000
  503.       80000080000000808000800000008000800080800000C0C0C000808080000000
  504.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
  505.       F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
  506.       000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
  507.       338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
  508.       45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
  509.       3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
  510.       F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
  511.       000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
  512.       338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
  513.       4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
  514.       8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
  515.       333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
  516.       0000}
  517.     NumGlyphs = 2
  518.   end
  519.   object Authors: TBitBtn
  520.     Left = 596
  521.     Top = 427
  522.     Width = 102
  523.     Height = 31
  524.     Caption = '&Authors...'
  525.     TabOrder = 4
  526.     OnClick = AuthorsClick
  527.     OnDragDrop = AuthorsDragDrop
  528.     OnDragOver = AuthorsDragOver
  529.     Glyph.Data = {
  530.       76010000424D7601000000000000760000002800000020000000100000000100
  531.       0400000000000001000000000000000000001000000010000000000000000000
  532.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  533.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  534.       000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  535.       00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  536.       F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  537.       0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  538.       FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  539.       FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  540.       0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  541.       00333377737FFFFF773333303300000003333337337777777333}
  542.     NumGlyphs = 2
  543.   end
  544.   object MarsCaption1: TMarsCaption
  545.     ActiveBeginColor = clBlack
  546.     ActiveEndColor = clLime
  547.     ActiveFontColor = clWhite
  548.     InactiveBeginColor = clBlack
  549.     InactiveEndColor = clSilver
  550.     InactiveFontColor = clSilver
  551.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  552.     ApplicationNameFont.Color = clWindowText
  553.     ApplicationNameFont.Height = -11
  554.     ApplicationNameFont.Name = 'MS Sans Serif'
  555.     ApplicationNameFont.Style = [fsBold]
  556.     CaptionFont.Charset = DEFAULT_CHARSET
  557.     CaptionFont.Color = clWindowText
  558.     CaptionFont.Height = -11
  559.     CaptionFont.Name = 'MS Sans Serif'
  560.     CaptionFont.Style = [fsBold]
  561.     NumColors = 64
  562.     AutoSize = False
  563.     Left = 8
  564.     Top = 16
  565.   end
  566.   object UrlMenu: TPopupMenu
  567.     Left = 224
  568.     Top = 488
  569.     object Copy1: TMenuItem
  570.       Caption = '&Copy'
  571.       OnClick = Copy1Click
  572.     end
  573.   end
  574.   object EggMenu: TPopupMenu
  575.     Left = 296
  576.     Top = 480
  577.     object Letstheeggbegin1: TMenuItem
  578.       Caption = 'Let'#39's the egg begin ;-)'
  579.       OnClick = Letstheeggbegin1Click
  580.     end
  581.   end
  582. end
  583.