namespace BizHawk.MultiClient { partial class SNESOptions { /// /// 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.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.rbCompatibility = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rbPerformance = new System.Windows.Forms.RadioButton(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // btnOk // this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOk.Location = new System.Drawing.Point(141, 102); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 0; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(222, 102); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // rbCompatibility // this.rbCompatibility.AutoSize = true; this.rbCompatibility.Location = new System.Drawing.Point(6, 19); this.rbCompatibility.Name = "rbCompatibility"; this.rbCompatibility.Size = new System.Drawing.Size(83, 17); this.rbCompatibility.TabIndex = 2; this.rbCompatibility.TabStop = true; this.rbCompatibility.Text = "Compatibility"; this.rbCompatibility.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.rbPerformance); this.groupBox1.Controls.Add(this.rbCompatibility); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(277, 70); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Core Selection"; // // rbPerformance // this.rbPerformance.AutoSize = true; this.rbPerformance.Location = new System.Drawing.Point(6, 42); this.rbPerformance.Name = "rbPerformance"; this.rbPerformance.Size = new System.Drawing.Size(202, 17); this.rbPerformance.TabIndex = 3; this.rbPerformance.TabStop = true; this.rbPerformance.Text = "Performance (only for casual gaming!)"; this.rbPerformance.UseVisualStyleBackColor = true; // // SNESOptions // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(300, 128); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Name = "SNESOptions"; this.Text = "SNESOptions"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.RadioButton rbCompatibility; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton rbPerformance; } }