namespace BizHawk.Client.EmuHawk { partial class SynclessRecordingTools { /// /// 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.btnExport = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnExport // this.btnExport.Location = new System.Drawing.Point(57, 29); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(75, 23); this.btnExport.TabIndex = 0; this.btnExport.Text = "Export"; this.btnExport.UseVisualStyleBackColor = true; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // SynclessRecordingTools // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(274, 128); this.Controls.Add(this.btnExport); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SynclessRecordingTools"; this.Text = "Syncless Recording"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnExport; } }