home *** CD-ROM | disk | FTP | other *** search
Text File | 2002-04-12 | 35.0 KB | 1,037 lines |
- object AboutForm: TAboutForm
- Left = 11
- Top = 53
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About Dev-C++ :-)'
- ClientHeight = 393
- ClientWidth = 393
- 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
- PixelsPerInch = 96
- TextHeight = 13
- object VersionLabel: TLabel
- Left = 8
- Top = 52
- Width = 38
- Height = 13
- Caption = 'Version '
- end
- object CopyrightLabel: TLabel
- Left = 6
- Top = 72
- Width = 190
- Height = 13
- Caption = 'Copyright (c) Bloodshed Software'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 376
- Height = 61
- DragMode = dmAutomatic
- Picture.Data = {<image000.bmp>}
- Proportional = True
- Stretch = True
- end
- object btnOk: TBitBtn
- Left = 310
- Top = 362
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 0
- Kind = bkOK
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 96
- Width = 379
- Height = 121
- Caption = 'GNU General Public License : '
- TabOrder = 1
- object LicenseText: TMemo
- Left = 8
- Top = 16
- Width = 361
- Height = 95
- Lines.Strings = (
- 'GNU GENERAL PUBLIC LICENSE'
- ''
- ' Version 2, June 1991'
- ''
- ' Copyright (C) 1989, 1991 Free Software Foundation, Inc.'
- ' 675 Mass Ave, Cambridge, MA 02139, USA'
- ' Everyone is permitted to copy and distribute verbatim copies'
- ' of this license document, but changing it is not allowed.'
- ''
- ' Preamble'
- ''
- ' The licenses for most software are designed to take away your'
-
- 'freedom to share and change it. By contrast, the GNU General Pu' +
- 'blic'
-
- 'License is intended to guarantee your freedom to share and chang' +
- 'e '
- 'free'
-
- 'software--to make sure the software is free for all its users. ' +
- 'This'
- 'General Public License applies to most of the Free Software'
-
- 'Foundation'#39's software and to any other program whose authors com' +
- 'mit '
- 'to'
-
- 'using it. (Some other Free Software Foundation software is cove' +
- 'red by'
-
- 'the GNU Library General Public License instead.) You can apply ' +
- 'it to'
- 'your programs, too.'
- ''
-
- ' When we speak of free software, we are referring to freedom, n' +
- 'ot'
-
- 'price. Our General Public Licenses are designed to make sure th' +
- 'at you'
-
- 'have the freedom to distribute copies of free software (and char' +
- 'ge for'
-
- 'this service if you wish), that you receive source code or can g' +
- 'et it'
-
- 'if you want it, that you can change the software or use pieces o' +
- 'f it'
- 'in new free programs; and that you know you can do these things.'
- ''
-
- ' To protect your rights, we need to make restrictions that forb' +
- 'id'
-
- 'anyone to deny you these rights or to ask you to surrender the r' +
- 'ights.'
-
- 'These restrictions translate to certain responsibilities for you' +
- ' if you'
- 'distribute copies of the software, or if you modify it.'
- ''
-
- ' For example, if you distribute copies of such a program, wheth' +
- 'er'
-
- 'gratis or for a fee, you must give the recipients all the rights' +
- ' that'
-
- 'you have. You must make sure that they, too, receive or can get' +
- ' the'
-
- 'source code. And you must show them these terms so they know th' +
- 'eir'
- 'rights.'
- ''
-
- ' We protect your rights with two steps: (1) copyright the softw' +
- 'are, and'
-
- '(2) offer you this license which gives you legal permission to c' +
- 'opy,'
- 'distribute and/or modify the software.'
- ''
-
- ' Also, for each author'#39's protection and ours, we want to make c' +
- 'ertain'
-
- 'that everyone understands that there is no warranty for this fre' +
- 'e'
-
- 'software. If the software is modified by someone else and passe' +
- 'd on, '
- 'we'
-
- 'want its recipients to know that what they have is not the origi' +
- 'nal, so'
-
- 'that any problems introduced by others will not reflect on the o' +
- 'riginal'
- 'authors'#39' reputations.'
- ''
- ' Finally, any free program is threatened constantly by software'
-
- 'patents. We wish to avoid the danger that redistributors of a f' +
- 'ree'
-
- 'program will individually obtain patent licenses, in effect maki' +
- 'ng the'
-
- 'program proprietary. To prevent this, we have made it clear tha' +
- 't any'
-
- 'patent must be licensed for everyone'#39's free use or not licensed ' +
- 'at all.'
- ''
- ' The precise terms and conditions for copying, distribution and'
- 'modification follow.'
- ''
- ' GNU GENERAL PUBLIC LICENSE'
- ' TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND '
- 'MODIFICATION'
- ''
-
- ' 0. This License applies to any program or other work which con' +
- 'tains'
-
- 'a notice placed by the copyright holder saying it may be distrib' +
- 'uted'
-
- 'under the terms of this General Public License. The "Program", ' +
- 'below,'
-
- 'refers to any such program or work, and a "work based on the Pro' +
- 'gram"'
-
- 'means either the Program or any derivative work under copyright ' +
- 'law:'
-
- 'that is to say, a work containing the Program or a portion of it' +
- ','
-
- 'either verbatim or with modifications and/or translated into ano' +
- 'ther'
-
- 'language. (Hereinafter, translation is included without limitat' +
- 'ion in'
- 'the term "modification".) Each licensee is addressed as "you".'
- ''
-
- 'Activities other than copying, distribution and modification are' +
- ' not'
- 'covered by this License; they are outside its scope. The act of'
-
- 'running the Program is not restricted, and the output from the P' +
- 'rogram'
- 'is covered only if its contents constitute a work based on the'
-
- 'Program (independent of having been made by running the Program)' +
- '.'
- 'Whether that is true depends on what the Program does.'
- ''
-
- ' 1. You may copy and distribute verbatim copies of the Program'#39 +
- 's'
- 'source code as you receive it, in any medium, provided that you'
-
- 'conspicuously and appropriately publish on each copy an appropri' +
- 'ate'
- 'copyright notice and disclaimer of warranty; keep intact all the'
-
- 'notices that refer to this License and to the absence of any war' +
- 'ranty;'
-
- 'and give any other recipients of the Program a copy of this Lice' +
- 'nse'
- 'along with the Program.'
- ''
-
- 'You may charge a fee for the physical act of transferring a copy' +
- ', and'
-
- 'you may at your option offer warranty protection in exchange for' +
- ' a fee.'
- ''
-
- ' 2. You may modify your copy or copies of the Program or any po' +
- 'rtion'
- 'of it, thus forming a work based on the Program, and copy and'
-
- 'distribute such modifications or work under the terms of Section' +
- ' 1'
- 'above, provided that you also meet all of these conditions:'
- ''
-
- ' a) You must cause the modified files to carry prominent noti' +
- 'ces'
-
- ' stating that you changed the files and the date of any chang' +
- 'e.'
- ''
-
- ' b) You must cause any work that you distribute or publish, t' +
- 'hat in'
-
- ' whole or in part contains or is derived from the Program or ' +
- 'any'
-
- ' part thereof, to be licensed as a whole at no charge to all ' +
- 'third'
- ' parties under the terms of this License.'
- ''
-
- ' c) If the modified program normally reads commands interacti' +
- 'vely'
- ' when run, you must cause it, when started running for such'
-
- ' interactive use in the most ordinary way, to print or displa' +
- 'y an'
- ' announcement including an appropriate copyright notice and a'
-
- ' notice that there is no warranty (or else, saying that you p' +
- 'rovide'
-
- ' a warranty) and that users may redistribute the program unde' +
- 'r'
-
- ' these conditions, and telling the user how to view a copy of' +
- ' this'
-
- ' License. (Exception: if the Program itself is interactive b' +
- 'ut'
-
- ' does not normally print such an announcement, your work base' +
- 'd on'
- ' the Program is not required to print an announcement.)'
- ''
- 'These requirements apply to the modified work as a whole. If'
-
- 'identifiable sections of that work are not derived from the Prog' +
- 'ram,'
-
- 'and can be reasonably considered independent and separate works ' +
- 'in'
-
- 'themselves, then this License, and its terms, do not apply to th' +
- 'ose'
-
- 'sections when you distribute them as separate works. But when y' +
- 'ou'
-
- 'distribute the same sections as part of a whole which is a work ' +
- 'based'
-
- 'on the Program, the distribution of the whole must be on the ter' +
- 'ms of'
-
- 'this License, whose permissions for other licensees extend to th' +
- 'e'
-
- 'entire whole, and thus to each and every part regardless of who ' +
- 'wrote '
- 'it.'
- ''
-
- 'Thus, it is not the intent of this section to claim rights or co' +
- 'ntest'
-
- 'your rights to work written entirely by you; rather, the intent ' +
- 'is to'
- 'exercise the right to control the distribution of derivative or'
- 'collective works based on the Program.'
- ''
-
- 'In addition, mere aggregation of another work not based on the P' +
- 'rogram'
-
- 'with the Program (or with a work based on the Program) on a volu' +
- 'me of'
-
- 'a storage or distribution medium does not bring the other work u' +
- 'nder'
- 'the scope of this License.'
- ''
-
- ' 3. You may copy and distribute the Program (or a work based on' +
- ' it,'
-
- 'under Section 2) in object code or executable form under the ter' +
- 'ms of'
-
- 'Sections 1 and 2 above provided that you also do one of the foll' +
- 'owing:'
- ''
-
- ' a) Accompany it with the complete corresponding machine-read' +
- 'able'
-
- ' source code, which must be distributed under the terms of Se' +
- 'ctions'
- ' 1 and 2 above on a medium customarily used for software '
- 'interchange; '
- 'or,'
- ''
-
- ' b) Accompany it with a written offer, valid for at least thr' +
- 'ee'
-
- ' years, to give any third party, for a charge no more than yo' +
- 'ur'
-
- ' cost of physically performing source distribution, a complet' +
- 'e'
-
- ' machine-readable copy of the corresponding source code, to b' +
- 'e'
-
- ' distributed under the terms of Sections 1 and 2 above on a m' +
- 'edium'
- ' customarily used for software interchange; or,'
- ''
-
- ' c) Accompany it with the information you received as to the ' +
- 'offer'
-
- ' to distribute corresponding source code. (This alternative ' +
- 'is'
- ' allowed only for noncommercial distribution and only if you'
-
- ' received the program in object code or executable form with ' +
- 'such'
- ' an offer, in accord with Subsection b above.)'
- ''
-
- 'The source code for a work means the preferred form of the work ' +
- 'for'
-
- 'making modifications to it. For an executable work, complete so' +
- 'urce'
-
- 'code means all the source code for all modules it contains, plus' +
- ' any'
- 'associated interface definition files, plus the scripts used to'
-
- 'control compilation and installation of the executable. However' +
- ', as a'
- 'special exception, the source code distributed need not include'
-
- 'anything that is normally distributed (in either source or binar' +
- 'y'
-
- 'form) with the major components (compiler, kernel, and so on) of' +
- ' the'
-
- 'operating system on which the executable runs, unless that compo' +
- 'nent'
- 'itself accompanies the executable.'
- ''
- 'If distribution of executable or object code is made by offering'
- 'access to copy from a designated place, then offering equivalent'
- 'access to copy the source code from the same place counts as'
-
- 'distribution of the source code, even though third parties are n' +
- 'ot'
- 'compelled to copy the source along with the object code.'
- ''
-
- ' 4. You may not copy, modify, sublicense, or distribute the Pro' +
- 'gram'
- 'except as expressly provided under this License. Any attempt'
-
- 'otherwise to copy, modify, sublicense or distribute the Program ' +
- 'is'
-
- 'void, and will automatically terminate your rights under this Li' +
- 'cense.'
-
- 'However, parties who have received copies, or rights, from you u' +
- 'nder'
-
- 'this License will not have their licenses terminated so long as ' +
- 'such'
- 'parties remain in full compliance.'
- ''
-
- ' 5. You are not required to accept this License, since you have' +
- ' not'
-
- 'signed it. However, nothing else grants you permission to modif' +
- 'y or'
-
- 'distribute the Program or its derivative works. These actions a' +
- 're'
-
- 'prohibited by law if you do not accept this License. Therefore,' +
- ' by'
- 'modifying or distributing the Program (or any work based on the'
-
- 'Program), you indicate your acceptance of this License to do so,' +
- ' and'
-
- 'all its terms and conditions for copying, distributing or modify' +
- 'ing'
- 'the Program or works based on it.'
- ''
-
- ' 6. Each time you redistribute the Program (or any work based o' +
- 'n the'
-
- 'Program), the recipient automatically receives a license from th' +
- 'e'
-
- 'original licensor to copy, distribute or modify the Program subj' +
- 'ect to'
- 'these terms and conditions. You may not impose any further'
-
- 'restrictions on the recipients'#39' exercise of the rights granted h' +
- 'erein.'
-
- 'You are not responsible for enforcing compliance by third partie' +
- 's to'
- 'this License.'
- ''
-
- ' 7. If, as a consequence of a court judgment or allegation of p' +
- 'atent'
-
- 'infringement or for any other reason (not limited to patent issu' +
- 'es),'
-
- 'conditions are imposed on you (whether by court order, agreement' +
- ' or'
-
- 'otherwise) that contradict the conditions of this License, they ' +
- 'do not'
- 'excuse you from the conditions of this License. If you cannot'
-
- 'distribute so as to satisfy simultaneously your obligations unde' +
- 'r this'
-
- 'License and any other pertinent obligations, then as a consequen' +
- 'ce '
- 'you'
- 'may not distribute the Program at all. For example, if a patent'
-
- 'license would not permit royalty-free redistribution of the Prog' +
- 'ram by'
-
- 'all those who receive copies directly or indirectly through you,' +
- ' then'
-
- 'the only way you could satisfy both it and this License would be' +
- ' to'
- 'refrain entirely from distribution of the Program.'
- ''
-
- 'If any portion of this section is held invalid or unenforceable ' +
- 'under'
-
- 'any particular circumstance, the balance of the section is inten' +
- 'ded to'
- 'apply and the section as a whole is intended to apply in other'
- 'circumstances.'
- ''
-
- 'It is not the purpose of this section to induce you to infringe ' +
- 'any'
-
- 'patents or other property right claims or to contest validity of' +
- ' any'
- 'such claims; this section has the sole purpose of protecting the'
- 'integrity of the free software distribution system, which is'
- 'implemented by public license practices. Many people have made'
- 'generous contributions to the wide range of software distributed'
-
- 'through that system in reliance on consistent application of tha' +
- 't'
-
- 'system; it is up to the author/donor to decide if he or she is w' +
- 'illing'
-
- 'to distribute software through any other system and a licensee c' +
- 'annot'
- 'impose that choice.'
- ''
-
- 'This section is intended to make thoroughly clear what is believ' +
- 'ed to'
- 'be a consequence of the rest of this License.'
- ''
-
- ' 8. If the distribution and/or use of the Program is restricted' +
- ' in'
-
- 'certain countries either by patents or by copyrighted interfaces' +
- ', the'
-
- 'original copyright holder who places the Program under this Lice' +
- 'nse'
-
- 'may add an explicit geographical distribution limitation excludi' +
- 'ng'
-
- 'those countries, so that distribution is permitted only in or am' +
- 'ong'
-
- 'countries not thus excluded. In such case, this License incorpo' +
- 'rates'
- 'the limitation as if written in the body of this License.'
- ''
-
- ' 9. The Free Software Foundation may publish revised and/or new' +
- ' '
- 'versions'
-
- 'of the General Public License from time to time. Such new versi' +
- 'ons will'
-
- 'be similar in spirit to the present version, but may differ in d' +
- 'etail to'
- 'address new problems or concerns.'
-
- 'Each version is given a distinguishing version number. If the P' +
- 'rogram'
-
- 'specifies a version number of this License which applies to it a' +
- 'nd "any'
-
- 'later version", you have the option of following the terms and c' +
- 'onditions'
-
- 'either of that version or of any later version published by the ' +
- 'Free'
-
- 'Software Foundation. If the Program does not specify a version ' +
- 'number '
- 'of'
-
- 'this License, you may choose any version ever published by the F' +
- 'ree '
- 'Software Foundation.'
- ''
-
- ' 10. If you wish to incorporate parts of the Program into other' +
- ' free'
-
- 'programs whose distribution conditions are different, write to t' +
- 'he author'
-
- 'to ask for permission. For software which is copyrighted by the' +
- ' Free'
- 'Software Foundation, write to the Free Software Foundation; we '
-
- 'sometimes make exceptions for this. Our decision will be guided' +
- ' by the '
- 'two '
-
- 'goals of preserving the free status of all derivatives of our fr' +
- 'ee software '
- 'and'
- 'of promoting the sharing and reuse of software generally.'
- ''
- ' NO WARRANTY'
- ''
- ' 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, '
- 'THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT '
- 'PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE '
- 'STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR '
- 'OTHER'
- 'PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT '
- 'WARRANTY '
- 'OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, '
- 'BUT '
- 'NOT LIMITED TO, THE IMPLIED WARRANTIES OF '
- 'MERCHANTABILITY '
- 'AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK '
- 'AS'
- 'TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS '
- 'WITH '
- 'YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME '
- 'THE COST OF ALL NECESSARY SERVICING, REPAIR OR '
- 'CORRECTION.'
- ''
- ' 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR '
- 'AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR '
- 'ANY '
- 'OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE '
- 'PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR '
- 'DAMAGES, '
- 'INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR '
- 'CONSEQUENTIAL'
- 'DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE '
- 'PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR '
- 'DATA '
- 'BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY '
- 'YOU '
- 'OR '
- 'THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE '
- 'WITH '
- 'ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER '
- 'PARTY '
- 'HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.'
- ''
- ' END OF TERMS AND CONDITIONS'
- ''
- ' Appendix: How to Apply These Terms to Your New Programs'
- ''
-
- ' If you develop a new program, and you want it to be of the gre' +
- 'atest'
-
- 'possible use to the public, the best way to achieve this is to m' +
- 'ake it'
-
- 'free software which everyone can redistribute and change under t' +
- 'hese '
- 'terms.'
- ''
-
- ' To do so, attach the following notices to the program. It is ' +
- 'safest'
-
- 'to attach them to the start of each source file to most effectiv' +
- 'ely'
-
- 'convey the exclusion of warranty; and each file should have at l' +
- 'east'
-
- 'the "copyright" line and a pointer to where the full notice is f' +
- 'ound.'
- ''
-
- ' <one line to give the program'#39's name and a brief idea of wha' +
- 't it '
- 'does.>'
- ' Copyright (C) 19yy <name of author>'
- ''
-
- ' This program is free software; you can redistribute it and/o' +
- 'r modify'
-
- ' it under the terms of the GNU General Public License as publ' +
- 'ished by'
-
- ' the Free Software Foundation; either version 2 of the Licens' +
- 'e, or'
- ''
- ' (at your option) any later version.'
- ''
-
- ' This program is distributed in the hope that it will be usef' +
- 'ul,'
- ' but WITHOUT ANY WARRANTY; without even the implied warranty '
- 'of'
- ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. '
- ' '
- ' See the GNU General Public License for more details.'
- ''
- ' You should have received a copy of the GNU General Public '
- 'License'
- ' along with this program; if not, write to the Free Software'
- ' Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.'
- ''
-
- 'Also add information on how to contact you by electronic and pap' +
- 'er '
- 'mail.'
- ''
-
- 'If the program is interactive, make it output a short notice lik' +
- 'e this'
- 'when it starts in an interactive mode:'
- ''
- ' Gnomovision version 69, Copyright (C) 19yy name of author'
- ' Gnomovision comes with ABSOLUTELY NO WARRANTY; for details '
- 'type `show w'#39'.'
-
- ' This is free software, and you are welcome to redistribute i' +
- 't'
- ' under certain conditions; type `show c'#39' for details.'
- ''
- 'The hypothetical commands `show w'#39' and `show c'#39' should show the '
-
- 'appropriate parts of the General Public License. Of course, the' +
- ' '
- 'commands '
- 'you '
-
- 'use may be called something other than `show w'#39' and `show c'#39'; th' +
- 'ey '
- 'could '
- 'even '
- 'be mouse-clicks or menu items--whatever suits your program.'
- ''
-
- 'You should also get your employer (if you work as a programmer) ' +
- 'or your'
-
- 'school, if any, to sign a "copyright disclaimer" for the program' +
- ', if'
- 'necessary. Here is a sample; alter the names:'
- ''
-
- ' Yoyodyne, Inc., hereby disclaims all copyright interest in the' +
- ' program'
-
- ' `Gnomovision'#39' (which makes passes at compilers) written by Jam' +
- 'es '
- 'Hacker.'
- ''
- ' <signature of Ty Coon>, 1 April 1989'
- ' Ty Coon, President of Vice'
- ''
-
- 'This General Public License does not permit incorporating your p' +
- 'rogram '
-
- 'into proprietary programs. If your program is a subroutine libr' +
- 'ary, you '
- 'may'
-
- 'consider it more useful to permit linking proprietary applicatio' +
- 'ns with the'
-
- 'library. If this is what you want to do, use the GNU Library Ge' +
- 'neral'
- 'Public License instead of this License.')
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 224
- Width = 378
- Height = 129
- Caption = 'Web sites / email : '
- TabOrder = 2
- object BloodLabel: TLabel
- Left = 16
- Top = 24
- Width = 146
- Height = 13
- Caption = 'Bloodshed Software web site : '
- end
- object BloodSite: TLabel
- Left = 168
- Top = 24
- Width = 125
- Height = 13
- Cursor = crHandPoint
- Caption = 'http://www.bloodshed.net'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = LabelClick
- end
- object MingwLabel: TLabel
- Left = 16
- Top = 40
- Width = 124
- Height = 13
- Caption = 'Mingw compiler web site : '
- end
- object MingwSite: TLabel
- Left = 168
- Top = 40
- Width = 106
- Height = 13
- Cursor = crHandPoint
- Caption = 'http://www.mingw.org'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = LabelClick
- end
- object ForumLabel: TLabel
- Left = 16
- Top = 56
- Width = 129
- Height = 13
- Caption = 'Dev-C++ discussion forum :'
- end
- object ForumSite: TLabel
- Left = 168
- Top = 56
- Width = 156
- Height = 13
- Cursor = crHandPoint
- Caption = 'http://www.bloodshed.net/forum'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = LabelClick
- end
- object MailLabel: TLabel
- Left = 16
- Top = 72
- Width = 126
- Height = 13
- Caption = 'Dev-C++ users mailing list :'
- end
- object MailSite: TLabel
- Left = 168
- Top = 72
- Width = 201
- Height = 13
- Cursor = crHandPoint
- Caption = 'http://www.bloodshed.net/devcpp-ml.html'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = LabelClick
- end
- object eMailLabel: TLabel
- Left = 16
- Top = 88
- Width = 69
- Height = 13
- Caption = 'Email authors :'
- end
- object eMailSite: TLabel
- Left = 168
- Top = 88
- Width = 104
- Height = 13
- Cursor = crHandPoint
- Caption = 'haiku@bloodshed.net'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = LabelClick
- end
- object Label1: TLabel
- Left = 168
- Top = 104
- Width = 163
- Height = 13
- Cursor = crHandPoint
- Caption = 'inseculous@users.sourceforge.net'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = LabelClick
- end
- end
- object btnAuthors: TBitBtn
- Left = 227
- Top = 362
- Width = 83
- Height = 25
- Caption = '&Authors'
- TabOrder = 3
- OnClick = btnAuthorsClick
- OnDragDrop = btnAuthorsDragDrop
- OnDragOver = btnAuthorsDragOver
- Glyph.Data = {
- 36030000424D3603000000000000360000002800000010000000100000000100
- 180000000000000300009C0E00009C0E00000000000000000000C1C1C1C1C1C1
- C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1
- C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1ADB4C099A3B4C1
- C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1
- C1C1C1BCBCBC939393949CAB8A98B0B1B6C09BA5B7C1C1C1C1C1C1C1C1C1C1C1
- C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1BCBCBC7171716D6D6D8992A951668A97
- 9FAE8695AEB5B9C094A0B5C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1BCBCBC
- 7B7B7B5F5F5F727272818A9F465B7D8994AA6877919EA5B28393AEB9BCC0919F
- B5C1C1C1C1C1C1C1C1C1BDBDBD84848473737377777793939387888A787A7D80
- 8A9E5D6A818D95A8647592A3A7B07F91AFBDBEBF8E9BB0C1C1C18B8B8B848484
- 8F8F8FA7A7A7A6A6A69F9F9F9999998E8E90808182848B995F6C818A91A06678
- 97A7AAAF788AA7C1C1C18686869D9D9EB2B2B2A3A3A3ACACACA4A4A49E9E9E9A
- 9A9A9494948A8A8A7E7E7F878D9A596A8580848F627593BBBBBB9C9C9CBABABA
- B3B3B3878787939393A3A3A3A0A0A09D9D9D9797979090908989897F80817172
- 747F838D53637E8E8E8E98999AB2B3B3B1B1B1A4A4A49D9D9DA4A4A4A2A2A29D
- 9D9D9595958E8E8E8787878383837D7D7D717272616265868686ADAFB48D9198
- 909192A4A4A4A6A6A6A6A6A6A2A2A29B9B9B9393938B8B8B8585857F7F7F7878
- 787171716A6A6A8D8D8DC1C1C1C1C1C1ACAEB2929498939394A2A2A2A0A0A099
- 99999191918989898080807878787272726D6D6D7A7A7ABCBCBCC1C1C1C1C1C1
- C1C1C1C1C1C1B4B5B7A0A0A29393939696969090908585857B7B7B7272726B6B
- 6B787878BBBBBBC1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1B2B4B696
- 989A8788888080807777776D6D6D767676BABABAC1C1C1C1C1C1C1C1C1C1C1C1
- C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1B1B2B48A8C8F7E7E7E868686B9B9
- B9C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1
- C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1C1}
- end
- object btnUpdateCheck: TBitBtn
- Left = 8
- Top = 362
- Width = 185
- Height = 25
- Caption = '&Check for updates'
- TabOrder = 4
- OnClick = btnUpdateCheckClick
- Glyph.Data = {
- 36030000424D3603000000000000360000002800000010000000100000000100
- 18000000000000030000120B0000120B00000000000000000000BFBFBFBFBFBF
- BFBFBFBFBFBFBCBCBCB8B8B8B3B3B3B0B0B0ADADADA1A1A19F9F9F939393B0B0
- B0BEBEBEBFBFBFBFBFBFBFBFBFBFBFBFBEBEBEB9B9B9ADADAD9C9C9C8C8C8C83
- 83838282828383837071716F6F6F989898B9B9B9BFBFBFBFBFBFBFBFBFBEBEBE
- B7B7B7A4A4A48686866868685555554C4C4C4A4A4A5959596768684545456A6A
- 6AA4A4A4BCBCBCBFBFBFBFBFBFB9B9B9A5A5A57F7F7F5D5751564232573C2551
- 3A244939263F3830858685414040363636787878ADADADBDBDBDBDBDBDB0B0B0
- 8B8A8A6353476741236D411F653F1F5B3F205A3F20573F2099948D6463631C1C
- 1C3B3B3B828282B3B3B3BABABAA3A3A37A6757764E2776502A86918A6F747365
- 442657452D553C207B7367ADACAC605F5F2020204C4C4C9B9B9BB7B7B798928D
- 885C338E61368A6C49A5DAE981B1B96B7162605D5154432D92908BB3B1B17575
- 753131312828287B7B7BB6B6B69784719D6A3B9F71429B886CA4D4E086B9C276
- A0A56B5E465E43256F665A6C6B6B4949495150503131316D6D6DB6B6B69F8367
- AE7845AF7E4CA58259A0C8D38CBCD081A9B67890936D5C415A49353333337E7E
- 7E8E8F8F525252858585B9B9B9A78B6FB7814BBB8954AA916B8EB79F89B2A08B
- B9C389BBCD85A4A75F4A2F4E4B48858686787979767676A9A9A9BCBCBCAF9C89
- B88754A7B39EACCDBFB8E4D9B9E7E7BCEFF79BC3CA9DD4DC7B9EA0505C575460
- 60717171A1A1A1BABABABEBEBEB5B1ADB48F67D0EBEADFFCFCDFFCFCD4FBFBE0
- FCFCA8D1D1A5E6EC7BA6AC628A90696E6F939393B3B3B3BDBDBDBFBFBFBCBCBC
- B3A392C4B69CD7F2F0DFFBFCC5DAD0B7BDB19AB8BC98C9D379B1BA6983898C8C
- 8CACACACBBBBBBBFBFBFBFBFBFBFBFBFBBBBBAB3A392B89A78ADB3A5989A8486
- A19875938A6B948F758C8E959696ADADADBABABABFBFBFBFBFBFBFBFBFBFBFBF
- BFBFBFBCBCBCB6B2AEAE9F8F9A99888E99908D97929A9E9CAAAAAAB5B5B5BCBC
- BCBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBEBEBEBCBCBCBABABAB9
- B9B9B9B9B9BABABABCBCBCBEBEBEBFBFBFBFBFBFBFBFBFBFBFBF}
- end
- object Fish: TPanel
- Left = -100
- Top = 40
- Width = 57
- Height = 40
- BevelOuter = bvNone
- TabOrder = 5
- object FishImage: TImage
- Left = 0
- Top = 0
- Width = 57
- Height = 40
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- OnClick = FishImageClick
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 20
- OnTimer = Timer1Timer
- Left = 65512
- Top = 65512
- end
- end
-