Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.WhatsNewOKButton    = new System.Windows.Forms.Button();
     this.WhatsNewRichTextBox = new RichTextBoxExtended.RichTextBoxExtended();
     this.SuspendLayout();
     //
     // WhatsNewOKButton
     //
     this.WhatsNewOKButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.WhatsNewOKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.WhatsNewOKButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.WhatsNewOKButton.Location     = new System.Drawing.Point(256, 320);
     this.WhatsNewOKButton.Name         = "WhatsNewOKButton";
     this.WhatsNewOKButton.Size         = new System.Drawing.Size(83, 23);
     this.WhatsNewOKButton.TabIndex     = 1;
     this.WhatsNewOKButton.Text         = "Ok";
     //
     // WhatsNewRichTextBox
     //
     this.WhatsNewRichTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                              | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.WhatsNewRichTextBox.DetectURLs        = true;
     this.WhatsNewRichTextBox.Location          = new System.Drawing.Point(0, 0);
     this.WhatsNewRichTextBox.Name              = "WhatsNewRichTextBox";
     this.WhatsNewRichTextBox.ShowBold          = true;
     this.WhatsNewRichTextBox.ShowCenterJustify = true;
     this.WhatsNewRichTextBox.ShowColors        = true;
     this.WhatsNewRichTextBox.ShowFont          = true;
     this.WhatsNewRichTextBox.ShowFontSize      = true;
     this.WhatsNewRichTextBox.ShowItalic        = true;
     this.WhatsNewRichTextBox.ShowLeftJustify   = true;
     this.WhatsNewRichTextBox.ShowOpen          = false;
     this.WhatsNewRichTextBox.ShowRedo          = true;
     this.WhatsNewRichTextBox.ShowRightJustify  = true;
     this.WhatsNewRichTextBox.ShowSave          = false;
     this.WhatsNewRichTextBox.ShowStamp         = true;
     this.WhatsNewRichTextBox.ShowStrikeout     = true;
     this.WhatsNewRichTextBox.ShowUnderline     = true;
     this.WhatsNewRichTextBox.ShowUndo          = true;
     this.WhatsNewRichTextBox.Size              = new System.Drawing.Size(608, 312);
     this.WhatsNewRichTextBox.StampAction       = RichTextBoxExtended.StampActions.EditedBy;
     this.WhatsNewRichTextBox.StampColor        = System.Drawing.Color.Blue;
     this.WhatsNewRichTextBox.TabIndex          = 2;
     //
     // WhatsNewLogForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(608, 345);
     this.Controls.Add(this.WhatsNewRichTextBox);
     this.Controls.Add(this.WhatsNewOKButton);
     this.Name       = "WhatsNewLogForm";
     this.Text       = "What\'s New";
     this.Activated += new System.EventHandler(this.WhatsNewLogForm_Activated);
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.richTextBoxExtended1 = new RichTextBoxExtended.RichTextBoxExtended();
     this.SuspendLayout();
     //
     // richTextBoxExtended1
     //
     this.richTextBoxExtended1.AcceptsTab        = true;
     this.richTextBoxExtended1.AutoWordSelection = true;
     this.richTextBoxExtended1.Controls.Add(this.richTextBoxExtended1.RichTextBox);
     this.richTextBoxExtended1.Controls.Add(this.richTextBoxExtended1.Toolbar);
     this.richTextBoxExtended1.DetectURLs = true;
     this.richTextBoxExtended1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.richTextBoxExtended1.Location   = new System.Drawing.Point(0, 0);
     this.richTextBoxExtended1.Name       = "richTextBoxExtended1";
     this.richTextBoxExtended1.ReadOnly   = false;
     //
     // richTextBoxExtended1.RichTextBox
     //
     this.richTextBoxExtended1.RichTextBox.AcceptsTab        = true;
     this.richTextBoxExtended1.RichTextBox.AutoWordSelection = true;
     this.richTextBoxExtended1.RichTextBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.richTextBoxExtended1.RichTextBox.Location = new System.Drawing.Point(0, 26);
     this.richTextBoxExtended1.RichTextBox.Name     = "rtb1";
     this.richTextBoxExtended1.RichTextBox.Size     = new System.Drawing.Size(504, 196);
     this.richTextBoxExtended1.RichTextBox.TabIndex = 1;
     this.richTextBoxExtended1.ShowBold             = true;
     this.richTextBoxExtended1.ShowCenterJustify    = true;
     this.richTextBoxExtended1.ShowColors           = true;
     this.richTextBoxExtended1.ShowCopy             = true;
     this.richTextBoxExtended1.ShowCut          = true;
     this.richTextBoxExtended1.ShowFont         = true;
     this.richTextBoxExtended1.ShowFontSize     = true;
     this.richTextBoxExtended1.ShowItalic       = true;
     this.richTextBoxExtended1.ShowLeftJustify  = true;
     this.richTextBoxExtended1.ShowOpen         = true;
     this.richTextBoxExtended1.ShowPaste        = true;
     this.richTextBoxExtended1.ShowRedo         = true;
     this.richTextBoxExtended1.ShowRightJustify = true;
     this.richTextBoxExtended1.ShowSave         = true;
     this.richTextBoxExtended1.ShowStamp        = true;
     this.richTextBoxExtended1.ShowStrikeout    = true;
     this.richTextBoxExtended1.ShowToolBarText  = false;
     this.richTextBoxExtended1.ShowUnderline    = true;
     this.richTextBoxExtended1.ShowUndo         = true;
     this.richTextBoxExtended1.Size             = new System.Drawing.Size(504, 222);
     this.richTextBoxExtended1.StampAction      = RichTextBoxExtended.StampActions.EditedBy;
     this.richTextBoxExtended1.StampColor       = System.Drawing.Color.Blue;
     this.richTextBoxExtended1.TabIndex         = 0;
     //
     // richTextBoxExtended1.Toolbar
     //
     this.richTextBoxExtended1.Toolbar.Appearance     = System.Windows.Forms.ToolBarAppearance.Flat;
     this.richTextBoxExtended1.Toolbar.ButtonSize     = new System.Drawing.Size(16, 16);
     this.richTextBoxExtended1.Toolbar.Divider        = false;
     this.richTextBoxExtended1.Toolbar.DropDownArrows = true;
     this.richTextBoxExtended1.Toolbar.Location       = new System.Drawing.Point(0, 0);
     this.richTextBoxExtended1.Toolbar.Name           = "tb1";
     this.richTextBoxExtended1.Toolbar.ShowToolTips   = true;
     this.richTextBoxExtended1.Toolbar.Size           = new System.Drawing.Size(504, 26);
     this.richTextBoxExtended1.Toolbar.TabIndex       = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(504, 222);
     this.Controls.Add(this.richTextBoxExtended1);
     this.Name = "Form1";
     this.Text = "RichTextBoxExtended Demo Application";
     this.ResumeLayout(false);
 }