namespace TextRendererVsGraphics { partial class ShellConsistencyForm { /// /// 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.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.gOKButton = new System.Windows.Forms.Panel(); this.tCancelButton = new System.Windows.Forms.Panel(); this.tOKButton = new System.Windows.Forms.Panel(); this.gCancelButton = new System.Windows.Forms.Panel(); this.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 43); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 13); this.label2.TabIndex = 7; this.label2.Text = "TextRenderer:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 13); this.label1.TabIndex = 6; this.label1.Text = "Graphics:"; // // gOKButton // this.gOKButton.Location = new System.Drawing.Point(126, 9); this.gOKButton.Name = "gOKButton"; this.gOKButton.Size = new System.Drawing.Size(75, 23); this.gOKButton.TabIndex = 9; this.gOKButton.Paint += new System.Windows.Forms.PaintEventHandler(this.gOKButton_Paint); // // tCancelButton // this.tCancelButton.Location = new System.Drawing.Point(207, 38); this.tCancelButton.Name = "tCancelButton"; this.tCancelButton.Size = new System.Drawing.Size(75, 23); this.tCancelButton.TabIndex = 10; this.tCancelButton.Paint += new System.Windows.Forms.PaintEventHandler(this.tCancelButton_Paint); // // tOKButton // this.tOKButton.Location = new System.Drawing.Point(126, 38); this.tOKButton.Name = "tOKButton"; this.tOKButton.Size = new System.Drawing.Size(75, 23); this.tOKButton.TabIndex = 10; this.tOKButton.Paint += new System.Windows.Forms.PaintEventHandler(this.tOKButton_Paint); // // gCancelButton // this.gCancelButton.Location = new System.Drawing.Point(207, 9); this.gCancelButton.Name = "gCancelButton"; this.gCancelButton.Size = new System.Drawing.Size(75, 23); this.gCancelButton.TabIndex = 10; this.gCancelButton.Paint += new System.Windows.Forms.PaintEventHandler(this.gCancelButton_Paint); // // ShellConsistencyForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 72); this.Controls.Add(this.gCancelButton); this.Controls.Add(this.tCancelButton); this.Controls.Add(this.tOKButton); this.Controls.Add(this.gOKButton); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "ShellConsistencyForm"; this.Text = "Shell Consistency"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel gOKButton; private System.Windows.Forms.Panel tCancelButton; private System.Windows.Forms.Panel tOKButton; private System.Windows.Forms.Panel gCancelButton; } }