namespace BizHawk { partial class MainDiscoForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainDiscoForm)); this.ExitButton = new System.Windows.Forms.Button(); this.lblMagicDragArea = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.lblMagicDragArea.SuspendLayout(); this.SuspendLayout(); // // ExitButton // this.ExitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ExitButton.Location = new System.Drawing.Point(281, 316); this.ExitButton.Name = "ExitButton"; this.ExitButton.Size = new System.Drawing.Size(75, 23); this.ExitButton.TabIndex = 0; this.ExitButton.Text = "E&xit"; this.ExitButton.UseVisualStyleBackColor = true; this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click); // // lblMagicDragArea // this.lblMagicDragArea.Controls.Add(this.label1); this.lblMagicDragArea.Location = new System.Drawing.Point(84, 12); this.lblMagicDragArea.Name = "lblMagicDragArea"; this.lblMagicDragArea.Size = new System.Drawing.Size(200, 100); this.lblMagicDragArea.TabIndex = 1; this.lblMagicDragArea.DragDrop += new System.Windows.Forms.DragEventHandler(this.lblMagicDragArea_DragDrop); this.lblMagicDragArea.DragEnter += new System.Windows.Forms.DragEventHandler(this.lblMagicDragArea_DragEnter); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(47, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(106, 13); this.label1.TabIndex = 0; this.label1.Text = "Drag here for MAGIC"; // // MainDiscoForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(368, 351); this.Controls.Add(this.lblMagicDragArea); this.Controls.Add(this.ExitButton); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MainDiscoForm"; this.Text = "DiscoHawk"; this.Load += new System.EventHandler(this.MainDiscoForm_Load); this.lblMagicDragArea.ResumeLayout(false); this.lblMagicDragArea.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button ExitButton; private System.Windows.Forms.Panel lblMagicDragArea; private System.Windows.Forms.Label label1; } }