Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.ScratchPad/ScratchPadDocument.Designer.cs 2013/06/20 23:07:32 776 +++ trunk/RomCheater.ScratchPad/ScratchPadDocument.Designer.cs 2013/06/20 23:21:37 778 @@ -51,11 +51,12 @@ this.txtEditor.CopyAsRTF = false; this.txtEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.txtEditor.Document = this.syntaxDocument1; + this.txtEditor.FontSize = 12F; this.txtEditor.InfoTipCount = 1; this.txtEditor.InfoTipPosition = null; this.txtEditor.InfoTipSelectedIndex = 1; this.txtEditor.InfoTipVisible = false; - lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16); + lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 20, 17); this.txtEditor.LineMarginRender = lineMarginRender1; this.txtEditor.Location = new System.Drawing.Point(0, 25); this.txtEditor.LockCursorUpdate = false; @@ -82,6 +83,7 @@ // // 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.mnuItemOpen, this.mnuItemSave, @@ -97,7 +99,7 @@ this.mnuItemOpen.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemOpen.Image"))); this.mnuItemOpen.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnuItemOpen.Name = "mnuItemOpen"; - this.mnuItemOpen.Size = new System.Drawing.Size(56, 22); + this.mnuItemOpen.Size = new System.Drawing.Size(68, 22); this.mnuItemOpen.Text = "&Open"; this.mnuItemOpen.Click += new System.EventHandler(this.mnuItemOpen_Click); // @@ -106,16 +108,17 @@ this.mnuItemSave.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemSave.Image"))); this.mnuItemSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnuItemSave.Name = "mnuItemSave"; - this.mnuItemSave.Size = new System.Drawing.Size(51, 22); + this.mnuItemSave.Size = new System.Drawing.Size(68, 22); this.mnuItemSave.Text = "&Save"; this.mnuItemSave.Click += new System.EventHandler(this.mnuItemSave_Click); // // mnuItemClose // + this.mnuItemClose.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mnuItemClose.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemClose.Image"))); this.mnuItemClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnuItemClose.Name = "mnuItemClose"; - this.mnuItemClose.Size = new System.Drawing.Size(56, 22); + this.mnuItemClose.Size = new System.Drawing.Size(78, 22); this.mnuItemClose.Text = "&Close"; this.mnuItemClose.Click += new System.EventHandler(this.mnuItemClose_Click); // @@ -133,10 +136,11 @@ // // ScratchPadDocument // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.txtEditor); this.Controls.Add(this.toolStrip1); + this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "ScratchPadDocument"; this.Size = new System.Drawing.Size(913, 546); this.toolStrip1.ResumeLayout(false);
ViewVC Help | |
Powered by ViewVC 1.1.22 |