Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1509 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
3 changed files with 81 additions and 79 deletions
@ -1,43 +1,45 @@ |
|||||||
<Components version="1.0"> |
<Components version="1.0"> |
||||||
<System.Windows.Forms.UserControl> |
<System.Windows.Forms.UserControl> |
||||||
<Name value="HtmlHelp2Options" /> |
<Name value="HtmlHelp2Options" /> |
||||||
<ClientSize value="{Width=360, Height=320}" /> |
<ClientSize value="{Width=360, Height=320}" /> |
||||||
<Controls> |
<Controls> |
||||||
<System.Windows.Forms.GroupBox> |
<System.Windows.Forms.GroupBox> |
||||||
<Name value="groupBox1" /> |
<Name value="groupBox1" /> |
||||||
<Location value="{X=8,Y=8}" /> |
<Location value="{X=8,Y=8}" /> |
||||||
<Text value="${res:AddIns.HtmlHelp2.Options.Groupbox}" /> |
<Text value="${res:AddIns.HtmlHelp2.Options.Groupbox}" /> |
||||||
<Size value="{Width=344, Height=144}" /> |
<Size value="{Width=344, Height=124}" /> |
||||||
<TabIndex value="0" /> |
<TabIndex value="0" /> |
||||||
<Anchor value="Top, Left, Right" /> |
<Anchor value="Top, Left, Right" /> |
||||||
<Controls> |
<Controls> |
||||||
<System.Windows.Forms.Button> |
<!-- |
||||||
<Name value="reregisterButton" /> |
<System.Windows.Forms.Button> |
||||||
<Location value="{X=73,Y=107}" /> |
<Name value="reregisterButton" /> |
||||||
<Text value="${res:AddIns.HtmlHelp2.Options.Reregister}" /> |
<Location value="{X=73,Y=107}" /> |
||||||
<Size value="{Width=204, Height=23}" /> |
<Text value="${res:AddIns.HtmlHelp2.Options.Reregister}" /> |
||||||
<Anchor value="Top" /> |
<Size value="{Width=204, Height=23}" /> |
||||||
<TabIndex value="2" /> |
<Anchor value="Top" /> |
||||||
</System.Windows.Forms.Button> |
<TabIndex value="2" /> |
||||||
<System.Windows.Forms.ComboBox> |
</System.Windows.Forms.Button> |
||||||
<Name value="help2Collections" /> |
--> |
||||||
<TabIndex value="1" /> |
<System.Windows.Forms.ComboBox> |
||||||
<Anchor value="Top, Left, Right" /> |
<Name value="help2Collections" /> |
||||||
<Size value="{Width=312, Height=21}" /> |
<TabIndex value="1" /> |
||||||
<FormattingEnabled value="True" /> |
<Anchor value="Top, Left, Right" /> |
||||||
<DropDownStyle value="DropDownList" /> |
<Size value="{Width=312, Height=21}" /> |
||||||
<Location value="{X=16,Y=80}" /> |
<FormattingEnabled value="True" /> |
||||||
</System.Windows.Forms.ComboBox> |
<DropDownStyle value="DropDownList" /> |
||||||
<System.Windows.Forms.Label> |
<Location value="{X=16,Y=80}" /> |
||||||
<Name value="label1" /> |
</System.Windows.Forms.ComboBox> |
||||||
<Location value="{X=16,Y=27}" /> |
<System.Windows.Forms.Label> |
||||||
<Text value="${res:AddIns.HtmlHelp2.Options.Label}" /> |
<Name value="label1" /> |
||||||
<Size value="{Width=312, Height=45}" /> |
<Location value="{X=16,Y=27}" /> |
||||||
<TabIndex value="0" /> |
<Text value="${res:AddIns.HtmlHelp2.Options.Label}" /> |
||||||
<Anchor value="Top, Left, Right" /> |
<Size value="{Width=312, Height=45}" /> |
||||||
</System.Windows.Forms.Label> |
<TabIndex value="0" /> |
||||||
</Controls> |
<Anchor value="Top, Left, Right" /> |
||||||
</System.Windows.Forms.GroupBox> |
</System.Windows.Forms.Label> |
||||||
</Controls> |
</Controls> |
||||||
</System.Windows.Forms.UserControl> |
</System.Windows.Forms.GroupBox> |
||||||
|
</Controls> |
||||||
|
</System.Windows.Forms.UserControl> |
||||||
</Components> |
</Components> |
||||||
|
|||||||
Loading…
Reference in new issue