123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498 |
- using Microsoft.Office.Core;
- namespace HTEXMark
- {
- partial class MarkRibbon : Microsoft.Office.Tools.Ribbon.RibbonBase
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- public MarkRibbon()
- : base(Globals.Factory.GetRibbonFactory())
- {
-
- InitializeComponent();
- }
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.item_mark_tab = this.Factory.CreateRibbonTab();
- this.item_type = this.Factory.CreateRibbonGroup();
- this.single = this.Factory.CreateRibbonButton();
- this.multiple = this.Factory.CreateRibbonButton();
- this.judge = this.Factory.CreateRibbonButton();
- this.complete = this.Factory.CreateRibbonButton();
- this.subjective = this.Factory.CreateRibbonButton();
- this.connector = this.Factory.CreateRibbonButton();
- this.correct = this.Factory.CreateRibbonButton();
- this.draw = this.Factory.CreateRibbonButton();
- this.compose = this.Factory.CreateRibbonButton();
- this.sortmultiple = this.Factory.CreateRibbonButton();
- this.AI = this.Factory.CreateRibbonButton();
- this.item_taxonomy = this.Factory.CreateRibbonGroup();
- this.remember = this.Factory.CreateRibbonButton();
- this.understand = this.Factory.CreateRibbonButton();
- this.apply = this.Factory.CreateRibbonButton();
- this.analyze = this.Factory.CreateRibbonButton();
- this.evaluate = this.Factory.CreateRibbonButton();
- this.create = this.Factory.CreateRibbonButton();
- this.taxonomy = this.Factory.CreateRibbonButton();
- this.item_tool = this.Factory.CreateRibbonGroup();
- this.answer = this.Factory.CreateRibbonButton();
- this.analysis = this.Factory.CreateRibbonButton();
- this.score = this.Factory.CreateRibbonButton();
- this.point = this.Factory.CreateRibbonButton();
- this.itrue = this.Factory.CreateRibbonButton();
- this.ifalse = this.Factory.CreateRibbonButton();
- this.ended = this.Factory.CreateRibbonButton();
- this.level = this.Factory.CreateRibbonButton();
- this.count = this.Factory.CreateRibbonButton();
- this.item_user = this.Factory.CreateRibbonGroup();
- this.qrcode = this.Factory.CreateRibbonButton();
- this.user = this.Factory.CreateRibbonButton();
- this.schoolDropDown = this.Factory.CreateRibbonDropDown();
- this.subjectDropDown = this.Factory.CreateRibbonDropDown();
- this.dataCenter = this.Factory.CreateRibbonDropDown();
- this.item_mark_tab.SuspendLayout();
- this.item_type.SuspendLayout();
- this.item_taxonomy.SuspendLayout();
- this.item_tool.SuspendLayout();
- this.item_user.SuspendLayout();
- this.SuspendLayout();
- //
- // item_mark_tab
- //
- this.item_mark_tab.Groups.Add(this.item_type);
- this.item_mark_tab.Groups.Add(this.item_taxonomy);
- this.item_mark_tab.Groups.Add(this.item_tool);
- this.item_mark_tab.Groups.Add(this.item_user);
- this.item_mark_tab.Label = "题目标记";
- this.item_mark_tab.Name = "item_mark_tab";
- //
- // item_type
- //
- this.item_type.Items.Add(this.single);
- this.item_type.Items.Add(this.multiple);
- this.item_type.Items.Add(this.judge);
- this.item_type.Items.Add(this.complete);
- this.item_type.Items.Add(this.subjective);
- this.item_type.Items.Add(this.connector);
- this.item_type.Items.Add(this.correct);
- this.item_type.Items.Add(this.draw);
- this.item_type.Items.Add(this.compose);
- this.item_type.Items.Add(this.sortmultiple);
- this.item_type.Items.Add(this.AI);
- this.item_type.Label = "题目类型";
- this.item_type.Name = "item_type";
- //
- // single
- //
- this.single.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.single.Image = global::HTEXMark.Properties.Resources.单选题;
- this.single.Label = "单选题\n";
- this.single.Name = "single";
- this.single.ShowImage = true;
- this.single.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // multiple
- //
- this.multiple.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.multiple.Image = global::HTEXMark.Properties.Resources.多选题;
- this.multiple.Label = "多选题\n";
- this.multiple.Name = "multiple";
- this.multiple.ShowImage = true;
- this.multiple.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // judge
- //
- this.judge.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.judge.Image = global::HTEXMark.Properties.Resources.判断题;
- this.judge.Label = "判断题\n";
- this.judge.Name = "judge";
- this.judge.ShowImage = true;
- this.judge.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // complete
- //
- this.complete.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.complete.Image = global::HTEXMark.Properties.Resources.填空题;
- this.complete.Label = "填空题\n";
- this.complete.Name = "complete";
- this.complete.ShowImage = true;
- this.complete.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // subjective
- //
- this.subjective.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.subjective.Image = global::HTEXMark.Properties.Resources.问答题;
- this.subjective.Label = "问答题\n";
- this.subjective.Name = "subjective";
- this.subjective.ShowImage = true;
- this.subjective.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // connector
- //
- this.connector.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.connector.Image = global::HTEXMark.Properties.Resources.连线题;
- this.connector.Label = "连线题\n";
- this.connector.Name = "connector";
- this.connector.ShowImage = true;
- this.connector.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // correct
- //
- this.correct.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.correct.Image = global::HTEXMark.Properties.Resources.改错题;
- this.correct.Label = "改错题\n";
- this.correct.Name = "correct";
- this.correct.ShowImage = true;
- this.correct.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // draw
- //
- this.draw.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.draw.Image = global::HTEXMark.Properties.Resources.作图题;
- this.draw.Label = "作图题\n";
- this.draw.Name = "draw";
- this.draw.ShowImage = true;
- this.draw.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // compose
- //
- this.compose.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.compose.Image = global::HTEXMark.Properties.Resources.综合题;
- this.compose.Label = "综合题\n";
- this.compose.Name = "compose";
- this.compose.ShowImage = true;
- this.compose.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // sortmultiple
- //
- this.sortmultiple.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.sortmultiple.Image = global::HTEXMark.Properties.Resources.有序多选题;
- this.sortmultiple.Label = "有序多选题\n";
- this.sortmultiple.Name = "sortmultiple";
- this.sortmultiple.ShowImage = true;
- this.sortmultiple.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // AI
- //
- this.AI.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.AI.Image = global::HTEXMark.Properties.Resources.AI;
- this.AI.Label = "智能出题\n";
- this.AI.Name = "AI";
- this.AI.ShowImage = true;
- this.AI.Visible = false;
- this.AI.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.AI_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
- //
- this.remember.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.remember.Image = global::HTEXMark.Properties.Resources.记忆;
- this.remember.Label = "记忆\n";
- this.remember.Name = "remember";
- this.remember.ShowImage = true;
- this.remember.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // understand
- //
- this.understand.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.understand.Image = global::HTEXMark.Properties.Resources.理解;
- this.understand.Label = "理解\n";
- this.understand.Name = "understand";
- this.understand.ShowImage = true;
- this.understand.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // apply
- //
- this.apply.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.apply.Image = global::HTEXMark.Properties.Resources.应用;
- this.apply.Label = "应用\n";
- this.apply.Name = "apply";
- this.apply.ShowImage = true;
- this.apply.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // analyze
- //
- this.analyze.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.analyze.Image = global::HTEXMark.Properties.Resources.分析;
- this.analyze.Label = "分析\n";
- this.analyze.Name = "analyze";
- this.analyze.ShowImage = true;
- this.analyze.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // evaluate
- //
- this.evaluate.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.evaluate.Image = global::HTEXMark.Properties.Resources.评价;
- this.evaluate.Label = "评价\n";
- this.evaluate.Name = "evaluate";
- this.evaluate.ShowImage = true;
- this.evaluate.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // create
- //
- this.create.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.create.Image = global::HTEXMark.Properties.Resources.创造;
- this.create.Label = "创造\n";
- this.create.Name = "create";
- this.create.ShowImage = true;
- this.create.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // taxonomy
- //
- this.taxonomy.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.taxonomy.Image = global::HTEXMark.Properties.Resources.认知层次;
- this.taxonomy.Label = "认知层次\n";
- this.taxonomy.Name = "taxonomy";
- this.taxonomy.ShowImage = true;
- 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
- //
- this.answer.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.answer.Image = global::HTEXMark.Properties.Resources.答案;
- this.answer.Label = "答案\n";
- this.answer.Name = "answer";
- this.answer.ShowImage = true;
- this.answer.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // analysis
- //
- this.analysis.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.analysis.Image = global::HTEXMark.Properties.Resources.解析;
- this.analysis.Label = "解析\n";
- this.analysis.Name = "analysis";
- this.analysis.ShowImage = true;
- this.analysis.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // score
- //
- this.score.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.score.Image = global::HTEXMark.Properties.Resources.配分;
- this.score.Label = "配分\n";
- this.score.Name = "score";
- this.score.ShowImage = true;
- this.score.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // point
- //
- this.point.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.point.Image = global::HTEXMark.Properties.Resources.知识点;
- this.point.Label = "知识点\n";
- this.point.Name = "point";
- this.point.ShowImage = true;
- this.point.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // itrue
- //
- this.itrue.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.itrue.Image = global::HTEXMark.Properties.Resources.正确;
- this.itrue.Label = "对\n";
- this.itrue.Name = "itrue";
- this.itrue.ShowImage = true;
- this.itrue.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // ifalse
- //
- this.ifalse.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.ifalse.Image = global::HTEXMark.Properties.Resources.错误;
- this.ifalse.Label = "错\n";
- this.ifalse.Name = "ifalse";
- this.ifalse.ShowImage = true;
- this.ifalse.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // ended
- //
- this.ended.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.ended.Image = global::HTEXMark.Properties.Resources.结束;
- this.ended.Label = "结束\n";
- this.ended.Name = "ended";
- this.ended.ShowImage = true;
- this.ended.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // level
- //
- this.level.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.level.Image = global::HTEXMark.Properties.Resources.难度;
- this.level.Label = "难度\n";
- this.level.Name = "level";
- this.level.ShowImage = true;
- this.level.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkTags_Click);
- //
- // count
- //
- this.count.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.count.Image = global::HTEXMark.Properties.Resources.填空数量;
- this.count.Label = "填空数\n";
- this.count.Name = "count";
- this.count.ShowImage = true;
- 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.Label = "用户信息";
- this.item_user.Name = "item_user";
- //
- // qrcode
- //
- this.qrcode.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.qrcode.Image = global::HTEXMark.Properties.Resources.二维码;
- this.qrcode.Label = "登录\n";
- this.qrcode.Name = "qrcode";
- this.qrcode.ShowImage = true;
- this.qrcode.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.QRCode_Click);
- //
- // user
- //
- this.user.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
- this.user.Image = global::HTEXMark.Properties.Resources.教师;
- this.user.Label = "用户\n";
- this.user.Name = "user";
- this.user.ShowImage = true;
- this.user.Visible = false;
- //
- // schoolDropDown
- //
- this.schoolDropDown.Image = global::HTEXMark.Properties.Resources.学校;
- this.schoolDropDown.Label = "学校";
- this.schoolDropDown.Name = "schoolDropDown";
- this.schoolDropDown.ShowImage = true;
- this.schoolDropDown.Visible = false;
- //
- // subjectDropDown
- //
- this.subjectDropDown.Image = global::HTEXMark.Properties.Resources.学科;
- this.subjectDropDown.Label = "学科";
- this.subjectDropDown.Name = "subjectDropDown";
- this.subjectDropDown.ShowImage = true;
- this.subjectDropDown.Visible = false;
- //
- // dataCenter
- //
- this.dataCenter.Image = global::HTEXMark.Properties.Resources.数据中心;
- this.dataCenter.Label = "站点";
- this.dataCenter.Name = "dataCenter";
- this.dataCenter.ShowImage = true;
- //
- // MarkRibbon
- //
- this.Name = "MarkRibbon";
- this.RibbonType = "Microsoft.Word.Document";
- this.Tabs.Add(this.item_mark_tab);
- this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.MarkRibbon_Load);
- this.item_mark_tab.ResumeLayout(false);
- this.item_mark_tab.PerformLayout();
- this.item_type.ResumeLayout(false);
- this.item_type.PerformLayout();
- this.item_taxonomy.ResumeLayout(false);
- this.item_taxonomy.PerformLayout();
- this.item_tool.ResumeLayout(false);
- this.item_tool.PerformLayout();
- this.item_user.ResumeLayout(false);
- this.item_user.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- internal Microsoft.Office.Tools.Ribbon.RibbonTab item_mark_tab;
- internal Microsoft.Office.Tools.Ribbon.RibbonGroup item_type;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton single;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton multiple;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton judge;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton complete;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton subjective;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton connector;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton correct;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton draw;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton compose;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton sortmultiple;
- internal Microsoft.Office.Tools.Ribbon.RibbonGroup item_taxonomy;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton remember;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton understand;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton apply;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton analyze;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton evaluate;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton create;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton taxonomy;
- internal Microsoft.Office.Tools.Ribbon.RibbonGroup item_tool;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton answer;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton analysis;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton score;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton point;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton itrue;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton ifalse;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton ended;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton level;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton count;
- internal Microsoft.Office.Tools.Ribbon.RibbonGroup item_user;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton qrcode;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton user;
- internal Microsoft.Office.Tools.Ribbon.RibbonDropDown schoolDropDown;
- internal Microsoft.Office.Tools.Ribbon.RibbonDropDown subjectDropDown;
- internal Microsoft.Office.Tools.Ribbon.RibbonDropDown dataCenter;
- internal Microsoft.Office.Tools.Ribbon.RibbonButton AI;
- }
- partial class ThisRibbonCollection
- {
- internal MarkRibbon MarkRibbon
- {
- get { return this.GetRibbon<MarkRibbon>(); }
- }
- }
- }
|