--- trunk/RomCheater.ScratchPad/ScratchPad.Designer.cs 2013/06/20 21:34:48 769 +++ trunk/RomCheater.ScratchPad/ScratchPad.Designer.cs 2013/06/20 23:21:37 778 @@ -55,18 +55,21 @@ // this.tb.Dock = System.Windows.Forms.DockStyle.Fill; this.tb.Location = new System.Drawing.Point(0, 25); + this.tb.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.tb.Name = "tb"; this.tb.SelectedIndex = 0; - this.tb.Size = new System.Drawing.Size(743, 362); + this.tb.Size = new System.Drawing.Size(973, 460); this.tb.TabIndex = 1; // // toolStrip1 // + this.toolStrip1.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuItemNew}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; - this.toolStrip1.Size = new System.Drawing.Size(743, 25); + this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0); + this.toolStrip1.Size = new System.Drawing.Size(973, 25); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // @@ -75,22 +78,24 @@ this.mnuItemNew.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemNew.Image"))); this.mnuItemNew.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnuItemNew.Name = "mnuItemNew"; - this.mnuItemNew.Size = new System.Drawing.Size(51, 22); + this.mnuItemNew.Size = new System.Drawing.Size(58, 22); this.mnuItemNew.Text = "&New"; this.mnuItemNew.Click += new System.EventHandler(this.mnuItemNew_Click); // // ScratchPad // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(743, 387); + this.ClientSize = new System.Drawing.Size(973, 485); this.Controls.Add(this.tb); this.Controls.Add(this.toolStrip1); - 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))); + this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.Name = "ScratchPad"; this.Text = "Scratch Pad"; this.Deactivate += new System.EventHandler(this.ScratchPad_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScratchPad_FormClosing); + this.Load += new System.EventHandler(this.ScratchPad_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); |