namespace PKHeX { partial class SAV_Wondercard { /// /// 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(SAV_Wondercard)); this.B_Save = new System.Windows.Forms.Button(); this.B_Cancel = new System.Windows.Forms.Button(); this.B_Output = new System.Windows.Forms.Button(); this.B_Import = new System.Windows.Forms.Button(); this.LB_WCs = new System.Windows.Forms.ListBox(); this.LB_Received = new System.Windows.Forms.ListBox(); this.L_WCs = new System.Windows.Forms.Label(); this.L_Received = new System.Windows.Forms.Label(); this.B_WCSlottoDisplay = new System.Windows.Forms.Button(); this.B_DisplaytoWCSlot = new System.Windows.Forms.Button(); this.RTB = new System.Windows.Forms.RichTextBox(); this.L_Details = new System.Windows.Forms.Label(); this.B_DeleteWC = new System.Windows.Forms.Button(); this.B_DeleteFlag = new System.Windows.Forms.Button(); this.L_QR = new System.Windows.Forms.Label(); this.PB_Preview = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.PB_Preview)).BeginInit(); this.SuspendLayout(); // // B_Save // this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.B_Save.Location = new System.Drawing.Point(347, 227); this.B_Save.Name = "B_Save"; this.B_Save.Size = new System.Drawing.Size(75, 23); this.B_Save.TabIndex = 0; this.B_Save.Text = "Save"; this.B_Save.UseVisualStyleBackColor = true; this.B_Save.Click += new System.EventHandler(this.B_Save_Click); // // B_Cancel // this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.B_Cancel.Location = new System.Drawing.Point(276, 227); this.B_Cancel.Name = "B_Cancel"; this.B_Cancel.Size = new System.Drawing.Size(71, 23); this.B_Cancel.TabIndex = 1; this.B_Cancel.Text = "Cancel"; this.B_Cancel.UseVisualStyleBackColor = true; this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click); // // B_Output // this.B_Output.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.B_Output.Location = new System.Drawing.Point(347, 12); this.B_Output.Name = "B_Output"; this.B_Output.Size = new System.Drawing.Size(75, 23); this.B_Output.TabIndex = 2; this.B_Output.Text = "Output .wc6"; this.B_Output.UseVisualStyleBackColor = true; this.B_Output.Click += new System.EventHandler(this.B_Output_Click); // // B_Import // this.B_Import.Location = new System.Drawing.Point(120, 12); this.B_Import.Name = "B_Import"; this.B_Import.Size = new System.Drawing.Size(71, 23); this.B_Import.TabIndex = 3; this.B_Import.Text = "Import .wc6"; this.B_Import.UseVisualStyleBackColor = true; this.B_Import.Click += new System.EventHandler(this.B_Import_Click); // // LB_WCs // this.LB_WCs.FormattingEnabled = true; this.LB_WCs.Location = new System.Drawing.Point(12, 25); this.LB_WCs.Name = "LB_WCs"; this.LB_WCs.Size = new System.Drawing.Size(78, 95); this.LB_WCs.TabIndex = 4; // // LB_Received // this.LB_Received.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.LB_Received.FormattingEnabled = true; this.LB_Received.Location = new System.Drawing.Point(12, 155); this.LB_Received.Name = "LB_Received"; this.LB_Received.Size = new System.Drawing.Size(78, 95); this.LB_Received.Sorted = true; this.LB_Received.TabIndex = 5; // // L_WCs // this.L_WCs.AutoSize = true; this.L_WCs.Location = new System.Drawing.Point(12, 9); this.L_WCs.Name = "L_WCs"; this.L_WCs.Size = new System.Drawing.Size(74, 13); this.L_WCs.TabIndex = 6; this.L_WCs.Text = "Wondercards:"; // // L_Received // this.L_Received.AutoSize = true; this.L_Received.Location = new System.Drawing.Point(12, 139); this.L_Received.Name = "L_Received"; this.L_Received.Size = new System.Drawing.Size(75, 13); this.L_Received.TabIndex = 7; this.L_Received.Text = "Received List:"; // // B_WCSlottoDisplay // this.B_WCSlottoDisplay.Location = new System.Drawing.Point(96, 59); this.B_WCSlottoDisplay.Name = "B_WCSlottoDisplay"; this.B_WCSlottoDisplay.Size = new System.Drawing.Size(18, 24); this.B_WCSlottoDisplay.TabIndex = 8; this.B_WCSlottoDisplay.Text = ">"; this.B_WCSlottoDisplay.UseVisualStyleBackColor = true; this.B_WCSlottoDisplay.Click += new System.EventHandler(this.B_SAV2WC); // // B_DisplaytoWCSlot // this.B_DisplaytoWCSlot.Location = new System.Drawing.Point(96, 89); this.B_DisplaytoWCSlot.Name = "B_DisplaytoWCSlot"; this.B_DisplaytoWCSlot.Size = new System.Drawing.Size(18, 24); this.B_DisplaytoWCSlot.TabIndex = 9; this.B_DisplaytoWCSlot.Text = "<"; this.B_DisplaytoWCSlot.UseVisualStyleBackColor = true; this.B_DisplaytoWCSlot.Click += new System.EventHandler(this.B_WC2SAV); // // RTB // this.RTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.RTB.Location = new System.Drawing.Point(120, 59); this.RTB.Name = "RTB"; this.RTB.ReadOnly = true; this.RTB.Size = new System.Drawing.Size(302, 162); this.RTB.TabIndex = 10; this.RTB.Text = ""; // // L_Details // this.L_Details.AutoSize = true; this.L_Details.Location = new System.Drawing.Point(117, 43); this.L_Details.Name = "L_Details"; this.L_Details.Size = new System.Drawing.Size(42, 13); this.L_Details.TabIndex = 11; this.L_Details.Text = "Details:"; // // B_DeleteWC // this.B_DeleteWC.Location = new System.Drawing.Point(96, 29); this.B_DeleteWC.Name = "B_DeleteWC"; this.B_DeleteWC.Size = new System.Drawing.Size(18, 24); this.B_DeleteWC.TabIndex = 12; this.B_DeleteWC.Text = "X"; this.B_DeleteWC.UseVisualStyleBackColor = true; this.B_DeleteWC.Click += new System.EventHandler(this.B_DeleteWC_Click); // // B_DeleteFlag // this.B_DeleteFlag.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.B_DeleteFlag.Location = new System.Drawing.Point(96, 197); this.B_DeleteFlag.Name = "B_DeleteFlag"; this.B_DeleteFlag.Size = new System.Drawing.Size(18, 24); this.B_DeleteFlag.TabIndex = 13; this.B_DeleteFlag.Text = "X"; this.B_DeleteFlag.UseVisualStyleBackColor = true; this.B_DeleteFlag.Click += new System.EventHandler(this.B_DeleteReceived_Click); // // L_QR // this.L_QR.AutoSize = true; this.L_QR.Location = new System.Drawing.Point(258, 7); this.L_QR.Name = "L_QR"; this.L_QR.Size = new System.Drawing.Size(26, 13); this.L_QR.TabIndex = 62; this.L_QR.Text = "QR!"; this.L_QR.Click += new System.EventHandler(this.L_QR_Click); // // PB_Preview // this.PB_Preview.BackColor = System.Drawing.Color.Transparent; this.PB_Preview.Location = new System.Drawing.Point(251, 23); this.PB_Preview.Name = "PB_Preview"; this.PB_Preview.Size = new System.Drawing.Size(40, 30); this.PB_Preview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.PB_Preview.TabIndex = 63; this.PB_Preview.TabStop = false; // // SAV_Wondercard // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(434, 262); this.Controls.Add(this.PB_Preview); this.Controls.Add(this.L_QR); this.Controls.Add(this.B_DeleteFlag); this.Controls.Add(this.B_DeleteWC); this.Controls.Add(this.L_Details); this.Controls.Add(this.RTB); this.Controls.Add(this.B_DisplaytoWCSlot); this.Controls.Add(this.B_WCSlottoDisplay); this.Controls.Add(this.L_Received); this.Controls.Add(this.L_WCs); this.Controls.Add(this.LB_Received); this.Controls.Add(this.LB_WCs); this.Controls.Add(this.B_Import); this.Controls.Add(this.B_Output); this.Controls.Add(this.B_Cancel); this.Controls.Add(this.B_Save); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(700, 500); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(450, 300); this.Name = "SAV_Wondercard"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Wondercard I/O"; ((System.ComponentModel.ISupportInitialize)(this.PB_Preview)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button B_Save; private System.Windows.Forms.Button B_Cancel; private System.Windows.Forms.Button B_Output; private System.Windows.Forms.Button B_Import; private System.Windows.Forms.ListBox LB_WCs; private System.Windows.Forms.ListBox LB_Received; private System.Windows.Forms.Label L_WCs; private System.Windows.Forms.Label L_Received; private System.Windows.Forms.Button B_WCSlottoDisplay; private System.Windows.Forms.Button B_DisplaytoWCSlot; private System.Windows.Forms.RichTextBox RTB; private System.Windows.Forms.Label L_Details; private System.Windows.Forms.Button B_DeleteWC; private System.Windows.Forms.Button B_DeleteFlag; private System.Windows.Forms.Label L_QR; private System.Windows.Forms.PictureBox PB_Preview; } }