|
@@ -39,9 +39,6 @@ namespace HTEXMark
|
|
{
|
|
{
|
|
this.item_mark_tab = this.Factory.CreateRibbonTab();
|
|
this.item_mark_tab = this.Factory.CreateRibbonTab();
|
|
this.item_type = this.Factory.CreateRibbonGroup();
|
|
this.item_type = this.Factory.CreateRibbonGroup();
|
|
- this.item_taxonomy = this.Factory.CreateRibbonGroup();
|
|
|
|
- this.item_tool = this.Factory.CreateRibbonGroup();
|
|
|
|
- this.item_user = this.Factory.CreateRibbonGroup();
|
|
|
|
this.single = this.Factory.CreateRibbonButton();
|
|
this.single = this.Factory.CreateRibbonButton();
|
|
this.multiple = this.Factory.CreateRibbonButton();
|
|
this.multiple = this.Factory.CreateRibbonButton();
|
|
this.judge = this.Factory.CreateRibbonButton();
|
|
this.judge = this.Factory.CreateRibbonButton();
|
|
@@ -52,6 +49,7 @@ namespace HTEXMark
|
|
this.draw = this.Factory.CreateRibbonButton();
|
|
this.draw = this.Factory.CreateRibbonButton();
|
|
this.compose = this.Factory.CreateRibbonButton();
|
|
this.compose = this.Factory.CreateRibbonButton();
|
|
this.sortmultiple = this.Factory.CreateRibbonButton();
|
|
this.sortmultiple = this.Factory.CreateRibbonButton();
|
|
|
|
+ this.item_taxonomy = this.Factory.CreateRibbonGroup();
|
|
this.remember = this.Factory.CreateRibbonButton();
|
|
this.remember = this.Factory.CreateRibbonButton();
|
|
this.understand = this.Factory.CreateRibbonButton();
|
|
this.understand = this.Factory.CreateRibbonButton();
|
|
this.apply = this.Factory.CreateRibbonButton();
|
|
this.apply = this.Factory.CreateRibbonButton();
|
|
@@ -59,6 +57,7 @@ namespace HTEXMark
|
|
this.evaluate = this.Factory.CreateRibbonButton();
|
|
this.evaluate = this.Factory.CreateRibbonButton();
|
|
this.create = this.Factory.CreateRibbonButton();
|
|
this.create = this.Factory.CreateRibbonButton();
|
|
this.taxonomy = this.Factory.CreateRibbonButton();
|
|
this.taxonomy = this.Factory.CreateRibbonButton();
|
|
|
|
+ this.item_tool = this.Factory.CreateRibbonGroup();
|
|
this.answer = this.Factory.CreateRibbonButton();
|
|
this.answer = this.Factory.CreateRibbonButton();
|
|
this.analysis = this.Factory.CreateRibbonButton();
|
|
this.analysis = this.Factory.CreateRibbonButton();
|
|
this.score = this.Factory.CreateRibbonButton();
|
|
this.score = this.Factory.CreateRibbonButton();
|
|
@@ -68,11 +67,13 @@ namespace HTEXMark
|
|
this.ended = this.Factory.CreateRibbonButton();
|
|
this.ended = this.Factory.CreateRibbonButton();
|
|
this.level = this.Factory.CreateRibbonButton();
|
|
this.level = this.Factory.CreateRibbonButton();
|
|
this.count = this.Factory.CreateRibbonButton();
|
|
this.count = this.Factory.CreateRibbonButton();
|
|
|
|
+ this.item_user = this.Factory.CreateRibbonGroup();
|
|
this.qrcode = this.Factory.CreateRibbonButton();
|
|
this.qrcode = this.Factory.CreateRibbonButton();
|
|
this.user = this.Factory.CreateRibbonButton();
|
|
this.user = this.Factory.CreateRibbonButton();
|
|
this.schoolDropDown = this.Factory.CreateRibbonDropDown();
|
|
this.schoolDropDown = this.Factory.CreateRibbonDropDown();
|
|
this.subjectDropDown = this.Factory.CreateRibbonDropDown();
|
|
this.subjectDropDown = this.Factory.CreateRibbonDropDown();
|
|
this.dataCenter = this.Factory.CreateRibbonDropDown();
|
|
this.dataCenter = this.Factory.CreateRibbonDropDown();
|
|
|
|
+ this.xkw = this.Factory.CreateRibbonButton();
|
|
this.item_mark_tab.SuspendLayout();
|
|
this.item_mark_tab.SuspendLayout();
|
|
this.item_type.SuspendLayout();
|
|
this.item_type.SuspendLayout();
|
|
this.item_taxonomy.SuspendLayout();
|
|
this.item_taxonomy.SuspendLayout();
|
|
@@ -104,42 +105,6 @@ namespace HTEXMark
|
|
this.item_type.Label = "题目类型";
|
|
this.item_type.Label = "题目类型";
|
|
this.item_type.Name = "item_type";
|
|
this.item_type.Name = "item_type";
|
|
//
|
|
//
|
|
- // item_taxonomy
|
|
|
|
- //
|
|
|
|
- this.item_taxonomy.Items.Add(this.remember);
|
|
|
|
- this.item_taxonomy.Items.Add(this.understand);
|
|
|
|
- this.item_taxonomy.Items.Add(this.apply);
|
|
|
|
- this.item_taxonomy.Items.Add(this.analyze);
|
|
|
|
- this.item_taxonomy.Items.Add(this.evaluate);
|
|
|
|
- this.item_taxonomy.Items.Add(this.create);
|
|
|
|
- this.item_taxonomy.Items.Add(this.taxonomy);
|
|
|
|
- this.item_taxonomy.Label = "认知层次";
|
|
|
|
- this.item_taxonomy.Name = "item_taxonomy";
|
|
|
|
- //
|
|
|
|
- // item_tool
|
|
|
|
- //
|
|
|
|
- this.item_tool.Items.Add(this.answer);
|
|
|
|
- this.item_tool.Items.Add(this.analysis);
|
|
|
|
- this.item_tool.Items.Add(this.score);
|
|
|
|
- this.item_tool.Items.Add(this.point);
|
|
|
|
- this.item_tool.Items.Add(this.itrue);
|
|
|
|
- this.item_tool.Items.Add(this.ifalse);
|
|
|
|
- this.item_tool.Items.Add(this.ended);
|
|
|
|
- this.item_tool.Items.Add(this.level);
|
|
|
|
- this.item_tool.Items.Add(this.count);
|
|
|
|
- this.item_tool.Label = "其他标记";
|
|
|
|
- this.item_tool.Name = "item_tool";
|
|
|
|
- //
|
|
|
|
- // item_user
|
|
|
|
- //
|
|
|
|
- this.item_user.Items.Add(this.qrcode);
|
|
|
|
- this.item_user.Items.Add(this.user);
|
|
|
|
- this.item_user.Items.Add(this.schoolDropDown);
|
|
|
|
- this.item_user.Items.Add(this.subjectDropDown);
|
|
|
|
- this.item_user.Items.Add(this.dataCenter);
|
|
|
|
- this.item_user.Label = "用户信息";
|
|
|
|
- this.item_user.Name = "item_user";
|
|
|
|
- //
|
|
|
|
// single
|
|
// single
|
|
//
|
|
//
|
|
this.single.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
|
this.single.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
|
@@ -230,6 +195,18 @@ namespace HTEXMark
|
|
this.sortmultiple.ShowImage = true;
|
|
this.sortmultiple.ShowImage = true;
|
|
this.sortmultiple.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
this.sortmultiple.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
|
|
+ // item_taxonomy
|
|
|
|
+ //
|
|
|
|
+ this.item_taxonomy.Items.Add(this.remember);
|
|
|
|
+ this.item_taxonomy.Items.Add(this.understand);
|
|
|
|
+ this.item_taxonomy.Items.Add(this.apply);
|
|
|
|
+ this.item_taxonomy.Items.Add(this.analyze);
|
|
|
|
+ this.item_taxonomy.Items.Add(this.evaluate);
|
|
|
|
+ this.item_taxonomy.Items.Add(this.create);
|
|
|
|
+ this.item_taxonomy.Items.Add(this.taxonomy);
|
|
|
|
+ this.item_taxonomy.Label = "认知层次";
|
|
|
|
+ this.item_taxonomy.Name = "item_taxonomy";
|
|
|
|
+ //
|
|
// remember
|
|
// remember
|
|
//
|
|
//
|
|
this.remember.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
|
this.remember.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
|
@@ -293,6 +270,20 @@ namespace HTEXMark
|
|
this.taxonomy.ShowImage = true;
|
|
this.taxonomy.ShowImage = true;
|
|
this.taxonomy.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
this.taxonomy.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
|
|
+ // item_tool
|
|
|
|
+ //
|
|
|
|
+ this.item_tool.Items.Add(this.answer);
|
|
|
|
+ this.item_tool.Items.Add(this.analysis);
|
|
|
|
+ this.item_tool.Items.Add(this.score);
|
|
|
|
+ this.item_tool.Items.Add(this.point);
|
|
|
|
+ this.item_tool.Items.Add(this.itrue);
|
|
|
|
+ this.item_tool.Items.Add(this.ifalse);
|
|
|
|
+ this.item_tool.Items.Add(this.ended);
|
|
|
|
+ this.item_tool.Items.Add(this.level);
|
|
|
|
+ this.item_tool.Items.Add(this.count);
|
|
|
|
+ this.item_tool.Label = "其他标记";
|
|
|
|
+ this.item_tool.Name = "item_tool";
|
|
|
|
+ //
|
|
// answer
|
|
// answer
|
|
//
|
|
//
|
|
this.answer.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
|
this.answer.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
|
@@ -374,6 +365,17 @@ namespace HTEXMark
|
|
this.count.ShowImage = true;
|
|
this.count.ShowImage = true;
|
|
this.count.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
this.count.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
|
|
+ // item_user
|
|
|
|
+ //
|
|
|
|
+ this.item_user.Items.Add(this.qrcode);
|
|
|
|
+ this.item_user.Items.Add(this.user);
|
|
|
|
+ this.item_user.Items.Add(this.schoolDropDown);
|
|
|
|
+ this.item_user.Items.Add(this.subjectDropDown);
|
|
|
|
+ this.item_user.Items.Add(this.dataCenter);
|
|
|
|
+ this.item_user.Items.Add(this.xkw);
|
|
|
|
+ this.item_user.Label = "用户信息";
|
|
|
|
+ this.item_user.Name = "item_user";
|
|
|
|
+ //
|
|
// qrcode
|
|
// qrcode
|
|
//
|
|
//
|
|
this.qrcode.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
|
this.qrcode.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
|
@@ -415,6 +417,15 @@ namespace HTEXMark
|
|
this.dataCenter.Name = "dataCenter";
|
|
this.dataCenter.Name = "dataCenter";
|
|
this.dataCenter.ShowImage = true;
|
|
this.dataCenter.ShowImage = true;
|
|
//
|
|
//
|
|
|
|
+ // xkw
|
|
|
|
+ //
|
|
|
|
+ this.xkw.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
|
|
|
+ this.xkw.Image = global::HTEXMark.Properties.Resources.共享数据;
|
|
|
|
+ this.xkw.Label = "学科网";
|
|
|
|
+ this.xkw.Name = "xkw";
|
|
|
|
+ this.xkw.ShowImage = true;
|
|
|
|
+ this.xkw.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.XKW_Click);
|
|
|
|
+ //
|
|
// MarkRibbon
|
|
// MarkRibbon
|
|
//
|
|
//
|
|
this.Name = "MarkRibbon";
|
|
this.Name = "MarkRibbon";
|
|
@@ -473,6 +484,7 @@ namespace HTEXMark
|
|
internal Microsoft.Office.Tools.Ribbon.RibbonDropDown schoolDropDown;
|
|
internal Microsoft.Office.Tools.Ribbon.RibbonDropDown schoolDropDown;
|
|
internal Microsoft.Office.Tools.Ribbon.RibbonDropDown subjectDropDown;
|
|
internal Microsoft.Office.Tools.Ribbon.RibbonDropDown subjectDropDown;
|
|
internal Microsoft.Office.Tools.Ribbon.RibbonDropDown dataCenter;
|
|
internal Microsoft.Office.Tools.Ribbon.RibbonDropDown dataCenter;
|
|
|
|
+ internal Microsoft.Office.Tools.Ribbon.RibbonButton xkw;
|
|
}
|
|
}
|
|
|
|
|
|
partial class ThisRibbonCollection
|
|
partial class ThisRibbonCollection
|