|
@@ -108,6 +108,7 @@ namespace HTEXMark
|
|
this.single.Label = "单选题\n";
|
|
this.single.Label = "单选题\n";
|
|
this.single.Name = "single";
|
|
this.single.Name = "single";
|
|
this.single.ShowImage = true;
|
|
this.single.ShowImage = true;
|
|
|
|
+ this.single.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// multiple
|
|
// multiple
|
|
//
|
|
//
|
|
@@ -116,6 +117,7 @@ namespace HTEXMark
|
|
this.multiple.Label = "多选题\n";
|
|
this.multiple.Label = "多选题\n";
|
|
this.multiple.Name = "multiple";
|
|
this.multiple.Name = "multiple";
|
|
this.multiple.ShowImage = true;
|
|
this.multiple.ShowImage = true;
|
|
|
|
+ this.multiple.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// judge
|
|
// judge
|
|
//
|
|
//
|
|
@@ -124,6 +126,7 @@ namespace HTEXMark
|
|
this.judge.Label = "判断题\n";
|
|
this.judge.Label = "判断题\n";
|
|
this.judge.Name = "judge";
|
|
this.judge.Name = "judge";
|
|
this.judge.ShowImage = true;
|
|
this.judge.ShowImage = true;
|
|
|
|
+ this.judge.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// complete
|
|
// complete
|
|
//
|
|
//
|
|
@@ -132,6 +135,7 @@ namespace HTEXMark
|
|
this.complete.Label = "填空题\n";
|
|
this.complete.Label = "填空题\n";
|
|
this.complete.Name = "complete";
|
|
this.complete.Name = "complete";
|
|
this.complete.ShowImage = true;
|
|
this.complete.ShowImage = true;
|
|
|
|
+ this.complete.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// subjective
|
|
// subjective
|
|
//
|
|
//
|
|
@@ -140,6 +144,7 @@ namespace HTEXMark
|
|
this.subjective.Label = "问答题\n";
|
|
this.subjective.Label = "问答题\n";
|
|
this.subjective.Name = "subjective";
|
|
this.subjective.Name = "subjective";
|
|
this.subjective.ShowImage = true;
|
|
this.subjective.ShowImage = true;
|
|
|
|
+ this.subjective.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// connector
|
|
// connector
|
|
//
|
|
//
|
|
@@ -148,6 +153,7 @@ namespace HTEXMark
|
|
this.connector.Label = "连线题\n";
|
|
this.connector.Label = "连线题\n";
|
|
this.connector.Name = "connector";
|
|
this.connector.Name = "connector";
|
|
this.connector.ShowImage = true;
|
|
this.connector.ShowImage = true;
|
|
|
|
+ this.connector.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// correct
|
|
// correct
|
|
//
|
|
//
|
|
@@ -156,6 +162,7 @@ namespace HTEXMark
|
|
this.correct.Label = "改错题\n";
|
|
this.correct.Label = "改错题\n";
|
|
this.correct.Name = "correct";
|
|
this.correct.Name = "correct";
|
|
this.correct.ShowImage = true;
|
|
this.correct.ShowImage = true;
|
|
|
|
+ this.correct.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// draw
|
|
// draw
|
|
//
|
|
//
|
|
@@ -164,6 +171,7 @@ namespace HTEXMark
|
|
this.draw.Label = "作图题\n";
|
|
this.draw.Label = "作图题\n";
|
|
this.draw.Name = "draw";
|
|
this.draw.Name = "draw";
|
|
this.draw.ShowImage = true;
|
|
this.draw.ShowImage = true;
|
|
|
|
+ this.draw.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// compose
|
|
// compose
|
|
//
|
|
//
|
|
@@ -172,6 +180,7 @@ namespace HTEXMark
|
|
this.compose.Label = "综合题\n";
|
|
this.compose.Label = "综合题\n";
|
|
this.compose.Name = "compose";
|
|
this.compose.Name = "compose";
|
|
this.compose.ShowImage = true;
|
|
this.compose.ShowImage = true;
|
|
|
|
+ this.compose.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// sortmultiple
|
|
// sortmultiple
|
|
//
|
|
//
|
|
@@ -180,6 +189,7 @@ namespace HTEXMark
|
|
this.sortmultiple.Label = "有序多选题\n";
|
|
this.sortmultiple.Label = "有序多选题\n";
|
|
this.sortmultiple.Name = "sortmultiple";
|
|
this.sortmultiple.Name = "sortmultiple";
|
|
this.sortmultiple.ShowImage = true;
|
|
this.sortmultiple.ShowImage = true;
|
|
|
|
+ this.sortmultiple.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// item_taxonomy
|
|
// item_taxonomy
|
|
//
|
|
//
|
|
@@ -192,6 +202,7 @@ namespace HTEXMark
|
|
this.item_taxonomy.Items.Add(this.taxonomy);
|
|
this.item_taxonomy.Items.Add(this.taxonomy);
|
|
this.item_taxonomy.Label = "认知层次";
|
|
this.item_taxonomy.Label = "认知层次";
|
|
this.item_taxonomy.Name = "item_taxonomy";
|
|
this.item_taxonomy.Name = "item_taxonomy";
|
|
|
|
+
|
|
//
|
|
//
|
|
// remember
|
|
// remember
|
|
//
|
|
//
|
|
@@ -200,6 +211,7 @@ namespace HTEXMark
|
|
this.remember.Label = "记忆\n";
|
|
this.remember.Label = "记忆\n";
|
|
this.remember.Name = "remember";
|
|
this.remember.Name = "remember";
|
|
this.remember.ShowImage = true;
|
|
this.remember.ShowImage = true;
|
|
|
|
+ this.remember.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// understand
|
|
// understand
|
|
//
|
|
//
|
|
@@ -208,6 +220,7 @@ namespace HTEXMark
|
|
this.understand.Label = "理解\n";
|
|
this.understand.Label = "理解\n";
|
|
this.understand.Name = "understand";
|
|
this.understand.Name = "understand";
|
|
this.understand.ShowImage = true;
|
|
this.understand.ShowImage = true;
|
|
|
|
+ this.understand.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// apply
|
|
// apply
|
|
//
|
|
//
|
|
@@ -216,6 +229,7 @@ namespace HTEXMark
|
|
this.apply.Label = "应用\n";
|
|
this.apply.Label = "应用\n";
|
|
this.apply.Name = "apply";
|
|
this.apply.Name = "apply";
|
|
this.apply.ShowImage = true;
|
|
this.apply.ShowImage = true;
|
|
|
|
+ this.apply.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// analyze
|
|
// analyze
|
|
//
|
|
//
|
|
@@ -224,6 +238,7 @@ namespace HTEXMark
|
|
this.analyze.Label = "分析\n";
|
|
this.analyze.Label = "分析\n";
|
|
this.analyze.Name = "analyze";
|
|
this.analyze.Name = "analyze";
|
|
this.analyze.ShowImage = true;
|
|
this.analyze.ShowImage = true;
|
|
|
|
+ this.analyze.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// evaluate
|
|
// evaluate
|
|
//
|
|
//
|
|
@@ -232,6 +247,7 @@ namespace HTEXMark
|
|
this.evaluate.Label = "评价\n";
|
|
this.evaluate.Label = "评价\n";
|
|
this.evaluate.Name = "evaluate";
|
|
this.evaluate.Name = "evaluate";
|
|
this.evaluate.ShowImage = true;
|
|
this.evaluate.ShowImage = true;
|
|
|
|
+ this.evaluate.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// create
|
|
// create
|
|
//
|
|
//
|
|
@@ -240,6 +256,7 @@ namespace HTEXMark
|
|
this.create.Label = "创造\n";
|
|
this.create.Label = "创造\n";
|
|
this.create.Name = "create";
|
|
this.create.Name = "create";
|
|
this.create.ShowImage = true;
|
|
this.create.ShowImage = true;
|
|
|
|
+ this.create.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// taxonomy
|
|
// taxonomy
|
|
//
|
|
//
|
|
@@ -248,6 +265,7 @@ namespace HTEXMark
|
|
this.taxonomy.Label = "认知层次\n";
|
|
this.taxonomy.Label = "认知层次\n";
|
|
this.taxonomy.Name = "taxonomy";
|
|
this.taxonomy.Name = "taxonomy";
|
|
this.taxonomy.ShowImage = true;
|
|
this.taxonomy.ShowImage = true;
|
|
|
|
+ this.taxonomy.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// item_tool
|
|
// item_tool
|
|
//
|
|
//
|
|
@@ -270,6 +288,7 @@ namespace HTEXMark
|
|
this.answer.Label = "答案\n";
|
|
this.answer.Label = "答案\n";
|
|
this.answer.Name = "answer";
|
|
this.answer.Name = "answer";
|
|
this.answer.ShowImage = true;
|
|
this.answer.ShowImage = true;
|
|
|
|
+ this.answer.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// analysis
|
|
// analysis
|
|
//
|
|
//
|
|
@@ -278,6 +297,7 @@ namespace HTEXMark
|
|
this.analysis.Label = "解析\n";
|
|
this.analysis.Label = "解析\n";
|
|
this.analysis.Name = "analysis";
|
|
this.analysis.Name = "analysis";
|
|
this.analysis.ShowImage = true;
|
|
this.analysis.ShowImage = true;
|
|
|
|
+ this.analysis.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// score
|
|
// score
|
|
//
|
|
//
|
|
@@ -286,6 +306,7 @@ namespace HTEXMark
|
|
this.score.Label = "配分\n";
|
|
this.score.Label = "配分\n";
|
|
this.score.Name = "score";
|
|
this.score.Name = "score";
|
|
this.score.ShowImage = true;
|
|
this.score.ShowImage = true;
|
|
|
|
+ this.score.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// point
|
|
// point
|
|
//
|
|
//
|
|
@@ -294,6 +315,7 @@ namespace HTEXMark
|
|
this.point.Label = "知识点\n";
|
|
this.point.Label = "知识点\n";
|
|
this.point.Name = "point";
|
|
this.point.Name = "point";
|
|
this.point.ShowImage = true;
|
|
this.point.ShowImage = true;
|
|
|
|
+ this.point.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// itrue
|
|
// itrue
|
|
//
|
|
//
|
|
@@ -302,6 +324,7 @@ namespace HTEXMark
|
|
this.itrue.Label = "对\n";
|
|
this.itrue.Label = "对\n";
|
|
this.itrue.Name = "itrue";
|
|
this.itrue.Name = "itrue";
|
|
this.itrue.ShowImage = true;
|
|
this.itrue.ShowImage = true;
|
|
|
|
+ this.itrue.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// ifalse
|
|
// ifalse
|
|
//
|
|
//
|
|
@@ -310,6 +333,7 @@ namespace HTEXMark
|
|
this.ifalse.Label = "错\n";
|
|
this.ifalse.Label = "错\n";
|
|
this.ifalse.Name = "ifalse";
|
|
this.ifalse.Name = "ifalse";
|
|
this.ifalse.ShowImage = true;
|
|
this.ifalse.ShowImage = true;
|
|
|
|
+ this.ifalse.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// ended
|
|
// ended
|
|
//
|
|
//
|
|
@@ -318,6 +342,7 @@ namespace HTEXMark
|
|
this.ended.Label = "结束\n";
|
|
this.ended.Label = "结束\n";
|
|
this.ended.Name = "ended";
|
|
this.ended.Name = "ended";
|
|
this.ended.ShowImage = true;
|
|
this.ended.ShowImage = true;
|
|
|
|
+ this.ended.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// level
|
|
// level
|
|
//
|
|
//
|
|
@@ -326,6 +351,7 @@ namespace HTEXMark
|
|
this.level.Label = "难度\n";
|
|
this.level.Label = "难度\n";
|
|
this.level.Name = "level";
|
|
this.level.Name = "level";
|
|
this.level.ShowImage = true;
|
|
this.level.ShowImage = true;
|
|
|
|
+ this.level.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// count
|
|
// count
|
|
//
|
|
//
|
|
@@ -334,6 +360,7 @@ namespace HTEXMark
|
|
this.count.Label = "填空数\n";
|
|
this.count.Label = "填空数\n";
|
|
this.count.Name = "count";
|
|
this.count.Name = "count";
|
|
this.count.ShowImage = true;
|
|
this.count.ShowImage = true;
|
|
|
|
+ this.count.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// item_user
|
|
// item_user
|
|
//
|
|
//
|
|
@@ -341,6 +368,7 @@ namespace HTEXMark
|
|
this.item_user.Items.Add(this.user);
|
|
this.item_user.Items.Add(this.user);
|
|
this.item_user.Label = "用户信息";
|
|
this.item_user.Label = "用户信息";
|
|
this.item_user.Name = "item_user";
|
|
this.item_user.Name = "item_user";
|
|
|
|
+
|
|
//
|
|
//
|
|
// qrcode
|
|
// qrcode
|
|
//
|
|
//
|
|
@@ -349,6 +377,7 @@ namespace HTEXMark
|
|
this.qrcode.Label = "登录\n";
|
|
this.qrcode.Label = "登录\n";
|
|
this.qrcode.Name = "qrcode";
|
|
this.qrcode.Name = "qrcode";
|
|
this.qrcode.ShowImage = true;
|
|
this.qrcode.ShowImage = true;
|
|
|
|
+ this.qrcode.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// user
|
|
// user
|
|
//
|
|
//
|
|
@@ -356,8 +385,9 @@ namespace HTEXMark
|
|
this.user.Image = global::HTEXMark.Properties.Resources.教师;
|
|
this.user.Image = global::HTEXMark.Properties.Resources.教师;
|
|
this.user.Label = "用户\n";
|
|
this.user.Label = "用户\n";
|
|
this.user.Name = "user";
|
|
this.user.Name = "user";
|
|
- this.user.Visible=false;
|
|
|
|
this.user.ShowImage = true;
|
|
this.user.ShowImage = true;
|
|
|
|
+ this.user.Visible = false;
|
|
|
|
+ this.user.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
|
|
//
|
|
//
|
|
// MarkRibbon
|
|
// MarkRibbon
|
|
//
|
|
//
|