Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@328 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
14 changed files with 162 additions and 42 deletions
Binary file not shown.
@ -1,35 +1,43 @@
@@ -1,35 +1,43 @@
|
||||
<Components version="1.0"> |
||||
<System.Windows.Forms.UserControl> |
||||
<Name value="HtmlHelp2Options" /> |
||||
<DockPadding value="" /> |
||||
<ClientSize value="{Width=360, Height=320}" /> |
||||
<Controls> |
||||
<System.Windows.Forms.GroupBox> |
||||
<Name value="groupBox1" /> |
||||
<TabIndex value="0" /> |
||||
<Location value="{X=8,Y=8}" /> |
||||
<Anchor value="Top, Left, Right" /> |
||||
<Size value="{Width=344, Height=112}" /> |
||||
<Text value="${res:AddIns.HtmlHelp2.Options.Groupbox}" /> |
||||
<Size value="{Width=344, Height=144}" /> |
||||
<TabIndex value="0" /> |
||||
<Anchor value="Top, Left, Right" /> |
||||
<Controls> |
||||
<System.Windows.Forms.Button> |
||||
<Name value="reregisterButton" /> |
||||
<Location value="{X=73,Y=107}" /> |
||||
<Text value="${res:AddIns.HtmlHelp2.Options.Reregister}" /> |
||||
<Size value="{Width=204, Height=23}" /> |
||||
<Anchor value="Top" /> |
||||
<TabIndex value="2" /> |
||||
</System.Windows.Forms.Button> |
||||
<System.Windows.Forms.ComboBox> |
||||
<Name value="help2Collections" /> |
||||
<Anchor value="Top, Left, Right" /> |
||||
<TabIndex value="1" /> |
||||
<Location value="{X=16,Y=80}" /> |
||||
<Anchor value="Top, Left, Right" /> |
||||
<Size value="{Width=312, Height=21}" /> |
||||
<FormattingEnabled value="True" /> |
||||
<DropDownStyle value="DropDownList" /> |
||||
<Location value="{X=16,Y=80}" /> |
||||
</System.Windows.Forms.ComboBox> |
||||
<System.Windows.Forms.Label> |
||||
<Name value="label1" /> |
||||
<Location value="{X=16,Y=27}" /> |
||||
<Text value="${res:AddIns.HtmlHelp2.Options.Label}" /> |
||||
<Anchor value="Top, Left, Right" /> |
||||
<TabIndex value="0" /> |
||||
<Size value="{Width=312, Height=45}" /> |
||||
<Location value="{X=16,Y=27}" /> |
||||
<TabIndex value="0" /> |
||||
<Anchor value="Top, Left, Right" /> |
||||
</System.Windows.Forms.Label> |
||||
</Controls> |
||||
</System.Windows.Forms.GroupBox> |
||||
</Controls> |
||||
</System.Windows.Forms.UserControl> |
||||
</Components> |
||||
</Components> |
||||
|
Binary file not shown.
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?> |
||||
<register> |
||||
<plugin parent="Corsavy"> |
||||
<child name="MS.NETFrameworkSDKv1.1.DE"/> |
||||
<child name="MS.NETFrameworkSDKv2*"/> |
||||
</plugin> |
||||
</register> |
Loading…
Reference in new issue