namespace FontsSample { partial class FontRenderingForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// protected override void Dispose(bool disposing) { if( disposing && (components != null) ) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.textRendererDrawTextlPanel = new System.Windows.Forms.Panel(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.textEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.fontFamilytoolStripItem = new System.Windows.Forms.ToolStripComboBox(); this.fontSizetoolStripItem = new System.Windows.Forms.ToolStripComboBox(); this.boldToolStripButton = new System.Windows.Forms.ToolStripButton(); this.italicToolStripButton = new System.Windows.Forms.ToolStripButton(); this.strikeOutToolStripButton = new System.Windows.Forms.ToolStripButton(); this.underlineToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.fontDialog1 = new System.Windows.Forms.FontDialog(); this.propertyGrid = new System.Windows.Forms.PropertyGrid(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.graphicsDrawStringPanel = new System.Windows.Forms.Panel(); this.lettersTextBox = new System.Windows.Forms.TextBox(); this.menuStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // textRendererDrawTextlPanel // this.textRendererDrawTextlPanel.BackColor = System.Drawing.Color.White; this.textRendererDrawTextlPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textRendererDrawTextlPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.textRendererDrawTextlPanel.Location = new System.Drawing.Point(3, 16); this.textRendererDrawTextlPanel.Name = "textRendererDrawTextlPanel"; this.textRendererDrawTextlPanel.Size = new System.Drawing.Size(508, 149); this.textRendererDrawTextlPanel.TabIndex = 0; this.textRendererDrawTextlPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.textRendererDrawTextlPanel_Paint); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(693, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "mainMenuStrip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.textEditorToolStripMenuItem, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Text = "&File"; // // textEditorToolStripMenuItem // this.textEditorToolStripMenuItem.Name = "textEditorToolStripMenuItem"; this.textEditorToolStripMenuItem.Text = "Text Editor"; // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Text = "&Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fontFamilytoolStripItem, this.fontSizetoolStripItem, this.boldToolStripButton, this.italicToolStripButton, this.strikeOutToolStripButton, this.underlineToolStripButton, this.toolStripSeparator1}); this.toolStrip1.Location = new System.Drawing.Point(0, 24); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(693, 26); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // fontFamilytoolStripItem // this.fontFamilytoolStripItem.AutoSize = false; this.fontFamilytoolStripItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText; this.fontFamilytoolStripItem.Name = "fontFamilytoolStripItem"; this.fontFamilytoolStripItem.Size = new System.Drawing.Size(200, 25); this.fontFamilytoolStripItem.Sorted = true; this.fontFamilytoolStripItem.ToolTipText = "Font Family:"; // // fontSizetoolStripItem // this.fontSizetoolStripItem.AutoSize = false; this.fontSizetoolStripItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText; this.fontSizetoolStripItem.Name = "fontSizetoolStripItem"; this.fontSizetoolStripItem.Size = new System.Drawing.Size(100, 22); this.fontSizetoolStripItem.ToolTipText = "Font Size:"; // // boldToolStripButton // this.boldToolStripButton.CheckOnClick = true; this.boldToolStripButton.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.boldToolStripButton.Name = "boldToolStripButton"; this.boldToolStripButton.Text = "B"; this.boldToolStripButton.ToolTipText = "Bold"; // // italicToolStripButton // this.italicToolStripButton.CheckOnClick = true; this.italicToolStripButton.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.italicToolStripButton.Name = "italicToolStripButton"; this.italicToolStripButton.Text = "I"; this.italicToolStripButton.ToolTipText = "Italics"; // // strikeOutToolStripButton // this.strikeOutToolStripButton.CheckOnClick = true; this.strikeOutToolStripButton.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Strikeout, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.strikeOutToolStripButton.Name = "strikeOutToolStripButton"; this.strikeOutToolStripButton.Text = "S"; this.strikeOutToolStripButton.ToolTipText = "Strikeout"; // // underlineToolStripButton // this.underlineToolStripButton.CheckOnClick = true; this.underlineToolStripButton.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.underlineToolStripButton.Name = "underlineToolStripButton"; this.underlineToolStripButton.Text = "U"; this.underlineToolStripButton.ToolTipText = "Underline"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; // // propertyGrid // this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid.HelpVisible = false; this.propertyGrid.Location = new System.Drawing.Point(0, 0); this.propertyGrid.Name = "propertyGrid"; this.propertyGrid.Size = new System.Drawing.Size(175, 337); this.propertyGrid.TabIndex = 5; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 70); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.splitContainer2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.propertyGrid); this.splitContainer1.Size = new System.Drawing.Size(693, 337); this.splitContainer1.SplitterDistance = 514; this.splitContainer1.TabIndex = 10; this.splitContainer1.Text = "splitContainer1"; this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved); // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.groupBox1); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.groupBox2); this.splitContainer2.Size = new System.Drawing.Size(514, 337); this.splitContainer2.SplitterDistance = 168; this.splitContainer2.TabIndex = 1; this.splitContainer2.Text = "splitContainer2"; // // groupBox1 // this.groupBox1.Controls.Add(this.textRendererDrawTextlPanel); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(514, 168); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Using TextRenderer (MeasureText, DrawText)"; // // groupBox2 // this.groupBox2.Controls.Add(this.graphicsDrawStringPanel); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(514, 165); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Using Graphics (MeasureString, DrawString)"; // // graphicsDrawStringPanel // this.graphicsDrawStringPanel.BackColor = System.Drawing.Color.White; this.graphicsDrawStringPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.graphicsDrawStringPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.graphicsDrawStringPanel.Location = new System.Drawing.Point(3, 16); this.graphicsDrawStringPanel.Name = "graphicsDrawStringPanel"; this.graphicsDrawStringPanel.Size = new System.Drawing.Size(508, 146); this.graphicsDrawStringPanel.TabIndex = 1; this.graphicsDrawStringPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.graphicsDrawStringPanel_Paint); // // lettersTextBox // this.lettersTextBox.Dock = System.Windows.Forms.DockStyle.Top; this.lettersTextBox.Location = new System.Drawing.Point(0, 50); this.lettersTextBox.Name = "lettersTextBox"; this.lettersTextBox.Size = new System.Drawing.Size(693, 20); this.lettersTextBox.TabIndex = 15; this.lettersTextBox.Text = "Yy Ǔǔ"; // // FontRenderingForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(693, 407); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.lettersTextBox); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.menuStrip1); this.Name = "FontRenderingForm"; this.Text = "Fonts and Text"; this.menuStrip1.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel textRendererDrawTextlPanel; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.FontDialog fontDialog1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripComboBox fontFamilytoolStripItem; private System.Windows.Forms.ToolStripComboBox fontSizetoolStripItem; private System.Windows.Forms.PropertyGrid propertyGrid; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ToolStripMenuItem textEditorToolStripMenuItem; private System.Windows.Forms.TextBox lettersTextBox; private System.Windows.Forms.ToolStripButton boldToolStripButton; private System.Windows.Forms.ToolStripButton italicToolStripButton; private System.Windows.Forms.ToolStripButton strikeOutToolStripButton; private System.Windows.Forms.ToolStripButton underlineToolStripButton; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.Panel graphicsDrawStringPanel; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; } }