1448 lines
84 KiB
C#
1448 lines
84 KiB
C#
|
namespace TBAppraisalTools.Forms
|
|||
|
{
|
|||
|
partial class EditTextForm
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.components = new System.ComponentModel.Container();
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditTextForm));
|
|||
|
this.repositoryItemFontEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
|
|||
|
this.repositoryItemRichEditFontSizeEdit2 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditFontSizeEdit();
|
|||
|
this.repositoryItemRichEditStyleEdit2 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditStyleEdit();
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
this.label8 = new System.Windows.Forms.Label();
|
|||
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.richEditControl1 = new DevExpress.XtraRichEdit.RichEditControl();
|
|||
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|||
|
this.fontBar1 = new DevExpress.XtraRichEdit.UI.FontBar();
|
|||
|
this.changeFontNameItem2 = new DevExpress.XtraRichEdit.UI.ChangeFontNameItem();
|
|||
|
this.repositoryItemFontEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
|
|||
|
this.changeFontSizeItem2 = new DevExpress.XtraRichEdit.UI.ChangeFontSizeItem();
|
|||
|
this.repositoryItemRichEditFontSizeEdit1 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditFontSizeEdit();
|
|||
|
this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
|
|||
|
this.repositoryItemColorEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
|
|||
|
this.toggleFontBoldItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontBoldItem();
|
|||
|
this.toggleFontItalicItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontItalicItem();
|
|||
|
this.toggleFontUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontUnderlineItem();
|
|||
|
this.toggleFontStrikeoutItem2 = new DevExpress.XtraRichEdit.UI.ToggleFontStrikeoutItem();
|
|||
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|||
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|||
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|||
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|||
|
this.pasteItem2 = new DevExpress.XtraRichEdit.UI.PasteItem();
|
|||
|
this.cutItem2 = new DevExpress.XtraRichEdit.UI.CutItem();
|
|||
|
this.copyItem2 = new DevExpress.XtraRichEdit.UI.CopyItem();
|
|||
|
this.pasteSpecialItem2 = new DevExpress.XtraRichEdit.UI.PasteSpecialItem();
|
|||
|
this.fontSizeIncreaseItem2 = new DevExpress.XtraRichEdit.UI.FontSizeIncreaseItem();
|
|||
|
this.fontSizeDecreaseItem2 = new DevExpress.XtraRichEdit.UI.FontSizeDecreaseItem();
|
|||
|
this.toggleFontDoubleUnderlineItem2 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleUnderlineItem();
|
|||
|
this.toggleFontDoubleStrikeoutItem2 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleStrikeoutItem();
|
|||
|
this.toggleFontSuperscriptItem2 = new DevExpress.XtraRichEdit.UI.ToggleFontSuperscriptItem();
|
|||
|
this.toggleFontSubscriptItem2 = new DevExpress.XtraRichEdit.UI.ToggleFontSubscriptItem();
|
|||
|
this.changeFontColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontColorItem();
|
|||
|
this.changeFontHighlightColorItem2 = new DevExpress.XtraRichEdit.UI.ChangeFontHighlightColorItem();
|
|||
|
this.changeTextCaseItem2 = new DevExpress.XtraRichEdit.UI.ChangeTextCaseItem();
|
|||
|
this.makeTextUpperCaseItem2 = new DevExpress.XtraRichEdit.UI.MakeTextUpperCaseItem();
|
|||
|
this.makeTextLowerCaseItem2 = new DevExpress.XtraRichEdit.UI.MakeTextLowerCaseItem();
|
|||
|
this.capitalizeEachWordCaseItem2 = new DevExpress.XtraRichEdit.UI.CapitalizeEachWordCaseItem();
|
|||
|
this.toggleTextCaseItem2 = new DevExpress.XtraRichEdit.UI.ToggleTextCaseItem();
|
|||
|
this.clearFormattingItem2 = new DevExpress.XtraRichEdit.UI.ClearFormattingItem();
|
|||
|
this.showFontFormItem2 = new DevExpress.XtraRichEdit.UI.ShowFontFormItem();
|
|||
|
this.toggleBulletedListItem2 = new DevExpress.XtraRichEdit.UI.ToggleBulletedListItem();
|
|||
|
this.toggleNumberingListItem2 = new DevExpress.XtraRichEdit.UI.ToggleNumberingListItem();
|
|||
|
this.toggleMultiLevelListItem2 = new DevExpress.XtraRichEdit.UI.ToggleMultiLevelListItem();
|
|||
|
this.decreaseIndentItem2 = new DevExpress.XtraRichEdit.UI.DecreaseIndentItem();
|
|||
|
this.increaseIndentItem2 = new DevExpress.XtraRichEdit.UI.IncreaseIndentItem();
|
|||
|
this.toggleParagraphAlignmentLeftItem2 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentLeftItem();
|
|||
|
this.toggleParagraphAlignmentCenterItem2 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentCenterItem();
|
|||
|
this.toggleParagraphAlignmentRightItem2 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentRightItem();
|
|||
|
this.toggleParagraphAlignmentJustifyItem2 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentJustifyItem();
|
|||
|
this.toggleShowWhitespaceItem2 = new DevExpress.XtraRichEdit.UI.ToggleShowWhitespaceItem();
|
|||
|
this.changeParagraphLineSpacingItem2 = new DevExpress.XtraRichEdit.UI.ChangeParagraphLineSpacingItem();
|
|||
|
this.setSingleParagraphSpacingItem2 = new DevExpress.XtraRichEdit.UI.SetSingleParagraphSpacingItem();
|
|||
|
this.setSesquialteralParagraphSpacingItem2 = new DevExpress.XtraRichEdit.UI.SetSesquialteralParagraphSpacingItem();
|
|||
|
this.setDoubleParagraphSpacingItem2 = new DevExpress.XtraRichEdit.UI.SetDoubleParagraphSpacingItem();
|
|||
|
this.showLineSpacingFormItem2 = new DevExpress.XtraRichEdit.UI.ShowLineSpacingFormItem();
|
|||
|
this.addSpacingBeforeParagraphItem2 = new DevExpress.XtraRichEdit.UI.AddSpacingBeforeParagraphItem();
|
|||
|
this.removeSpacingBeforeParagraphItem2 = new DevExpress.XtraRichEdit.UI.RemoveSpacingBeforeParagraphItem();
|
|||
|
this.addSpacingAfterParagraphItem2 = new DevExpress.XtraRichEdit.UI.AddSpacingAfterParagraphItem();
|
|||
|
this.removeSpacingAfterParagraphItem2 = new DevExpress.XtraRichEdit.UI.RemoveSpacingAfterParagraphItem();
|
|||
|
this.changeParagraphBackColorItem2 = new DevExpress.XtraRichEdit.UI.ChangeParagraphBackColorItem();
|
|||
|
this.showParagraphFormItem2 = new DevExpress.XtraRichEdit.UI.ShowParagraphFormItem();
|
|||
|
this.changeStyleItem1 = new DevExpress.XtraRichEdit.UI.ChangeStyleItem();
|
|||
|
this.repositoryItemRichEditStyleEdit1 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditStyleEdit();
|
|||
|
this.showEditStyleFormItem2 = new DevExpress.XtraRichEdit.UI.ShowEditStyleFormItem();
|
|||
|
this.findItem2 = new DevExpress.XtraRichEdit.UI.FindItem();
|
|||
|
this.replaceItem2 = new DevExpress.XtraRichEdit.UI.ReplaceItem();
|
|||
|
this.clipboardBar1 = new DevExpress.XtraRichEdit.UI.ClipboardBar();
|
|||
|
this.paragraphBar1 = new DevExpress.XtraRichEdit.UI.ParagraphBar();
|
|||
|
this.stylesBar1 = new DevExpress.XtraRichEdit.UI.StylesBar();
|
|||
|
this.editingBar1 = new DevExpress.XtraRichEdit.UI.EditingBar();
|
|||
|
this.commonBar1 = new DevExpress.XtraRichEdit.UI.CommonBar();
|
|||
|
this.fileInfoBar1 = new DevExpress.XtraRichEdit.UI.FileInfoBar();
|
|||
|
this.fontBar2 = new DevExpress.XtraRichEdit.UI.FontBar();
|
|||
|
this.cutItem1 = new DevExpress.XtraRichEdit.UI.CutItem();
|
|||
|
this.copyItem1 = new DevExpress.XtraRichEdit.UI.CopyItem();
|
|||
|
this.pasteSpecialItem1 = new DevExpress.XtraRichEdit.UI.PasteSpecialItem();
|
|||
|
this.pasteItem1 = new DevExpress.XtraRichEdit.UI.PasteItem();
|
|||
|
this.changeFontNameItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontNameItem();
|
|||
|
this.changeFontSizeItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontSizeItem();
|
|||
|
this.fontSizeIncreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeIncreaseItem();
|
|||
|
this.fontSizeDecreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeDecreaseItem();
|
|||
|
this.toggleFontBoldItem2 = new DevExpress.XtraRichEdit.UI.ToggleFontBoldItem();
|
|||
|
this.toggleFontItalicItem2 = new DevExpress.XtraRichEdit.UI.ToggleFontItalicItem();
|
|||
|
this.toggleFontUnderlineItem2 = new DevExpress.XtraRichEdit.UI.ToggleFontUnderlineItem();
|
|||
|
this.toggleFontDoubleUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleUnderlineItem();
|
|||
|
this.toggleFontStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontStrikeoutItem();
|
|||
|
this.toggleFontDoubleStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleStrikeoutItem();
|
|||
|
this.toggleFontSuperscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSuperscriptItem();
|
|||
|
this.toggleFontSubscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSubscriptItem();
|
|||
|
this.changeFontColorItem2 = new DevExpress.XtraRichEdit.UI.ChangeFontColorItem();
|
|||
|
this.changeFontHighlightColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontHighlightColorItem();
|
|||
|
this.changeTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ChangeTextCaseItem();
|
|||
|
this.makeTextUpperCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextUpperCaseItem();
|
|||
|
this.makeTextLowerCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextLowerCaseItem();
|
|||
|
this.capitalizeEachWordCaseItem1 = new DevExpress.XtraRichEdit.UI.CapitalizeEachWordCaseItem();
|
|||
|
this.toggleTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ToggleTextCaseItem();
|
|||
|
this.clearFormattingItem1 = new DevExpress.XtraRichEdit.UI.ClearFormattingItem();
|
|||
|
this.showFontFormItem1 = new DevExpress.XtraRichEdit.UI.ShowFontFormItem();
|
|||
|
this.toggleBulletedListItem1 = new DevExpress.XtraRichEdit.UI.ToggleBulletedListItem();
|
|||
|
this.toggleNumberingListItem1 = new DevExpress.XtraRichEdit.UI.ToggleNumberingListItem();
|
|||
|
this.toggleMultiLevelListItem1 = new DevExpress.XtraRichEdit.UI.ToggleMultiLevelListItem();
|
|||
|
this.decreaseIndentItem1 = new DevExpress.XtraRichEdit.UI.DecreaseIndentItem();
|
|||
|
this.increaseIndentItem1 = new DevExpress.XtraRichEdit.UI.IncreaseIndentItem();
|
|||
|
this.toggleParagraphAlignmentLeftItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentLeftItem();
|
|||
|
this.toggleParagraphAlignmentCenterItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentCenterItem();
|
|||
|
this.toggleParagraphAlignmentRightItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentRightItem();
|
|||
|
this.toggleParagraphAlignmentJustifyItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentJustifyItem();
|
|||
|
this.toggleShowWhitespaceItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowWhitespaceItem();
|
|||
|
this.changeParagraphLineSpacingItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphLineSpacingItem();
|
|||
|
this.setSingleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSingleParagraphSpacingItem();
|
|||
|
this.setSesquialteralParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSesquialteralParagraphSpacingItem();
|
|||
|
this.setDoubleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetDoubleParagraphSpacingItem();
|
|||
|
this.showLineSpacingFormItem1 = new DevExpress.XtraRichEdit.UI.ShowLineSpacingFormItem();
|
|||
|
this.addSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingBeforeParagraphItem();
|
|||
|
this.removeSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingBeforeParagraphItem();
|
|||
|
this.addSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingAfterParagraphItem();
|
|||
|
this.removeSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingAfterParagraphItem();
|
|||
|
this.changeParagraphBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphBackColorItem();
|
|||
|
this.showParagraphFormItem1 = new DevExpress.XtraRichEdit.UI.ShowParagraphFormItem();
|
|||
|
this.changeStyleItem2 = new DevExpress.XtraRichEdit.UI.ChangeStyleItem();
|
|||
|
this.showEditStyleFormItem1 = new DevExpress.XtraRichEdit.UI.ShowEditStyleFormItem();
|
|||
|
this.findItem1 = new DevExpress.XtraRichEdit.UI.FindItem();
|
|||
|
this.replaceItem1 = new DevExpress.XtraRichEdit.UI.ReplaceItem();
|
|||
|
this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
|
|||
|
this.showDocumentPropertiesFormItem1 = new DevExpress.XtraRichEdit.UI.ShowDocumentPropertiesFormItem();
|
|||
|
this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
|
|||
|
this.richEditBarController1 = new DevExpress.XtraRichEdit.UI.RichEditBarController(this.components);
|
|||
|
this.clipboardBar2 = new DevExpress.XtraRichEdit.UI.ClipboardBar();
|
|||
|
this.paragraphBar2 = new DevExpress.XtraRichEdit.UI.ParagraphBar();
|
|||
|
this.stylesBar2 = new DevExpress.XtraRichEdit.UI.StylesBar();
|
|||
|
this.editingBar2 = new DevExpress.XtraRichEdit.UI.EditingBar();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditStyleEdit2)).BeginInit();
|
|||
|
this.panel1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorEdit1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditStyleEdit1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// repositoryItemFontEdit2
|
|||
|
//
|
|||
|
this.repositoryItemFontEdit2.AutoHeight = false;
|
|||
|
this.repositoryItemFontEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.repositoryItemFontEdit2.Name = "repositoryItemFontEdit2";
|
|||
|
//
|
|||
|
// repositoryItemRichEditFontSizeEdit2
|
|||
|
//
|
|||
|
this.repositoryItemRichEditFontSizeEdit2.AutoHeight = false;
|
|||
|
this.repositoryItemRichEditFontSizeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.repositoryItemRichEditFontSizeEdit2.Control = null;
|
|||
|
this.repositoryItemRichEditFontSizeEdit2.Items.AddRange(new object[] {
|
|||
|
8,
|
|||
|
9,
|
|||
|
10,
|
|||
|
11,
|
|||
|
12,
|
|||
|
14,
|
|||
|
16,
|
|||
|
18,
|
|||
|
20,
|
|||
|
22,
|
|||
|
24,
|
|||
|
26,
|
|||
|
28,
|
|||
|
36,
|
|||
|
48,
|
|||
|
72});
|
|||
|
this.repositoryItemRichEditFontSizeEdit2.Name = "repositoryItemRichEditFontSizeEdit2";
|
|||
|
//
|
|||
|
// repositoryItemRichEditStyleEdit2
|
|||
|
//
|
|||
|
this.repositoryItemRichEditStyleEdit2.AutoHeight = false;
|
|||
|
this.repositoryItemRichEditStyleEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.repositoryItemRichEditStyleEdit2.Control = null;
|
|||
|
this.repositoryItemRichEditStyleEdit2.Name = "repositoryItemRichEditStyleEdit2";
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.Controls.Add(this.label9);
|
|||
|
this.panel1.Controls.Add(this.label8);
|
|||
|
this.panel1.Controls.Add(this.label7);
|
|||
|
this.panel1.Controls.Add(this.label6);
|
|||
|
this.panel1.Controls.Add(this.label5);
|
|||
|
this.panel1.Controls.Add(this.label4);
|
|||
|
this.panel1.Controls.Add(this.label3);
|
|||
|
this.panel1.Controls.Add(this.label2);
|
|||
|
this.panel1.Controls.Add(this.label1);
|
|||
|
this.panel1.Controls.Add(this.richEditControl1);
|
|||
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.panel1.Location = new System.Drawing.Point(0, 31);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(739, 478);
|
|||
|
this.panel1.TabIndex = 0;
|
|||
|
//
|
|||
|
// label9
|
|||
|
//
|
|||
|
this.label9.AutoSize = true;
|
|||
|
this.label9.Font = new System.Drawing.Font("Tahoma", 16F);
|
|||
|
this.label9.Location = new System.Drawing.Point(19, 394);
|
|||
|
this.label9.Name = "label9";
|
|||
|
this.label9.Size = new System.Drawing.Size(64, 27);
|
|||
|
this.label9.TabIndex = 9;
|
|||
|
this.label9.Text = "变量:";
|
|||
|
//
|
|||
|
// label8
|
|||
|
//
|
|||
|
this.label8.AutoSize = true;
|
|||
|
this.label8.Font = new System.Drawing.Font("新宋体", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label8.ForeColor = System.Drawing.Color.Fuchsia;
|
|||
|
this.label8.Location = new System.Drawing.Point(574, 438);
|
|||
|
this.label8.Name = "label8";
|
|||
|
this.label8.Size = new System.Drawing.Size(114, 22);
|
|||
|
this.label8.TabIndex = 8;
|
|||
|
this.label8.Text = "#结束时间";
|
|||
|
this.label8.Click += new System.EventHandler(this.label_Click);
|
|||
|
//
|
|||
|
// label7
|
|||
|
//
|
|||
|
this.label7.AutoSize = true;
|
|||
|
this.label7.Font = new System.Drawing.Font("新宋体", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label7.ForeColor = System.Drawing.Color.Fuchsia;
|
|||
|
this.label7.Location = new System.Drawing.Point(413, 438);
|
|||
|
this.label7.Name = "label7";
|
|||
|
this.label7.Size = new System.Drawing.Size(114, 22);
|
|||
|
this.label7.TabIndex = 7;
|
|||
|
this.label7.Text = "#开始时间";
|
|||
|
this.label7.Click += new System.EventHandler(this.label_Click);
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.AutoSize = true;
|
|||
|
this.label6.Font = new System.Drawing.Font("新宋体", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label6.ForeColor = System.Drawing.Color.Fuchsia;
|
|||
|
this.label6.Location = new System.Drawing.Point(252, 438);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(114, 22);
|
|||
|
this.label6.TabIndex = 6;
|
|||
|
this.label6.Text = "#券后特价";
|
|||
|
this.label6.Click += new System.EventHandler(this.label_Click);
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.Font = new System.Drawing.Font("新宋体", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label5.ForeColor = System.Drawing.Color.Fuchsia;
|
|||
|
this.label5.Location = new System.Drawing.Point(91, 438);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(114, 22);
|
|||
|
this.label5.TabIndex = 5;
|
|||
|
this.label5.Text = "#优惠券价";
|
|||
|
this.label5.Click += new System.EventHandler(this.label_Click);
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Font = new System.Drawing.Font("新宋体", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label4.ForeColor = System.Drawing.Color.Fuchsia;
|
|||
|
this.label4.Location = new System.Drawing.Point(574, 397);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(114, 22);
|
|||
|
this.label4.TabIndex = 4;
|
|||
|
this.label4.Text = "#商品现价";
|
|||
|
this.label4.Click += new System.EventHandler(this.label_Click);
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Font = new System.Drawing.Font("新宋体", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label3.ForeColor = System.Drawing.Color.Fuchsia;
|
|||
|
this.label3.Location = new System.Drawing.Point(413, 397);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(114, 22);
|
|||
|
this.label3.TabIndex = 3;
|
|||
|
this.label3.Text = "#月销售量";
|
|||
|
this.label3.Click += new System.EventHandler(this.label_Click);
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Font = new System.Drawing.Font("新宋体", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label2.ForeColor = System.Drawing.Color.Fuchsia;
|
|||
|
this.label2.Location = new System.Drawing.Point(252, 397);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(114, 22);
|
|||
|
this.label2.TabIndex = 2;
|
|||
|
this.label2.Text = "#商品标题";
|
|||
|
this.label2.Click += new System.EventHandler(this.label_Click);
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Font = new System.Drawing.Font("新宋体", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label1.ForeColor = System.Drawing.Color.Fuchsia;
|
|||
|
this.label1.Location = new System.Drawing.Point(91, 397);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(114, 22);
|
|||
|
this.label1.TabIndex = 1;
|
|||
|
this.label1.Text = "#店铺名称";
|
|||
|
this.label1.Click += new System.EventHandler(this.label_Click);
|
|||
|
//
|
|||
|
// richEditControl1
|
|||
|
//
|
|||
|
this.richEditControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
this.richEditControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.richEditControl1.MenuManager = this.barManager1;
|
|||
|
this.richEditControl1.Name = "richEditControl1";
|
|||
|
this.richEditControl1.Options.HorizontalScrollbar.Visibility = DevExpress.XtraRichEdit.RichEditScrollbarVisibility.Hidden;
|
|||
|
this.richEditControl1.Options.Printing.PrintPreviewFormKind = DevExpress.XtraRichEdit.PrintPreviewFormKind.Bars;
|
|||
|
this.richEditControl1.Options.VerticalScrollbar.Visibility = DevExpress.XtraRichEdit.RichEditScrollbarVisibility.Hidden;
|
|||
|
this.richEditControl1.Size = new System.Drawing.Size(739, 378);
|
|||
|
this.richEditControl1.TabIndex = 0;
|
|||
|
//
|
|||
|
// barManager1
|
|||
|
//
|
|||
|
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
|
|||
|
this.fontBar1});
|
|||
|
this.barManager1.DockControls.Add(this.barDockControlTop);
|
|||
|
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|||
|
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|||
|
this.barManager1.DockControls.Add(this.barDockControlRight);
|
|||
|
this.barManager1.Form = this;
|
|||
|
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|||
|
this.pasteItem2,
|
|||
|
this.cutItem2,
|
|||
|
this.copyItem2,
|
|||
|
this.pasteSpecialItem2,
|
|||
|
this.changeFontNameItem2,
|
|||
|
this.changeFontSizeItem2,
|
|||
|
this.fontSizeIncreaseItem2,
|
|||
|
this.fontSizeDecreaseItem2,
|
|||
|
this.toggleFontBoldItem1,
|
|||
|
this.toggleFontItalicItem1,
|
|||
|
this.toggleFontUnderlineItem1,
|
|||
|
this.toggleFontDoubleUnderlineItem2,
|
|||
|
this.toggleFontStrikeoutItem2,
|
|||
|
this.toggleFontDoubleStrikeoutItem2,
|
|||
|
this.toggleFontSuperscriptItem2,
|
|||
|
this.toggleFontSubscriptItem2,
|
|||
|
this.changeFontColorItem1,
|
|||
|
this.changeFontHighlightColorItem2,
|
|||
|
this.changeTextCaseItem2,
|
|||
|
this.makeTextUpperCaseItem2,
|
|||
|
this.makeTextLowerCaseItem2,
|
|||
|
this.capitalizeEachWordCaseItem2,
|
|||
|
this.toggleTextCaseItem2,
|
|||
|
this.clearFormattingItem2,
|
|||
|
this.showFontFormItem2,
|
|||
|
this.toggleBulletedListItem2,
|
|||
|
this.toggleNumberingListItem2,
|
|||
|
this.toggleMultiLevelListItem2,
|
|||
|
this.decreaseIndentItem2,
|
|||
|
this.increaseIndentItem2,
|
|||
|
this.toggleParagraphAlignmentLeftItem2,
|
|||
|
this.toggleParagraphAlignmentCenterItem2,
|
|||
|
this.toggleParagraphAlignmentRightItem2,
|
|||
|
this.toggleParagraphAlignmentJustifyItem2,
|
|||
|
this.toggleShowWhitespaceItem2,
|
|||
|
this.changeParagraphLineSpacingItem2,
|
|||
|
this.setSingleParagraphSpacingItem2,
|
|||
|
this.setSesquialteralParagraphSpacingItem2,
|
|||
|
this.setDoubleParagraphSpacingItem2,
|
|||
|
this.showLineSpacingFormItem2,
|
|||
|
this.addSpacingBeforeParagraphItem2,
|
|||
|
this.removeSpacingBeforeParagraphItem2,
|
|||
|
this.addSpacingAfterParagraphItem2,
|
|||
|
this.removeSpacingAfterParagraphItem2,
|
|||
|
this.changeParagraphBackColorItem2,
|
|||
|
this.showParagraphFormItem2,
|
|||
|
this.changeStyleItem1,
|
|||
|
this.showEditStyleFormItem2,
|
|||
|
this.findItem2,
|
|||
|
this.replaceItem2,
|
|||
|
this.barEditItem1});
|
|||
|
this.barManager1.MaxItemId = 61;
|
|||
|
this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|||
|
this.repositoryItemFontEdit1,
|
|||
|
this.repositoryItemRichEditFontSizeEdit1,
|
|||
|
this.repositoryItemRichEditStyleEdit1,
|
|||
|
this.repositoryItemColorEdit1});
|
|||
|
//
|
|||
|
// fontBar1
|
|||
|
//
|
|||
|
this.fontBar1.Control = this.richEditControl1;
|
|||
|
this.fontBar1.DockCol = 0;
|
|||
|
this.fontBar1.DockRow = 0;
|
|||
|
this.fontBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|||
|
this.fontBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(((DevExpress.XtraBars.BarLinkUserDefines)((DevExpress.XtraBars.BarLinkUserDefines.PaintStyle | DevExpress.XtraBars.BarLinkUserDefines.KeyTip))), this.changeFontNameItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph, "FF", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.changeFontSizeItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barEditItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontBoldItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontItalicItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontUnderlineItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontStrikeoutItem2)});
|
|||
|
//
|
|||
|
// changeFontNameItem2
|
|||
|
//
|
|||
|
this.changeFontNameItem2.Caption = "字体";
|
|||
|
this.changeFontNameItem2.Edit = this.repositoryItemFontEdit1;
|
|||
|
this.changeFontNameItem2.Id = 11;
|
|||
|
this.changeFontNameItem2.Name = "changeFontNameItem2";
|
|||
|
this.changeFontNameItem2.EditValueChanged += new System.EventHandler(this.changeFontNameItem2_EditValueChanged);
|
|||
|
//
|
|||
|
// repositoryItemFontEdit1
|
|||
|
//
|
|||
|
this.repositoryItemFontEdit1.AutoHeight = false;
|
|||
|
this.repositoryItemFontEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.repositoryItemFontEdit1.Name = "repositoryItemFontEdit1";
|
|||
|
//
|
|||
|
// changeFontSizeItem2
|
|||
|
//
|
|||
|
this.changeFontSizeItem2.Caption = "字体大小";
|
|||
|
this.changeFontSizeItem2.Edit = this.repositoryItemRichEditFontSizeEdit1;
|
|||
|
this.changeFontSizeItem2.Id = 12;
|
|||
|
this.changeFontSizeItem2.Name = "changeFontSizeItem2";
|
|||
|
this.changeFontSizeItem2.EditValueChanged += new System.EventHandler(this.changeFontSizeItem2_EditValueChanged);
|
|||
|
//
|
|||
|
// repositoryItemRichEditFontSizeEdit1
|
|||
|
//
|
|||
|
this.repositoryItemRichEditFontSizeEdit1.AutoHeight = false;
|
|||
|
this.repositoryItemRichEditFontSizeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.repositoryItemRichEditFontSizeEdit1.Control = this.richEditControl1;
|
|||
|
this.repositoryItemRichEditFontSizeEdit1.Name = "repositoryItemRichEditFontSizeEdit1";
|
|||
|
//
|
|||
|
// barEditItem1
|
|||
|
//
|
|||
|
this.barEditItem1.Caption = "颜色";
|
|||
|
this.barEditItem1.Edit = this.repositoryItemColorEdit1;
|
|||
|
this.barEditItem1.Id = 10;
|
|||
|
this.barEditItem1.Name = "barEditItem1";
|
|||
|
this.barEditItem1.EditValueChanged += new System.EventHandler(this.barEditItem1_EditValueChanged);
|
|||
|
//
|
|||
|
// repositoryItemColorEdit1
|
|||
|
//
|
|||
|
this.repositoryItemColorEdit1.AutoHeight = false;
|
|||
|
this.repositoryItemColorEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.repositoryItemColorEdit1.Name = "repositoryItemColorEdit1";
|
|||
|
//
|
|||
|
// toggleFontBoldItem1
|
|||
|
//
|
|||
|
this.toggleFontBoldItem1.Id = 15;
|
|||
|
this.toggleFontBoldItem1.Name = "toggleFontBoldItem1";
|
|||
|
this.toggleFontBoldItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.toggleFontBoldItem1_ItemClick);
|
|||
|
//
|
|||
|
// toggleFontItalicItem1
|
|||
|
//
|
|||
|
this.toggleFontItalicItem1.Id = 16;
|
|||
|
this.toggleFontItalicItem1.Name = "toggleFontItalicItem1";
|
|||
|
this.toggleFontItalicItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.toggleFontItalicItem1_ItemClick);
|
|||
|
//
|
|||
|
// toggleFontUnderlineItem1
|
|||
|
//
|
|||
|
this.toggleFontUnderlineItem1.Id = 17;
|
|||
|
this.toggleFontUnderlineItem1.Name = "toggleFontUnderlineItem1";
|
|||
|
this.toggleFontUnderlineItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.toggleFontUnderlineItem1_ItemClick);
|
|||
|
//
|
|||
|
// toggleFontStrikeoutItem2
|
|||
|
//
|
|||
|
this.toggleFontStrikeoutItem2.Id = 18;
|
|||
|
this.toggleFontStrikeoutItem2.Name = "toggleFontStrikeoutItem2";
|
|||
|
this.toggleFontStrikeoutItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.toggleFontStrikeoutItem2_ItemClick);
|
|||
|
//
|
|||
|
// barDockControlTop
|
|||
|
//
|
|||
|
this.barDockControlTop.CausesValidation = false;
|
|||
|
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.barDockControlTop.Manager = this.barManager1;
|
|||
|
this.barDockControlTop.Size = new System.Drawing.Size(739, 31);
|
|||
|
//
|
|||
|
// barDockControlBottom
|
|||
|
//
|
|||
|
this.barDockControlBottom.CausesValidation = false;
|
|||
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|||
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 509);
|
|||
|
this.barDockControlBottom.Manager = this.barManager1;
|
|||
|
this.barDockControlBottom.Size = new System.Drawing.Size(739, 0);
|
|||
|
//
|
|||
|
// barDockControlLeft
|
|||
|
//
|
|||
|
this.barDockControlLeft.CausesValidation = false;
|
|||
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 31);
|
|||
|
this.barDockControlLeft.Manager = this.barManager1;
|
|||
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 478);
|
|||
|
//
|
|||
|
// barDockControlRight
|
|||
|
//
|
|||
|
this.barDockControlRight.CausesValidation = false;
|
|||
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|||
|
this.barDockControlRight.Location = new System.Drawing.Point(739, 31);
|
|||
|
this.barDockControlRight.Manager = this.barManager1;
|
|||
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 478);
|
|||
|
//
|
|||
|
// pasteItem2
|
|||
|
//
|
|||
|
this.pasteItem2.Id = 23;
|
|||
|
this.pasteItem2.Name = "pasteItem2";
|
|||
|
//
|
|||
|
// cutItem2
|
|||
|
//
|
|||
|
this.cutItem2.Id = 24;
|
|||
|
this.cutItem2.Name = "cutItem2";
|
|||
|
//
|
|||
|
// copyItem2
|
|||
|
//
|
|||
|
this.copyItem2.Id = 25;
|
|||
|
this.copyItem2.Name = "copyItem2";
|
|||
|
//
|
|||
|
// pasteSpecialItem2
|
|||
|
//
|
|||
|
this.pasteSpecialItem2.Id = 26;
|
|||
|
this.pasteSpecialItem2.Name = "pasteSpecialItem2";
|
|||
|
//
|
|||
|
// fontSizeIncreaseItem2
|
|||
|
//
|
|||
|
this.fontSizeIncreaseItem2.Id = 13;
|
|||
|
this.fontSizeIncreaseItem2.Name = "fontSizeIncreaseItem2";
|
|||
|
//
|
|||
|
// fontSizeDecreaseItem2
|
|||
|
//
|
|||
|
this.fontSizeDecreaseItem2.Id = 14;
|
|||
|
this.fontSizeDecreaseItem2.Name = "fontSizeDecreaseItem2";
|
|||
|
//
|
|||
|
// toggleFontDoubleUnderlineItem2
|
|||
|
//
|
|||
|
this.toggleFontDoubleUnderlineItem2.Id = 27;
|
|||
|
this.toggleFontDoubleUnderlineItem2.Name = "toggleFontDoubleUnderlineItem2";
|
|||
|
//
|
|||
|
// toggleFontDoubleStrikeoutItem2
|
|||
|
//
|
|||
|
this.toggleFontDoubleStrikeoutItem2.Id = 28;
|
|||
|
this.toggleFontDoubleStrikeoutItem2.Name = "toggleFontDoubleStrikeoutItem2";
|
|||
|
//
|
|||
|
// toggleFontSuperscriptItem2
|
|||
|
//
|
|||
|
this.toggleFontSuperscriptItem2.Id = 29;
|
|||
|
this.toggleFontSuperscriptItem2.Name = "toggleFontSuperscriptItem2";
|
|||
|
//
|
|||
|
// toggleFontSubscriptItem2
|
|||
|
//
|
|||
|
this.toggleFontSubscriptItem2.Id = 30;
|
|||
|
this.toggleFontSubscriptItem2.Name = "toggleFontSubscriptItem2";
|
|||
|
//
|
|||
|
// changeFontColorItem1
|
|||
|
//
|
|||
|
this.changeFontColorItem1.Id = 19;
|
|||
|
this.changeFontColorItem1.Name = "changeFontColorItem1";
|
|||
|
//
|
|||
|
// changeFontHighlightColorItem2
|
|||
|
//
|
|||
|
this.changeFontHighlightColorItem2.Id = 20;
|
|||
|
this.changeFontHighlightColorItem2.Name = "changeFontHighlightColorItem2";
|
|||
|
//
|
|||
|
// changeTextCaseItem2
|
|||
|
//
|
|||
|
this.changeTextCaseItem2.Id = 31;
|
|||
|
this.changeTextCaseItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.makeTextUpperCaseItem2),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.makeTextLowerCaseItem2),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.capitalizeEachWordCaseItem2),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.toggleTextCaseItem2)});
|
|||
|
this.changeTextCaseItem2.Name = "changeTextCaseItem2";
|
|||
|
//
|
|||
|
// makeTextUpperCaseItem2
|
|||
|
//
|
|||
|
this.makeTextUpperCaseItem2.Id = 32;
|
|||
|
this.makeTextUpperCaseItem2.Name = "makeTextUpperCaseItem2";
|
|||
|
//
|
|||
|
// makeTextLowerCaseItem2
|
|||
|
//
|
|||
|
this.makeTextLowerCaseItem2.Id = 33;
|
|||
|
this.makeTextLowerCaseItem2.Name = "makeTextLowerCaseItem2";
|
|||
|
//
|
|||
|
// capitalizeEachWordCaseItem2
|
|||
|
//
|
|||
|
this.capitalizeEachWordCaseItem2.Id = 34;
|
|||
|
this.capitalizeEachWordCaseItem2.Name = "capitalizeEachWordCaseItem2";
|
|||
|
//
|
|||
|
// toggleTextCaseItem2
|
|||
|
//
|
|||
|
this.toggleTextCaseItem2.Id = 35;
|
|||
|
this.toggleTextCaseItem2.Name = "toggleTextCaseItem2";
|
|||
|
//
|
|||
|
// clearFormattingItem2
|
|||
|
//
|
|||
|
this.clearFormattingItem2.Id = 21;
|
|||
|
this.clearFormattingItem2.Name = "clearFormattingItem2";
|
|||
|
//
|
|||
|
// showFontFormItem2
|
|||
|
//
|
|||
|
this.showFontFormItem2.Id = 22;
|
|||
|
this.showFontFormItem2.Name = "showFontFormItem2";
|
|||
|
//
|
|||
|
// toggleBulletedListItem2
|
|||
|
//
|
|||
|
this.toggleBulletedListItem2.Id = 36;
|
|||
|
this.toggleBulletedListItem2.Name = "toggleBulletedListItem2";
|
|||
|
//
|
|||
|
// toggleNumberingListItem2
|
|||
|
//
|
|||
|
this.toggleNumberingListItem2.Id = 37;
|
|||
|
this.toggleNumberingListItem2.Name = "toggleNumberingListItem2";
|
|||
|
//
|
|||
|
// toggleMultiLevelListItem2
|
|||
|
//
|
|||
|
this.toggleMultiLevelListItem2.Id = 38;
|
|||
|
this.toggleMultiLevelListItem2.Name = "toggleMultiLevelListItem2";
|
|||
|
//
|
|||
|
// decreaseIndentItem2
|
|||
|
//
|
|||
|
this.decreaseIndentItem2.Id = 39;
|
|||
|
this.decreaseIndentItem2.Name = "decreaseIndentItem2";
|
|||
|
//
|
|||
|
// increaseIndentItem2
|
|||
|
//
|
|||
|
this.increaseIndentItem2.Id = 40;
|
|||
|
this.increaseIndentItem2.Name = "increaseIndentItem2";
|
|||
|
//
|
|||
|
// toggleParagraphAlignmentLeftItem2
|
|||
|
//
|
|||
|
this.toggleParagraphAlignmentLeftItem2.Id = 41;
|
|||
|
this.toggleParagraphAlignmentLeftItem2.Name = "toggleParagraphAlignmentLeftItem2";
|
|||
|
//
|
|||
|
// toggleParagraphAlignmentCenterItem2
|
|||
|
//
|
|||
|
this.toggleParagraphAlignmentCenterItem2.Id = 42;
|
|||
|
this.toggleParagraphAlignmentCenterItem2.Name = "toggleParagraphAlignmentCenterItem2";
|
|||
|
//
|
|||
|
// toggleParagraphAlignmentRightItem2
|
|||
|
//
|
|||
|
this.toggleParagraphAlignmentRightItem2.Id = 43;
|
|||
|
this.toggleParagraphAlignmentRightItem2.Name = "toggleParagraphAlignmentRightItem2";
|
|||
|
//
|
|||
|
// toggleParagraphAlignmentJustifyItem2
|
|||
|
//
|
|||
|
this.toggleParagraphAlignmentJustifyItem2.Id = 44;
|
|||
|
this.toggleParagraphAlignmentJustifyItem2.Name = "toggleParagraphAlignmentJustifyItem2";
|
|||
|
//
|
|||
|
// toggleShowWhitespaceItem2
|
|||
|
//
|
|||
|
this.toggleShowWhitespaceItem2.Id = 45;
|
|||
|
this.toggleShowWhitespaceItem2.Name = "toggleShowWhitespaceItem2";
|
|||
|
//
|
|||
|
// changeParagraphLineSpacingItem2
|
|||
|
//
|
|||
|
this.changeParagraphLineSpacingItem2.Id = 46;
|
|||
|
this.changeParagraphLineSpacingItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.setSingleParagraphSpacingItem2),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.setSesquialteralParagraphSpacingItem2),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.setDoubleParagraphSpacingItem2),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.showLineSpacingFormItem2),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.addSpacingBeforeParagraphItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "B", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingBeforeParagraphItem2),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingAfterParagraphItem2),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingAfterParagraphItem2)});
|
|||
|
this.changeParagraphLineSpacingItem2.Name = "changeParagraphLineSpacingItem2";
|
|||
|
//
|
|||
|
// setSingleParagraphSpacingItem2
|
|||
|
//
|
|||
|
this.setSingleParagraphSpacingItem2.Id = 47;
|
|||
|
this.setSingleParagraphSpacingItem2.Name = "setSingleParagraphSpacingItem2";
|
|||
|
//
|
|||
|
// setSesquialteralParagraphSpacingItem2
|
|||
|
//
|
|||
|
this.setSesquialteralParagraphSpacingItem2.Id = 48;
|
|||
|
this.setSesquialteralParagraphSpacingItem2.Name = "setSesquialteralParagraphSpacingItem2";
|
|||
|
//
|
|||
|
// setDoubleParagraphSpacingItem2
|
|||
|
//
|
|||
|
this.setDoubleParagraphSpacingItem2.Id = 49;
|
|||
|
this.setDoubleParagraphSpacingItem2.Name = "setDoubleParagraphSpacingItem2";
|
|||
|
//
|
|||
|
// showLineSpacingFormItem2
|
|||
|
//
|
|||
|
this.showLineSpacingFormItem2.Id = 50;
|
|||
|
this.showLineSpacingFormItem2.Name = "showLineSpacingFormItem2";
|
|||
|
//
|
|||
|
// addSpacingBeforeParagraphItem2
|
|||
|
//
|
|||
|
this.addSpacingBeforeParagraphItem2.Id = 51;
|
|||
|
this.addSpacingBeforeParagraphItem2.Name = "addSpacingBeforeParagraphItem2";
|
|||
|
//
|
|||
|
// removeSpacingBeforeParagraphItem2
|
|||
|
//
|
|||
|
this.removeSpacingBeforeParagraphItem2.Id = 52;
|
|||
|
this.removeSpacingBeforeParagraphItem2.Name = "removeSpacingBeforeParagraphItem2";
|
|||
|
//
|
|||
|
// addSpacingAfterParagraphItem2
|
|||
|
//
|
|||
|
this.addSpacingAfterParagraphItem2.Id = 53;
|
|||
|
this.addSpacingAfterParagraphItem2.Name = "addSpacingAfterParagraphItem2";
|
|||
|
//
|
|||
|
// removeSpacingAfterParagraphItem2
|
|||
|
//
|
|||
|
this.removeSpacingAfterParagraphItem2.Id = 54;
|
|||
|
this.removeSpacingAfterParagraphItem2.Name = "removeSpacingAfterParagraphItem2";
|
|||
|
//
|
|||
|
// changeParagraphBackColorItem2
|
|||
|
//
|
|||
|
this.changeParagraphBackColorItem2.Id = 55;
|
|||
|
this.changeParagraphBackColorItem2.Name = "changeParagraphBackColorItem2";
|
|||
|
//
|
|||
|
// showParagraphFormItem2
|
|||
|
//
|
|||
|
this.showParagraphFormItem2.Id = 56;
|
|||
|
this.showParagraphFormItem2.Name = "showParagraphFormItem2";
|
|||
|
//
|
|||
|
// changeStyleItem1
|
|||
|
//
|
|||
|
this.changeStyleItem1.Edit = this.repositoryItemRichEditStyleEdit1;
|
|||
|
this.changeStyleItem1.Id = 57;
|
|||
|
this.changeStyleItem1.Name = "changeStyleItem1";
|
|||
|
//
|
|||
|
// repositoryItemRichEditStyleEdit1
|
|||
|
//
|
|||
|
this.repositoryItemRichEditStyleEdit1.AutoHeight = false;
|
|||
|
this.repositoryItemRichEditStyleEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.repositoryItemRichEditStyleEdit1.Control = this.richEditControl1;
|
|||
|
this.repositoryItemRichEditStyleEdit1.Name = "repositoryItemRichEditStyleEdit1";
|
|||
|
//
|
|||
|
// showEditStyleFormItem2
|
|||
|
//
|
|||
|
this.showEditStyleFormItem2.Id = 58;
|
|||
|
this.showEditStyleFormItem2.Name = "showEditStyleFormItem2";
|
|||
|
//
|
|||
|
// findItem2
|
|||
|
//
|
|||
|
this.findItem2.Id = 59;
|
|||
|
this.findItem2.Name = "findItem2";
|
|||
|
//
|
|||
|
// replaceItem2
|
|||
|
//
|
|||
|
this.replaceItem2.Id = 60;
|
|||
|
this.replaceItem2.Name = "replaceItem2";
|
|||
|
//
|
|||
|
// clipboardBar1
|
|||
|
//
|
|||
|
this.clipboardBar1.BarName = "";
|
|||
|
this.clipboardBar1.Control = null;
|
|||
|
this.clipboardBar1.DockCol = 3;
|
|||
|
this.clipboardBar1.DockRow = 0;
|
|||
|
this.clipboardBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|||
|
this.clipboardBar1.Offset = 733;
|
|||
|
this.clipboardBar1.Text = "";
|
|||
|
this.clipboardBar1.Visible = false;
|
|||
|
//
|
|||
|
// paragraphBar1
|
|||
|
//
|
|||
|
this.paragraphBar1.BarName = "";
|
|||
|
this.paragraphBar1.Control = null;
|
|||
|
this.paragraphBar1.DockCol = 1;
|
|||
|
this.paragraphBar1.DockRow = 0;
|
|||
|
this.paragraphBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|||
|
this.paragraphBar1.Text = "";
|
|||
|
this.paragraphBar1.Visible = false;
|
|||
|
//
|
|||
|
// stylesBar1
|
|||
|
//
|
|||
|
this.stylesBar1.BarName = "";
|
|||
|
this.stylesBar1.Control = null;
|
|||
|
this.stylesBar1.DockCol = 4;
|
|||
|
this.stylesBar1.DockRow = 0;
|
|||
|
this.stylesBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|||
|
this.stylesBar1.Offset = 450;
|
|||
|
this.stylesBar1.Text = "";
|
|||
|
this.stylesBar1.Visible = false;
|
|||
|
//
|
|||
|
// editingBar1
|
|||
|
//
|
|||
|
this.editingBar1.BarName = "";
|
|||
|
this.editingBar1.Control = null;
|
|||
|
this.editingBar1.DockCol = 2;
|
|||
|
this.editingBar1.DockRow = 0;
|
|||
|
this.editingBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|||
|
this.editingBar1.Offset = 485;
|
|||
|
this.editingBar1.Text = "";
|
|||
|
this.editingBar1.Visible = false;
|
|||
|
//
|
|||
|
// commonBar1
|
|||
|
//
|
|||
|
this.commonBar1.BarName = "";
|
|||
|
this.commonBar1.Control = null;
|
|||
|
this.commonBar1.DockCol = 0;
|
|||
|
this.commonBar1.DockRow = 1;
|
|||
|
this.commonBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|||
|
this.commonBar1.Text = "";
|
|||
|
//
|
|||
|
// fileInfoBar1
|
|||
|
//
|
|||
|
this.fileInfoBar1.BarName = "";
|
|||
|
this.fileInfoBar1.Control = null;
|
|||
|
this.fileInfoBar1.DockCol = 0;
|
|||
|
this.fileInfoBar1.DockRow = 0;
|
|||
|
this.fileInfoBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|||
|
this.fileInfoBar1.Text = "";
|
|||
|
this.fileInfoBar1.Visible = false;
|
|||
|
//
|
|||
|
// fontBar2
|
|||
|
//
|
|||
|
this.fontBar2.BarName = "";
|
|||
|
this.fontBar2.Control = null;
|
|||
|
this.fontBar2.DockCol = 1;
|
|||
|
this.fontBar2.DockRow = 1;
|
|||
|
this.fontBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|||
|
this.fontBar2.FloatLocation = new System.Drawing.Point(270, 277);
|
|||
|
this.fontBar2.Offset = 3;
|
|||
|
this.fontBar2.Text = "";
|
|||
|
//
|
|||
|
// cutItem1
|
|||
|
//
|
|||
|
this.cutItem1.Id = 1;
|
|||
|
this.cutItem1.Name = "cutItem1";
|
|||
|
//
|
|||
|
// copyItem1
|
|||
|
//
|
|||
|
this.copyItem1.Id = 2;
|
|||
|
this.copyItem1.Name = "copyItem1";
|
|||
|
//
|
|||
|
// pasteSpecialItem1
|
|||
|
//
|
|||
|
this.pasteSpecialItem1.Id = 3;
|
|||
|
this.pasteSpecialItem1.Name = "pasteSpecialItem1";
|
|||
|
//
|
|||
|
// pasteItem1
|
|||
|
//
|
|||
|
this.pasteItem1.Id = 0;
|
|||
|
this.pasteItem1.Name = "pasteItem1";
|
|||
|
//
|
|||
|
// changeFontNameItem1
|
|||
|
//
|
|||
|
this.changeFontNameItem1.Edit = this.repositoryItemFontEdit2;
|
|||
|
this.changeFontNameItem1.Id = 4;
|
|||
|
this.changeFontNameItem1.Name = "changeFontNameItem1";
|
|||
|
//
|
|||
|
// changeFontSizeItem1
|
|||
|
//
|
|||
|
this.changeFontSizeItem1.Edit = this.repositoryItemRichEditFontSizeEdit2;
|
|||
|
this.changeFontSizeItem1.Id = 5;
|
|||
|
this.changeFontSizeItem1.Name = "changeFontSizeItem1";
|
|||
|
//
|
|||
|
// fontSizeIncreaseItem1
|
|||
|
//
|
|||
|
this.fontSizeIncreaseItem1.Id = 6;
|
|||
|
this.fontSizeIncreaseItem1.Name = "fontSizeIncreaseItem1";
|
|||
|
this.fontSizeIncreaseItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
|||
|
//
|
|||
|
// fontSizeDecreaseItem1
|
|||
|
//
|
|||
|
this.fontSizeDecreaseItem1.Id = 7;
|
|||
|
this.fontSizeDecreaseItem1.Name = "fontSizeDecreaseItem1";
|
|||
|
this.fontSizeDecreaseItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
|||
|
//
|
|||
|
// toggleFontBoldItem2
|
|||
|
//
|
|||
|
this.toggleFontBoldItem2.Caption = "加粗";
|
|||
|
this.toggleFontBoldItem2.Id = 8;
|
|||
|
this.toggleFontBoldItem2.Name = "toggleFontBoldItem2";
|
|||
|
//
|
|||
|
// toggleFontItalicItem2
|
|||
|
//
|
|||
|
this.toggleFontItalicItem2.Caption = "斜体";
|
|||
|
this.toggleFontItalicItem2.Id = 9;
|
|||
|
this.toggleFontItalicItem2.Name = "toggleFontItalicItem2";
|
|||
|
//
|
|||
|
// toggleFontUnderlineItem2
|
|||
|
//
|
|||
|
this.toggleFontUnderlineItem2.Caption = "下划线";
|
|||
|
this.toggleFontUnderlineItem2.Id = 10;
|
|||
|
this.toggleFontUnderlineItem2.Name = "toggleFontUnderlineItem2";
|
|||
|
//
|
|||
|
// toggleFontDoubleUnderlineItem1
|
|||
|
//
|
|||
|
this.toggleFontDoubleUnderlineItem1.Id = 11;
|
|||
|
this.toggleFontDoubleUnderlineItem1.Name = "toggleFontDoubleUnderlineItem1";
|
|||
|
//
|
|||
|
// toggleFontStrikeoutItem1
|
|||
|
//
|
|||
|
this.toggleFontStrikeoutItem1.Id = 12;
|
|||
|
this.toggleFontStrikeoutItem1.Name = "toggleFontStrikeoutItem1";
|
|||
|
//
|
|||
|
// toggleFontDoubleStrikeoutItem1
|
|||
|
//
|
|||
|
this.toggleFontDoubleStrikeoutItem1.Id = 13;
|
|||
|
this.toggleFontDoubleStrikeoutItem1.Name = "toggleFontDoubleStrikeoutItem1";
|
|||
|
//
|
|||
|
// toggleFontSuperscriptItem1
|
|||
|
//
|
|||
|
this.toggleFontSuperscriptItem1.Id = 14;
|
|||
|
this.toggleFontSuperscriptItem1.Name = "toggleFontSuperscriptItem1";
|
|||
|
//
|
|||
|
// toggleFontSubscriptItem1
|
|||
|
//
|
|||
|
this.toggleFontSubscriptItem1.Id = 15;
|
|||
|
this.toggleFontSubscriptItem1.Name = "toggleFontSubscriptItem1";
|
|||
|
//
|
|||
|
// changeFontColorItem2
|
|||
|
//
|
|||
|
this.changeFontColorItem2.Caption = "颜色";
|
|||
|
this.changeFontColorItem2.Id = 16;
|
|||
|
this.changeFontColorItem2.Name = "changeFontColorItem2";
|
|||
|
//
|
|||
|
// changeFontHighlightColorItem1
|
|||
|
//
|
|||
|
this.changeFontHighlightColorItem1.Id = 17;
|
|||
|
this.changeFontHighlightColorItem1.Name = "changeFontHighlightColorItem1";
|
|||
|
//
|
|||
|
// changeTextCaseItem1
|
|||
|
//
|
|||
|
this.changeTextCaseItem1.Id = 18;
|
|||
|
this.changeTextCaseItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.makeTextUpperCaseItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.makeTextLowerCaseItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.capitalizeEachWordCaseItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.toggleTextCaseItem1)});
|
|||
|
this.changeTextCaseItem1.Name = "changeTextCaseItem1";
|
|||
|
//
|
|||
|
// makeTextUpperCaseItem1
|
|||
|
//
|
|||
|
this.makeTextUpperCaseItem1.Id = 19;
|
|||
|
this.makeTextUpperCaseItem1.Name = "makeTextUpperCaseItem1";
|
|||
|
//
|
|||
|
// makeTextLowerCaseItem1
|
|||
|
//
|
|||
|
this.makeTextLowerCaseItem1.Id = 20;
|
|||
|
this.makeTextLowerCaseItem1.Name = "makeTextLowerCaseItem1";
|
|||
|
//
|
|||
|
// capitalizeEachWordCaseItem1
|
|||
|
//
|
|||
|
this.capitalizeEachWordCaseItem1.Id = 21;
|
|||
|
this.capitalizeEachWordCaseItem1.Name = "capitalizeEachWordCaseItem1";
|
|||
|
//
|
|||
|
// toggleTextCaseItem1
|
|||
|
//
|
|||
|
this.toggleTextCaseItem1.Id = 22;
|
|||
|
this.toggleTextCaseItem1.Name = "toggleTextCaseItem1";
|
|||
|
//
|
|||
|
// clearFormattingItem1
|
|||
|
//
|
|||
|
this.clearFormattingItem1.Id = 23;
|
|||
|
this.clearFormattingItem1.Name = "clearFormattingItem1";
|
|||
|
//
|
|||
|
// showFontFormItem1
|
|||
|
//
|
|||
|
this.showFontFormItem1.Id = 24;
|
|||
|
this.showFontFormItem1.Name = "showFontFormItem1";
|
|||
|
//
|
|||
|
// toggleBulletedListItem1
|
|||
|
//
|
|||
|
this.toggleBulletedListItem1.Id = 25;
|
|||
|
this.toggleBulletedListItem1.Name = "toggleBulletedListItem1";
|
|||
|
//
|
|||
|
// toggleNumberingListItem1
|
|||
|
//
|
|||
|
this.toggleNumberingListItem1.Id = 26;
|
|||
|
this.toggleNumberingListItem1.Name = "toggleNumberingListItem1";
|
|||
|
//
|
|||
|
// toggleMultiLevelListItem1
|
|||
|
//
|
|||
|
this.toggleMultiLevelListItem1.Id = 27;
|
|||
|
this.toggleMultiLevelListItem1.Name = "toggleMultiLevelListItem1";
|
|||
|
//
|
|||
|
// decreaseIndentItem1
|
|||
|
//
|
|||
|
this.decreaseIndentItem1.Id = 28;
|
|||
|
this.decreaseIndentItem1.Name = "decreaseIndentItem1";
|
|||
|
//
|
|||
|
// increaseIndentItem1
|
|||
|
//
|
|||
|
this.increaseIndentItem1.Id = 29;
|
|||
|
this.increaseIndentItem1.Name = "increaseIndentItem1";
|
|||
|
//
|
|||
|
// toggleParagraphAlignmentLeftItem1
|
|||
|
//
|
|||
|
this.toggleParagraphAlignmentLeftItem1.Id = 30;
|
|||
|
this.toggleParagraphAlignmentLeftItem1.Name = "toggleParagraphAlignmentLeftItem1";
|
|||
|
//
|
|||
|
// toggleParagraphAlignmentCenterItem1
|
|||
|
//
|
|||
|
this.toggleParagraphAlignmentCenterItem1.Id = 31;
|
|||
|
this.toggleParagraphAlignmentCenterItem1.Name = "toggleParagraphAlignmentCenterItem1";
|
|||
|
//
|
|||
|
// toggleParagraphAlignmentRightItem1
|
|||
|
//
|
|||
|
this.toggleParagraphAlignmentRightItem1.Id = 32;
|
|||
|
this.toggleParagraphAlignmentRightItem1.Name = "toggleParagraphAlignmentRightItem1";
|
|||
|
//
|
|||
|
// toggleParagraphAlignmentJustifyItem1
|
|||
|
//
|
|||
|
this.toggleParagraphAlignmentJustifyItem1.Id = 33;
|
|||
|
this.toggleParagraphAlignmentJustifyItem1.Name = "toggleParagraphAlignmentJustifyItem1";
|
|||
|
//
|
|||
|
// toggleShowWhitespaceItem1
|
|||
|
//
|
|||
|
this.toggleShowWhitespaceItem1.Id = 34;
|
|||
|
this.toggleShowWhitespaceItem1.Name = "toggleShowWhitespaceItem1";
|
|||
|
//
|
|||
|
// changeParagraphLineSpacingItem1
|
|||
|
//
|
|||
|
this.changeParagraphLineSpacingItem1.Id = 35;
|
|||
|
this.changeParagraphLineSpacingItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.setSingleParagraphSpacingItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.setSesquialteralParagraphSpacingItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.setDoubleParagraphSpacingItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.showLineSpacingFormItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.addSpacingBeforeParagraphItem1, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "B", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingBeforeParagraphItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingAfterParagraphItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingAfterParagraphItem1)});
|
|||
|
this.changeParagraphLineSpacingItem1.Name = "changeParagraphLineSpacingItem1";
|
|||
|
//
|
|||
|
// setSingleParagraphSpacingItem1
|
|||
|
//
|
|||
|
this.setSingleParagraphSpacingItem1.Id = 36;
|
|||
|
this.setSingleParagraphSpacingItem1.Name = "setSingleParagraphSpacingItem1";
|
|||
|
//
|
|||
|
// setSesquialteralParagraphSpacingItem1
|
|||
|
//
|
|||
|
this.setSesquialteralParagraphSpacingItem1.Id = 37;
|
|||
|
this.setSesquialteralParagraphSpacingItem1.Name = "setSesquialteralParagraphSpacingItem1";
|
|||
|
//
|
|||
|
// setDoubleParagraphSpacingItem1
|
|||
|
//
|
|||
|
this.setDoubleParagraphSpacingItem1.Id = 38;
|
|||
|
this.setDoubleParagraphSpacingItem1.Name = "setDoubleParagraphSpacingItem1";
|
|||
|
//
|
|||
|
// showLineSpacingFormItem1
|
|||
|
//
|
|||
|
this.showLineSpacingFormItem1.Id = 39;
|
|||
|
this.showLineSpacingFormItem1.Name = "showLineSpacingFormItem1";
|
|||
|
//
|
|||
|
// addSpacingBeforeParagraphItem1
|
|||
|
//
|
|||
|
this.addSpacingBeforeParagraphItem1.Id = 40;
|
|||
|
this.addSpacingBeforeParagraphItem1.Name = "addSpacingBeforeParagraphItem1";
|
|||
|
//
|
|||
|
// removeSpacingBeforeParagraphItem1
|
|||
|
//
|
|||
|
this.removeSpacingBeforeParagraphItem1.Id = 41;
|
|||
|
this.removeSpacingBeforeParagraphItem1.Name = "removeSpacingBeforeParagraphItem1";
|
|||
|
//
|
|||
|
// addSpacingAfterParagraphItem1
|
|||
|
//
|
|||
|
this.addSpacingAfterParagraphItem1.Id = 42;
|
|||
|
this.addSpacingAfterParagraphItem1.Name = "addSpacingAfterParagraphItem1";
|
|||
|
//
|
|||
|
// removeSpacingAfterParagraphItem1
|
|||
|
//
|
|||
|
this.removeSpacingAfterParagraphItem1.Id = 43;
|
|||
|
this.removeSpacingAfterParagraphItem1.Name = "removeSpacingAfterParagraphItem1";
|
|||
|
//
|
|||
|
// changeParagraphBackColorItem1
|
|||
|
//
|
|||
|
this.changeParagraphBackColorItem1.Id = 44;
|
|||
|
this.changeParagraphBackColorItem1.Name = "changeParagraphBackColorItem1";
|
|||
|
//
|
|||
|
// showParagraphFormItem1
|
|||
|
//
|
|||
|
this.showParagraphFormItem1.Id = 45;
|
|||
|
this.showParagraphFormItem1.Name = "showParagraphFormItem1";
|
|||
|
//
|
|||
|
// changeStyleItem2
|
|||
|
//
|
|||
|
this.changeStyleItem2.Edit = this.repositoryItemRichEditStyleEdit2;
|
|||
|
this.changeStyleItem2.Id = 46;
|
|||
|
this.changeStyleItem2.Name = "changeStyleItem2";
|
|||
|
//
|
|||
|
// showEditStyleFormItem1
|
|||
|
//
|
|||
|
this.showEditStyleFormItem1.Id = 47;
|
|||
|
this.showEditStyleFormItem1.Name = "showEditStyleFormItem1";
|
|||
|
//
|
|||
|
// findItem1
|
|||
|
//
|
|||
|
this.findItem1.Id = 48;
|
|||
|
this.findItem1.Name = "findItem1";
|
|||
|
//
|
|||
|
// replaceItem1
|
|||
|
//
|
|||
|
this.replaceItem1.Id = 49;
|
|||
|
this.replaceItem1.Name = "replaceItem1";
|
|||
|
//
|
|||
|
// barButtonItem4
|
|||
|
//
|
|||
|
this.barButtonItem4.Caption = "保存";
|
|||
|
this.barButtonItem4.Id = 264;
|
|||
|
this.barButtonItem4.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.ImageOptions.Image")));
|
|||
|
this.barButtonItem4.Name = "barButtonItem4";
|
|||
|
//
|
|||
|
// showDocumentPropertiesFormItem1
|
|||
|
//
|
|||
|
this.showDocumentPropertiesFormItem1.Enabled = false;
|
|||
|
this.showDocumentPropertiesFormItem1.Id = 263;
|
|||
|
this.showDocumentPropertiesFormItem1.Name = "showDocumentPropertiesFormItem1";
|
|||
|
//
|
|||
|
// barDockControl4
|
|||
|
//
|
|||
|
this.barDockControl4.CausesValidation = false;
|
|||
|
this.barDockControl4.Dock = System.Windows.Forms.DockStyle.Right;
|
|||
|
this.barDockControl4.Location = new System.Drawing.Point(739, 31);
|
|||
|
this.barDockControl4.Manager = null;
|
|||
|
this.barDockControl4.Size = new System.Drawing.Size(0, 478);
|
|||
|
//
|
|||
|
// richEditBarController1
|
|||
|
//
|
|||
|
this.richEditBarController1.BarItems.Add(this.pasteItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.cutItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.copyItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.pasteSpecialItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.changeFontNameItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.changeFontSizeItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.fontSizeIncreaseItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.fontSizeDecreaseItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleFontBoldItem1);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleFontItalicItem1);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleFontUnderlineItem1);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleFontDoubleUnderlineItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleFontStrikeoutItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleFontDoubleStrikeoutItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleFontSuperscriptItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleFontSubscriptItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.changeFontColorItem1);
|
|||
|
this.richEditBarController1.BarItems.Add(this.changeFontHighlightColorItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.changeTextCaseItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.makeTextUpperCaseItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.makeTextLowerCaseItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.capitalizeEachWordCaseItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleTextCaseItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.clearFormattingItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.showFontFormItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleBulletedListItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleNumberingListItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleMultiLevelListItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.decreaseIndentItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.increaseIndentItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentLeftItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentCenterItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentRightItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentJustifyItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.toggleShowWhitespaceItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.changeParagraphLineSpacingItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.setSingleParagraphSpacingItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.setSesquialteralParagraphSpacingItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.setDoubleParagraphSpacingItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.showLineSpacingFormItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.addSpacingBeforeParagraphItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.removeSpacingBeforeParagraphItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.addSpacingAfterParagraphItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.removeSpacingAfterParagraphItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.changeParagraphBackColorItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.showParagraphFormItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.changeStyleItem1);
|
|||
|
this.richEditBarController1.BarItems.Add(this.showEditStyleFormItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.findItem2);
|
|||
|
this.richEditBarController1.BarItems.Add(this.replaceItem2);
|
|||
|
this.richEditBarController1.Control = this.richEditControl1;
|
|||
|
//
|
|||
|
// clipboardBar2
|
|||
|
//
|
|||
|
this.clipboardBar2.BarName = "";
|
|||
|
this.clipboardBar2.Control = this.richEditControl1;
|
|||
|
this.clipboardBar2.DockCol = 0;
|
|||
|
this.clipboardBar2.DockRow = 0;
|
|||
|
this.clipboardBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|||
|
this.clipboardBar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.pasteItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "V", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.cutItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "X", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.copyItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "C", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.pasteSpecialItem2)});
|
|||
|
this.clipboardBar2.Text = "";
|
|||
|
//
|
|||
|
// paragraphBar2
|
|||
|
//
|
|||
|
this.paragraphBar2.BarName = "";
|
|||
|
this.paragraphBar2.Control = this.richEditControl1;
|
|||
|
this.paragraphBar2.DockCol = 3;
|
|||
|
this.paragraphBar2.DockRow = 0;
|
|||
|
this.paragraphBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|||
|
this.paragraphBar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.toggleBulletedListItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "U", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.toggleNumberingListItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "N", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.toggleMultiLevelListItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "M", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.decreaseIndentItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "AO", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.increaseIndentItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "AI", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.toggleParagraphAlignmentLeftItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "AL", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.toggleParagraphAlignmentCenterItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "AC", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.toggleParagraphAlignmentRightItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "AR", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.toggleParagraphAlignmentJustifyItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "AJ", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.toggleShowWhitespaceItem2),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.changeParagraphLineSpacingItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "K", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.changeParagraphBackColorItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "H", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.showParagraphFormItem2)});
|
|||
|
this.paragraphBar2.Text = "";
|
|||
|
//
|
|||
|
// stylesBar2
|
|||
|
//
|
|||
|
this.stylesBar2.BarName = "";
|
|||
|
this.stylesBar2.Control = this.richEditControl1;
|
|||
|
this.stylesBar2.DockCol = 2;
|
|||
|
this.stylesBar2.DockRow = 0;
|
|||
|
this.stylesBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|||
|
this.stylesBar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.changeStyleItem1),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(this.showEditStyleFormItem2)});
|
|||
|
this.stylesBar2.Text = "";
|
|||
|
//
|
|||
|
// editingBar2
|
|||
|
//
|
|||
|
this.editingBar2.BarName = "";
|
|||
|
this.editingBar2.Control = this.richEditControl1;
|
|||
|
this.editingBar2.DockCol = 4;
|
|||
|
this.editingBar2.DockRow = 0;
|
|||
|
this.editingBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|||
|
this.editingBar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.findItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "FD", ""),
|
|||
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.replaceItem2, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "R", "")});
|
|||
|
this.editingBar2.Text = "";
|
|||
|
//
|
|||
|
// EditTextForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(739, 509);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.Controls.Add(this.barDockControl4);
|
|||
|
this.Controls.Add(this.barDockControlLeft);
|
|||
|
this.Controls.Add(this.barDockControlRight);
|
|||
|
this.Controls.Add(this.barDockControlBottom);
|
|||
|
this.Controls.Add(this.barDockControlTop);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "EditTextForm";
|
|||
|
this.Text = "EditTextForm";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditTextForm_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.EditTextForm_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditStyleEdit2)).EndInit();
|
|||
|
this.panel1.ResumeLayout(false);
|
|||
|
this.panel1.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorEdit1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditStyleEdit1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ClipboardBar clipboardBar1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ParagraphBar paragraphBar1;
|
|||
|
private DevExpress.XtraRichEdit.UI.StylesBar stylesBar1;
|
|||
|
private DevExpress.XtraRichEdit.UI.EditingBar editingBar1;
|
|||
|
private DevExpress.XtraRichEdit.UI.CommonBar commonBar1;
|
|||
|
private DevExpress.XtraRichEdit.UI.FileInfoBar fileInfoBar1;
|
|||
|
private DevExpress.XtraRichEdit.UI.FontBar fontBar2;
|
|||
|
private DevExpress.XtraRichEdit.UI.CutItem cutItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.CopyItem copyItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.PasteSpecialItem pasteSpecialItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.PasteItem pasteItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeFontNameItem changeFontNameItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeFontSizeItem changeFontSizeItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.FontSizeIncreaseItem fontSizeIncreaseItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.FontSizeDecreaseItem fontSizeDecreaseItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontBoldItem toggleFontBoldItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontItalicItem toggleFontItalicItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontUnderlineItem toggleFontUnderlineItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontDoubleUnderlineItem toggleFontDoubleUnderlineItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontStrikeoutItem toggleFontStrikeoutItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontDoubleStrikeoutItem toggleFontDoubleStrikeoutItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontSuperscriptItem toggleFontSuperscriptItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontSubscriptItem toggleFontSubscriptItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeFontColorItem changeFontColorItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeFontHighlightColorItem changeFontHighlightColorItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeTextCaseItem changeTextCaseItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.MakeTextUpperCaseItem makeTextUpperCaseItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.MakeTextLowerCaseItem makeTextLowerCaseItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.CapitalizeEachWordCaseItem capitalizeEachWordCaseItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleTextCaseItem toggleTextCaseItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ClearFormattingItem clearFormattingItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ShowFontFormItem showFontFormItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleBulletedListItem toggleBulletedListItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleNumberingListItem toggleNumberingListItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleMultiLevelListItem toggleMultiLevelListItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.DecreaseIndentItem decreaseIndentItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.IncreaseIndentItem increaseIndentItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentLeftItem toggleParagraphAlignmentLeftItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentCenterItem toggleParagraphAlignmentCenterItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentRightItem toggleParagraphAlignmentRightItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentJustifyItem toggleParagraphAlignmentJustifyItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleShowWhitespaceItem toggleShowWhitespaceItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeParagraphLineSpacingItem changeParagraphLineSpacingItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.SetSingleParagraphSpacingItem setSingleParagraphSpacingItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.SetSesquialteralParagraphSpacingItem setSesquialteralParagraphSpacingItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.SetDoubleParagraphSpacingItem setDoubleParagraphSpacingItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ShowLineSpacingFormItem showLineSpacingFormItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.AddSpacingBeforeParagraphItem addSpacingBeforeParagraphItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.RemoveSpacingBeforeParagraphItem removeSpacingBeforeParagraphItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.AddSpacingAfterParagraphItem addSpacingAfterParagraphItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.RemoveSpacingAfterParagraphItem removeSpacingAfterParagraphItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeParagraphBackColorItem changeParagraphBackColorItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ShowParagraphFormItem showParagraphFormItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeStyleItem changeStyleItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ShowEditStyleFormItem showEditStyleFormItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.FindItem findItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ReplaceItem replaceItem1;
|
|||
|
private DevExpress.XtraBars.BarButtonItem barButtonItem4;
|
|||
|
private DevExpress.XtraRichEdit.UI.ShowDocumentPropertiesFormItem showDocumentPropertiesFormItem1;
|
|||
|
private DevExpress.XtraBars.BarDockControl barDockControl4;
|
|||
|
private DevExpress.XtraRichEdit.RichEditControl richEditControl1;
|
|||
|
private DevExpress.XtraBars.BarManager barManager1;
|
|||
|
private DevExpress.XtraRichEdit.UI.FontBar fontBar1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeFontNameItem changeFontNameItem2;
|
|||
|
private DevExpress.XtraEditors.Repository.RepositoryItemFontEdit repositoryItemFontEdit1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeFontSizeItem changeFontSizeItem2;
|
|||
|
private DevExpress.XtraRichEdit.Design.RepositoryItemRichEditFontSizeEdit repositoryItemRichEditFontSizeEdit1;
|
|||
|
private DevExpress.XtraRichEdit.UI.FontSizeIncreaseItem fontSizeIncreaseItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.FontSizeDecreaseItem fontSizeDecreaseItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontBoldItem toggleFontBoldItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontItalicItem toggleFontItalicItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontUnderlineItem toggleFontUnderlineItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontStrikeoutItem toggleFontStrikeoutItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeFontColorItem changeFontColorItem1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeFontHighlightColorItem changeFontHighlightColorItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ClearFormattingItem clearFormattingItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ShowFontFormItem showFontFormItem2;
|
|||
|
private DevExpress.XtraBars.BarEditItem barEditItem1;
|
|||
|
private DevExpress.XtraEditors.Repository.RepositoryItemColorEdit repositoryItemColorEdit1;
|
|||
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|||
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|||
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|||
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|||
|
private DevExpress.XtraRichEdit.UI.PasteItem pasteItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.CutItem cutItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.CopyItem copyItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.PasteSpecialItem pasteSpecialItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontDoubleUnderlineItem toggleFontDoubleUnderlineItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontDoubleStrikeoutItem toggleFontDoubleStrikeoutItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontSuperscriptItem toggleFontSuperscriptItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleFontSubscriptItem toggleFontSubscriptItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeTextCaseItem changeTextCaseItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.MakeTextUpperCaseItem makeTextUpperCaseItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.MakeTextLowerCaseItem makeTextLowerCaseItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.CapitalizeEachWordCaseItem capitalizeEachWordCaseItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleTextCaseItem toggleTextCaseItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleBulletedListItem toggleBulletedListItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleNumberingListItem toggleNumberingListItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleMultiLevelListItem toggleMultiLevelListItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.DecreaseIndentItem decreaseIndentItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.IncreaseIndentItem increaseIndentItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentLeftItem toggleParagraphAlignmentLeftItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentCenterItem toggleParagraphAlignmentCenterItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentRightItem toggleParagraphAlignmentRightItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentJustifyItem toggleParagraphAlignmentJustifyItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ToggleShowWhitespaceItem toggleShowWhitespaceItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeParagraphLineSpacingItem changeParagraphLineSpacingItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.SetSingleParagraphSpacingItem setSingleParagraphSpacingItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.SetSesquialteralParagraphSpacingItem setSesquialteralParagraphSpacingItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.SetDoubleParagraphSpacingItem setDoubleParagraphSpacingItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ShowLineSpacingFormItem showLineSpacingFormItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.AddSpacingBeforeParagraphItem addSpacingBeforeParagraphItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.RemoveSpacingBeforeParagraphItem removeSpacingBeforeParagraphItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.AddSpacingAfterParagraphItem addSpacingAfterParagraphItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.RemoveSpacingAfterParagraphItem removeSpacingAfterParagraphItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeParagraphBackColorItem changeParagraphBackColorItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ShowParagraphFormItem showParagraphFormItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ChangeStyleItem changeStyleItem1;
|
|||
|
private DevExpress.XtraRichEdit.Design.RepositoryItemRichEditStyleEdit repositoryItemRichEditStyleEdit1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ShowEditStyleFormItem showEditStyleFormItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.FindItem findItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ReplaceItem replaceItem2;
|
|||
|
private DevExpress.XtraRichEdit.UI.RichEditBarController richEditBarController1;
|
|||
|
private DevExpress.XtraRichEdit.UI.ClipboardBar clipboardBar2;
|
|||
|
private DevExpress.XtraRichEdit.UI.ParagraphBar paragraphBar2;
|
|||
|
private DevExpress.XtraRichEdit.UI.StylesBar stylesBar2;
|
|||
|
private DevExpress.XtraRichEdit.UI.EditingBar editingBar2;
|
|||
|
private DevExpress.XtraEditors.Repository.RepositoryItemFontEdit repositoryItemFontEdit2;
|
|||
|
private DevExpress.XtraRichEdit.Design.RepositoryItemRichEditFontSizeEdit repositoryItemRichEditFontSizeEdit2;
|
|||
|
private DevExpress.XtraRichEdit.Design.RepositoryItemRichEditStyleEdit repositoryItemRichEditStyleEdit2;
|
|||
|
private System.Windows.Forms.Label label6;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label8;
|
|||
|
private System.Windows.Forms.Label label7;
|
|||
|
private System.Windows.Forms.Label label9;
|
|||
|
}
|
|||
|
}
|