109,896
社区成员




<TabItem Header="1111111" Margin="25,0,-94,0" Style="{StaticResource ResourceKey=ItemStyle}" HorizontalAlignment="Left">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<ToolBar Grid.Row="0" Style="{ DynamicResource ResourceKey=ToolBar}" Margin="-10,-2,-6,4" Width="auto" HorizontalAlignment="Stretch">
<Button Cursor="Hand" ToolTip="11111" Style="{DynamicResource ResourceKey=ToolImportButton}" Click="ImportQuotation_Click" ></Button>
<Button Cursor="Hand" ToolTip="1111" Style="{DynamicResource ResourceKey=ToolAddButton}" ></Button>
</ToolBar>
<Border Grid.Row="1" BorderBrush="Red" BorderThickness="1">
<Grid x:Name="gridName">
</Grid>
</Border>
</Grid>
</TabItem>
Bid.BqFile.XmlView xmlWindow = new Bid.BqFile.XmlView("");
xmlWindow.Dock = System.Windows.Forms.DockStyle.Fill;
xmlWindow.Location = new System.Drawing.Point(0, 0);
xmlWindow.Name = "xmlViewers1";
xmlWindow.Size = new System.Drawing.Size(284, 262);
xmlWindow.TabIndex = 0;
host.Child = xmlWindow;
this.gridName.Children.Add(host);