55 |
// |
// |
56 |
this.tb.Dock = System.Windows.Forms.DockStyle.Fill; |
this.tb.Dock = System.Windows.Forms.DockStyle.Fill; |
57 |
this.tb.Location = new System.Drawing.Point(0, 25); |
this.tb.Location = new System.Drawing.Point(0, 25); |
58 |
|
this.tb.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
59 |
this.tb.Name = "tb"; |
this.tb.Name = "tb"; |
60 |
this.tb.SelectedIndex = 0; |
this.tb.SelectedIndex = 0; |
61 |
this.tb.Size = new System.Drawing.Size(743, 362); |
this.tb.Size = new System.Drawing.Size(973, 460); |
62 |
this.tb.TabIndex = 1; |
this.tb.TabIndex = 1; |
63 |
// |
// |
64 |
// toolStrip1 |
// toolStrip1 |
65 |
// |
// |
66 |
|
this.toolStrip1.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
67 |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
68 |
this.mnuItemNew}); |
this.mnuItemNew}); |
69 |
this.toolStrip1.Location = new System.Drawing.Point(0, 0); |
this.toolStrip1.Location = new System.Drawing.Point(0, 0); |
70 |
this.toolStrip1.Name = "toolStrip1"; |
this.toolStrip1.Name = "toolStrip1"; |
71 |
this.toolStrip1.Size = new System.Drawing.Size(743, 25); |
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0); |
72 |
|
this.toolStrip1.Size = new System.Drawing.Size(973, 25); |
73 |
this.toolStrip1.TabIndex = 2; |
this.toolStrip1.TabIndex = 2; |
74 |
this.toolStrip1.Text = "toolStrip1"; |
this.toolStrip1.Text = "toolStrip1"; |
75 |
// |
// |
78 |
this.mnuItemNew.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemNew.Image"))); |
this.mnuItemNew.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemNew.Image"))); |
79 |
this.mnuItemNew.ImageTransparentColor = System.Drawing.Color.Magenta; |
this.mnuItemNew.ImageTransparentColor = System.Drawing.Color.Magenta; |
80 |
this.mnuItemNew.Name = "mnuItemNew"; |
this.mnuItemNew.Name = "mnuItemNew"; |
81 |
this.mnuItemNew.Size = new System.Drawing.Size(51, 22); |
this.mnuItemNew.Size = new System.Drawing.Size(58, 22); |
82 |
this.mnuItemNew.Text = "&New"; |
this.mnuItemNew.Text = "&New"; |
83 |
this.mnuItemNew.Click += new System.EventHandler(this.mnuItemNew_Click); |
this.mnuItemNew.Click += new System.EventHandler(this.mnuItemNew_Click); |
84 |
// |
// |
85 |
// ScratchPad |
// ScratchPad |
86 |
// |
// |
87 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); |
88 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
89 |
this.ClientSize = new System.Drawing.Size(743, 387); |
this.ClientSize = new System.Drawing.Size(973, 485); |
90 |
this.Controls.Add(this.tb); |
this.Controls.Add(this.tb); |
91 |
this.Controls.Add(this.toolStrip1); |
this.Controls.Add(this.toolStrip1); |
92 |
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
93 |
|
this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
94 |
this.Name = "ScratchPad"; |
this.Name = "ScratchPad"; |
95 |
this.Text = "Scratch Pad"; |
this.Text = "Scratch Pad"; |
96 |
this.Deactivate += new System.EventHandler(this.ScratchPad_Deactivate); |
this.Deactivate += new System.EventHandler(this.ScratchPad_Deactivate); |