namespace TextRendererVsGraphics { partial class ClearTypeRenderingForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. 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.tLetterPanel = new System.Windows.Forms.Panel(); this.gLetterPanel = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // tLetterPanel // this.tLetterPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tLetterPanel.Font = new System.Drawing.Font("Microsoft Sans Serif", 72F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tLetterPanel.Location = new System.Drawing.Point(93, 123); this.tLetterPanel.Name = "tLetterPanel"; this.tLetterPanel.Size = new System.Drawing.Size(115, 105); this.tLetterPanel.TabIndex = 14; this.tLetterPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.tLetterPanel_Paint); // // gLetterPanel // this.gLetterPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gLetterPanel.Font = new System.Drawing.Font("Microsoft Sans Serif", 72F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gLetterPanel.Location = new System.Drawing.Point(93, 12); this.gLetterPanel.Name = "gLetterPanel"; this.gLetterPanel.Size = new System.Drawing.Size(115, 105); this.gLetterPanel.TabIndex = 13; this.gLetterPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.gLetterPanel_Paint); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 123); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 13); this.label2.TabIndex = 12; this.label2.Text = "TextRenderer:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 13); this.label1.TabIndex = 11; this.label1.Text = "Graphics:"; // // ClearTypeRenderingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(231, 247); this.Controls.Add(this.tLetterPanel); this.Controls.Add(this.gLetterPanel); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "ClearTypeRenderingForm"; this.Text = "ClearType Rendering"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel tLetterPanel; private System.Windows.Forms.Panel gLetterPanel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }