28 |
/// </summary> |
/// </summary> |
29 |
private void InitializeComponent() |
private void InitializeComponent() |
30 |
{ |
{ |
|
this.components = new System.ComponentModel.Container(); |
|
31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScratchPadDocument)); |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScratchPadDocument)); |
32 |
this.txtEditor = new System.Windows.Forms.RichTextBox(); |
this.txtEditor = new System.Windows.Forms.RichTextBox(); |
33 |
this.toolStrip1 = new System.Windows.Forms.ToolStrip(); |
this.toolStrip1 = new System.Windows.Forms.ToolStrip(); |
40 |
this.SuspendLayout(); |
this.SuspendLayout(); |
41 |
// |
// |
42 |
// txtEditor |
// txtEditor |
43 |
// |
// |
44 |
this.txtEditor.Dock = System.Windows.Forms.DockStyle.Fill; |
this.txtEditor.Dock = System.Windows.Forms.DockStyle.Fill; |
45 |
this.txtEditor.Location = new System.Drawing.Point(0, 25); |
this.txtEditor.Location = new System.Drawing.Point(0, 25); |
46 |
this.txtEditor.Name = "txtEditor"; |
this.txtEditor.Name = "txtEditor"; |
47 |
this.txtEditor.Size = new System.Drawing.Size(913, 521); |
this.txtEditor.Size = new System.Drawing.Size(913, 521); |
48 |
this.txtEditor.TabIndex = 0; |
this.txtEditor.TabIndex = 0; |
49 |
|
this.txtEditor.Text = ""; |
50 |
|
this.txtEditor.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.txtEditor_LinkClicked); |
51 |
this.txtEditor.TextChanged += new System.EventHandler(this.txtEditor_TextChanged); |
this.txtEditor.TextChanged += new System.EventHandler(this.txtEditor_TextChanged); |
52 |
// |
// |
53 |
// toolStrip1 |
// toolStrip1 |