home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / Sharp / SharpDevelop_1.0.3.1761_Setup.exe / CommonAboutDialog.xfrm < prev    next >
Text File  |  2004-09-14  |  2KB  |  70 lines

  1. <!-- Common About Box Dialog 1.0 by Mike Krueger
  2.      last change : 04/14/2002
  3.   -->
  4. <System.Windows.Forms.Form> 
  5.     <Text            value = "${res:Dialog.About.DialogName}"/>
  6.     <ClientSize      value = "{Width=416, Height=499}"/>
  7.     <ShowInTaskbar   value = "False"/>
  8.     <MaximizeBox     value = "False"/>
  9.     <MinimizeBox     value = "False"/>
  10.     <FormBorderStyle value = "FixedDialog"/>
  11.     <StartPosition   value = "CenterScreen"/>
  12.     <AcceptButton    value = "okButton"/>
  13.     <CancelButton    value = "okButton"/>
  14.  
  15.     <Controls>
  16.         
  17.         <!-- The picture box showing the about box picture -->
  18.         <ICSharpCode.SharpDevelop.Gui.Dialogs.ScrollBox>
  19.             <Name     value = "aboutPictureScrollBox"/>
  20.             <TabIndex value = "0"/>
  21.             <Width    value = "400"/>
  22.             <Height   value = "224"/>
  23.             <Location value = "{X=8, Y=8}"/>
  24.             <Image value = "Icons.AboutImage"/>
  25.             <TabStop value = "False"/>
  26.         </ICSharpCode.SharpDevelop.Gui.Dialogs.ScrollBox>
  27.         
  28.         <!-- The copyright label -->
  29.         <System.Windows.Forms.Label>
  30.             <Text    value = "(c) 2000-2004 by icsharpcode.net"/>
  31.             <Width   value = "400"/>
  32.             <Height  value = "20"/>
  33.             <Location value = "{X=8, Y=234}"/>
  34.         </System.Windows.Forms.Label>
  35.         
  36.         <!-- The Tab Control showing user defined tabs -->
  37.         <System.Windows.Forms.TabControl>
  38.             <Width   value = "400"/>
  39.             <Height  value = "208"/>
  40.             <Location value = "{X=8, Y=256}"/>
  41.             <TabPages>
  42.                 <System.Windows.Forms.TabPage>
  43.                     <Text value="${res:Dialog.About.DialogName}"/>
  44.                     <Controls>
  45.                         <ICSharpCode.SharpDevelop.Gui.Dialogs.AboutSharpDevelopTabPage/>
  46.                     </Controls>
  47.                 </System.Windows.Forms.TabPage>
  48.                 <System.Windows.Forms.TabPage>
  49.                     <Text value="${res:Dialog.About.VersionInfoTabName}"/>
  50.                     <Controls>
  51.                         <ICSharpCode.SharpDevelop.Gui.Dialogs.VersionInformationTabPage/>
  52.                     </Controls>
  53.                 </System.Windows.Forms.TabPage>
  54.             </TabPages>
  55.         </System.Windows.Forms.TabControl>
  56.         
  57.         <!-- OK Button -->
  58.         <System.Windows.Forms.Button>
  59.             <Name    value = "okButton"/>
  60.             <Width   value = "80"/>
  61.             <Height  value = "24"/>
  62.             <Location value = "{X=328, Y=472}"/>
  63.             <TabIndex value = "1"/>
  64.             <Text     value = "${res:Global.OKButtonText}"/>
  65.             <FlatStyle value = "System"/>
  66.             <DialogResult value = "OK"/>
  67.         </System.Windows.Forms.Button>
  68.     </Controls>
  69. </System.Windows.Forms.Form>
  70.