home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2003 January / PCpro_2003_01.ISO / born / SharpDev / 091setup.exe / data / resources / dialogs / ViewGPLDialog.xfrm < prev   
Encoding:
Text File  |  2002-06-28  |  1.3 KB  |  41 lines

  1. <!-- GPL Dialog Version 1.0 by Mike Krueger
  2.      last change : 04/13/2002
  3.   -->
  4. <System.Windows.Forms.Form> 
  5.     <Text       value = "${res:Dialog.ViewGPL.DialogName}"/>
  6.     <ClientSize value = "{Width=724, Height=400}"/>
  7.     <ShowInTaskbar   value = "False"/>
  8.     <MaximizeBox     value = "False"/>
  9.     <MinimizeBox     value = "False"/>
  10.     <Icon            value = "Icons.16x16.CopyLeftIcon"/>
  11.     <FormBorderStyle value = "FixedDialog"/>
  12.     <StartPosition   value = "CenterScreen"/>
  13.     <AcceptButton    value = "okButton"/>
  14.     
  15.     <Controls>
  16.         <!-- The rich text box in which the GPL is shown -->
  17.         <System.Windows.Forms.RichTextBox>
  18.             <Name     value = "licenseRichTextBox"/>
  19.             <TabIndex value = "0"/>
  20.             <ReadOnly value = "True"/>
  21.             <Font     value = "Times New Roman, 12"/>
  22.             <Width    value = "724"/>
  23.             <Height   value = "371"/>
  24.             <BorderStyle value = "${BorderStyle}"/>
  25.         </System.Windows.Forms.RichTextBox>
  26.         
  27.         <!-- OK Button -->
  28.         <System.Windows.Forms.Button>
  29.             <Name    value = "okButton"/>
  30.             <Width   value = "64"/>
  31.             <Height  value = "24"/>
  32.  
  33.             <Location value = "{X=330, Y=371}"/>
  34.             <TabIndex value = "1"/>
  35.             <Text     value = "${res:Global.OKButtonText}"/>
  36.             <DialogResult value = "OK"/>
  37.             <FlatStyle value = "${FlatStyle}"/>
  38.         </System.Windows.Forms.Button>
  39.     </Controls>
  40. </System.Windows.Forms.Form>
  41.