namespace PKHeX { partial class SAV_HallOfFame { /// /// 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_HallOfFame)); this.listBox1 = new System.Windows.Forms.ListBox(); this.RTB = new System.Windows.Forms.RichTextBox(); this.B_Close = new System.Windows.Forms.Button(); this.SuspendLayout(); // // listBox1 // this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listBox1.FormattingEnabled = true; this.listBox1.Items.AddRange(new object[] { "First", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15"}); this.listBox1.Location = new System.Drawing.Point(7, 12); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(59, 212); this.listBox1.TabIndex = 0; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.displayEntry); // // 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.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RTB.Location = new System.Drawing.Point(77, 12); this.RTB.Name = "RTB"; this.RTB.ReadOnly = true; this.RTB.Size = new System.Drawing.Size(195, 184); this.RTB.TabIndex = 1; this.RTB.Text = ""; this.RTB.WordWrap = false; // // B_Close // this.B_Close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.B_Close.Location = new System.Drawing.Point(197, 201); this.B_Close.Name = "B_Close"; this.B_Close.Size = new System.Drawing.Size(75, 23); this.B_Close.TabIndex = 3; this.B_Close.Text = "Close"; this.B_Close.UseVisualStyleBackColor = true; this.B_Close.Click += new System.EventHandler(this.B_Close_Click); // // SAV_HallOfFame // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 232); this.Controls.Add(this.B_Close); this.Controls.Add(this.RTB); this.Controls.Add(this.listBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(400, 840); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(300, 260); this.Name = "SAV_HallOfFame"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Hall of Fame Viewer"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.RichTextBox RTB; private System.Windows.Forms.Button B_Close; } }