home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / Sharp / SharpDevelop_1.0.3.1761_Setup.exe / SqlParametersInput.xfrm < prev    next >
Text File  |  2004-07-05  |  4KB  |  83 lines

  1. <Components version="1.0">
  2.   <System.Windows.Forms.Form>
  3.     <Name value="SQLParameterInput" />
  4.     <FormBorderStyle value="FixedToolWindow" />
  5.     <ClientSize value="{Width=406, Height=339}" />
  6.     <DockPadding value="" />
  7.     <AcceptButton value="OkBtn [System.Windows.Forms.Button], Text: " />
  8.     <CancelButton value="CancelBtn [System.Windows.Forms.Button], Text: " />
  9.     <Cursor value="[Cursor: Default]" />
  10.     <StartPosition value="[System.Windows.Forms.FormStartPosition: CenterParent]" />
  11.     <ShowInTaskbar value="False" />
  12.     <TopMost value="True" />
  13.     <Text value="${res:SharpQuery.XMLForm.SQLParameterInputTitle}"/>
  14.     <Controls>
  15.       <System.Windows.Forms.DataGrid>
  16.         <Name value="dataGrid" />
  17.         <HeaderForeColor value="Color [ControlText]" />
  18.         <AccessibleRole value="Table" />
  19.         <PreferredRowHeight value="1" />
  20.         <TabIndex value="5" />
  21.         <Dock value="Top" />
  22.         <Location value="{X=0,Y=0}" />
  23.         <Size value="{Width=406, Height=304}" />
  24.         <AccessibleName value="DataGrid" />
  25.         <DataMember value="" />
  26.         <TableStyles>
  27.           <System.Windows.Forms.DataGridTableStyle>
  28.             <MappingName value="SharpQueryParameterCollection" />
  29.             <Name value="dataGridTableStyle" />
  30.             <HeaderForeColor value="Color [ControlText]" />
  31.             <GridColumnStyles>
  32.               <System.Windows.Forms.DataGridTextBoxColumn>
  33.                 <ReadOnly value="True" />
  34.                 <Width value="75" />
  35.                 <Format value="" />
  36.                 <MappingName value="Name" />
  37.                 <Name value="NameColumn" />
  38.                 <HeaderText value="${res:SharpQuery.XMLForm.SQLParameterName}" />
  39.               </System.Windows.Forms.DataGridTextBoxColumn>
  40.               <System.Windows.Forms.DataGridTextBoxColumn>
  41.                 <ReadOnly value="True" />
  42.                 <Width value="75" />
  43.                 <Format value="" />
  44.                 <MappingName value="Type" />
  45.                 <Name value="TypeColumn" />
  46.                 <HeaderText value="${res:SharpQuery.XMLForm.SQLParameterType}" />
  47.               </System.Windows.Forms.DataGridTextBoxColumn>
  48.               <System.Windows.Forms.DataGridTextBoxColumn>
  49.                 <ReadOnly value="True" />
  50.                 <Width value="75" />
  51.                 <Format value="" />
  52.                 <MappingName value="DatType" />
  53.                 <Name value="DataTypeColumn" />
  54.                 <HeaderText value="${res:SharpQuery.XMLForm.SQLParameterDataType}" />
  55.               </System.Windows.Forms.DataGridTextBoxColumn>
  56.               <System.Windows.Forms.DataGridTextBoxColumn>
  57.                 <Width value="75" />
  58.                 <Format value="" />
  59.                 <MappingName value="Value" />
  60.                 <Name value="ValueColumn" />
  61.                 <HeaderText value="${res:SharpQuery.XMLForm.SQLParameterValue}" />
  62.               </System.Windows.Forms.DataGridTextBoxColumn>
  63.             </GridColumnStyles>
  64.           </System.Windows.Forms.DataGridTableStyle>
  65.         </TableStyles>
  66.       </System.Windows.Forms.DataGrid>
  67.       <System.Windows.Forms.Button>
  68.         <Name value="OkBtn" />
  69.         <Location value="{X=240,Y=312}" />
  70.         <TabIndex value="3" />
  71.       <Text value="${res:Global.OKButtonText}"/>
  72.         <DialogResult value="OK" />
  73.       </System.Windows.Forms.Button>
  74.       <System.Windows.Forms.Button>
  75.         <Name value="CancelBtn" />
  76.         <Location value="{X=328,Y=312}" />
  77.         <TabIndex value="2" />
  78.       <Text value="${res:Global.CancelButtonText}"/>
  79.         <DialogResult value="Cancel" />
  80.       </System.Windows.Forms.Button>
  81.     </Controls>
  82.   </System.Windows.Forms.Form>
  83. </Components>